-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsponsors.html
100 lines (90 loc) · 4.75 KB
/
sponsors.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
<!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">
<!--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>
</head>
<body class="sponsors">
<!--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>
<!--Platinum-->
<div class="row sponsor-row">
<h3 class="header-text">Thank you to our sponsors!</h3>
</div>
<div class="sponsor-row">
<a href="https://www.jpmorganchase.com/"><img class="sponsor-image platinum" src="images/sponsors/JPMC Logo White.png"></a>
</div>
<!--Gold-->
<!-- <div class="sponsor-row">
</div> -->
<!--Silver-->
<div class="row sponsor-row">
<a href="http://www.morningstar.com/"><img class="sponsor-image silver" src="images/sponsors/morningstar.jpg"></a>
<a href="https://www.synchronyfinancial.com/"><img class="sponsor-image silver" src="images/sponsors/synchrony.png"></a>
</div>
<!--Bronze-->
<div class="row sponsor-row">
<a href="https://www.microsoft.com/en-us/"><img class="sponsor-image bronze" src="images/sponsors/microsoft.png"></a>
<a href="https://cloud.google.com/"><img class="sponsor-image bronze" src="images/sponsors/google_cloud_platform.png"></a>
<a href="https://www.facebook.com/"><img class="sponsor-image bronze" src="images/sponsors/facebook_blue.jpg"></a>
<a href="https://www.bittobyte.org/"><img class="sponsor-image bronze" src="images/sponsors/BtB_Horizontal.png"></a>
<a href="http://hackp.ac/mlh-stickermule-hackathons"><img class="sponsor-image bronze" src="images/sponsors/sticker-mule-logo-light.png"></a>
</div>
<!--Sponsorship-->
<br><br><br>
<div class="row sponsor-row">
<h3 class="header-text">Interested in Sponsoring?</h3>
<p class="about body-text">Interested in sponsoring BuildHer 2018? Check out our <a href="files/2018sponsor.pdf" id="sponsorlink">sponsorship opportunities</a>and reach out to <a href="mailto:[email protected]">[email protected]</a>with interest or questions!</p>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="team.html" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="dayof.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>