-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
210 lines (172 loc) · 8.08 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
206
207
208
209
210
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>BullHacks - Birmingham Hackathon 2019</title>
<meta name="description" content="BullHacks is a 24 hour university hackathon organised by the Birmingham City University Hackathon and Computing Society (HaCS). BullHacks invites students from all over the UK to come together and build creative, unqiue and crazy creations during the hackathon. The craziest and most unique projects will be awarded and participants will have gained valuable team working skills as well as new programming and technical skills." />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">
<link href="lib/animate.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/instantsearch.js/1/instantsearch.min.css" />
<link rel="icon" type="image/png" href="img/bullhacks-bull.png">
<link rel="stylesheet" href="main.css">
<meta property="og:url" content="http://bullhacks.tech" />
<meta property="og:type" content="website" />
<meta property="og:title" content="BullHacks - Coming to you in 2019" />
<meta property="og:description" content="A 24 hour Birmingham hackathon in 2019. Hosted by HaCS at Birmingham City University" />
<meta property="og:image" content="http://bullhacks.tech/img/og.jpg" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@bullhacks">
<meta name="twitter:title" content="BullHacks - Coming to you in 2019">
<meta name="twitter:description" content="A 24 hour Birmingham hackathon in 2019. Hosted by HaCS at Birmingham City University">
<meta name="twitter:image" content="http://bullhacks.tech/img/og.jpg">
<script>
if (window.location.host == 'bullhacks.tech' && window.location.protocol != 'https:') {
window.location.protocol = 'https:';
}
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "Event",
"name": "BullHacks Hackathon",
"url": "https://bullhacks.tech",
"sponsor": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
},
"startDate": "2016-03-11T09:00",
"endDate": "2016-03-12T17:30",
"eventStatus": "EventScheduled",
"image": "https://bullhacks.tech/img/og.jpg",
"description": "BullHacks is a 24 hour university hackathon organised by the Birmingham City University Hackathon and Computing Society (HaCS). The event will take place on March 11th 2017 at the BCU city center campus. BullHacks invites students from all over the UK to come together and build creative, unqiue and crazy creations during the hackathon. The craziest and most unique projects will be awarded and participants will have gained valuable team working skills as well as new programming and technical skills.",
"offers": [
{
"@type": "Offer",
"url": "https://pandelis.typeform.com/to/Kuuo8z",
"validFrom": "2017-03-11T08:00",
"validThrough": "2017-03-12T17:00",
"price": "00.00",
"priceCurrency": "GBP"
}
],
"location": {
"@type": "Place",
"name": "The Curzon Building, Birmingham",
"url": "http://www.bcu.ac.uk/about-us/maps-and-campuses/city-centre-campus/phase-2",
"address": {
"@type": "PostalAddress",
"addressLocality": "Birmingham",
"addressRegion": "UnitedKingdom",
"streetAddress": "130 curzon street birmingham"
}
}
}
</script>
</head>
<body>
<section id="hero">
<div class="shard" id="top"></div>
<nav>
<ul>
<li><a href="#home">home</a></li>
<li><a href="#faq">faq</a></li>
<li><a href="#sponsors">sponsors</a></li>
<li><a href="#map">map</a></li>
<li><a href="https://github.com/BullHacks/bullhacks.github.io/blob/master/codeofconduct.md">code of conduct</a></li>
</ul>
</nav>
<div class="container">
<video playsinline autoplay muted loop poster="img/bcu-curzon.png" id="bgvid">
<source src="img/intro-video.mp4" type="video/mp4">
</video>
<div id="logo" class="animated fadeInUp">
<img src="img/bullhacks.png" alt="BullHacks Birmingham">
</div>
<div id="descriptor">
<p class="bold">Coming to you in 2019!</p>
<p>Birmingham, UK</p>
</div>
<a href="#" class="button">
<div class="txt" style="margin-top: 25px;">Tickets closed :(</div>
<div class="btn"></div>
</a>
</div>
<div class="shard" id="bottom"></div>
</section>
<section id="faq">
<h1 style="background-color:white;">FAQ</h1>
<p>Frequently Asked Questions</p>
<div class="search"><input type="text" class="searchInput" id="q" /><div id="poweredby">Powered by<img class="poweredby" src="img/Algolia_logo_bg-white.svg"></div></div>
<div class="questions" id="questions">
</div>
</section>
<section id="sponsors">
<div class="shard" id="top"></div>
<h1>Last Year's Sponsors</h1>
<div class="sponsors" style="margin-bottom: 200px;">
<div class="sponsor">
<div class="sponsorBg"></div>
<div class="sponsorBorder"></div>
<a target="_blank" href="https://get.tech">
<img class="animated bounce" style="width: 280px;" src="img/dot-tech-domains.png" alt=".tech Domains">
</a>
</div>
<div class="sponsor">
<div class="sponsorBg"></div>
<div class="sponsorBorder"></div>
<a target="_blank" href="http://www.bcs.org">
<img class="animated bounce" src="img/bcs.jpg" alt="British Computing Society">
</a>
</div>
<div class="sponsor">
<div class="sponsorBg"></div>
<div class="sponsorBorder"></div>
<a target="_blank" href="https://github.com">
<img class="animated bounce" src="img/github-logo.png" alt="GitHub">
</a>
</div>
<div class="sponsor">
<div class="sponsorBg"></div>
<div class="sponsorBorder"></div>
<a target="_blank" href="https://majestic.com">
<img class="animated bounce" src="img/majestic.png" alt="Majestic">
</a>
</div>
<div class="sponsor">
<div class="sponsorBg"></div>
<div class="sponsorBorder"></div>
<a target="_blank" href="http://phoebus.co.uk">
<img class="animated bounce" src="img/phoebus.JPG" alt="Phoebus Software">
</a>
</div>
<div class="sponsor">
<div class="sponsorBg"></div>
<div class="sponsorBorder"></div>
<a target="_blank" href="https://ovh.co.uk">
<img class="animated bounce" src="img/ovh.png" alt="OVH">
</a>
</div>
</div>
<p>Interested in sponsoring us? <a style="color: white;" href="mailto:[email protected]?Subject=I%20want%20to%20sponsor%20BullHacks"><u>Drop us an email.</u></a></p>
</section>
<section id="map">
<a href="https://goo.gl/maps/WBfzaunu4yP2"><div id="location"></div></a>
</section>
<script src="bullhacks.js" charset="utf-8"></script>
<script src="https://cdn.jsdelivr.net/instantsearch.js/1/instantsearch.min.js"></script>
<script src="search.js" charset="utf-8"></script>
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBaBmoc-yLvfXoqKUeq100k0A_g2MHpW78&callback=initMap">
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-84559278-2', 'auto');
ga('send', 'pageview');
</script>
<!-- <a id="mlh-trust-badge" style="display:block;max-width:100px;min-width:60px;position:fixed;right:50px;top:0;width:10%;z-index:10000" href="https://mlh.io/seasons/eu-2018/events?utm_source=eu-2018&utm_medium=TrustBadge&utm_campaign=eu-2018&utm_content=yellow" target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/2018/yellow.svg" alt="Major League Hacking 2017 Hackathon Season" style="width:100%"></a> -->
</body>
</html>