forked from CUBlockchain/summit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·60 lines (47 loc) · 2.06 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/CU_Blockchain_Logo_Outline.png" alt="" class="img-responsive title-logo">
<h1 class="title">{{site.title}}</h1>
<h2>{{site.tagline}}</h2>
<h3>University of Colorado Boulder</h3>
<h3>April 14<sup>th</sup> and 15<sup>th</sup> 2018</h3>
<div class="buttons title">
<!--Inspired by https://github.com/HackCU/HackCU-Temp by Alex Walling-->
<div class="svg-wrapper dark">
<svg height="40" width="150" xmlns="http://www.w3.org/2000/svg">
<rect class="shape" height="40" width="150"/>
<div class="text">
<a href="{{site.register-url}}" 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="/sponsor" target="_blank">Sponsor</a>
</div>
</svg>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
{% include sections/about.html %}
{% include sections/faq.html %}
{% include sections/register.html %}
{% include sections/schedule.html %}
{% include sections/speakers.html %}
<!-- {% include sections/sponsors.html %} -->
{% include sections/partners.html %}
{% include sections/location.html %}
{% include sections/contact.html %}
{% include footer.html %}