-
Notifications
You must be signed in to change notification settings - Fork 18
/
index.html
37 lines (28 loc) · 1.36 KB
/
index.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
31
32
33
34
35
36
37
---
layout: default
title: dsmJS
---
<h2 itemprop="startDate" content="{{ site.posts.first.date | date: "%Y-%m-%d" }}">{{ site.posts.first.date | date: "%B %d, %Y" }}</h2>
<p>{{ site.posts.first.time }} @ {{ site.posts.first.location }}</p>
{% capture pagedate %}{{ site.posts.first.date | date: '%B %-d, %Y'}}{% endcapture %}
{% include post-body.html pagedate=pagedate %}
{% if site.posts.first.tiklyWidgetID.size > 0 %}
<div class="tickly">
<p>This event form is to help us figure out how much food to get, and (if they're required) get the security badges created ahead of time.</p>
<div class="text-center">
<iframe name='tiklet' scrolling='no' id='{{site.posts.first.tiklyWidgetID}}' style='height:350px;width:420px;background-color: transparent;' frameborder='0' src='{{site.posts.first.tiklyWidgetURL}}'></iframe>
</div>
</div>
{% endif %}
{% if site.posts.first.eventbriteId.size > 0 %}
<div id="eventbrite-widget-container"></div>
<script src="https://www.eventbrite.com/static/widgets/eb_widgets.js"></script>
<script type="text/javascript">
window.EBWidgets.createWidget({
widgetType: 'checkout',
eventId: '{{site.posts.first.eventbriteId}}',
iframeContainerId: 'eventbrite-widget-container',
});
</script>
{% endif %}
<h3>Proudly sponsored by <a href="{{site.posts.first.pizzaSponsorSite}}">{{site.posts.first.pizzaSponsorName}}</a></h3>