-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
19 lines (19 loc) · 979 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
layout: default
title: Welcome
---
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.3";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<section class="welcome">
<h2>Join GameBuilders</h2>
<br/>
<h3>{{ site.data.meeting.day }}s {{ site.data.meeting.start_time }}-{{ site.data.meeting.end_time }} in {{ site.data.meeting.location }}</h3>
</section>
<section class="facebook">
<div class="fb-page" data-href="https://www.facebook.com/acmgamebuilders" data-width="500" data-hide-cover="false" data-show-facepile="false" data-show-posts="true"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/acmgamebuilders"><a href="https://www.facebook.com/acmgamebuilders">ACM Gamebuilders at UIUC</a></blockquote></div></div>
</section>