This repository was archived by the owner on Jun 1, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
68 lines (65 loc) · 3.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta property="og:title" content="HackNYU 2018" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://hacknyu.org" />
<meta property="og:image" content="images/open-graph-logo.png" />
<title>HackNYU</title>
<meta name="description" content="">
<link rel="stylesheet" href="stylesheets/style.css"/>
<link rel="icon" href="favicon.png"/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-43028228-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-43028228-4');
</script>
</head>
<body>
<!-- <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> -->
<div class="alert" style="text-align:center">
Interested in sponsoring for 2019? Check out our sponsor deck <a href="sponsor-deck.pdf">here</a>! <br>
Contact us at: [email protected] for more details.
</div>
<section id="cover" class="first-section page-section">
<div id="cover-container" class="container">
<img id="cover-logo" src="images/logo.svg">
<div id="cover-info">
<h1 class="animated fadeInLeft">HackNYU 2019</h1>
<p class="info-line animated fadeInLeft">February 15-17th</p>
<p class="info-line animated fadeInLeft">Brooklyn · Shanghai · Abu Dhabi</p>
<div id="buttons">
<a href="https://hacknyu2018.devpost.com/submissions" id="registration-button" class="animated fadeInLeft button">Last Year's Projects</a>
<a href="https://www.facebook.com/pg/hacknyu/photos/" class="animated fadeInLeft button">Photos</a>
<a href="about.html" class="animated fadeInLeft button">Learn More</a>
<a href="tracks.html" class="animated fadeInLeft button">Past Tracks</a>
<a href="sponsor.html" class="animated fadeInLeft button">Sponsor</a>
</div>
<p class="info-line" style="font-size: 0.75em; padding-top: 1em;">All participants and volunteers are expected to follow the <a href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf">MLH Code of Conduct.</a></p>
</div>
</div>
</section>
<footer id="copyright-footer">
<ul id="social-media">
<li><a href="https://www.facebook.com/hacknyu/"><i class="fa fa-facebook-square fa-2x"></i></a></li>
<li><a href="https://twitter.com/hacknyu?lang=en"><i class="fa fa-twitter-square fa-2x"></i></a></li>
<li><a href="https://www.instagram.com/hacknyu/"><i class="fa fa-instagram fa-2x"></i></a></li>
<li><a href="snap.html"><i class="fa fa-snapchat fa-2x"></i></a></li>
</ul>
© Copyright HackNYU 2018
</footer>
<script>
function openNav() {
document.getElementById("side-nav").style.width = "70vw";
}
function closeNav() {
document.getElementById("side-nav").style.width = "0";
}
</script>
</body>
</html>