Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
srct.gmu.io
Commits
617ef33e
Commit
617ef33e
authored
Feb 02, 2014
by
Daniel W Bond
Browse files
calendar plugin on calendar page
parent
034f2775
Changes
1
Hide whitespace changes
Inline
Side-by-side
srctweb/website/templates/calendar.html
View file @
617ef33e
...
...
@@ -12,6 +12,18 @@ SRCT | Calendar
</div>
</div>
<p>
Some sort of a calendar plugin
</p>
<div
class=
"text-center"
>
<div
class=
"visible-lg"
>
<iframe
src=
"https://www.google.com/calendar/embed?title=Student-Run%20Computing%20and%20Technology&showPrint=0&showCalendars=0&height=700&wkst=1&bgcolor=%23FFFFFF&src=kaiuicpoki9p3u92eklent0eec%40group.calendar.google.com&color=%23711616&ctz=America%2FNew_York"
style=
" border-width:0 "
width=
"850"
height=
"650"
frameborder=
"0"
scrolling=
"no"
></iframe>
</div>
<div
class=
"visible-md visible-sm"
>
<iframe
src=
"https://www.google.com/calendar/embed?title=Student-Run%20Computing%20and%20Technology&showPrint=0&showCalendars=0&height=500&wkst=1&bgcolor=%23FFFFFF&src=kaiuicpoki9p3u92eklent0eec%40group.calendar.google.com&color=%23711616&ctz=America%2FNew_York"
style=
" border-width:0 "
width=
"700"
height=
"550"
frameborder=
"0"
scrolling=
"no"
></iframe>
</div>
<div
class=
"visible-xs"
>
<iframe
src=
"https://www.google.com/calendar/embed?title=Student-Run%20Computing%20and%20Technology&showPrint=0&showCalendars=0&height=400&wkst=1&bgcolor=%23FFFFFF&src=kaiuicpoki9p3u92eklent0eec%40group.calendar.google.com&color=%23711616&ctz=America%2FNew_York"
style=
" border-width:0 "
width=
"600"
height=
"400"
frameborder=
"0"
scrolling=
"no"
></iframe>
</div>
</div>
{% endblock %}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment