forked from PeraACES/PeraACES.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
349 lines (300 loc) · 17.3 KB
/
index.html
File metadata and controls
349 lines (300 loc) · 17.3 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
<!DOCTYPE html>
<!--[if lt IE 7]>
<html lang="en" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>
<html lang="en" class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>
<html lang="en" class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html lang="en" class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>ACES | Association of Computer Engineering Students</title>
<meta name="description" content="Association of Computer Engineering Students - official website">
<meta name="keywords"
content="Engineering, Department of Computer, Department of Computer Engineering, Computer Engineering, Computer Engineer, University, University of Peradeniya, Faculty of Engineering, Students Society, Society, Association, Association of Students, Association of Engineering Students, Association of Computer Engineering Students">
<meta name="author" content="ACES">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/jquery.fancybox.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/media-queries.css">
<script src="js/modernizr-2.6.2.min.js"></script>
</head>
<body id="body">
<div id="preloader">
<img src="img/preloader.png" alt="Preloader">
</div>
<header id="navigation" class="navbar-fixed-top navbar">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<i class="fa fa-bars fa-2x"></i>
</button>
<a class="navbar-brand" href="#body">
<h1 id="logo">
<img src="img/logo.png" alt="Brandi">
</h1>
</a>
</div>
<nav class="collapse navbar-collapse navbar-right" role="navigation">
<ul id="nav" class="nav navbar-nav">
<li class="current"><a href="#features">About</a></li>
<li><a href="#works">Events</a></li>
<li><a href="#team">Council</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</header>
<section id="slider" style="height:100vh">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel" style="height:100vh">
<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>
<li data-target="#carousel-example-generic" data-slide-to="3"></li>
</ol>
<div class="carousel-inner" role="listbox" style="height:100vh">
<div class="item active" style="background-image: url(img/banner1.jpg);height:100vh;">
<div class="carousel-caption">
<h2 data-wow-duration="700ms" data-wow-delay="500ms" class="wow bounceInDown animated">
ACES<span></span></h2>
<h3 data-wow-duration="1000ms" class="wow slideInLeft animated"><span class="color">Association of Computer Engineering Students</span>
</h3>
<p data-wow-duration="1000ms" class="wow slideInRight animated">- University of Peradeniya -</p>
<ul class="social-links text-center">
<li><a href="https://www.facebook.com/acespera/" target="_blank"><i
class="fa fa-facebook fa-lg"></i></a></li>
<li><a><i class="fa fa-google-plus fa-lg" target="_blank"></i></a></li>
</ul>
</div>
</div>
<div class="item" style="background-image: url(img/banner6.png);height:100vh;">
<div class="carousel-caption"
style="top:83%;text-align:left;left:0%;right:0%;background-color:rgba(0,0,0,0.5);padding:0px 0px 0px 10px;">
<!-- <h2 data-wow-duration="500ms" data-wow-delay="500ms" class="wow bounceInDown animated">Meet<span> Team</span>!</h2> -->
<h3 data-wow-duration="500ms" class="wow slideInLeft animated"
style="margin-bottom: 5px;margin-left: 15px;"><a href="hackathon2019/index.html"
target="_blank"><span
class="color">Hackathon</span></a></h3>
<p data-wow-duration="500ms" class="wow slideInRight animated" style="margin-left: 15px;">ACES
Hackathon</p>
</div>
</div>
<div class="item" style="background-image: url(img/banner3.jpg);height:100vh;">
<div class="carousel-caption"
style="top:83%;text-align:left;left:0%;right:0%;background-color:rgba(0,0,0,0.5);padding:0px 0px 0px 10px;">
<!-- <h2 data-wow-duration="500ms" data-wow-delay="500ms" class="wow bounceInDown animated">Meet<span> Team</span>!</h2> -->
<h3 data-wow-duration="500ms" class="wow slideInLeft animated"
style="margin-bottom: 5px;margin-left: 15px;"><a href="coders/" target="_blank"><span
class="color">Coders</span></a></h3>
<p data-wow-duration="500ms" class="wow slideInRight animated" style="margin-left: 15px;">ACES
Coders</p>
</div>
</div>
<div class="item" style="background-image: url(img/banner4.jpg);height:100vh;">
<div class="carousel-caption"
style="top:83%;text-align:left;left:0%;right:0%;background-color:rgba(0,0,0,0.5);padding:0px 0px 0px 10px;">
<!-- <h2 data-wow-duration="500ms" data-wow-delay="500ms" class="wow bounceInDown animated">Meet<span> Team</span>!</h2> -->
<h3 data-wow-duration="500ms" class="wow slideInLeft animated"
style="margin-bottom: 5px;margin-left: 15px;"><a href="http://readme.lk/escape-15-symposium/"
target="_blank"><span
class="color">ESCaPe</span></a></h3>
<p data-wow-duration="500ms" class="wow slideInRight animated" style="margin-left: 15px;">ACES
Project Symposium and Job Fair</p>
</div>
</div>
</div>
</div>
</section>
<section id="features" class="features">
<div class="container">
<div class="row">
<div class="sec-title text-center mb50 wow bounceInDown animated" data-wow-duration="500ms">
<h2>About</h2>
<div class="devider"><i class="fa fa-institution fa-lg"></i></div>
</div>
<div class="col-md-11 wow fadeInUp" data-wow-duration="500ms" data-wow-delay="500ms">
<div class="service-item">
<div class="service-desc text-justify">
<p>The Department of Computer Engineering was first established in the year 1985 in the Faculty
of Engineering in University of Peradeniya as the oldest Computer Engineering Department in
the University system of the country. The Computer Engineering stream was introduced as a
separate discipline to the Faculty of Engineering in 2000. Since then, the Department of
Computer Engineering has been targeting at producing fully qualified Computer Engineering
undergraduates well equipped with knowledge, skills and attitudes required for the global
industry, highly technical researches as well as for the field of academia. The department
focuses on leveling up the competency levels of their undergraduates by providing them with
deep insights about computational systems and related disciplines so that they would be able
to build their own personal brand in the highly competitive field of Computer
Engineering.</p>
<br>
<p>On par with Department’s vision which is “To be a competitive entity in teaching and research
in Computer Engineering in the country and the region and to produce graduates with
international recognition for their knowledge and skills, capable of taking leadership
positions in the science and technology of design, construction, implementation, and
maintenance of software and hardware components of modern computing systems and
computer-controlled equipment that constitute the discipline of Computer Engineering”, The
Association of Computer Engineering Students (ACES) was formed in August, 2001 as the
students’ body of Computer Engineering undergraduates of the Faculty of Engineering with the
aim of maximising students’ potential by organizing different activities and events that
would bring out the best within themselves and make them prepared for the next technological
revolution.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="works" class="features">
<div class="container">
<div class="row">
<div class="sec-title text-center mb50 wow bounceInDown animated" data-wow-duration="500ms">
<h2>Events</h2>
<div class="devider"><i class="fa fa-laptop fa-lg"></i></div>
</div>
<div class="col-md-4 wow fadeInLeft" data-wow-duration="500ms">
<div class="service-item">
<!--<div class="service-icon"><i class="fa fa-github fa-2x"></i></div>-->
<div class="service-desc">
<h3>Coders</h3>
<p style="text-align:justify">ACES Coders is a twelve hours coding competition which presents
multiple problems to be solved using programming and mathematical knowledge. A number of
institutions around the country take part in this event every year. It is a limited-time,
rapid-coding competition which would improve the efficiency & accuracy of the
participants.</p>
<br>
<p><a href="./coders2018/" target="_blank" style="color:#6A737B">more <i
class="fa fa-fighter-jet fa-sm"></i></a></p>
</div>
</div>
</div>
<!-- end service item -->
<!-- service item -->
<div class="col-md-4 wow fadeInUp" data-wow-duration="500ms" data-wow-delay="500ms">
<div class="service-item">
<!--<div class="service-icon"><i class="fa fa-pencil fa-2x"></i></div>-->
<div class="service-desc">
<h3>Hackathon</h3>
<p style="text-align:justify">Aces Hackathon is one of the signature events that is organised
annually by the Association of Computer Engineering Students. This event provides a platform
for the competitors to come up with innovative ideas for a new product or to give a solution
to a problem. This is one of the best opportunities the participants get to publicise their
new ideas , to get an insight into the business world as well as to get an industrial
exposure.</p>
<br>
<p><a href="hackathon2019/" target="_blank" style="color:#6A737B">more <i
class="fa fa-fighter-jet fa-sm"></i></a></p>
</div>
</div>
</div>
<div class="col-md-4 wow fadeInRight" data-wow-duration="500ms" data-wow-delay="900ms">
<div class="service-item">
<!--<div class="service-icon"><i class="fa fa-bullhorn fa-2x"></i></div>-->
<div class="service-desc">
<h3>Spark</h3>
<p style="text-align:justify">Inter School Quiz Competition is organized to provide experience
and knowledge to the school community on computer engineering aspects. From 2015 it is named
'Spark', while taking this event to a new level.</p>
<br>
<p><a href="spark/" target="_blank" style="color:#6A737B">more <i
class="fa fa-fighter-jet fa-sm"></i></a></p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="team" class="team">
<div class="container">
<div class="row">
<div class="sec-title text-center wow fadeInUp animated" data-wow-duration="700ms">
<h2>Council 2019/2020</h2>
<div class="devider"><i class="fa fa-group fa-lg"></i></div>
</div>
<div class="sec-sub-title text-center wow fadeInRight animated" data-wow-duration="500ms">
</div>
<div id="committee">
</div>
</div>
</div>
</section>
<section id="contact" class="contact">
<div class="container">
<div class="row mb50">
<div class="sec-title text-center mb50 wow fadeInDown animated" data-wow-duration="500ms">
<h2>Let’s Discuss</h2>
<div class="devider"><i class="fa fa-envelope-o fa-lg"></i></div>
</div>
<div class="sec-sub-title text-center wow rubberBand animated" data-wow-duration="1000ms">
<p>aces@eng.pdn.ac.lk</p>
</div>
<!-- contact address -->
<!-- <div class="col-lg-3 col-md-3 col-sm-4 col-xs-12 wow fadeInLeft animated" data-wow-duration="500ms">
<div class="contact-address">
<h3>Cras at ultrices erat, sed vulputate!</h3>
<p>2345 Setwant natrer, 1234,</p>
<p>Washington. United States.</p>
<p>(401) 1234 567</p>
</div></div> -->
<!-- contact form -->
<!-- <div class="col-lg-8 col-md-8 col-sm-7 col-xs-12 wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay="300ms">
<div class="contact-form">
<h3>Say hello!</h3>
<form action="#" id="contact-form">
<div class="input-group name-email">
<div class="input-field">
<input type="text" name="name" id="name" placeholder="Name" class="form-control">
</div>
<div class="input-field">
<input type="email" name="email" id="email" placeholder="Email" class="form-control">
</div>
</div>
<div class="input-group">
<textarea name="message" id="message" placeholder="Message" class="form-control"></textarea>
</div>
<div class="input-group">
<input type="submit" id="form-submit" class="pull-right" value="Send message">
</div>
</form>
</div>
</div> -->
</div>
</div>
</section>
<footer id="footer" class="footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<p class="copyright text-center">
Copyright © 2019 <a href="http://ce.pdn.ac.lk/">ACES</a>, Association of Computer Engineering
Students, University of Peradeniya. All rights reserved.
</p>
</div>
</div>
</div>
</footer>
<a href="javascript:void(0);" id="back-top"><i class="fa fa-angle-up fa-3x"></i></a>
<script src="js/jquery-1.11.1.min.js"></script>
<script src="js/jquery.singlePageNav.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.fancybox.pack.js"></script>
<script src="js/jquery.mixitup.min.js"></script>
<script src="js/jquery.parallax-1.1.3.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/jquery.appear.js"></script>
<!--<script src="js/jquery-countTo.js"></script>-->
<!--<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery.form/3.32/jquery.form.js"></script>-->
<!--<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.11.1/jquery.validate.min.js"></script>-->
<!--<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?sensor=false"></script>-->
<script src="js/custom.js"></script>
</body>
</html>