-
Notifications
You must be signed in to change notification settings - Fork 0
/
schedule.html
129 lines (123 loc) · 4.52 KB
/
schedule.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bitcamp</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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 href="./assets/fonts/css/all.css" rel="stylesheet" />
<link rel="shortcut icon" href="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 -->
<meta charset="utf8" />
</head>
<body id="wip-body">
<div>
<img src="./img/bitcamp.png" alt="bitcamp-fire" />
<h1>Pardon our appearance</h1>
<p>
We're still working on this page in order to bring you the best
experience possible. Please check back soon!
</p>
<p id="workshop-form">
If you're interested in hosting a workshop, please fill out
<a target="_blank" href="https://forms.gle/1vQExpjbdsPtW6E59"
>this form</a
>
by Friday, March 6th.
</p>
<a href="./index.html" class="home-link">Return home</a>
</div>
</body>
</html>