This repository was archived by the owner on Dec 27, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
332 lines (312 loc) · 14.7 KB
/
index.html
File metadata and controls
332 lines (312 loc) · 14.7 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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Computing Day 2016</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" />
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
<link href="//cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.1/animate.min.css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="vendors/css/ionicons.min.css" />
<link rel="stylesheet" href="css/styles.css" />
<link rel="apple-touch-icon" sizes="180x180" href="/resources/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/resources/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/resources/favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/resources/favicons/manifest.json">
<link rel="mask-icon" href="/resources/favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/resources/favicons/favicon.ico">
<meta name="msapplication-config" content="/resources/favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<nav class="navbar navbar-trans navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapsible">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="#"><img src="resources/img/comclublogo.png" class="navbar-brand"></a>
</div>
<div class="navbar-collapse collapse" id="navbar-collapsible">
<ul class="nav navbar-nav navbar-right">
<li><a href="#introduction">About</a></li>
<li><a href="#highlights">Highlights</a></li>
<li><a href="#locations">Locations</a></li>
<li><a href="#timeline">Timeline</a></li>
<li><a href="#partners">Partners</a></li>
<li> </li>
</ul>
</div>
</div>
</nav>
<section class="container-fluid" id="introduction">
<div class="v-center">
<h1 class="text-center">Computing Day 2016</h1>
<h2 class="text-center lato animate slideInDown">Our present, your future</h2>
<br>
<h3 class="text-center">7th September 2016 @ School of Computing</h3>
</div>
</section>
<div class="container-fluid description">
<h2 class="description-title">Are you a Computing student in NUS? Or do you want to find out what School of Computing is about?
</h2>
<p class="description-info">
NUS Students' Computing Club presents Computing Day 2016, a one day event to celebrate our presence in the Computing World as one School of Computing (SoC) family. We extend a warm welcome to anyone who is keen to know more about Computing in NUS. With technology-related booths to fun-filled games, everyone can definitely find something that would catch their interests. So what are you waiting for? Take this opportunity to relax and join us in an exciting adventure of modernity!
</p>
</div>
<section class="container-fluid" id="highlights">
<h2 class="section-header">There's going to be..</h2>
<div class="container">
<div class="row">
<div class="col-sm-3 text-center">
<div class="row">
<img src="resources/img/industry.png" class="icon">
<div class="col-sm-12 text-center">
<div class="panel panel-default slideInLeft animate">
<div class="panel-heading">
<h3>Tech Companies</h3></div>
<div class="panel-body">
<p> Get first-hand knowledge on the technology that are being developed by IT organizations</p>
<hr>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-3 text-center">
<div class="row">
<img src="resources/img/courses.png" class="icon">
<div class="col-sm-12 text-center">
<div class="panel panel-default slideInUp animate">
<div class="panel-heading">
<h3>Course Projects</h3></div>
<div class="panel-body">
<p>Look at what your peers are exploring in their focus areas and side projects.
</p>
<hr>
<hr>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-3 text-center">
<div class="row">
<img src="resources/img/discover.png" class="icon">
<div class="col-sm-12 text-center">
<div class="panel panel-default slideInRight animate">
<div class="panel-heading">
<h3>Merchandise Sales</h3></div>
<div class="panel-body">
<p> Get the latest SoC Identity items and show your love for the school
</p>
<hr>
<hr>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-3 text-center">
<div class="row">
<img src="resources/img/enjoy.png" class="icon">
<div class="col-sm-12 text-center">
<div class="panel panel-default slideInRight animate">
<div class="panel-heading">
<h3>Food and Games</h3></div>
<div class="panel-body">
<p> Soak in the atmosphere and have a great time with your friends and family
</p>
<hr>
</div>
</div>
</div>
</div>
</div>
</div>
<!--/row-->
<div class="row">
<br>
</div>
</div>
<div class="container">
<div class="row">
<h2 class="content-header">Limited Edition..</h2>
<div class="col-sm-4 text-center">
<div class="row">
<div class="col-sm-12 text-center">
<img src="resources/merch/greenshirt.png" class="icon">
<h3>Computing T-Shirts</h3>
<hr>
</div>
</div>
</div>
<div class="col-sm-4 text-center">
<div class="row">
<div class="col-sm-12 text-center">
<img src="resources/merch/jacketfront.png" class="icon">
<h3>Hoodies</h3>
<hr>
</div>
</div>
</div>
<div class="col-sm-4 text-center">
<div class="row">
<div class="col-sm-12 text-center">
<img src="resources/merch/catnano.png" class="icon">
<h3>SoCCat Nano-blocks</h3>
<hr>
</div>
</div>
</div>
</div>
<!--/row-->
<div class="row">
<br>
</div>
</div>
</section>
<section class="container-fluid" id="locations">
<div class="container section-background">
<div class="row text-center">
<h2 class="section-header">Computing Day will be at..</h2>
<hr>
</div>
<h2 class="content-header">Com1 Level 2 Foyer</h2>
<div class="row row-divider">
<div class="col-sm-4 text-center">
<img src="resources/img/popcorn.png" class="icon">
<div class="panel-heading">
<h3>Free-flow snacks</h3></div>
</div>
<div class="col-sm-4 text-center">
<img src="resources/img/games.png" class="icon">
<div class="panel-heading">
<h3>Mini-games</h3></div>
</div>
<div class="col-sm-4 text-center">
<img src="resources/img/merchandise.png" class="icon">
<div class="panel-heading">
<h3>Merchandise Sales</h3></div>
</div>
</div>
<!--/row-->
<div class="row">
<br>
</div>
<h2 class="content-header">Seminar Room 1 & 3</h2>
<div class="row row-divider">
<div class="col-sm-4 text-center">
<img src="resources/img/leadbooths.png" class="icon">
<div class="panel-heading">
<h3>Industry showcase</h3></div>
</div>
<div class="col-sm-4 text-center">
<img src="resources/img/focusareaprojects.png" class="icon">
<div class="panel-heading">
<h3>Focus area projects</h3></div>
</div>
<div class="col-sm-4 text-center">
<img src="resources/img/oculus.png" class="icon">
<div class="panel-heading">
<h3>Virtual reality station</h3></div>
</div>
</div>
<h2 class="content-header">COM1 Level 1 & Basement</h2>
<div class="row">
<div class="col-sm-6 text-center">
<img src="resources/img/startup.png" class="icon">
<div class="panel-heading">
<h3>Start-up showcase</h3></div>
</div>
<div class="col-sm-6 text-center">
<img src="resources/img/interestgroup.png" class="icon">
<div class="panel-heading">
<h3>Student interest groups</h3></div>
</div>
</div>
</div>
</section>
<section class="container-fluid" id="timeline">
<div class="row">
<div class="col-md-12">
<h2 class="section-header">Event Timeline</h2>
<p class="text-center">
Coming soon..
</p>
</div>
</div>
</section>
<section class="container-fluid" id="partners">
<div class="container">
<div class="row text-center">
<h2 class="section-header">Computing Day is brought to you by..</h2>
<hr>
</div>
<div class="row row-divider">
<h2 class="content-header">Our main sponsors</h2>
<div class="col-md-4 text-center">
<img src="resources/img/logos/acronis.jpg" class="icon">
</div>
<div class="col-md-4 text-center">
<img src="resources/img/logos/ms.jpg" class="icon">
</div>
<div class="col-md-4 text-center">
<img src="resources/img/logos/dso.jpg" class="icon">
</div>
</div>
<div class="row row-divider">
<div class="col-md-4 text-center">
<img src="resources/img/logos/glints.jpg" class="icon">
</div>
<div class="col-md-4 text-center">
<img src="resources/img/logos/beyond-geek.jpg" class="icon">
</div>
</div>
<div class="row row-divider">
<h2 class="content-header">Our partners</h2>
<div class="col-md-3 text-center">
<img src="resources/img/logos/nusbizit.jpg" class="icon">
</div>
<div class="col-md-3 text-center">
<img src="resources/img/logos/nusgdg.jpg" class="icon">
</div>
<div class="col-md-3 text-center">
<img src="resources/img/logos/nusgreyhats.jpg" class="icon">
</div>
<div class="col-md-3 text-center">
<img src="resources/img/logos/nushackers.jpg" class="icon">
</div>
</div>
</div>
</section>
<footer id="footer">
<div class="container">
<div class="row-divider">
<img src="resources/img/fulllogodark.png" class="club-image">
<ul class="social-links">
<li><a href="https://www.facebook.com/nuscomputing/" target="_blank"><i class="ion-social-facebook"></i></a></li>
<li><a href="https://www.instagram.com/nuscomputingclub/" target="_blank"><i class="ion-social-instagram"></i></a></li>
</ul>
</div>
</div>
<div class="container text-center">
<p>
computingday@nuscomputing.com
</p>
</div>
</footer>
<div class="scroll-up">
<a href="#"><i class="fa fa-angle-up"></i></a>
</div>
<!--scripts loaded here-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="vendors/js/kinetic.js"></script>
<script src="vendors/js/jquery.final-countdown.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>