-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
471 lines (441 loc) · 25.7 KB
/
index.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
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
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Facebook Meta -->
<meta property="og:url" content="http://realhack.lk" />
<meta property="og:type" content="website" />
<meta property="og:title" content="RealHack 2018" />
<meta property="og:description" content="Inter University Hackathon organized by Software Engineering Students' Association and IEEE Student Branch of University of Kelaniya with Pearson Lanka PVT LTD." />
<meta property="og:image" content="https://nuwan94.github.io/RealHackv2/images/logo.png" />
<title>RealHack 2018</title>
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<!-- <meta http-equiv="Expires" content="1"> -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="css/materialize.min.css">
<link rel="stylesheet" type="text/css" media="screen" href="css/styles.min.css">
<link rel="stylesheet" type="text/css" media="screen" href="css/formatting.css">
<link rel="stylesheet" type="text/css" media="screen" href="css/theme.min.css">
<link rel="stylesheet" type="text/css" media="screen" href="css/animated.min.css">
<link rel="stylesheet" type="text/css" media="screen" href="css/morphext.min.css">
<link rel="stylesheet" type="text/css" media="screen" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" />
</head>
<body>
<!-- Load Facebook SDK for JavaScript -->
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js#xfbml=1&version=v2.12&autoLogAppEvents=1';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<!-- Load Twitter SDK for JavaScript -->
<script>window.twttr = (function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0],
t = window.twttr || {};
if (d.getElementById(id)) return t;
js = d.createElement(s);
js.id = id;
js.src = "https://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
t._e = [];
t.ready = function(f) {
t._e.push(f);
};
return t;
}(document, "script", "twitter-wjs"));
</script>
<!-- FB Customer Chat Widget -->
<div class="fb-customerchat" attribution="setup_tool" page_id="235087650506664" theme-color="#aa5dab">
</div>
<!-- Start PreLoader Section-->
<div class="pre-loader">
<div class="loader-container">
<div class="spin-cones"></div>
</div>
</div>
<!-- End PreLoader Section-->
<!-- Start Nav Section -->
<nav id="main-nav" class="nav-down nav-fixed">
<div id="nav-color" class="theme-purple"></div>
<div class="nav-wrapper">
<a class="brand-logo no-bg" data-scroll-nav="1" href="#">
<img class="responsive-img logo" src="images/logo-top.png" alt="">
</a>
<!-- Main Menu Hamburger Icon for Mobile And Screen Width less than 993px -->
<a href="#" data-activates="mobile-demo" class="button-collapse">
<div class="hamburger-icon" id="hamburger-menu">
<svg viewBox="0 0 800 600">
<path d="M300,220 C300,220 520,220 540,220 C740,220 640,540 520,420 C440,340 300,200 300,200"
class="top"></path>
<path d="M300,320 L540,320" class="middle"></path>
<path d="M300,210 C300,210 520,210 540,210 C740,210 640,530 520,410 C440,330 300,190 300,190"
class="bottom" transform="translate(480, 320) scale(1, -1) translate(-480, -318) "></path>
</svg>
</div>
</a>
<!-- Main Menu Content -->
<ul class="right hide-on-med-and-down">
<li>
<a class="waves-effect waves-light" data-scroll-nav="1" href="#">Home</a>
</li>
<li>
<a class="waves-effect waves-light" data-scroll-nav="2" href="#">About</a>
</li>
<li>
<a class="waves-effect waves-light" data-scroll-nav="3" href="#">Timeline</a>
</li>
<li>
<a class="waves-effect waves-light" data-scroll-nav="4" href="#">Awards</a>
</li>
<li>
<a class="waves-effect waves-light" data-scroll-nav="5" href="#">Registration</a>
</li>
<li>
<a class="waves-effect waves-light" data-scroll-nav="6" href="#">Partners</a>
</li>
<li>
<a class="waves-effect waves-light" data-scroll-nav="7" href="#">Contact</a>
</li>
</ul>
<ul class="side-nav" id="mobile-demo">
<li>
<div class="user-view">
<div class="background">
</div>
<img class='sponser-logo' src="images/logo.png">
</div>
</li>
<li>
<a class="waves-effect waves-light" data-scroll-nav="1" href="#">Home</a>
</li>
<li>
<a class="waves-effect waves-light" data-scroll-nav="2" href="#">About</a>
</li>
<li>
<a class="waves-effect waves-light" data-scroll-nav="3" href="#">Timeline</a>
</li>
<li>
<a class="waves-effect waves-light" data-scroll-nav="4" href="#">Awards</a>
</li>
<li>
<a class="waves-effect waves-light" data-scroll-nav="5" href="#">Registration</a>
</li>
<li>
<a class="waves-effect waves-light" data-scroll-nav="6" href="#">Partners</a>
</li>
<li>
<a class="waves-effect waves-light" data-scroll-nav="7" href="#">Contact</a>
</li>
</ul>
</div>
</nav>
<!-- End Nav Section-->
<!-- Start Header Section-->
<header id="main-header" class="" data-scroll-index="1">
<div id="particles-js"></div>
<div class="header-section container">
<div class="header-text">
<div>
<div class="title" data-aos="">
<h1 class="title-link"><img src="images/logo.png"></h1>
</div>
<h4>15<sup>th</sup> & 16<sup>th</sup> October 2018</h4>
<h5>Dharmaloka Hall, University of Kelaniya</h5>
<div id="count-clock" class="count-clock"></div>
<p class="desc">Organized by IEEE Student Branch and<br>Software Engineering Students' Association of University of Kelaniya.</p>
<!-- <p class="desc organizer">
<img src="images/ieeeuok-logo.png" />
<img src="images/sesauok-logo.png" />
</p> -->
</div>
</div>
<div class="text-anim-header center-align m-b-3" >
<h3 class="left-align">Are you A <br><span id="js-rotating" class="text-red">Developer?,Designer?,Marketer?,Innovator?</span>
<br>We are looking for you.</h3><br>
<a data-scroll-nav="4" class="regbtn theme-red trans-05">Register
Now</a>
</div>
</div>
</header>
<!-- End Header Section-->
<!-- Start About Section-->
<section id="about-us" class="main-section center-align black white-text" data-scroll-index="2">
<div class="container">
<h4 class="section-header m-t-3 p-b-2">About</h4>
<p class="m-b-3">Software Enigneering students of University of Kelaniya takes pride in presenting
RealHack their debut Inter-University Hackathon. RealHack is the ideal paltform for budding Software
Engineers to present and showcae their novel ideas. RealHack is open for all University students from the island and the applying
teams will have to face a prehack on hackerrank.com. The 10 best shortlisted teams will compete
together on the Hackathon day which is a 24 hours event.</p>
<div class="row">
<div class="col s12 l4" data-aos='fade-up' data-aos-delay="100">
<div class="icon">
<i class="fa fa-code fa-3x theme-purple"></i>
</div>
<h5 class="p-t-1">Programming</h5>
<p class="p-b-2">To the passionate programmers who acquires skills through practice, RealHack is
the place to be.</p>
</div>
<div class="col s12 l4" data-aos='fade-up' data-aos-delay="150">
<div class="icon">
<i class="fa fa-palette fa-3x theme-purple"></i>
</div>
<h5 class="p-t-1">Designing</h5>
<p class="p-b-2">RealHack is for the designers that can visualise thinking.</p>
</div>
<div class="col s12 l4" data-aos='fade-up' data-aos-delay="200">
<div class="icon">
<i class="fa fa-coins fa-3x theme-purple"></i>
</div>
<h5 class="p-t-1">Marketing</h5>
<p class="p-b-2">Got it what it takes to make the buyer the hero? RealHack is for you!</p>
</div>
</div>
</div>
</section>
<!-- End About Section-->
<!-- Start Timeline Section-->
<section id="timeline" class="main-section center-align black-text" data-scroll-index="3">
<div class="container">
<h4 class="section-header m-t-3 p-b-2">TimeLine</h4>
<div class="row m-t-3">
<div class="col s12 m12 l12">
<div class="timeline">
<div class="timeline-start"></div>
<ul>
<li class="effect1 theme-purple-light past-event" data-aos='fade-left' data-aos-delay="100">
<h5>Registration Start</h5>
<p>Publish event and open for registrations. Registration will be limited to 50 teams.</p>
<time>11<sup>th</sup> September 2018 <a class="tooltipped" data-tooltip="Add to Google Calendar"
target="_blank"><i
class=" material-icons hide-on-small-and-down" data-aos='fade' data-aos-delay="500">add_circle_outline</i></a></time>
</li>
<li class="effect1 theme-pink" data-aos='fade-right' data-aos-delay="100">
<h5>Registration Close</h5>
<p>Final day to register your team.</p>
<time>25<sup>th</sup> of September 2018 <a class="tooltipped" data-tooltip="Add to Google Calendar"
target="_blank" href="http://www.google.com/calendar/event?action=TEMPLATE&dates=20180924T183000Z%2F20180925T182900Z&text=%5BRealHack%5D%20Registration%20Close&location=&details=Hurry%20Up!%20Register%20Now%20%3A%20http%3A%2F%2Frealhack.lk"><i
class=" material-icons hide-on-small-and-down" data-aos='fade' data-aos-delay="500">add_circle_outline</i></a></time>
</li>
<li class="effect1 theme-pink" data-aos='fade-left' data-aos-delay="100">
<h5>PreHack</h5>
<p>Registered Teams have to participate for a Hackerrank comeptition.</p>
<time>28<sup>th</sup> of September 2018 <a class="tooltipped" data-tooltip="Add to Google Calendar"
target="_blank" href="http://www.google.com/calendar/event?action=TEMPLATE&dates=20180927T183000Z%2F20180928T182900Z&text=%5BRealHack%5D%20PreHack&location=&details=Ready%20to%20hack%20before%20RealHack!%20Chek%20Now%20for%20more%20info%3A%20http%3A%2F%2Frealhack.lk"><i
class=" material-icons hide-on-small-and-down" data-aos='fade' data-aos-delay="500">add_circle_outline</i></a></time>
</li>
<li class="effect1 theme-purple-light" data-aos='fade-right' data-aos-delay="100">
<h5>Team Announce</h5>
<p>Shortlisted teams will be announced on website and socail media.</p>
<time>4<sup>th</sup> of October 2018 <a class="tooltipped" data-tooltip="Add to Google Calendar"
target="_blank" href="http://www.google.com/calendar/event?action=TEMPLATE&dates=20181004T143000Z%2F20181004T143000Z&text=%5BRealHack%5D%20Shortlisted%20Teams&location=&details=Check%20your%20team%20name%20on%20the%20http%3A%2F%2Frealhack.lk"><i
class=" material-icons hide-on-small-and-down" data-aos='fade' data-aos-delay="500">add_circle_outline</i></a></time>
</li>
<li class="effect1 theme-purple-light" data-aos='fade-left' data-aos-delay="100">
<h5>RealHack</h5>
<p>Selected team will compete at RealHack.</p>
<time>15<sup>th</sup> of October 2018 <a class="tooltipped" data-tooltip="Add to Google Calendar"
target="_blank" href="http://www.google.com/calendar/event?action=TEMPLATE&dates=20181015T030000Z%2F20181016T113000Z&text=%5BRealHack%5D%20Hackathon%20Day&location=&details=RealHack%20Hackathon%20Day.%20See%20winners%20at%20http%3A%2F%2Frealhack.lk"><i
class=" material-icons hide-on-small-and-down" data-aos='fade' data-aos-delay="500">add_circle_outline</i></a></time>
</li>
<li class="effect1 theme-pink" data-aos='fade-right' data-aos-delay="100">
<h5>Award Ceremony</h5>
<p>Winners of the RealHack announced and Award Ceremony.</p>
<time>16<sup>th</sup> of October 2018</time>
</li>
</ul>
<div class="timeline-end"></div>
</div>
</div>
</div>
</div>
</section>
<!-- End Timeline Section-->
<!-- Start Awards Section-->
<section id="awards" data-scroll-index="4" class="main-section center-align black white-text">
<div class="container">
<h4 class="section-header m-t-3 p-b-2 white-text">Awards</h4>
<div class="row p-t-2 m-b-0">
<div class="col s8 push-s2 m4 push-m4" data-aos='fade-up' data-aos-delay="100">
<img class='awards-img animated infinite pulse' src="images/1.jpg">
<div class="plaze-prize">LKR 75,000</div>
</div>
<div class="col s6 m3 pull-m3" data-aos='fade-up' data-aos-delay="150">
<img class='awards-img animated infinite pulse' src="images/2.jpg">
<div class="plaze-prize">LKR 50,000</div>
</div>
<div class=" col s6 m3 push-m1" data-aos='fade-up' data-aos-delay="200">
<img class='awards-img animated infinite pulse' src="images/3.jpg">
<div class="plaze-prize">LKR 25,000</div>
</div>
</div>
</div>
</section>
<!-- End Awards Section-->
<!-- Start Registration Section-->
<section id="registration" data-scroll-index="5" class="main-section center-align black white-text">
<div class="container p-t-3">
<div class="row">
<h5 class="p-t-2 p-b-1 l-h-2">Hurry Up! <span class="counter text-red" id="numOfTeams">00</span> Teams
already registered.</h5>
<a class="regbtn waves-effect waves-light theme-red" data-aos='fade-up'
data-aos-delay="250" href="https://goo.gl/forms/13eRrcyZnYcIHOrg2" target="_blank">Register
Now</a>
</div>
</div>
</section>
<!-- End Registration Section-->
<!-- Start Sponsership Section-->
<section id="sponsership" data-scroll-index="6" class="main-section center-align ">
<div class="container">
<h4 class="section-header m-b-3 ">Partners</h4>
<p class="desc">RealHack is proud to have Pearson PVT LTD as its main sponsor and Redbull Sri Lanka as
Co-Sponser. We partnered with some leading names in the country to drive the event towards
success.</p>
<div class="sponsers m-t-3">
<div class="row" data-aos='fade-up' data-aos-delay="100">
<h5 class="m-t-1">Official Event Partner</h5>
<div class="col s12 m12 l12">
<img class="sponser-logo m-tb-3" src="images/sp-p-logo.png" alt="">
</div>
</div>
<div class="row">
<!-- <div class="col hide-on-small-and-down m2 l2"></div> -->
<div class="col s6 m4 l4" data-aos='fade-up' data-aos-delay="100">
<h5 class="m-t-1">Supporting Partner</h5>
<img class="sponser-logo m-b-1" src="images/sp-r-logo.png" alt="">
</div>
<div class="col s6 m4 l4" data-aos='fade-up' data-aos-delay="100">
<h5 class="m-t-1">Media Partner</h5>
<img class="sponser-logo m-b-1" src="images/sp-h-logo.png" alt="">
</div>
<div class="col s12 m4 l4" data-aos='fade-up' data-aos-delay="100">
<h5 class="m-t-1">Outreach Partner</h5>
<img class="sponser-logo sub-sponser-logo m-b-1" src="images/sp-s-logo.jpg" alt="">
</div>
<!-- <div class="col hide-on-small-and-down m2 l2"></div> -->
</div>
</div>
</section>
<!-- End Sponsership Section-->
<!-- Start Footer Section-->
<section id="footer" data-scroll-index="7" class="main-section center-align">
<div class="footer-main">
<div class="main-section">
<div class="container">
<h4 class="section-header p-b-2">Get in Touch</h4>
<div class="contact-container">
<!-- Contact Form -->
<form id="contact-form" action="contact.php" name="contact-form" method="POST" data-name="Contact Form">
<div class="row">
<!-- Name Field -->
<div class="input-field col s12" data-aos="fade-up">
<i class="fa fa-user prefix" aria-hidden="true"></i>
<input id="contact-name" type="text" class="validate" name="contact-name" required>
<label for="contact-name">Name *</label>
</div>
<!-- Email Field -->
<div class="input-field col s12 m-t-1" data-aos="fade-up" data-aos-delay="100">
<i class="fa fa-paper-plane prefix" aria-hidden="true"></i>
<input id="contact-email" type="email" class="validate" name="contact-email" required>
<label data-error="Invalid Email" for="contact-email">Email *</label>
</div>
<!-- Message Field -->
<div class="input-field col s12 m-t-1" data-aos="fade-up" data-aos-delay="100">
<i class="fa fa-envelope prefix" aria-hidden="true"></i>
<textarea id="contact-message" class="materialize-textarea validate" minlength="20"
name="contact-message" required></textarea>
<label for="contact-message" data-error="Minimum Length is 20 Characters">Message *</label>
</div>
<!-- Submit Button -->
<div class="col s12" data-aos="fade-up" data-aos-delay="100">
<button id="contact-submit" class="theme-purple regbtn waves-effect waves-light" type="submit">Send</button>
</div>
<div class="input-field col s12 hidden">
<input type="text" id="contact-check-spam" placeholder="Leave field empty" name="check-spam">
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- Footer Area -->
<div class="footer-content p-t-3 left-align" data-aos='fade' >
<div class="container">
<div class="row">
<div class="about col s12 m6 l4 m-b-2">
<h5 class="p-b-1">About Us</h5>
<img class="responsive-img logo" src="./images/logo-top.png" alt="logo image">
<br>
<p>Inter-University Hackathon Organized by Software Engineering Students' Association and IEEE
Student Branch of University of Kelaniya.</p>
</div>
<div class="news col s12 m6 l4 m-b-2">
<h5 class="p-b-1">Contact</h5>
<p class="p-b-1">
<i class="fa fa-map-marker"></i>
<span>Software Engineering Students' Association, University of Kelaniya.</span><br>
<i class="fa fa-phone"></i>
<a href="tel:+94770429201"> +94 77 042 9201</a> - Tharuka Vishwajith<br>
<i class="fa fa-phone"></i>
<a href="tel:+94716255642"> +94 71 625 5642</a> - Isuru Ranaweera<br>
<i class="fa fa-paper-plane"></i>
<a href="mailto:sesa.uok@gmail.com?subject=[RealHack] Contact">sesa.uok@gmail.com</a>
</p>
</div>
<div class="tags col s12 m6 l4 m-b-2">
<h5 class="p-b-1">Socail Media</h5>
<div class="social-media">
<a href="http://facebook.com/realhacklk" target="_blank"><i class="fab fa-3x fa-facebook"></i></a>
<a href="https://twitter.com/RealHackLK" target="_blank"><i class="fab fa-3x fa-twitter-square"></i></a>
<a href="https://www.instagram.com/realhack_1.0" target="_blank"><i class="fab fa-3x fa-instagram"></i></a>
</div>
<div class="social-plugin">
<div class="fb-like" data-href="https://facebook.com/realhacklk" data-layout="button_count"
data-action="like" data-size="small" data-show-faces="false" data-share="false"></div>
<a class="twitter-share-button" href="https://twitter.com/intent/tweet?text=Check RealHack 2018 Now @RealHackLK #realhack #uok #sesauok #ieeesbuok">
Tweet</a>
<a class="twitter-follow-button" href="https://twitter.com/RealHackLK" data-show-count="false">Follow
@RealHackLK</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Footer Section-->
<!-- Start Copy Rights Section-->
<div id="copy-rights" class="col s12">
<div class="container">
<p>Copyright © 2018 | Designed by <a target="_blank">SESA</a></a>
</p>
</div>
</div>
<!-- End Copy Rights Section-->
<!-- Start Modals Section -->
<!-- End Modals Section -->
<!-- Clock Template -->
<script type="text/template" id="clock-template">
<div class="time <%= label %>">
<span class="count curr top"><%= curr %></span>
<span class="count next top"><%= next %></span>
<span class="count next bottom"><%= next %></span>
<span class="count curr bottom"><%= curr %></span>
<span class="label"><%= label %></span>
</div>
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="js/plugins.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.min.js"></script>
<script src="js/morphext.min.js"></script>
<script src="https://uokse.github.io/realhack/stat.js"></script>
<script src="js/main.min.js"></script>
</body>
</html>