-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
99 lines (91 loc) · 5.14 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
<!DOCTYPE HTML>
<!--
Eventually by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>CodeRED Exploration</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="google-site-verification" content="xgaP0HZGEoaVNBb6BAZQA7SpJzA8edxiTXxJsXZdZv8" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!-- Start of Async Drift Code -->
<script>
!function() {
var t;
if (t = window.driftt = window.drift = window.driftt || [], !t.init) return t.invoked ? void (window.console && console.error && console.error("Drift snippet included twice.")) : (t.invoked = !0,
t.methods = [ "identify", "config", "track", "reset", "debug", "show", "ping", "page", "hide", "off", "on" ],
t.factory = function(e) {
return function() {
var n;
return n = Array.prototype.slice.call(arguments), n.unshift(e), t.push(n), t;
};
}, t.methods.forEach(function(e) {
t[e] = t.factory(e);
}), t.load = function(t) {
var e, n, o, i;
e = 3e5, i = Math.ceil(new Date() / e) * e, o = document.createElement("script"),
o.type = "text/javascript", o.async = !0, o.crossorigin = "anonymous", o.src = "https://js.driftt.com/include/" + i + "/" + t + ".js",
n = document.getElementsByTagName("script")[0], n.parentNode.insertBefore(o, n);
});
}();
drift.SNIPPET_VERSION = '0.3.1';
drift.load('5kvyht55msgn');
</script>
<!-- End of Async Drift Code -->
</head>
<body>
<!-- MLH Badge -->
<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/na-2018/events?utm_source=na-2018&utm_medium=TrustBadge&utm_campaign=na-2018&utm_content=white" target="_blank">
<img src="https://s3.amazonaws.com/logged-assets/trust-badge/2018/white.svg" alt="Major League Hacking 2017 Hackathon Season" style="width:100%">
</a>
<!-- Header -->
<header id="header">
<h1>CodeRED Exploration</h1>
<p>Join us for Houston's premier innovation experience on November 4, 2017.<br />
<!--Hosted by <a href="http://cougarcs.com" target="_blank">CougarCS</a> at The University of Houston.<br /> -->
Enter your email to be the first to hear when registration opens.</p>
</header>
<!-- MailChimp Signup Form -->
<form id="signup-form" method="post" action="https://cougarcs.us12.list-manage.com/subscribe/post?u=b215cfccc354f423d38e9db4b&id=de99d8b2f5" novalidate>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true">
<input type="text" name="b_b215cfccc354f423d38e9db4b_de99d8b2f5" tabindex="-1" value="">
</div>
<input type="email" name="EMAIL" id="email" placeholder="Email Address" />
<input type="submit" name="subscribe" value="Sign Up" />
</form>
<!-- Sponsor callout -->
<section>
<h3>Interested in sponsoring?</h3>
<p>We'd love to hear from you. Drop us a line at
<a href="mailto:hackathon@cougarcs.com?subject=Sponsoring%20CodeRED">hackathon@cougarcs.com</a>.<br />
We'll send you our sponsor packages and past event statistics.</p>
</section>
<section>
<p>This event abides by the <a href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf" target="_blank">MLH Code of Conduct</a>.</p>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://www.facebook.com/UHCodeRED/" class="icon fa-facebook" target="_blank"><span class="label">Facebook</span></a></li>
<li><a href="https://twitter.com/UH_CodeRED" class="icon fa-twitter" target="_blank"><span class="label">Twitter</span></a></li>
<!--<li><a href="#" class="icon fa-instagram"><span class="label" target="_blank">Instagram</span></a></li>-->
<li><a href="mailto:hackathon@cougarcs.com" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© CougarCS.</li>
<li>Credits: <a href="http://html5up.net">HTML5 UP</a></li>
<li>Photos by <a href="https://www.facebook.com/shooksean">Sean Hong</a>, courtesy of <a href="https://mlh.io">Major League Hacking</a> powered by <a href="http://www.dell.com/">Dell</a> and <a href="https://www.microsoft.com/en-us/windows">Windows</a>.</li>
</ul>
</footer>
<!-- Scripts -->
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>