-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
90 lines (82 loc) · 4.61 KB
/
index.html
File metadata and controls
90 lines (82 loc) · 4.61 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>BuildHer Hackathon</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="BuildHer is Chicago's first student-run women's hackathon. The second annual event is on April 14-15th, 2018 at Northwestern University.">
<meta name="keywords" content="hackathon, women hackathon, buildher, chicago, northwestern, women in computing, women in tech">
<!--Theme Color-->
<!--Favicon-->
<link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon">
<!--CSS-->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href ="style.css" type="text/css">
<!--Fonts-->
<link href="https://fonts.googleapis.com/css?family=Bungee+Inline|Lobster|Muli" rel="stylesheet">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!--Font Awesome CDN-->
<script src="https://use.fontawesome.com/9d1c5223fa.js"></script>
</head>
<body class="home">
<!--Nav Bar-->
<nav class="navbar navbar-static-top">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar" style="background-color:gray;"></span>
<span class="icon-bar" style="background-color:gray;"></span>
<span class="icon-bar" style="background-color:gray;"></span>
</button>
</div>
<div class="container">
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-left">
<li><a href="index.html">home</a></li>
<li><a href="about.html">about</a></li>
<li><a href="faq.html">faq</a></li>
<li><a href="team.html">team</a></li>
<li><a href="sponsors.html">sponsors</a></li>
<li><a href="dayof.html">attendees</a></li>
</ul>
</div>
</div>
</nav>
<!--Home Info-->
<br><br><br><br>
<div class="home-info">
<h1 class="home">Build<span class="her">Her</span></h1>
<h3 class="home" id="tagline">Chicago's first-ever student-run women's hackathon</h3>
<h2 id="date" class="home datelocation">April 14-15<br/>2018</h2>
<h2 id="location" class="home datelocation">Northwestern<br/>University</h2>
<br><br>
<h4 class="home">Applications for BuildHer 2018 are now closed.</h4>
<!-- <a href="https://buildher.typeform.com/to/WEyBk1"><button class="home" id="apply-button">Apply Now!</button></a> -->
<!--Social Media-->
<div id="social-media" class="home">
<a href="mailto:buildherhackathon@gmail.com" id="email"><i class="fa fa-envelope fa-3x" aria-hidden="true"></i></a>
<a href="https://www.facebook.com/northwesternbuildher/" id="facebook"><i class="fa fa-facebook-square fa-3x" aria-hidden="true"></i></a>
<a href="https://twitter.com/nu_buildher" id="twitter"><i class="fa fa-twitter-square fa-3x" aria-hidden="true"></i></a>
<a href="https://www.instagram.com/nubuildher/" id="instagram"><i class="fa fa-instagram fa-3x" aria-hidden="true"></i></a>
<a href="https://medium.com/@nu_buildher" id="medium"><i class="fa fa-medium fa-3x" aria-hidden="true"></i></a>
</div>
<br><br>
</div>
<!-- Left and right controls -->
<a class="right carousel-control" href="about.html" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<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>
</body>
</html>