-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·58 lines (48 loc) · 2.39 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
---
layout: base
---
<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.png" id="logo-animation">
<h1 class="title">HackCU Episode IV<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>
<!-- <h3>600 Hackers · 24 Hours</h3>
<h3>February 24<sup>th</sup> and 25<sup>th</sup> 2018</h3> -->
<!-- <div class="buttons title"> -->
<!--Inspired by https://github.com/HackCU/HackCU-Temp by Alex Walling-->
<!-- <div class="svg-wrapper "> -->
<!-- <svg height="40" width="150" xmlns="http://www.w3.org/2000/svg"> -->
<!-- <rect class="shape" height="40" width="150"/> -->
<!-- <div class="text"> -->
<!-- <a href="https://my.hackcu.org" target="_blank">Apply</a> -->
<!-- </div> -->
<!-- </svg> -->
<!-- </div> -->
<!-- <div class="svg-wrapper "> -->
<!-- <svg height="40" width="150" xmlns="http://www.w3.org/2000/svg"> -->
<!-- <rect class="shape" height="40" width="150"/> -->
<!-- <div class="text"> -->
<!-- <a href="mailto:[email protected]" target="_blank">Sponsor</a> -->
<!-- </div> -->
<!-- </svg> -->
<!-- </div> -->
<!-- </div> -->
</div>
</div>
</div>
</div>
</header>
{% include sections/about.html %}
{% include sections/stats.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 %}