-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsponsors.html
61 lines (60 loc) · 3.63 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>quhacks</title>
<link rel="icon" type="image/png" href="media/favicon.ico"/>
<link rel="stylesheet" media="screen and (min-width: 1080px)" href="css/desktop.css">
<link rel="stylesheet" media="screen and (max-width: 1080px)" href="css/mobile.css">
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="schedule.html">Schedule</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="">Register</a></li>
</ul>
<img src="media/freddy.png">
</nav>
<h1>Our Sponsors</h1>
<a href="https://www.linode.com/" target="_blank"><img class="silver_sponsor" src="media/sponsors/linode.png"></a>
<table class="sponsors">
<tr>
<td></td>
</tr>
<tr>
<td><a href="https://www.github.com/" target="_blank"><img class="bronze_sponsor" src="media/sponsors/github.svg"></a></td>
<td><a href="https://www.jetbrains.com/" target="_blank"><img class="bronze_sponsor" src="media/sponsors/jetbrains.png"></a></td>
<td><a href="https://www.stickermule.com/" target="_blank"><img class="bronze_sponsor" src="media/sponsors/stickermule.png"></a></td>
</tr>
<tr>
<td><a href="http://societyofwomenengineers.swe.org" target="_blank"><img class="bronze_sponsor" src="media/sponsors/swe.png"></a></td>
<td><a href="https://www.balsamiq.com/" target="_blank"><img class="bronze_sponsor" src="media/sponsors/balsamiq.png"></a></td>
<td><a href="https://www.shapeways.com/" target="_blank"><img class="bronze_sponsor" src="media/sponsors/shapeways.png"></a></td>
</tr>
<tr>
<td><a href="https://www.hackerearth.com/" target="_blank"><img class="bronze_sponsor" src="media/sponsors/hackerearth.png"></a></td>
<td><a href="https://www.indico.io/" target="_blank"><img class="bronze_sponsor" src="media/sponsors/indico.png"></a></td>
<td><a href="https://www.wolfram.com/" target="_blank"><img class="bronze_sponsor" src="media/sponsors/wolfram.png"></a></td>
</tr>
<tr>
<td></td>
<td><a href="https://estimote.com/" target="_blank"><img class="bronze_sponsor" src="media/sponsors/estimote.png"></a></td>
</tr>
</table>
<p style="text-align: center; font-size: 1.5vw; margin-left:10%; margin-right: 10%">Interested in sponsoring? Shoot us an email at <a href="mailto:[email protected]?subject=QuHacks%20Sponsorship">[email protected]</a> or check out our <a href="media/QuHacks%20Sponsorship%20Package.pdf">sponsorship package</a>.</p>
<div class="spacer"></div>
<img src="media/logo.png" class="logo">
<footer>
<a href="https://twitter.com/quhacks"><img src="media/icons/twitter.png" style="margin-right: 2vw"></a>
<a href="https://www.instagram.com/quhacks/"><img src="media/icons/instagram.png"></a>
<a href="https://www.facebook.com/QuHacks/"><img src="media/icons/facebook.png"></a>
<a href="mailto:[email protected]"><img src="media/icons/email.png"></a>
</footer>
</body>
</html>