-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
604 lines (515 loc) · 23.8 KB
/
index.html
File metadata and controls
604 lines (515 loc) · 23.8 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
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
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
<!doctype html>
<html lang="en">
<head>
<meta property="og:url" content="http://aurora.sjp.ac.lk" />
<meta property="og:title" content="Aurora 2K17 - Conference on Computer Science" />
<meta property="og:description" content="Official Website of Aurora 2K17 - Conference on Computer Science, organzied by the Society of Computer Science, Department of Computer Science, University of Sri Jayewardenepura" />
<meta property="og:image" content="http://wdmengineering.com/aurora/images/slider/5.jpg" />
<meta name="author" content="Society of Computer Science, Department of Computer Science, University of Sri Jayewardenepura" />
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/apple-icon.png">
<link rel="icon" type="image/png" href="assets/img/favicon.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Aurora 2K17 - Conference on Computer Science</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<!-- Fonts and icons -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" />
<!-- CSS Files -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/css/material-kit.css" rel="stylesheet"/>
<!-- CSS Just for demo purpose, don't include it in your project -->
<link href="assets/css/demo.css" rel="stylesheet" />
</head>
<body class="index-page">
<!-- Navbar -->
<nav class="navbar navbar-transparent navbar-fixed-top navbar-color-on-scroll">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navigation-index">
<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="http://www.creative-tim.com">
<div class="logo-container">
<!-- <div class="logo">
<img src="images/logo.png" alt="Creative Tim Logo" rel="tooltip" title="<b>Register Now</b> was Designed & Coded with care by the staff from <b>Creative Tim</b>" data-placement="bottom" data-html="true">
</div> -->
<div class="brand">
</div>
</div>
</a>
</div>
<div class="collapse navbar-collapse" id="navigation-index">
<a>
<img src="images/logo3.png" width="10%">
</a>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="#home" target="_self">
Home
</a>
</li>
<li>
<a href="#about" target="_self">
About
</a>
</li>
<li>
<a href="#conference" target="_self">
Conference
</a>
</li>
<li>
<a href="#competition" target="_self">
Competition
</a>
</li>
<li>
<a href="#" target="_self">
Partners
</a>
</li>
<li>
<a class="btn btn-primary btn-round" href="#Register" target="_self">
Register
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- End Navbar -->
<section id="home"></section>
<div class="wrapper">
<div class="header " style="background-image: url('images/bg2.jpg');">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="brand">
<img src="images/logo2.png" width="50%">
<h1>Register Now</h1>
<h3>Limited seats available.<br><b>Now it's your Call</b></h3>
<button href="#Register" class="btn btn-primary btn-round">Register</button>
</div>
</div>
</div>
</div>
</div>
<div class="main main-raised" id="about">
<div class="section" style="background-color:#EEEEEE">
<div class="container text-center">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<!-- <h2>Let's talk about</h2> -->
<img src="images/logo.png" width="40%">
<div class="card card-nav-tabs">
<div class="header header-danger">
<!-- colors: "header-primary", "header-info", "header-success", "header-warning", "header-danger" -->
<div class="nav-tabs-navigation">
<div class="nav-tabs-wrapper">
<ul class="nav nav-tabs" data-tabs="tabs">
<li class="active">
<a href="#profile" data-toggle="tab">
<i class="material-icons">face</i>
Last Year
</a>
</li>
<li>
<a href="#messages" data-toggle="tab">
<i class="material-icons">chat</i>
What's New
</a>
</li>
<li>
<a href="#settings" data-toggle="tab">
<i class="material-icons">build</i>
Why we do
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="content">
<div class="tab-content text-justify" style="padding-left: 30px; padding-right: 30px;font-size: 16px">
<div class="tab-pane active" id="profile" >
<h2>Last Year | 2016</h2>
<p> Following the success of Aurora 2K15 it was a great pleasure to hold "Aurora 2K16" for the second consecutive time and the event was even more successful.
Although our first intention was to open the event only for school students and undergraduates, we were able to give the opportunity for general public to attend the conference. Aurora 2K16 was nothing but, astounding experience for all the participants.
Event consisted of two parts; conference for all the participants and a competition for school students.
Event was graced by the participation of Dr.Sankalpa Gammarige; a director of SLASSCOM and the General Manager/Vice President of Engineering at Zone 24×7 as the Chief Guest and Mr. Ganindu Nanayakkara; young inventor as the Guest of Honor.
The two guest lectures by Mr. Kalana Wijesekara; a Technical Lead at 99X Technologies on UI/UX Engineering and Dr. Ravindra Silva; Senior Lecturer at University of Sri Jayewardenepura attracted the audience.
Competition was judged by Mr. Gaurika Wijeratna; Senior Manager at Brandix i3, Tharindu Dassanayake; founder and CEO at Square Mobile and Mr. D.D.A. Gamini; Senior Lecturer at University of Sri Jayewardenepura and competitors enthusiastically participated throughout the competition.
All-in-all "Aurora 2K16" was a tremendous success in achieving its mission as it was able to influence the ICT literacy rate in the Country and help students and undergraduates to think out of the Box guiding them to evolving technologies in the world.
</p>
</div>
<div class="tab-pane" id="messages">
<h2>What's New</h2>
<p> Aurora 2K17 will be bigger and better. This year Aurora will feature a larger Audience with programs which are much more interactive and creative. There will be Entertaining events as well as Educational events. This year the educational program will be focused on Smart Technology, and the agenda will be created so that Aurora mission and vision will be realized in the most interactive method possible.</p>
</div>
<div class="tab-pane" id="settings">
<h2>Why we do</h2>
<p>As privileged and honored students of the free education system in Sri Lanka, it has become our utmost duty to help our country to enhance the ICT literacy rate and to increase the potential of "Out Of the Box Thinking" in the youth of Sri Lanka. Therefore, we came across the idea of “Aurora 2k17—Conference on Computer Science’ that will target the Undergraduate and the school students.</p>
<p>Through different phases of the conference, we intend to enhance the practical exposure on the modern aspects of the industrial use of technology throughout the proceedings of the event, which would directly influence the enhancement of the ICT literacy rate in Sri Lanka. Since, our primary focus is laid on the next generation of our country, we believed that Aurora 2k1 7 will be of maximum support in the joined endeavor in bring up the ICT literacy rate in Sri Lanka.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<section id="conference"></section>
<div class="section" id="carousel">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<h2>Let's talk about the Conference</h2>
<!-- <h4>The kit comes with three pre-built pages to help you get started faster. You can change the text and images and you're good to go. More importantly, looking at them will give you a picture of what you can built with this powerful kit.</h4> -->
</div>
</div>
<div class="row" style="margin-top:20px;margin-bottom: 50px;">
<div class="col-md-8 col-md-offset-2">
<!-- Carousel Card -->
<div class="card card-raised card-carousel">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<div class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="images/slider/1.jpg" alt="Awesome Image">
<div class="carousel-caption">
<h4><i class="material-icons">location_on</i> University of Sri Jayewardenepura</h4>
</div>
</div>
<div class="item">
<img src="images/slider/2.jpg" alt="Awesome Image">
<div class="carousel-caption">
<h4><i class="material-icons">location_on</i> University of Sri Jayewardenepura</h4>
</div>
</div>
<div class="item">
<img src="images/slider/3.jpg" alt="Awesome Image">
<div class="carousel-caption">
<h4><i class="material-icons">location_on</i> University of Sri Jayewardenepura</h4>
</div>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-example-generic" data-slide="prev">
<i class="material-icons">keyboard_arrow_left</i>
</a>
<a class="right carousel-control" href="#carousel-example-generic" data-slide="next">
<i class="material-icons">keyboard_arrow_right</i>
</a>
</div>
</div>
</div>
<!-- End Carousel Card -->
</div>
</div>
<div class="row">
<div class="col-md-6">
<p style="font-size:16px;text-align:justify;">
Aurora Conference on Computer Science, is undoubtedly an important event in the university calendar. After the massive success of Aurora 2K16. Schools student’s university undergraduates and IT aware public have been anticipatingly waiting for this year’s Aurora. So, here we are, unleashing AURORA 2K17. This year’s Event will be mainly focused on Smart Technology.
</p>
<p style="font-size:16px;text-align:justify;">
Smart Technology will definitely change our life style in the very near future and Computer Scientists will definitely take the lead in this revolution. AURORA 2K17 will inspire these prospective minds to “Think Out of The Box” and innovate in this futuristic field.
</p>
</div>
<div class="col-md-6">
<p style="font-size:16px;text-align:justify;">
There will be a Panel Discussion, 02 Guest Lectures and an Exhibition to cover the focus area of AURORA 2K17. These will be conducted by respected Scholars and experienced industrial professionals.
</p>
<p style="font-size:16px;text-align:justify;">
We have a strong belief that at the end of the event, the undergraduates and the School students would be able to think out of the box and think towards a new generation of ideas by utilizing the knowledge and experience gained by participating at this event.
</p>
</div>
</div>
</div>
</div>
<section id="competition"></section>
<div class="section" id="carousel">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<h2>Let's talk about the Competition</h2>
<!-- <h4>The kit comes with three pre-built pages to help you get started faster. You can change the text and images and you're good to go. More importantly, looking at them will give you a picture of what you can built with this powerful kit.</h4> -->
</div>
</div>
<div class="row" style="margin-top:20px;margin-bottom: 50px;">
<div class="col-md-8 col-md-offset-2">
<div class="card card-raised card-carousel">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<div class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="images/slider/4.jpg" alt="Awesome Image">
<div class="carousel-caption">
<h4><i class="material-icons">location_on</i> University of Sri Jayewardenepura</h4>
</div>
</div>
<div class="item">
<img src="images/slider/5.jpg" alt="Awesome Image">
<div class="carousel-caption">
<h4><i class="material-icons">location_on</i> University of Sri Jayewardenepura</h4>
</div>
</div>
<div class="item">
<img src="images/slider/6.jpg" alt="Awesome Image">
<div class="carousel-caption">
<h4><i class="material-icons">location_on</i> University of Sri Jayewardenepura</h4>
</div>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-example-generic" data-slide="prev">
<i class="material-icons">keyboard_arrow_left</i>
</a>
<a class="right carousel-control" href="#carousel-example-generic" data-slide="next">
<i class="material-icons">keyboard_arrow_right</i>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<p style="font-size:16px;text-align:justify;">
The web Designing Competition helps in empowering the creative & technically proficient web savvy minds. It provides a platform to showcase creative abilities via the power of the internet. Keeping this in mind, society of computer science is going to conduct Website Designing Competition for the school students to enhance creativity and web designing skills.
</p>
</div>
<div class="col-md-6">
<p style="font-size:16px;text-align:justify;">
<b>There will be 2 rounds in this competition.<br>Click on the following buttons to view more details</b>
</p>
<button class="btn btn-primary" data-toggle="modal" data-target="#myModal1">
Round One
<div class="ripple-container"></div></button>
<button class="btn btn-primary" data-toggle="modal" data-target="#myModal2">
Round Two
<div class="ripple-container"></div></button>
</div>
</div>
</div>
</div>
<section id="Register"></section>
<div class="section section-full-screen section-signup" style="background-image: url('images/bg3.jpg'); background-size: cover; background-position: top center; min-height: 700px;">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="card card-signup">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<p class="text-divider"><img src="images/logo.png" width="70%"><br><br><b>Register Now</b></p>
<div class="content">
<script>
var base_url = "http://159.203.140.240/reg/";
function getToken() {
return sessionStorage.getItem('token');
}
function call(path, data, callback) {
//console.log(data);
$.ajax({
url: base_url + "index.php/api/"+path,
method: "POST",
data:{"data":JSON.stringify(data)},
success: function(result){
callback(result.status,result.data);
}
});
}
</script>
<!--<div class="row">
<div class="container">
<div class="col-lg-2">
</div>
<div class="col-lg-8">
<div style="padding-bottom: 20% !important" id="page_root">
</div>
</div>
<div class="col-lg-2">
</div>
</div>
</div>--->
<div style="padding-bottom: 5% !important;padding-left: 5% !important;" id="page_root">
</div>
<script>
var open_root;
$('#page_root').ready(function (e) {
$("#page_root").html("<div class='animated fadeIn'>Loading...</div>");
open_root = function (page) {
//$('#title').html('<h2 class="animated rubberBand" style="text-align: center;">AURORA 2K17</h2>');
$.ajax({url: base_url + "index.php/home/page/"+page, success: function(result){
$("#page_root").html("<div class='animated fadeIn'>"+result+"</div>");
}});
}
open_root('chose_event_type');
});
</script>
<!--<div class="input-group">
<span class="input-group-addon">
<i class="material-icons">face</i>
</span>
<input type="text" class="form-control" placeholder="First Name...">
</div>
<div class="input-group">
<span class="input-group-addon">
<i class="material-icons">email</i>
</span>
<input type="text" class="form-control" placeholder="Email...">
</div>
<div class="input-group">
<span class="input-group-addon">
<i class="material-icons">lock_outline</i>
</span>
<input type="password" placeholder="Password..." class="form-control" />
</div>
If you want to add a checkbox to this form, uncomment this code
<div class="checkbox">
<label>
<input type="checkbox" name="optionsCheckboxes" checked>
Subscribe to newsletter
</label>
</div> -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<nav class="pull-left">
<ul>
<li>
<a href="#">
Home
</a>
</li>
<li>
<a href="#">
About
</a>
</li>
<li>
<a href="#">
Conference
</a>
</li>
<li>
<a href="#">
Competitions
</a>
</li>
<li>
<a href="#">
Partners
</a>
</li>
</ul>
</nav>
<div class="copyright pull-right">
© Aurora 2K17. All Rights Reserved | Society of Computer Science - University of Sri Jayewardenepura
</div>
</div>
</footer>
</div>
<!-- Sart Modal -->
<div class="modal fade" id="myModal1" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">
<i class="material-icons">clear</i>
</button>
<h4 class="modal-title">Round 1 | Briefing</h4>
</div>
<div class="modal-body">
<p>
In this round the participants have to enter previously provided data to the data entry
from which they have already designed.
They have to enter that data into the database via the given web service. Next they have
to analyze the data by tal-ring out from the database.
After that an oral presentation is to be done in front of the board of judges within 5
minutes.
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger btn-simple" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="myModal2" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">
<i class="material-icons">clear</i>
</button>
<h4 class="modal-title">Round 2 | Briefing</h4>
</div>
<div class="modal-body">
<p>
<u>Step one:</u><br>
Selected schools should design a web page including home page and one more page. (guidelines and internet browsing facility will be provided)<br>
Home page - accuracy of the details will be evaluated<br>
First page - designing a suitable data entry form to submit provided data (Creativity, clearance, accuracy and suitability will be evaluated)<br>
<u>Step Two:</u><br>
In this round the participants have to enter previously provided data to the data entry
from which they have already designed.
They have to enter that data into the database via the given web service. Next they have
to analyze the data by tal-ring out from the database.
After that an oral presentation is to be done in front of the board of judges within 5
minutes.
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger btn-simple" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- End Modal -->
</body>
<!-- Core JS Files -->
<script src="assets/js/jquery.min.js" type="text/javascript"></script>
<script src="assets/js/bootstrap.min.js" type="text/javascript"></script>
<script src="assets/js/material.min.js"></script>
<!-- Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/ -->
<script src="assets/js/nouislider.min.js" type="text/javascript"></script>
<!-- Plugin for the Datepicker, full documentation here: http://www.eyecon.ro/bootstrap-datepicker/ -->
<script src="assets/js/bootstrap-datepicker.js" type="text/javascript"></script>
<!-- Control Center for Material Kit: activating the ripples, parallax effects, scripts from the example pages etc -->
<script src="assets/js/material-kit.js" type="text/javascript"></script>
<script type="text/javascript">
$().ready(function(){
// the body of this function is in assets/material-kit.js
materialKit.initSliders();
window_width = $(window).width();
if (window_width >= 992){
big_image = $('.wrapper > .header');
$(window).on('scroll', materialKitDemo.checkScrollForParallax);
}
});
</script>
</html>