-
Notifications
You must be signed in to change notification settings - Fork 1
/
calendar.html
20 lines (20 loc) · 1.48 KB
/
calendar.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
layout: page
title: Calendar
permalink: /calendar/
---
<div class="container">
<div class="row">
<div class="col-sm-10 col-sm-offset-1">
<h1>{{page.title}}</h1>
<p>Awesome Inc U offers a variety of coding courses throughout the year. This calendar shows our class dates and times. To register for a course, check out our <a href="/youth/">youth courses</a> and <a href="/adults/">adult courses</a>, or visit our <a href="http://www.eventbrite.com/o/awesome-inc-202032396">Eventbrite</a> organization page.</p>
</div>
</div>
<div class="row">
<div class="col-sm-10 col-sm-offset-1 embed-responsive embed-responsive-16by9 hidden-xs">
<iframe class="embed-responsive-item" src="https://calendar.google.com/calendar/embed?showTitle=0&showPrint=0&showCalendars=0&height=600&wkst=1&bgcolor=%23ffffff&src=u8o9dkqv3qtsanb0omiiuhdomo%40group.calendar.google.com&color=%23853104&ctz=America%2FNew_York" style="border-width:0" frameborder="0" scrolling="no"></iframe>
</div>
<div class="embed-responsive embed-responsive-4by3 visible-xs-block">
<iframe class="embed-responsive-item" src="https://calendar.google.com/calendar/embed?showTitle=0&showPrint=0&showCalendars=0&mode=AGENDA&height=600&wkst=1&bgcolor=%23ffffff&src=u8o9dkqv3qtsanb0omiiuhdomo%40group.calendar.google.com&color=%23853104&ctz=America%2FNew_York" style="border-width:0" frameborder="0" scrolling="no"></iframe>
</div>
</div>