Skip to content

Commit 75bc602

Browse files
committed
Responsive Calendar
Updates: Responsive REmoved Header
1 parent 0e9d317 commit 75bc602

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

calendar/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
1212
<style>
1313
.st-bg { background:black; }
14-
.st-bg-today { background:yellow; border-left:1px solid yellow; border-right:1px solid yellow; }
15-
.st-dtitle { background:white; }
14+
.st-bg-today { background:yellow; border-left:1px solid yellow; border-right:1px solid yellow; }
15+
.st-dtitle { background:white; }
1616
</style>
1717
</head>
1818
<body>
@@ -43,8 +43,7 @@
4343
<div class="container text-center">
4444
<h1>The Calendar</h1>
4545
<p><small>Learn When Kento Will Be Teaching And Posting</small></p>
46-
<iframe src="https://calendar.google.com/calendar/embed?title=Upload%20Schedule&amp;height=600&amp;wkst=1&amp;bgcolor=%2333ff33&amp;src=dn0sg1o4icnhntir0k6umoqb0o%40group.calendar.google.com&amp;color=%232F6309&amp;ctz=America%2FNew_York" style="border:solid 1px #777" width="100%" height="600" frameborder="0" scrolling="no"></iframe> </div>
47-
</div>
46+
<iframe src="https://calendar.google.com/calendar/embed?showTitle=0&amp;showNav=0&amp;showDate=0&amp;showPrint=0&amp;showTabs=0&amp;showCalendars=0&amp;height=600&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=dn0sg1o4icnhntir0k6umoqb0o%40group.calendar.google.com&amp;color=%232F6309&amp;ctz=America%2FNew_York" style="border-width:0" width="100%" height="600" frameborder="0" scrolling="no"></iframe></div>
4847

4948
<footer class="container-fluid text-center">
5049
<p>(c) Kenton Vizdos 2017</p>

0 commit comments

Comments
 (0)