-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 730 Bytes
/
index.html
File metadata and controls
18 lines (18 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
layout: page
---
<div class="meetup-content">
<h2>AUGUST</h2>
<ul class="meetups">
{% for event in site.data.events %}
<li>
<span class="starts-at">{{ event.complete_date | date: "%d" }}</span>
<strong>{{ event.group }}</strong>{{ event.title }}<br />
<a href="{{ event.url }}">{{ event.description }}</a>
</li>
{% endfor %}
</ul>
<iframe frameborder="0" height="600" scrolling="no" src=
"https://calendar.google.com/calendar/embed?src=cfad967t5t2dp78rf9g7pjuimk%40group.calendar.google.com&ctz=Asia/Manila&hl=en"
style="border: 0" width="800"></iframe>
</div>