-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemocamp.html
199 lines (186 loc) · 11.4 KB
/
democamp.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
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
188
189
190
191
192
193
194
195
196
197
198
199
<!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 | DemoCamp – sponsored by Benbria</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?1436932526" />
<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 » DemoCamp – sponsored by Benbria Comments Feed" href="http://2013.cusec.net/democamp/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='Speakers' href='speakers' />
<link rel='next' title='Speaker Proposals' href='proposals/index.html' />
<meta name="generator" content="WordPress 3.4.1" />
<link rel='canonical' href='democamp' />
</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="democamp.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="democamp.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="democamp.html">DemoCamp – sponsored by Benbria</a>
</h3>
</div>
<div class="row">
<div class="content span6 offset3">
<p>DemoCamp is an opportunity to demo and present a project that you or a team have been working on.</p>
<p><strong>The Game</strong>: You have 5 minutes to pitch your work, no slides, only working code. You’ll then have a couple of minutes to answer questions from the audience.</p>
<p><strong>The Players</strong>: Individual or a Team!</p>
<p><strong>Your Tools</strong>: a project you worked on for school or developed on your own time.</p>
<p><strong>The Prize</strong>: After all the presentations have finished, the audience will vote for their favorite project and the winning team will be invited to have dinner on Friday, January 18 with the speakers and sponsor representatives.</p>
<p>In addition to presenting to an audience of fellow CUSEC attendees, you will be presenting to a panel of judges made up of speakers and sponsors whose job it is to offer feedback, advice, and their expertise.</p>
<p>DemoCamp will be featuring two separate Audience and Presenter Raffles with the chance to win one of two <strong>iPad minis</strong>! All participants will be automatically entered into the Presenters Raffle and audience members can sign up for the Audience Raffle at the beginning of DemoCamp. Prizes sponsored by Benbria.</p>
<p>Applications for projects will be accepted until December 31st 2012 so be sure to sign up soon. We hope to see you all at DemoCamp!</p>
<hr />
<div style="style="display:none;"><iframe name="democamp_frame" style="display:none;" src="https://docs.google.com/spreadsheet/formResponse?formkey=dHFCY0RSRFE0UEFuZHUwdVFQbGZTLWc6MQ"></iframe></div>
<form class="form" method="POST" action="https://docs.google.com/spreadsheet/formResponse?formkey=dHFCY0RSRFE0UEFuZHUwdVFQbGZTLWc6MQ" id="democamp_form" target="democamp_frame">
<label for="entry.0.single">Team Member Names with Respective Schools <strong>*</strong></label><textarea class="span6 required" name="entry.0.single" rows="3"></textarea></p>
<p> <label for="entry.1.single">Team Member Emails <strong>*</strong></label><textarea class="span6 required" name="entry.1.single" rows="3"></textarea></p>
<p> <label for="entry.2.single">Project Name <strong>*</strong></label><input class="span6 required" type="text" name="entry.2.single"></p>
<p> <label for="entry.3.single">Project Description <strong>*</strong></label><textarea class="span6 required" name="entry.3.single" rows="3"></textarea></p>
<p> <label for="entry.4.single">Sugar on top</label><span class="help-block">How did you come up with the idea? How did you meet your team? Inspiration? Project link?</span><textarea class="span6" name="entry.4.single" rows="3"></textarea></p>
<p> <em><strong>*</strong> denotes a required field</em></p>
<p> <input class="btn" name="submit" type="submit" value="Submit Application" id="democamp_submit"><br />
</form>
<p></p>
<div class="alert" style="display:none;" id="submit_thanks">Thanks for your submission!</div>
</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>