-
Notifications
You must be signed in to change notification settings - Fork 0
/
merch.html
223 lines (213 loc) · 7.39 KB
/
merch.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
211
212
213
214
215
216
217
218
219
220
221
222
223
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>
(function(w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({ "gtm.start": new Date().getTime(), event: "gtm.js" });
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != "dataLayer" ? "&l=" + l : "";
j.async = true;
j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, "script", "dataLayer", "GTM-MRPP8J");
</script>
<!-- End Google Tag Manager -->
<!-- JSON-LD markup generated by Google Structured Data Markup Helper. -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Event",
"name": "Bitcamp",
"startDate": "2020-04-03",
"location": {
"@type": "Place",
"name": "Xfinity Center",
"address": {
"@type": "PostalAddress",
"streetAddress": "8500 Paint Branch Dr",
"addressLocality": "College Park",
"addressRegion": "Maryland",
"addressCountry": "USA",
"postalCode": "20740"
}
},
"image": "https://bit.camp/img/bitcamp.png",
"description": "Bitcamp is the University of Maryland's premier 36-hour hackathon, bringing together over 1,400 students, making it the largest collegiate hackathon on the East Coast.",
"url": "https://bit.camp/",
"offers": {
"@type": "Offer",
"price": "Free"
}
}
</script>
<!-- End Google JSON-LD -->
<!-- Begin Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<title>Bitcamp</title>
<!-- End Meta -->
<link
rel="stylesheet"
type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css"
/>
<link rel="stylesheet" type="text/css" href="./style.css" />
<link rel="stylesheet" type="text/css" href="./css/nav.css" />
<link href="./assets/fonts/font-awesome/css/all.css" rel="stylesheet" />
<link
rel="shortcut icon"
href="./assets/favicons/favicon.ico"
type="image/x-icon"
/>
<meta
name="description"
content="Bitcamp is a place for exploration. You will have 36 hours to delve into your curiosities, learn something new, and make something awesome. With world-class mentors and hundreds of fellow campers, you're in for an amazing time. If you're ready for an adventure, see you by the fire!"
/>
<meta property="og:title" content="Bitcamp 2020" />
<meta property="og:site_name" content="Bitcamp 2020" />
<meta property="og:url" content="https://bit.camp/" />
<meta property="og:image" content="https://bit.camp/img/badge.png" />
<meta
property="og:description"
content="Bitcamp is a place for exploration. You will have 36 hours to delve into your curiosities, learn something new, and make something awesome. With world-class mentors and hundreds of fellow campers, you're in for an amazing time. If you're ready for an adventure, see you by the fire!"
/>
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:url" content="https://bit.camp/" />
<meta property="twitter:image" content="https://bit.camp/img/badge.png" />
<meta name="twitter:title" content="Bitcamp 2020" />
<meta
name="twitter:description"
content="Bitcamp is a place for exploration. You will have 36 hours to delve into your curiosities, learn something new, and make something awesome. With world-class mentors and hundreds of fellow campers, you're in for an amazing time. If you're ready for an adventure, see you by the fire!"
/>
<!-- Begin Favicons/Theme -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="./assets/favicons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./assets/favicons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="./assets/favicons/favicon-16x16.png"
/>
<link rel="manifest" href="./assets/favicons/site.webmanifest" />
<link
rel="mask-icon"
href="./assets/favicons/safari-pinned-tab.svg"
color="#ff6f3f"
/>
<link rel="shortcut icon" href="./assets/favicons/favicon.ico" />
<meta name="msapplication-TileColor" content="#ff6f3f" />
<meta
name="msapplication-config"
content="./assets/favicons/browserconfig.xml"
/>
<meta name="theme-color" content="#ffffff" />
<!-- End Favicons/Theme -->
<!-- Facebook Pixel Code -->
<script>
!(function(f, b, e, v, n, t, s) {
if (f.fbq) return;
n = f.fbq = function() {
n.callMethod
? n.callMethod.apply(n, arguments)
: n.queue.push(arguments);
};
if (!f._fbq) f._fbq = n;
n.push = n;
n.loaded = !0;
n.version = "2.0";
n.queue = [];
t = b.createElement(e);
t.async = !0;
t.src = v;
s = b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t, s);
})(
window,
document,
"script",
"https://connect.facebook.net/en_US/fbevents.js"
);
fbq("init", "475265253377658");
fbq("track", "PageView");
</script>
<noscript
><img
height="1"
width="1"
style="display:none"
src="https://www.facebook.com/tr?id=475265253377658&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
<style>
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>
</head>
<body
id="body"
style="height:100%; display:flex;justify-content: center; align-items: center;"
>
<!-- Google Tag Manager (noscript) -->
<noscript
><iframe
src="https://www.googletagmanager.com/ns.html?id=GTM-MRPP8J"
height="0"
width="0"
style="display:none;visibility:hidden"
></iframe
></noscript>
<!-- End Google Tag Manager (noscript) -->
<section id="merch-body" style="margin: 10px;">
<h1 style="font-family: 'Aleo';">April Fools!</h1>
<div class="video-container">
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/dQw4w9WgXcQ?autoplay=1"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
<p>We hope you enjoyed our prank!</p>
<p>On a more serious note, we hope that you are well and staying safe.</p>
<p>
We wish that we could have celebrated Bitcamp together this weekend with
you.
</p>
<p>
Although we won't see each other in person this year, we hope to see you
back by the campfire next year for <b>Bitcamp 2021!</b>
</p>
<p>Sincerely,</p>
<p>The Bitcamp Team</p>
</section>
</body>
</html>