This repository has been archived by the owner on Feb 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
205 lines (197 loc) · 7.46 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
---
layout: default
---
{% include hero.html %}
<section class="hardwarehack">
<div class="container">
<h1 class="text-center">What makes CreatED special?</h1>
<div class="items row">
{% for section in site.event.info.sections %}
<div class="col-xs-12 col-sm-4 text-center">
<div class="item">
<img class="special-image" src="{{ section.image }}" alt="{{ section.imagealt }}" />
<h1>{{ section.title }}</h1>
<hr>
<h2 class="special-image-desc">{{ section.description }}</h2>
</div>
</div>
{% endfor %}
</div>
</div>
</section>
<section id="faq" class="faq">
<div class="container">
<h1 class="text-center">FAQ</h1>
<div class="row">
<div class="col-xs-12 col-sm-8 col-sm-offset-2">
{% for item in site.event.faq %}
<div class="question col-xs-12 col-sm-12">
<h2>{{ item.question }}</h2>
<hr>
<p>{{ item.answer | markdownify }}</p>
</div>
{% endfor %}
</div>
</div>
</div>
</section>
<section id="schedule" class="schedule">
<h1 class="text-center">Schedule</h1>
<div class="container">
<div id="schedSaturday">
<div class="row">
<div class="col-sm-3">
<header>
<div>7</div>
<div>April</div>
</header>
</div>
<div class="col-sm-9">
<table class="table table-hover">
<tbody>
<tr><th></th><th>Main track</th><th></th><th>Workshops</th></tr>
{% for event in site.event.schedule.Saturday %} {% assign previous = forloop.index0 | minus: 1 %} {% assign next = forloop.index0 | plus: 1 %} {% if site.event.schedule.Saturday[previous].start != event.start %}
<tr>
{% if event.track == "ws" %}
<th></th>
<td></td>
{% endif %}
<th>
{{ event.start }}{% if event.end %}<br />|<br />{{ event.end}}{% endif %}
</th>
<td>
{{ event.text }}
</td>
{% if event.track == "main" %} {% if event.start == site.event.schedule.Saturday[next].start %}
<th>
{{ site.event.schedule.Saturday[next].start }}{% if site.event.schedule.Saturday[next].end %}<br />|<br />{{ site.event.schedule.Saturday[next].end }}{% endif %}
</th>
<td>{{ site.event.schedule.Saturday[next].text }}</td>
{% else %}
<th></th>
<td></td>
{% endif %} {% endif %}
</tr>
{% endif %} {% endfor %}
</tbody>
</table>
</div>
</div>
</div>
<hr />
<div id="schedSunday">
<div class="row">
<div class="col-sm-3">
<header>
<div>8</div>
<div>April</div>
</header>
</div>
<div class="col-sm-9">
<table class="table table-hover">
<tbody>
{% for event in site.event.schedule.Sunday %} {% assign previous = forloop.index0 | minus: 1 %} {% assign next = forloop.index0 | plus: 1 %} {% if site.event.schedule.Sunday[previous].start != event.start %}
<tr>
{% if event.track == "ws" %}
<th></th>
<td></td>
{% endif %}
<th>
{{ event.start }}{% if event.end %}<br />|<br />{{ event.end}}{% endif %}
</th>
<td>
{{ event.text }}
</td>
{% if event.track == "main" %} {% if event.start == site.event.schedule.Sunday[next].start %}
<th>
{{ site.event.schedule.Sunday[next].start }}{% if site.event.schedule.Sunday[next].end %}<br />|<br />{{ site.event.schedule.Sunday[next].end }}{% endif %}
</th>
<td>{{ site.event.schedule.Sunday[next].text }}</td>
{% else %}
<th></th>
<td></td>
{% endif %} {% endif %}
</tr>
{% endif %} {% endfor %}
</tbody>
</table>
</div>
</div>
</div>
</div>
</section>
<section id="workshops" class="workshops">
<div class="container">
<h1 class="text-center">Workshops</h1>
<div class="row">
<div class="col-xs-12 col-sm-8 col-sm-offset-2">
{% for workshop in site.event.workshops %}
<div class="col-xs-12">
<div class="item">
<h2 class="text-center">{{ workshop.name }}</h2>
<hr>
<p class="workshop-time"><b>Time:</b> {{ workshop.time }}</p>
<p class="workshop-level"><b>Level:</b> {{ workshop.level }}</p>
<p class="workshop-description"><b>Description: </b>{{ workshop.description }}</p>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
</section>
<section id="venue" class="venue">
<h1 class="text-center">Venue Details</h1>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2234.288173401278!2d-3.1891977837099557!3d55.94437708060509!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4887c78385c7685d%3A0x6f9d3da4d39209ee!2sAppleton+Tower%2C+The+University+of+Edinburgh!5e0!3m2!1sen!2suk!4v1520004331756"
width="100%" height="450" frameborder="0" style="border:0; box-shadow: 0px 0px 50px #cfcfcf;" allowfullscreen></iframe>
</section>
<section id="sponsors" class="sponsors">
<div class="container">
<div class="items row">
<div class="col-xs-12 text-center">
<h1>CreatED 2018 is sponsored by</h1>
<hr />
</div>
</div>
<div class="items row">
{% for sponsor in site.event.sponsors.tier1 %}
<div class="col-xs-12 col-sm-offset-2 col-sm-8 text-center">
<div class="item">
<a href="{{ sponsor.url }}"><img src="{{ sponsor.logo }}" alt="{{ sponsor.name }}"/></a>
</div>
</div>
{% endfor %}
</div>
{% if site.event.sponsors.tier1.size > 0 %}<hr />{% endif%}
<div class="items row">
{% for sponsor in site.event.sponsors.tier2 %}
<div class="col-xs-10 col-xs-offset-1 col-sm-8 col-sm-offset-2 text-center tier2">
<div class="item">
<a href="{{ sponsor.url }}"><img src="{{ sponsor.logo }}" alt="{{ sponsor.name }}"/></a>
</div>
</div>
{% endfor %}
</div>
{% if site.event.sponsors.tier2.size > 0 %}<hr />{% endif%}
<div class="items row">
{% for sponsor in site.event.sponsors.tier3 %}
{%- assign i = forloop.index0 | modulo: 2 -%}
<div class="col-xs-8 col-xs-offset-2 col-sm-4 col-sm-offset-{% if i == 0 or i == 2 or i == 4 %}1{% else %}2{% endif %} text-center">
<div class="item">
<a href="{{ sponsor.url }}"><img {% if sponsor.customstyle %}style="{{ sponsor.customstyle}}" {% endif %}src="{{ sponsor.logo }}" alt="{{ sponsor.name }}"/></a>
</div>
</div>
{% endfor %}
</div>
{% if site.event.sponsors.tier3.size > 0 %}<hr />{% endif%}
<div class="items row anycont">
{% for sponsor in site.event.sponsors.anycont %}
<div class="col-xs-6 col-xs-offset-3 col-sm-4 col-sm-offset-0 text-center">
<div class="item">
<a href="{{ sponsor.url }}"><img src="{{ sponsor.logo }}" alt="{{ sponsor.name }}"/></a>
</div>
</div>
{% endfor %}
</div>
</div>
</section>