This repository has been archived by the owner on May 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
executable file
·103 lines (96 loc) · 4.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
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
<!DOCTYPE html>
<html class="no-js" dir="ltr" lang="en">
<head>
<meta charset="utf-8">
<meta content="ie=edge" http-equiv="x-ua-compatible">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!-- 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 -->
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
<link href="css/foundation.css" rel="stylesheet">
<link href="css/app.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/fonts/stylesheet.css" rel="stylesheet">
<title>Bitcamp</title>
</head>
<body>
<!-- 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) -->
<div class="sky">
<div class="row">
<div class="medium-3 columns"><img class="hide-for-small-only" src="img/cloud.svg" width="200px"></div>
<div class="medium-6 columns">
<img src="img/bitcamp-logo-badge.png" width="150px">
<br>
<h5>April 7-9, 2017</h5>
<h5>We're still building our fire - stay tuned for updates!</h5>
<!-- Begin MailChimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css" rel="stylesheet" type="text/css">
<div id="mc_embed_signup">
<form action="//bitca.us14.list-manage.com/subscribe/post?u=8d420d7289f5918838f6ce9e8&id=8d4989f015" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<div class="field">
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" style="color:#7F6C5F; width: 100%; font-family: 'Avenir', Arial, sans-serif;" placeholder="email address" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div class="clear">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button" style="background-color:#FF6F3F">
</div>
</div>
<div style="position: absolute; left: -5000px;" aria-hidden="true">
<input type="text" name="b_8d420d7289f5918838f6ce9e8_8d4989f015" tabindex="-1" value="">
</div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
<div class="medium-3 columns"><img class="hide-for-small-only" src="img/cloud.svg" width="150px"></div>
</div>
<div class="row">
<div class="medium-6 columns mountainleft hide-for-small-only"></div>
<div class="medium-6 columns mountainright"></div>
</div>
</div>
<div class="footer">
<div class="row">
<div class="large-6 medium-6 columns">
<h5>Sponsorship Inquiries: <a href=
"#">[email protected]</a><br>
Questions? Ask us at: <a href="#">[email protected]</a></h5>
</div>
<div class="large-6 medium-6 columns">
<h5>Bitcamp 2016 Site: <a href="http://2016.bitca.mp">2016.bitca.mp</a><br>
2016 Hacks: <a href="http://bitcamp16.devpost.com/">Devpost</a></h5>
</div>
</div>
</div>
<script src="js/vendor/jquery.js">
</script>
<script src="js/vendor/what-input.js">
</script>
<script src="js/vendor/foundation.js">
</script>
<script src="js/app.js">
</script>
</body>
</html>