-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhackathon.html
More file actions
187 lines (174 loc) · 9.21 KB
/
hackathon.html
File metadata and controls
187 lines (174 loc) · 9.21 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
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>CUSEC 2013 | Microsoft Hackathon</title>
<link rel="stylesheet" type="text/css" media="screen" charset="utf-8" href="wp-content/themes/cusec/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" media="screen" charset="utf-8" href="wp-content/themes/cusec/bootstrap-responsive.min.css?1436932527" />
<link rel="stylesheet" type="text/css" media="screen" charset="utf-8" href="wp-content/themes/cusec/style.css" />
<style>
body { font-size: 13px; }
.navbar-inner { border-top: 0; border-left: 0; border-right: 0; }
.navbar .nav > li > a { text-shadow: none; color: #FFF }
.navbar .nav > li.active > a { color: #FFF; }
.navbar .nav > li.active > a { color: #FFF; }
.navbar .nav > li.active > a:hover { color: #FFF; }
.navbar .nav > li > a:hover {
color: #FFF;
text-decoration: none;
background-color: #DE6329;
-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.125);
-moz-box-shadow: inset 0 1px 4px rgba(0,0,0,0.125);
box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.125);
}
.navbar .nav .btn-register { background-color: #006DCC; }
.navbar .nav .btn-register:hover { background-color: #0044CC; }
</style>
<style>
#register { margin-right: 20px; }
@media(min-width: 1120px) {
#jagged {
height: 30px;
margin-top: 20px;
background: #FF6700 url('wp-content/themes/cusec/images/moveslikemicjagged.png') repeat-x;
}
}
@media(max-width: :1119px) {
.navbar-inner .brand:before {
content: 'CUSEC 2013';
}
}
</style>
<script type="text/javascript" src="https://guestlistapp.com/javascripts/guestlist-embed.js"></script>
<link rel="alternate" type="application/rss+xml" title="CUSEC 2013 » Microsoft Hackathon Comments Feed" href="http://2013.cusec.net/hackathon/feed/" />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://2013.cusec.net/wp-includes/wlwmanifest.xml" />
<link rel='prev' title='Speaker Proposals' href='proposals/index.html' />
<link rel='next' title='Resume Roast' href='resume-roast' />
<meta name="generator" content="WordPress 3.4.1" />
<link rel='canonical' href='hackathon' />
</head>
<body>
<div class="navbar" id="navigation">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<!--<a class="brand" href="http://2013.cusec.net"></a>-->
<div class="nav-collapse">
<ul class="nav">
<li ><a href="index.html">Home</a></li>
<li ><a href="blog.html">Blog</a></li>
<li ><a href="speakers.html">Speakers</a></li>
<li><a href="http://cusec2013.sched.org/grid/">Schedule</a></li>
<li ><a href="organizers">Organizers</a></li>
<li ><a href="schools.html">Schools</a></li>
<li ><a href="sponsors.html">Sponsors</a></li>
<li class="dropdown active">
<a href="hackathon.html#" class="dropdown-toggle" data-toggle="dropdown">
Events
<b class="icon-chevron-down"></b>
</a>
<ul class="dropdown-menu">
<li><a href="democamp.html">DemoCamp</a></li>
<li><a href="hackathon.html">Microsoft Hackathon</a></li>
<li><a href="resume-roast.html">Resume Roast</a></li>
</ul>
</li>
<li ><a href="faq.html">FAQ</a></li>
</ul>
<form action="index.html" method="get" class="navbar-search pull-right" id="search-form">
<div class="input-append">
<input type="text" name="s" class="span2" placeholder="Search" id="search-field" />
<span class="add-on" id="search-icon"><i class="icon-white icon-search"></i></span>
</div>
</form>
<ul class="nav pull-right">
<li class="visible-desktop"><a class="guestlist-event-107157 btn-register" href="hackathon.html#" id="register">Register</a></li>
<li class="hidden-desktop"><a class="btn-register" href="http://guestli.st/107157" id="register">Register</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container" id="main-content"> <article>
<div class="row" style="margin-bottom: 0;">
<h3 class="span6 offset3">
<a class="title" href="hackathon.html">Microsoft Hackathon</a>
</h3>
</div>
<div class="row">
<div class="content span6 offset3">
<p>Put your coding skills to the test and you could go home with a Windows Phone.<br />
In fact anyone who builds a Windows 8 app as part of this hackathon could <a href="http://blogs.msdn.com/b/cdnstudents/p/morewindows8resources.aspx">get rewards<br />
through Developer Movement</a>.</p>
<p>If you want to take part, you will need a laptop with Windows 8 installed.<br />
Find out how students get Windows 8 and developer tools for free.<br />
Find out how to <a href="http://blogs.msdn.com/b/cdnstudents/p/morewindows8resources.aspx">install Windows 8 on a mac</a>.</p>
<p>You can find the starter files for the Microsoft Hackathon <a href="http://bit.ly/CUSEC2013Hackathon">here</a>.</p>
<p>See you at CUSEC!<br />
The Microsoft team</p>
</div>
</div>
</article> </div> <!-- Main content -->
<div id="footer">
<style>#footer { border-top: 1px solid #EEE; }</style>
<div class="container">
<h3 style="margin-bottom: 20px; text-align: center;">In Partnership With</h3>
<div class="row">
<a class="sponsor span4 offset4" href="http://palantir.com/"><img src="wp-content/themes/cusec/sponsors/palantir.png" /></a>
</div>
</div>
<div class="container">
<h3 style="margin-bottom: 20px; text-align: center;">Our Sponsors</h3>
<div class="row">
<a class="sponsor span4" href="http://www.cse-cst.gc.ca/"><img src="wp-content/themes/cusec/sponsors/csec.png" /></a>
<a class="sponsor span4" href="http://www.amazon.com/gp/jobs"><img src="wp-content/themes/cusec/sponsors/amazon.jpg" /></a>
<a class="sponsor span4" href="http://www.cae.com/"><img src="wp-content/themes/cusec/sponsors/cae.png" /></a>
</div>
<div class="row">
<a class="sponsor span4" href="http://www.encs.concordia.ca/"><img src="wp-content/themes/cusec/sponsors/encs.jpg" /></a>
<a class="sponsor span4" href="http://www.emc.com/"><img src="wp-content/themes/cusec/sponsors/emc.png" /></a>
<a class="sponsor span4" href="http://www.genetec.com"><img src="wp-content/themes/cusec/sponsors/genetec.png" /></a>
</div>
<div class="row">
<a class="sponsor span4" href="http://google.ca/jobs"><img src="wp-content/themes/cusec/sponsors/google.png" /></a>
<a class="sponsor span4" href="http://blogs.msdn.com/b/cdnstudents/"><img src="wp-content/themes/cusec/sponsors/microsoft.png" /></a>
</div>
<div class="row">
<a class="sponsor span4" href="http://www.morganstanley.com/careers"><img src="wp-content/themes/cusec/sponsors/morgan_stanley.png" /></a>
<a class="sponsor span4" href="http://www.nexsan.com/"><img src="wp-content/themes/cusec/sponsors/nexsan.jpg" /></a>
<a class="sponsor span4" href="http://www.jobs.radialpoint.com"><img src="wp-content/themes/cusec/sponsors/radialpoint.jpg" /></a>
</div>
<div class="row">
<a class="sponsor span4" href="http://www.sap.com/careers"><img src="wp-content/themes/cusec/sponsors/sap.jpg" /></a>
<a class="sponsor span4" href="http://www.shopify.com"><img src="wp-content/themes/cusec/sponsors/shopify.png" /></a>
<a class="sponsor span4" href="http://www.cse.concordia.ca/"><img src="wp-content/themes/cusec/sponsors/csse.png" /></a>
</div>
<div class="row">
<a class="sponsor span3" href="http://coop.concordia.ca/"><img src="wp-content/themes/cusec/sponsors/concordiacoop.png" /></a>
<a class="sponsor span3" href="http://www.macadamian.com/"><img src="wp-content/themes/cusec/sponsors/macadamian.png" /></a>
</div>
</div>
<div class="container">
<h3 style="margin-bottom: 20px; text-align: center;">Friends</h3>
<div class="row">
<a class="sponsor span2" href="http://www.technophilicmag.com/"><img src="wp-content/themes/cusec/sponsors/technophilic.png" /></a>
<a class="sponsor span2" href="http://www.ea.com/"><img src="wp-content/themes/cusec/sponsors/ea.png" /></a>
<a class="sponsor span2" href="http://www.benbria.com/"><img src="wp-content/themes/cusec/sponsors/benbria.jpeg" /></a>
<a class="sponsor span2" href="http://www.riotgames.com/"><img src="wp-content/themes/cusec/sponsors/riot.png" /></a>
</div>
</div>
<div id="jagged"></div>
</div>
<script type="text/javascript" src="wp-content/themes/cusec/js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="wp-content/themes/cusec/js/jquery.dotdotdot-1.4.2-packed.js"></script>
<script type="text/javascript" src="wp-content/themes/cusec/js/bootstrap.min.js"></script>
<script src="wp-content/themes/cusec/js/chirp.min.js" type="text/javascript"></script>
<script src="wp-content/themes/cusec/js/script.js" type="text/javascript"></script>
</body>
</html>