-
Notifications
You must be signed in to change notification settings - Fork 0
/
schedule.html
47 lines (45 loc) · 1.48 KB
/
schedule.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
layout: default
title: Schedule
---
<style>
@media (max-width: 550px) {
.big-container {
display: none;
}
}
@media (min-width: 550px) {
.small-container {
display: none;
}
}
/* Responsive iFrame */
.responsive-iframe-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#cal-embed {
border: 0px;
overflow: hidden;
}
</style>
<div id="cal">
<div class='responsive-iframe-container big-container'>
<iframe class="cal-embed" src="https://www.google.com/calendar/embed?showPrint=0&showCalendars=0&height=600&wkst=1&bgcolor=%23FFFFFF&src=57qbon7o72r73of3r4bl5jh8og%40group.calendar.google.com&color=%23125A12&ctz=America%2FNew_York" style=" border-width:0 " width="550" height="600" ></iframe>
</div>
<div class='responsive-iframe-container small-container'>
<iframe class="cal-embed" src="https://www.google.com/calendar/embed?showNav=0&showDate=0&showPrint=0&showCalendars=0&mode=AGENDA&height=600&wkst=1&bgcolor=%23FFFFFF&src=57qbon7o72r73of3r4bl5jh8og%40group.calendar.google.com&color=%23125A12&ctz=America%2FNew_York" style=" border-width:0 " width="550" height="600"></iframe>
</div>
</div>