-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcalendar.html
30 lines (28 loc) · 1.37 KB
/
calendar.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
---
layout: calendar
title: "calendar"
---
<body>
{% include navbar.html %}
<main id="main">
<section id="calendar-section" class="portfolio section-bg">
<div class="container">
<!-- <div id='calendar'></div>-->
<div class="section-title" data-aos="fade-up">
<h2>Upcoming Events</h2>
<p>Keep up to date with <a href="https://calendar.google.com/calendar/b/8?cid=Y291bmNpbEBhY211dHNhLm9yZw">Google calendar</a> or <a href="https://calendar.google.com/calendar/ical/council%40acmutsa.org/public/basic.ics">iCal</a>
</p>
</div>
<div class="row" data-aos="fade-up" data-aos-delay=".04s">
<div class="col-lg-12 d-flex justify-content-center">
<iframe src="https://calendar.google.com/calendar/b/4/embed?wkst=1&bgcolor=%230c2340&ctz=America%2FChicago&src=Y291bmNpbEBhY211dHNhLm9yZw&color=%23039BE5&showTz=0&showCalendars=0&showTabs=0&showPrint=0&showTitle=0&showNav=1&showDate=0&mode=MONTH" style="border-width:0" width="100%" height="600px" frameborder="0" scrolling="yes"></iframe>
</div>
</div>
</div>
</section>
</main>
{% include footer.html %}
<script>
AOS.init();
</script>
</body>