-
Notifications
You must be signed in to change notification settings - Fork 2
/
sponsors.html
138 lines (130 loc) · 4.87 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE HTML>
<!--
Ion by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>MHtC</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
</head>
<body id="top">
<!-- Header -->
<header id="header" class="skel-layers-fixed">
<h1><a href="#">Monarchs Hack the Campus - Fall 2015</a></h1>
<nav id="nav">
<ul>
<li><a href="#">Home</a></li>
<li><a href="about.html" class="scrolly">About</a></li>
<li><a href="schedule.html">Schedule</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><A href="challenges.html">Challenges</a></li>
<li><a href="#registration" class="button special">Hacker Register</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<div class="inner">
<h2>Monarchs Hack the Campus</h2>
<h3>October 2nd through the 4th</h3>
<!--<p>A free responsive template by <a href="http://templated.co">TEMPLATED</a></p>-->
<ul class="actions">
<li><a href="#registration" class="button big special">Hacker Register</a></li>
<li><a href="#sponsorsignup" class="button big alt">Sponsor Register</a></li>
</ul>
</div>
</section>
<!-- One -->
<section id="one" class="wrapper style1">
<header class="major">
<h2>Sponsors</h2>
<a href="#" class="image fit"><img src="images/nasa.png" alt="" /></a>
<h2>Campus Groups</h2>
</header>
</section>
<!-- Two -->
<section id="two" class="wrapper style2">
<header class="major">
<h2>Sponsors FAQ</h2>
<p>
<ul>
<li>You will get access to the resumes of participants</li>
<li>You will be allowed access to the event</li>
<li>You will be allowed to talk with participants during the event</li>
<li>You will be allowed to see the presentations of the challenge winners</li>
</ul>
</p>
<h2>Challenge Requirements</h2>
<p>
<ol>
<li>Sponsors will need to provide a subject expert to advise hackers on what the challenge means. For example,
saying "machine learning rhinoceros'" and leaving would not be acceptable. Stay and explain, please.</li>
<li>Sponsors will be given a designated area for their challenges. This way you will know who is working on your
challenge. If a sponsor wishes to host multiple challenges, we will do everything we can to keep the
challenges as close as possible.</li>
<li>Sponsors will be responsible for judging their challenges. Who you send to judge is entirely up to you.
Recommendations would be an engineer knowledgeable of the tech and topic and an HR representative.</li>
<li>Sponsors are responsible for awarding their challenge winners.</li>
</ol>
</p>
</header>
<div class="container">
<header>
<h3>Contact Us</h3>
</header>
<p>If you are interested in collaborating with us to host a challenge at our event and willing to meet the requirements
above, please use the form to contact us.</p>
<form method="post" action="send_form_email.php">
<div class="row 50%">
<div class="6u">
<input type="text" name="name" placeholder="Name" />
</div>
<div class="6u">
<input type="text" name="email" placeholder="Email" />
</div>
</div>
<div class="row 50%">
<div class="12u">
<textarea name="message" placeholder="Your message goes here."></textarea>
</div>
</div>
<div class="row">
<div class="12u">
<input type="submit" value="Send Message" />
</div>
</div>
</form>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<div class="copyright">
<ul class="icons">
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
</ul>
</div>
<ul class="copyright">
<li>© Mischief Manged, an ODU ACM production. All rights reserved.</li>
<li>Design: <a href="http://templated.co">TEMPLATED</a></li>
</ul>
</div>
</footer>
</body>
</html>