forked from daattali/beautiful-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
420 lines (341 loc) · 18.2 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
<!-- author @Rahul Indra -->
<!-- Looking for Flag ? "d4rks0c1ety" might help ;) -->
<!DOCTYPE html>
<html lang="en">
<head>
<title>CodeIIEST</title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta charset="utf-8">
<meta name="author" content="Harry Boo">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=1300" />
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.2/css/all.css"
integrity="sha384-/rXc/GQVaYpyDdyxK+ecHPVYJSN9bmVFBvjA/9eOB+pb3F2w2N6fc5qB9Ew5yIns" crossorigin="anonymous">
<!-- Favicons -->
<link rel="shortcut icon" href="assets/img/logo/favicon.png">
<link rel="apple-touch-icon" href="assets/img/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/img/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/img/apple-touch-icon-114x114.png">
<!-- glitch CSS -->
<link href="assets/css/core/glitch.css" rel="stylesheet">
<!-- Load Core CSS
=====================================-->
<link rel="stylesheet" href="assets/css/core/bootstrap.css">
<link rel="stylesheet" href="assets/css/core/animate.min.css">
<!-- Load Main CSS
=====================================-->
<link rel="stylesheet" href="assets/css/main/main.css">
<link rel="stylesheet" href="assets/css/main/setting.css">
<link rel="stylesheet" href="assets/css/main/hover.css">
<!-- Load Magnific Popup CSS
=====================================-->
<link rel="stylesheet" href="assets/css/magnific/magic.min.css">
<link rel="stylesheet" href="assets/css/magnific/magnific-popup.css">
<link rel="stylesheet" href="assets/css/magnific/magnific-popup-zoom-gallery.css">
<!-- Load OWL Carousel CSS
=====================================-->
<link rel="stylesheet" href="assets/css/owl-carousel/owl.carousel.css">
<link rel="stylesheet" href="assets/css/owl-carousel/owl.theme.css">
<link rel="stylesheet" href="assets/css/owl-carousel/owl.transitions.css">
<!-- Load Color CSS - Please uncomment to apply the color.
=====================================
-->
<link rel="stylesheet" href="assets/css/color/yellow.css">
<!-- Load Fontbase Icons - Please Uncomment to use linea icons
=====================================
-->
<link rel="stylesheet" href="assets/css/icon/font-awesome.css">
<link rel="stylesheet" href="assets/css/icon/et-line-font.css">
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar" data-offset="100">
<!-- Page Loader
===================================== -->
<div id="pageloader">
<div class="loader-item">
<img src="assets/img/other/puff.svg" alt="page loader">
</div>
</div>
<a href="#page-top" class="go-to-top">
<i class="fa fa-long-arrow-up"></i>
</a>
<!-- Navigation Area
===================================== -->
<nav class="navbar navbar-pasific navbar-op navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#page-top"><img src="assets/img/logo/logo-default.png" width=30px
height=30px alt="logo">CodeIIEST</a>
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse navbar-right">
<ul class="nav navbar-nav mr20">
<li class="hidden"><a href="#page-top"></a></li>
<li><a href="index.html#welcome">About</a></li>
<li><a href="index.html#fields">Chapters</a></li>
<li><a href="team.html" onclick="parent.location='team.html'">Team</a></li>
<li><a href="index.html#portfolioGrid">Mentors</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!--Login Modal Dialogue Box DELETED-->
<!--Search Modal Dialogue Box DELETED-->
<!-- Canvas Area
===================================== -->
<header class="intro"
style="background:url(assets/img/bg/logo.png) 50% 50% no-repeat;background-size:auto 50%;background-color:black;">
<div class="intro-direction">
<a href="#welcome">
<div class="mouse-icon">
<div class="wheel"></div>
</div>
</a>
</div>
</div>
</header>
<!-- Welcome Area
===================================== -->
<div id="welcome" class="pt75 bg-dark31"
style="background-image: url(assets/img/bg/14.jpeg);background-repeat: no-repeat;background-size: cover; ">
<div class="container">
<div class="row">
<!-- title start -->
<div class="col-md-12 text-center">
<h1 class="font-size-normal color-light">
<small class="color-pasific alpha10">About CodeIIEST</small>
Who we are
<small class="heading heading-solid center-block"></small>
</h1>
</div>
<!-- title end -->
<!-- title description start -->
<div class="col-md-8 col-md-offset-2 text-center">
<p class="color-light alpha6">
<p class="color-">
<span class="lead color-light" style="font-size: 2em;font-family: 'Lato';"><br>CodeIIEST is one
of the newest clubs of Indian Institute of Engineering Science and Technology, Shibpur.
Formed in Nov’14 , the club has been actively involved in cultivating comprehensive skills
in computer science among the students. The club consists of various enthusiasts and is a
wonderful hub for a plethora of informative and interactive sessions. The students keep
themselves updated with the emerging technologies, which further help them strengthen their
skills and enhance creativity and innovation.</span><br><br>
</p>
</div>
<!-- title description end -->
</div>
<div class="row mt50">
</div>
</div>
</div>
<div id="logo ">
<link href="assets/css/core/decorate.css" rel="stylesheet">
<div class="c-logo1-part">
<div class="container">
<ul>
</ul>
</div>
</div>
</div>
<div id="fields" class="bg-dark3 pt75 pb100">
<div class="container">
<div class="row">
<!-- title start -->
<div class="col-md-12 text-center">
<h1 class="font-size-normal color-light">
<small class="color-pasific alpha10"></small>
Chapters<br>
<small class="heading heading-solid center-block"></small>
</h1>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6 col-xs-12 mb35">
<div class="content-box content-box-icon-o content-box-left-icon">
<i class="fa fa-code color-green"></i>
<h5 class="color-light">COMPETITIVE CODING
</h5>
<p>The main aim of this club is to create a platform for the ones who have a knack in
competitive coding where they can discuss problems, algorithms and other related stuff.
Other than that, we organize tutorial sessions and online algorithmic competitions.</p>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12 mb35">
<div class="content-box content-box-icon-o content-box-left-icon">
<i class="fa fa-gear color-pasific"></i>
<h5 class="color-light">
MACHINE LEARNING</h5>
<p>Our innovative minds find out the different ways we can use machine learning to solve our
real life problems effectively and efficiently.</p>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-11 mb35">
<div class="content-box content-box-icon-o content-box-left-icon">
<i class="fa fa-android color-blue"></i>
<h5 class="color-light">COMPUTER SECURITY
</h5>
<p>This club is mainly for the people who are interested in InfoSec. We focus on Reverse
Engineering, Web Apps Security, Android Security, Binary Exploitation, Hardware Hacking and
what not, You name it we do it.<br><br></p>
<!-- glitch effect -->
<script src="assets/js/animate.js"></script>
<div class="glitch col-md-4 col-sm-6 col-xs-12 mb35">
<a href="d4rks0c1ety.html">
<h1>d4rks0c1ety</h1>
<h1>d4rks0c1ety</h1>
<h1>d4rks0c1ety</h1>
</a>
</div>
<!-- glitch effect -->
</div>
</div>
</div>
</div><!-- container end -->
</div><!-- section service end -->
<!-- Info Area
===================================== -->
<div id="info-1" class="pt50 pb50 parallax-window" data-parallax="scroll" data-speed="0.5"
data-image-src="assets/img/bg/team.jpg">
</div>
<div id="portfolioGrid" class="bg-black">
<div align="center" class="container-fluid bg-dark-video pt30">
<h1 style="color: white">Mentors & Professor-In-Charge</h1>
<div class="row" style="height: 550px;width: 1288px">
<br>
<div class="col-md-12">
<div class="portfolio center-block">
<div class="portfolio-item col-lg-3 col-md-4 col-sm-6 col-xs-12 html joomla wordpress"
style="height: 260px;width: 500; margin-left:70px;">
<a target="_blank" href="https://github.com/suri-kumkaran" class="fa fa-github"
style="height: 322px;width: 313px;">
</a>
<img src="assets/img/portfolio/thumbs/suri.png" alt="portfolio woocommerce"
class="img-responsive" style="border-radius: 10px;height: 322px;width: 300px;">
<br><br>
<h3 style="color: #a6e1ec">Suryansh Gupta</h3>
<h6 style="color: #a6e1ec">IT 4th year</h6>
<h5 style="color: #a6e1ec">Competitive Coding<br>General Secretary</h5>
</div>
<div class="portfolio-item col-lg-3 col-md-4 col-sm-6 col-xs-12 html joomla wordpress"
style="height: 260px;width: 500; margin-left:70px;">
<a target="_blank" href="https://github.com/TheArijitSaha" class="fa fa-github"
style="height: 322px;width: 313px;">
</a>
<img src="assets/img/team/arijit.png" alt="portfolio woocommerce" class="img-responsive"
style="border-radius: 10px;height: 322px;width: 300px;">
<br><br>
<h3 style="color: #a6e1ec">Arijit Saha</h3>
<h6 style="color: #a6e1ec">CST 4th year</h6>
<h5 style="color: #a6e1ec">Competitive Coding<br>Treasurer</h5>
</div>
<div class="portfolio-item col-lg-3 col-md-4 col-sm-6 col-xs-12 html joomla wordpress"
style="height: 260px;width: 500; margin-left:70px;">
<a target="_blank" href="https://www.iiests.ac.in/IIEST/Faculty/it-shyamalenduk"
class="fa fa-code" style="height: 322px;width: 313px;">
</a>
<img src="assets/img/portfolio/sk_sir.jpg" alt="portfolio woocommerce"
class="img-responsive" style="border-radius: 10px;height: 322px;width: 300px;">
<br><br>
<h3 style="color: #a6e1ec">Prof. Shyamalendu Kandar</h3>
<h6 style="color: #a6e1ec">Dept. of Information Technology</h6>
<h5 style="color: #a6e1ec">Professor In-Charge <br>CodeIIEST</h5>
</div>
</div>
</div><!-- col-md-12 end -->
</div><!-- row end -->
</div><!-- container end -->
</div>
<!-- General Content Area
===================================== -->
<!-- Contact Us Area
=====================================-->
<div id="contact" class="pt100 pb100" style="background-color: black;">
<div class="container">
<div class="row">
<div class="col-md-18" style="padding-left:400px; ">
<div class="row">
<!-- title start -->
<div class="col-md-12 mb50" style="">
<h1 class="font-size-normal color-white">
Drop Us a Message
</h1>
<h5 class="color-white">Please feel free to say anything to us</h5>
</div>
<!-- title end -->
<!-- contact info start -->
<div class="col-md-3 col-sm-3 col-xs-12">
<span class="icon-map color-white el-icon2x"></span>
<h5 class="color-white"><strong>Address</strong></h5>
<p class="color-white">Indian Institute of Engineering Science and Technology, Shibpur,
Howrah, West Bengal.</p>
</div>
<div class="col-md-3 col-sm-3 col-xs-6">
<span class="icon-envelope color-white el-icon2x"></span>
<h5 class="color-white"><strong>Email</strong></h5>
<p class="color-white">[email protected]</p>
</div>
<!-- contact info end -->
</div><!-- row left end -->
</div><!-- col left end -->
<!-- col end -->
</div><!-- row end -->
</div><!-- container end -->
</div><!-- section contact end -->
<!-- footer Area
===================================== -->
<div id="footer" class="footer-two pt50 bg-black">
<div class="container-fluid pt20">
<div class="container">
<div class="row">
<center>
<div class="social social-two">
<a target="_blank" href="https://twitter.com/codeiiest"><i
class="fa fa-twitter color-gray"></i></a>
<a target="_blank" href="https://www.facebook.com/CodeIIEST/"><i
class="fa fa-facebook color-gray"></i></a>
<a target="_blank" href="https://github.com/codeIIEST"><i
class="fa fa-github color-gray"></i></a>
<a target="_blank" href="https://www.youtube.com/channel/UCNHVW0S4ErM1klkk8POfR4Q"><i
class="fa fa-youtube color-gray"></i></a>
</div><br>
<div>
<p style="color:white;font-size:1em;">Copyright © 2020 CodeIIEST</p>
</div>
</center>
</div><!-- row end -->
</div><!-- container end -->
</div><!-- container-fluid end -->
</div><!-- footer end -->
<!-- JQuery Core
=====================================-->
<script src="assets/js/core/jquery.min.js"></script>
<script src="assets/js/core/bootstrap.min.js"></script>
<!-- Magnific Popup
=====================================-->
<script src="assets/js/magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="assets/js/magnific-popup/magnific-popup-zoom-gallery.js"></script>
<!-- Progress Bars
=====================================-->
<script src="assets/js/progress-bar/bootstrap-progressbar.js"></script>
<script src="assets/js/progress-bar/bootstrap-progressbar-main.js"></script>
<!-- Text Rotator
=====================================-->
<script src="assets/js/text-rotator/jquery.simple-text-rotator.min.js"></script>
<!-- JQuery Main
=====================================-->
<script src="assets/js/main/jquery.appear.js"></script>
<script src="assets/js/main/isotope.pkgd.min.js"></script>
<script src="assets/js/main/parallax.min.js"></script>
<script src="assets/js/main/jquery.countTo.js"></script>
<script src="assets/js/main/owl.carousel.min.js"></script>
<script src="assets/js/main/jquery.sticky.js"></script>
<script src="assets/js/main/imagesloaded.pkgd.min.js"></script>
<script src="assets/js/main/main.js"></script>
</body>
</html>