-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·39 lines (28 loc) · 1.02 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
---
layout: base
---
{% include sections/background.html %}
<header id="parent">
<div class="container">
<div class="row" id="child">
<div class="col-md-12">
<div class="text-center">
<img src="assets/images/white_logo_shadow.png" alt="HackCU logo" id="logo-animation">
<h1 class="title">HackCU Episode V<br>
<small>powered by <a target="_blank" href="https://www.colorado.edu/studentgroups/assg/">ASSG</a></small>
</h1>
<h3>Thank you all for coming! See you next year!</h3>
</div>
</div>
</div>
</div>
</header>
{% include sections/about.html %}
{% include sections/faq.html %}
{% include sections/apply.html %}
{% include sections/schedule.html %}
{% include sections/volunteer_mentor.html %}
{% include sections/sponsors.html %}
{% include sections/partners.html %}
{% include sections/location.html %}
{% include sections/contact.html %}