-
Notifications
You must be signed in to change notification settings - Fork 1
/
sponsors.html
74 lines (68 loc) · 2.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="css/southhacks.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>SouthHacks - Sponsors</title>
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-rc.2/css/materialize.min.css">
<link href="css/custom-m.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
</head>
<body>
<nav class="yellow darken-1" role="navigation">
<div class="nav-wrapper">
<a href="index.html" class="brand-logo"><img src="img/SouthHacksLogo.png"></a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li class="hidden">
<a href="index.html#page-top"></a>
</li>
<li>
<a class="page-scroll" href="info.html">Info</a>
</li>
<li>
<a class="page-scroll" href="schedule.html">Schedule</a>
</li>
<li>
<a class="page-scroll" href="sponsors.html">Sponsors</a>
</li>
<li>
<a class="page-scroll" href="organizers.html">About Us</a>
</li>
<li>
<a class="page-scroll" href="register.html">Register</a>
</li>
<li>
<a class="page-scroll" href="index.html#contact">Contact</a>
</li>
</ul>
</div>
</nav>
<div class="section green darken-1">
<div class="row">
<h3 style="text-align:center" class="white-text">Sponsors</h3>
</div>
</div>
<div class="section green darken-3">
<div class="row">
<h5 class="white-text m-c-test">Interested in Sponsoring SouthHacks? Please Contact Us at
[email protected]</h5>
<div class="container">
</div>
</div>
</div>
<footer class="m-footer page-footer yellow">
<div class="footer-copyright">
<div class="container">
<details>
<summary class="green-text text-darken-4">SouthHacks © 2017-2018</summary>
<p class="grey-text"> - by
<a class="link" href="https://github.com/IshaanIvaturi">Ishaan Ivaturi</a>. All Rights Reserved.</p>
</details>
</div>
</div>
</footer>
</body>
</html>