-
Notifications
You must be signed in to change notification settings - Fork 9
/
gallery.html
330 lines (303 loc) · 16.5 KB
/
gallery.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-114661744-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-114661744-1');
</script>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>ACM IGDTUW: Gallery</title>
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/icon" href="img/acm_chapter.jpg"/>
<!-- CSS
================================================== -->
<!-- Bootstrap css file-->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Font awesome css file-->
<link href="css/font-awesome.min.css" rel="stylesheet">
<!-- Superslide css file-->
<link rel="stylesheet" href="css/superslides.css">
<!-- Slick slider css file -->
<link href="css/slick.css" rel="stylesheet">
<!-- Circle counter cdn css file -->
<link rel='stylesheet prefetch' href='https://cdn.rawgit.com/pguso/jquery-plugin-circliful/master/css/jquery.circliful.css'>
<!-- smooth animate css file -->
<link rel="stylesheet" href="css/animate.css">
<!-- preloader -->
<link rel="stylesheet" href="css/queryLoader.css" type="text/css" />
<!-- gallery slider css -->
<link type="text/css" media="all" rel="stylesheet" href="css/jquery.tosrus.all.css" />
<!-- Default Theme css file -->
<link id="switcher" href="css/themes/default-theme.css" rel="stylesheet">
<!-- Main structure css file -->
<link href="style.css" rel="stylesheet">
<!-- Google fonts -->
<link href='http://fonts.googleapis.com/css?family=Merriweather' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Varela' rel='stylesheet' type='text/css'>
</head>
<body>
<!-- SCROLL TOP BUTTON -->
<a class="scrollToTop" href="#"></a>
<!-- END SCROLL TOP BUTTON -->
<!--=========== BEGIN HEADER SECTION ================-->
<header id="header">
<!-- BEGIN MENU -->
<div class="menu_area">
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<!-- FOR MOBILE VIEW COLLAPSED BUTTON -->
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- LOGO -->
<!-- TEXT BASED LOGO -->
<a class="navbar-brand" href="index.html">ACM <span>IGDTUW</span></a>
<!-- IMG BASED LOGO -->
<!-- <a class="navbar-brand" href="index.html"><img src="img/logo.png" alt="logo"></a> -->
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul id="top-menu" class="nav navbar-nav navbar-right main-nav">
<li><a href="index.html">Home</a></li>
<li><a href="events-archive.html">Events</a></li>
<li class="active"><a href="gallery.html">Gallery</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
</div>
<!-- END MENU -->
</header>
<!--=========== END HEADER SECTION ================-->
<!--=========== BEGIN COURSE BANNER SECTION ================-->
<section id="imgbanner">
<h2>Gallery</h2>
</section>
<!--=========== END COURSE BANNER SECTION ================-->
<!--=========== BEGIN GALLERY SECTION ================-->
<section id="gallery">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<div id="gallerySLide" class="gallery_area">
<a href="img/python/py3.jpeg" title="Python and Its Exciting Applications">
<img class="gallery_img" src="img/python/py3.jpeg" alt="img" />
<span class="view_btn">Python And Its Exciting Applications</span>
</a>
<a href="img/python/py4.jpeg" title="Python and Its Exciting Applications">
<img class="gallery_img" src="img/python/py4.jpeg" alt="img" />
<span class="view_btn">Python And Its Exciting Applications</span>
</a>
<a href="img/competitive/comp3.jpg" title="Deep Dive Into Competitive Proggramming">
<img class="gallery_img" src="img/competitive/comp3.jpg" alt="img" />
<span class="view_btn">Deep Dive Into Competitive Proggramming</span>
</a>
<a href="img/webd/frontend1.jpg" title="Front End Web Development">
<img class="gallery_img" src="img/webd/frontend1.jpg" alt="img" />
<span class="view_btn">Front End Web Development</span>
</a>
<a href="img/webd/frontend2.jpg" title="Front End Web Development">
<img class="gallery_img" src="img/webd/frontend2.jpg" alt="img" />
<span class="view_btn">Front End Web Development</span>
</a>
<a href="img/webd/backend1.jpg" title="Back End Web Development">
<img class="gallery_img" src="img/webd/backend1.jpg" alt="img" />
<span class="view_btn">Back End Web Development</span>
</a>
<a href="img/webd/backend2.jpg" title="Back End Web Development">
<img class="gallery_img" src="img/webd/backend2.jpg" alt="img" />
<span class="view_btn">Back End Web Development</span>
</a>
<a href="img/bot/bot5.jpeg" title="Bot Development">
<img class="gallery_img" src="img/bot/bot5.jpeg" alt="img" />
<span class="view_btn">Bot Development</span>
</a>
<a href="img/bot/bot3.jpeg" title="Bot Development">
<img class="gallery_img" src="img/bot/bot3.jpeg" alt="img" />
<span class="view_btn">Bot Development</span>
</a>
<a href="img/bot/bot4.jpeg" title="Bot Development">
<img class="gallery_img" src="img/bot/bot4.jpeg" alt="img" />
<span class="view_btn">Bot Development</span>
</a>
<a href="img/android/and3.jpg" title="Android App Development">
<img class="gallery_img" src="img/android/and3.jpg" alt="img" />
<span class="view_btn">Android App Development</span>
</a>
<a href="img/winterworkshop/winter1.jpeg" title="Winter Workshop on Data Science And Machine Learning">
<img class="gallery_img" src="img/winterworkshop/winter1.jpeg" alt="img" />
<span class="view_btn">Winter Workshop</span>
</a>
<a href="img/winterworkshop/winter2.jpeg" title="Winter Workshop on Data Science And Machine Learning">
<img class="gallery_img" src="img/winterworkshop/winter2.jpeg" alt="img" />
<span class="view_btn">Winter Workshop</span>
</a>
<a href="img/winterworkshop/winter3.jpeg" title="Winter Workshop on Data Science And Machine Learning">
<img class="gallery_img" src="img/winterworkshop/winter3.jpeg" alt="img" />
<span class="view_btn">Winter Workshop</span>
</a>
<a href="img/winterworkshop/winter4.jpeg" title="Winter Workshop on Data Science And Machine Learning">
<img class="gallery_img" src="img/winterworkshop/winter4.jpeg" alt="img" />
<span class="view_btn">Winter Workshop</span>
</a>
<a href="img/datascience.jpeg" title="Exploratory Data Science">
<img class="gallery_img" src="img/datascience.jpeg" alt="img" />
<span class="view_btn">Exploratory Data Science</span>
</a>
<a href="img/mongodb/mongo2.jpeg" title="MongoDB Industry Expert Session">
<img class="gallery_img" src="img/mongodb/mongo2.jpeg" alt="img" />
<span class="view_btn">MongoDB Industry Expert Session</span>
</a>
<a href="img/mongodb/mongo3.jpeg" title="MongoDB Industry Expert Session">
<img class="gallery_img" src="img/mongodb/mongo3.jpeg" alt="img" />
<span class="view_btn">MongoDB Industry Expert Session</span>
</a>
<a href="img/mongodb/mongo4.jpeg" title="MongoDB Industry Expert Session">
<img class="gallery_img" src="img/mongodb/mongo4.jpeg" alt="img" />
<span class="view_btn">MongoDB Industry Expert Session</span>
</a>
<a href="img/mongodb/mongo5.jpeg" title="MongoDB Industry Expert Session">
<img class="gallery_img" src="img/mongodb/mongo5.jpeg" alt="img" />
<span class="view_btn">MongoDB Industry Expert Session</span>
</a>
<a href="img/mongodb/mongo10.jpeg" title="MongoDB Industry Expert Session">
<img class="gallery_img" src="img/mongodb/mongo10.jpeg" alt="img" />
<span class="view_btn">MongoDB Industry Expert Session</span>
</a>
<a href="img/cybersecurity/cyber2.jpg" title="Cyber Security Expert Talk">
<img class="gallery_img" src="img/cybersecurity/cyber2.jpg" alt="img" />
<span class="view_btn">Cyber Security Expert Talk</span>
</a>
<a href="img/cybersecurity/cyber3.jpg" title="Cyber Security Expert Talk">
<img class="gallery_img" src="img/cybersecurity/cyber3.jpg" alt="img" />
<span class="view_btn">Cyber Security Expert Talk</span>
</a>
<a href="img/cybersecurity/cyber5.jpg" title="Cyber Security Expert Talk">
<img class="gallery_img" src="img/cybersecurity/cyber5.jpg" alt="img" />
<span class="view_btn">Cyber Security Expert Talk</span>
</a>
<a href="img/cybersecurity/cyber6.jpg" title="Cyber Security Expert Talk">
<img class="gallery_img" src="img/cybersecurity/cyber6.jpg" alt="img" />
<span class="view_btn">Cyber Security Expert Talk</span>
</a>
<a href="img/orientation/orientation1.jpeg" title="ACM IGDTUW's Orientation">
<img class="gallery_img" src="img/orientation/orientation1.jpeg" alt="img" />
<span class="view_btn">ACM IGDTUW's Orientation</span>
</a>
<a href="img/orientation/orientation2.jpeg" title="ACM IGDTUW's Orientation">
<img class="gallery_img" src="img/orientation/orientation2.jpeg" alt="img" />
<span class="view_btn">ACM IGDTUW's Orientation</span>
</a>
<a href="img/orientation/orientation3.jpeg" title="ACM IGDTUW's Orientation">
<img class="gallery_img" src="img/orientation/orientation3.jpeg" alt="img" />
<span class="view_btn">ACM IGDTUW's Orientation</span>
</a>
<a href="img/orientation/orientation4.jpeg" title="ACM IGDTUW's Orientation">
<img class="gallery_img" src="img/orientation/orientation4.jpeg" alt="img" />
<span class="view_btn">ACM IGDTUW's Orientation</span>
</a>
<a href="img/competitive/comp5.jpg" title="Introduction to Competitive Programming">
<img class="gallery_img" src="img/competitive/comp5.jpg" alt="img" />
<span class="view_btn">Intro to Comp Programming</span>
</a>
<a href="img/competitive/comp6.jpg" title="Introduction to Competitive Programming">
<img class="gallery_img" src="img/competitive/comp6.jpg" alt="img" />
<span class="view_btn">Intro to Comp Programming</span>
</a>
<a href="img/competitive/comp9.jpg" title="Introduction to Competitive Programming">
<img class="gallery_img" src="img/competitive/comp9.jpg" alt="img" />
<span class="view_btn">Intro to Comp Programming</span>
</a>
</div>
</div>
</div>
</div>
</section>
<!--=========== END GALLERY SECTION ================-->
<!--=========== BEGIN FOOTER SECTION ================-->
<footer id="footer">
<!-- Start footer top area -->
<div class="footer_top">
<div class="container">
<div class="row">
</div>
</div-->
<div class="col-ld-9 col-md-9 col-sm-9">
<div class="single_footer_widget">
<h3>Community</h3>
<ul class="footer_widget_nav">
<li><a href="https://campus2.acm.org/public/qj/quickjoin/qj_control.cfm?promo=PWEBTOP&form_type=Student">ACM India Student Membership</a></li>
<li><a href="https://www.acm.org/membership/membership-benefits">ACM Membership Benefits</a></li>
</ul>
</div>
</div>
<div class="col-ld-3 col-md-3 col-sm-3">
<div class="single_footer_widget">
<h3>Social Links</h3>
<ul class="footer_social">
<li><a data-toggle="tooltip" data-placement="top" title="Facebook" class="soc_tooltip" href="https://www.facebook.com/AcmStudentChaptersIGIT/"><i class="fa fa-facebook"></i></a></li>
<li><a data-toggle="tooltip" data-placement="top" title="Twitter" class="soc_tooltip" href="https://twitter.com/AcmIgdtuw"><i class="fa fa-twitter"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- End footer top area -->
<!-- Start footer bottom area -->
<div class="footer_bottom">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="footer_bootomLeft">
<p> ACM IGDTUW, Kashmere Gate, Delhi-6, India</p>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="footer_bootomRight">
<p>Designed by <a href="http://www.linkedin.com/in/ananya-aggarwal-1404" rel="nofollow">Ananya Aggarwal</a></p>
</div>
</div>
</div>
</div>
</div>
<!-- End footer bottom area -->
</footer>
<!--=========== END FOOTER SECTION ================-->
<!-- Javascript Files
================================================== -->
<!-- initialize jQuery Library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- Preloader js file -->
<script src="js/queryloader2.min.js" type="text/javascript"></script>
<!-- For smooth animatin -->
<script src="js/wow.min.js"></script>
<!-- Bootstrap js -->
<script src="js/bootstrap.min.js"></script>
<!-- slick slider -->
<script src="js/slick.min.js"></script>
<!-- superslides slider -->
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.animate-enhanced.min.js"></script>
<script src="js/jquery.superslides.min.js" type="text/javascript" charset="utf-8"></script>
<!-- for circle counter -->
<script src='https://cdn.rawgit.com/pguso/jquery-plugin-circliful/master/js/jquery.circliful.min.js'></script>
<!-- Gallery slider -->
<script type="text/javascript" language="javascript" src="js/jquery.tosrus.min.all.js"></script>
<!-- Custom js-->
<script src="js/custom.js"></script>
</body>
</html>