forked from professorp/cse.vssut.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallery.html
395 lines (369 loc) · 26.7 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
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
<!DOCTYPE html>
<html lang="en">
<link rel="shortcut icon" href="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/logo.png?alt=media&token=f61d2567-b82f-4ab1-b7a8-2a46c0a1a0e2">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>CSE:Computer Science & Engineering Society</title>
<meta name="description" content="The Official website of Computer Science & Engineering Society,VSSUT,Burla">
<link href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,700|Open+Sans" rel="stylesheet">
<link rel="stylesheet" href="css/styles-merged.css">
<link rel="stylesheet" href="css/style.min.css">
<link rel="stylesheet" href="css/custom.css">
<!--[if lt IE 9]>
<script src="js/vendor/html5shiv.min.js"></script>
<script src="js/vendor/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="probootstrap-search" id="probootstrap-search">
<a href="#" class="probootstrap-close js-probootstrap-close"><i class="icon-cross"></i></a>
<form action="#">
<input type="search" name="s" id="search" placeholder="Search a keyword and hit enter...">
</form>
</div>
<div class="probootstrap-page-wrapper">
<!-- Fixed navbar -->
<div class="probootstrap-header-top">
<div class="container">
<div class="row">
<div class="col-lg-9 col-md-9 col-sm-9 probootstrap-top-quick-contact-info">
<span><i class="icon-location2"></i>Vssut,Burla,Odisha</span>
<span><i class="icon-phone2"></i>0663-243-0211</span>
<span><i class="icon-mail"></i>info@csevssut.in</span>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 probootstrap-top-social">
<ul>
<!--<li><a href="#"><i class="icon-twitter"></i></a></li>-->
<li><a href="#"><i class="icon-facebook2"></i></a></li>
<!--<li><a href="#"><i class="icon-instagram2"></i></a></li>-->
<li><a href="#"><i class="icon-youtube"></i></a></li>
<li><a href="#" class="probootstrap-search-icon js-probootstrap-search"><i class="icon-search"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<nav class="navbar navbar-default probootstrap-navbar">
<div class="container">
<div class="navbar-header">
<div class="btn-more js-btn-more visible-xs">
<a href="#"><i class="icon-dots-three-vertical "></i></a>
</div>
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse" 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>
<a class="navbar-brand" href="index.html" title="CSE">CSE</a>
</div>
<div id="navbar-collapse" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li ><a href="index.html">Home</a></li>
<li><a href="notice.html">NoticeBoard</a></li>
<li><a href="teachers.html">Faculties</a></li>
<!-- <li><a href="teachers.html">Students</a></li>-->
<li><a href="events.html">Events</a></li>
<li class="dropdown">
<a href="#" data-toggle="dropdown" class="dropdown-toggle">More</a>
<ul class="dropdown-menu">
<li ><a href="about.html">Vission & Mission</a></li>
<li><a href="courses.html">Courses</a></li>
<!--<li><a href="course-single.html">Course Single</a></li>-->
<li><a href="laboratories.html">Laboratories</a></li>
<li class="active"><a href="gallery.html">Gallery</a></li>
<li class="dropdown-submenu dropdown">
<a href="#" data-toggle="dropdown" class="dropdown-toggle"><span>Activities</span></a>
<ul class="dropdown-menu">
<li><a href="project.html">Projects</a></li>
<!-- <li><a href="#">Workshop & Seminar</a></li>
<li><a href="#">Research & Consultancy</a></li>-->
<li><a href="peo_po.html">PEO & PO</a></li>
</ul>
</li>
<!--<li><a href="news.html">Student Corner</a></li>-->
</ul>
</li>
<!-- <li><a href="teachers.html">Alumni</a></li>-->
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
<section class="probootstrap-section probootstrap-section-colored">
<div class="container">
<div class="row">
<div class="col-md-12 text-left section-heading probootstrap-animate mb0">
<h1 class="mb0">Gallery</h1>
</div>
</div>
</div>
</section>
<section class="probootstrap-section probootstrap-bg-white">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="portfolio-feed three-cols">
<div class="grid-sizer"></div>
<div class="gutter-sizer"></div>
<div class="probootstrap-gallery">
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="grid-item probootstrap-animate">
<a href="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_full_1.jpg?alt=media&token=7e2fc538-59ea-4108-9e44-4edef57b7822" itemprop="contentUrl" data-size="1000x632">
<img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_sm_1.jpg?alt=media&token=3244af59-5c65-4577-9185-ca7d33016bfd" itemprop="thumbnail" alt="" />
</a>
<figcaption itemprop="caption description">VSSUT,Burla</figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="grid-item probootstrap-animate">
<a href="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_full_2.jpg?alt=media&token=740e1baf-f5d8-4194-8f2e-81f63cb4f11e" itemprop="contentUrl" data-size="1000x632">
<img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_sm_2.jpg?alt=media&token=9a39c366-0849-4d43-9456-72d2b9d33c06" itemprop="thumbnail" alt="" />
</a>
<figcaption itemprop="caption description">Veer Surendra Sai University Of Technology</figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="grid-item probootstrap-animate">
<a href="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_full_3.jpg?alt=media&token=38eb4a7e-5a8c-4401-8f92-36e3c978bb24" itemprop="contentUrl" data-size="1000x632">
<img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_sm_3.jpg?alt=media&token=3b400be9-e3dc-4e64-b694-1c736e023a3a" itemprop="thumbnail" alt="" />
</a>
<figcaption itemprop="caption description">Laboratories</figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="grid-item probootstrap-animate">
<a href="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_full_4.jpg?alt=media&token=50c5a293-b9f2-4c37-a7c8-00fa5a6daab1" itemprop="contentUrl" data-size="1000x667">
<img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_sm_4.jpg?alt=media&token=1ed9748f-01fc-41b8-a21e-be94c76942dc" itemprop="thumbnail" alt="" />
</a>
<figcaption itemprop="caption description">Innovate Technology</figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="grid-item probootstrap-animate">
<a href="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_full_5.jpg?alt=media&token=fe73e07c-1428-4509-a6ad-7fe493ee5543" itemprop="contentUrl" data-size="1000x632">
<img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_sm_6.jpg?alt=media&token=d8591088-f4b6-4f64-b809-9132687e5d67" itemprop="thumbnail" alt="" />
</a>
<figcaption itemprop="caption description">Meeting Aboard</figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="grid-item probootstrap-animate">
<a href="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_full_6.jpg?alt=media&token=41c4a8bc-cbd7-4275-9c26-d63ed3c42c7c" itemprop="contentUrl" data-size="1000x632">
<img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_sm_5.jpg?alt=media&token=4fbd2e83-1885-4c0a-8eee-a93c4d429cfc" itemprop="thumbnail" alt="" />
</a>
<figcaption itemprop="caption description">Web Design Workshop</figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="grid-item probootstrap-animate">
<a href="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_full_7.jpg?alt=media&token=3e7cb446-d734-4742-8bfa-12357ac75a79" itemprop="contentUrl" data-size="1000x632">
<img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_sm_7.jpg?alt=media&token=9b7722f0-415b-48db-b24b-ff4c9bb547e8" itemprop="thumbnail" alt="" />
</a>
<figcaption itemprop="caption description">SRUJAN 2k15</figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="grid-item probootstrap-animate">
<a href="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_full_8.jpg?alt=media&token=65b30810-a741-4620-8056-1647c4b64d75" itemprop="contentUrl" data-size="1000x667">
<img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_sm_8.jpg?alt=media&token=e7d9ce26-bcf7-4944-8c43-49004bc5a1f1" itemprop="thumbnail" alt="" />
</a>
<figcaption itemprop="caption description">Chief Guest addressing the students</figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="grid-item probootstrap-animate">
<a href="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_full_9.jpg?alt=media&token=33ee744f-b1ce-4174-a6e1-34b64a234481" itemprop="contentUrl" data-size="1000x632">
<img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_sm_9.jpg?alt=media&token=5f0d4858-9dea-40cd-b113-0d6fc617b4d1" itemprop="thumbnail" alt="" />
</a>
<figcaption itemprop="caption description">Dr. Amiya Kumar Rath addressing the students</figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="grid-item probootstrap-animate">
<a href="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_full_10.jpg?alt=media&token=5c818943-25ab-4149-9643-75e653e2ebb2" itemprop="contentUrl" data-size="1000x632">
<img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_sm_10.jpg?alt=media&token=e8d525d0-3da8-44ef-9a80-c7406a8c5c15" itemprop="thumbnail" alt="" />
</a>
<figcaption itemprop="caption description">SRUJAN 2k15</figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="grid-item probootstrap-animate">
<a href="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_full_11.jpg?alt=media&token=7607cff3-6aa7-48d5-b96f-f415973d4b67" itemprop="contentUrl" data-size="1000x632">
<img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_sm_11.jpg?alt=media&token=6c7df0c2-043a-48b8-b511-cabb50d449bb" itemprop="thumbnail" alt="" />
</a>
<figcaption itemprop="caption description">Robotics Event</figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="grid-item probootstrap-animate">
<a href="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_full_12.jpg?alt=media&token=46dc5436-607b-48d4-8444-e4b918bbcb5d" itemprop="contentUrl" data-size="1000x667">
<img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_sm_12.jpg?alt=media&token=930a6a9b-7770-4644-850e-e8f11d4e43a9" itemprop="thumbnail" alt="" />
</a>
<figcaption itemprop="caption description">WUC</figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="grid-item probootstrap-animate">
<a href="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_full_13.jpg?alt=media&token=b59b0c22-4757-4f77-8291-5fcc28ff8fef" itemprop="contentUrl" data-size="1000x632">
<img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_sm_13.jpg?alt=media&token=dbbf77af-2e28-4d9b-8e4d-159dec83c9f4" itemprop="thumbnail" alt="" />
</a>
<figcaption itemprop="caption description">SRUJAN 2k15</figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="grid-item probootstrap-animate">
<a href="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_full_14.jpg?alt=media&token=bfbcd31a-1f86-483a-9886-ffef5cd834a0" itemprop="contentUrl" data-size="1000x632">
<img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_sm_14.jpg?alt=media&token=6b7052ff-63cd-407b-9666-d55b42c420ba" itemprop="thumbnail" alt="" />
</a>
<figcaption itemprop="caption description">Coding Event</figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="grid-item probootstrap-animate">
<a href="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_full_15.jpg?alt=media&token=a085c6b4-2878-4275-ac96-f688c295134e" itemprop="contentUrl" data-size="1000x632">
<img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_sm_15.jpg?alt=media&token=6fdd3af7-b2c4-479c-944e-15353aabe3ec" itemprop="thumbnail" alt="" />
</a>
<figcaption itemprop="caption description">Team Srujan</figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="grid-item probootstrap-animate">
<a href="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_full_16.jpg?alt=media&token=72c47752-6729-4d99-afaf-e7bc7718bb13" itemprop="contentUrl" data-size="1000x667">
<img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_sm_16.jpg?alt=media&token=77132059-d6dc-4a2b-9281-c9c0cdb684b2" itemprop="thumbnail" alt="" />
</a>
<figcaption itemprop="caption description">Team Enigma</figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="grid-item probootstrap-animate">
<a href="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_full_17.jpg?alt=media&token=825e5c57-49e5-422b-a697-872f61b9b8f4" itemprop="contentUrl" data-size="1000x632">
<img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_sm_17.jpg?alt=media&token=b996d035-40e2-4419-b72b-450608a0ecf3" itemprop="thumbnail" alt="" />
</a>
<figcaption itemprop="caption description">Saraswati Puja Celebration</figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="grid-item probootstrap-animate">
<a href="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_full_18.jpg?alt=media&token=8a67e880-7b4a-4d64-a459-c79e23c0796c" itemprop="contentUrl" data-size="1000x632">
<img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_sm_18.jpg?alt=media&token=dacd7a2e-c4cc-48e1-921f-e2064275528c" itemprop="thumbnail" alt="" />
</a>
<figcaption itemprop="caption description">Saraswati Puja Celebration</figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="grid-item probootstrap-animate">
<a href="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_full_19.jpg?alt=media&token=ff9cfc44-63b8-4cfe-9ddd-b1d2fea33e96" itemprop="contentUrl" data-size="1000x632">
<img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_sm_19.jpg?alt=media&token=3377a2a0-00cd-4583-86fb-56f57985016e" itemprop="thumbnail" alt="" />
</a>
<figcaption itemprop="caption description">Saraswati Puja Celebration</figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="grid-item probootstrap-animate">
<a href="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_full_20.jpg?alt=media&token=451d1b25-2472-4f45-b524-9aa136c29e8a" itemprop="contentUrl" data-size="1000x667">
<img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_sm_20.jpg?alt=media&token=3e7a3b0c-16c7-4e8b-888b-d876e611a204" itemprop="thumbnail" alt="" />
</a>
<figcaption itemprop="caption description">The Family</figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="grid-item probootstrap-animate">
<a href="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_full_21.jpg?alt=media&token=8bbf37b8-e46f-4d94-b4d3-34ebf9e62fef" itemprop="contentUrl" data-size="1000x632">
<img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/gal_img_sm_21.jpg?alt=media&token=dad974d2-1908-4f69-9689-7b700b31939a" itemprop="thumbnail" alt="" />
</a>
<figcaption itemprop="caption description">Interns for Winter Internship : CDAC</figcaption>
</figure>
<!-- <figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="grid-item probootstrap-animate">
<a href="img/gal_img_full_2.jpg" itemprop="contentUrl" data-size="1000x632">
<img src="img/gal_img_sm_2.jpg" itemprop="thumbnail" alt="Free Bootstrap Template by ProBootstrap.com" />
</a>
<figcaption itemprop="caption description">Image caption here</figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="grid-item probootstrap-animate">
<a href="img/gal_img_full_3.jpg" itemprop="contentUrl" data-size="1000x632">
<img src="img/gal_img_sm_3.jpg" itemprop="thumbnail" alt="Free Bootstrap Template by ProBootstrap.com" />
</a>
<figcaption itemprop="caption description">Image caption here</figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="grid-item probootstrap-animate">
<a href="img/gal_img_full_4.jpg" itemprop="contentUrl" data-size="1000x667">
<img src="img/gal_img_sm_4.jpg" itemprop="thumbnail" alt="Free Bootstrap Template by ProBootstrap.com" />
</a>
<figcaption itemprop="caption description">Image caption here</figcaption>
</figure>-->
</div>
</div>
</div>
</div>
</div>
</section>
<section class="probootstrap-cta">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="probootstrap-animate" data-animate-effect="fadeInRight">Get your admission now!</h2>
<!-- <a href="#" role="button" class="btn btn-primary btn-lg btn-ghost probootstrap-animate" data-animate-effect="fadeInLeft">Enroll</a>-->
</div>
</div>
</div>
</section>
<footer class="probootstrap-footer probootstrap-bg">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="probootstrap-footer-widget">
<h3>About The School</h3>
<p>The Society fosters quality technical education and thereby facilitating the extensive research environment, equipping students with latest skills in the field of technology supplemented with practical orientation to face challenges in the fast morphing modern computing industry and academia for the betterment of the society.</p>
<h3>Social</h3>
<ul class="probootstrap-footer-social">
<li><a href="#"><i class="icon-twitter"></i></a></li>
<li><a href="#"><i class="icon-facebook"></i></a></li>
<li><a href="#"><i class="icon-github"></i></a></li>
<li><a href="#"><i class="icon-dribbble"></i></a></li>
<li><a href="#"><i class="icon-linkedin"></i></a></li>
<li><a href="#"><i class="icon-youtube"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-3 col-md-push-1">
<div class="probootstrap-footer-widget">
<h3>Links</h3>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Courses</a></li>
<li><a href="#">Teachers</a></li>
<li><a href="#">News</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="probootstrap-footer-widget">
<h3>Contact Info</h3>
<ul class="probootstrap-contact-info">
<li><i class="icon-location2"></i> <span>VSSUT,Burla,Sambalpur,Odisha</span></li>
<li><i class="icon-mail"></i><span>info@vssut.ac.in</span></li>
<li><i class="icon-phone2"></i><span>(0663)2430211</span></li>
</ul>
</div>
</div>
</div>
<!-- END row -->
</div>
<div class="probootstrap-copyright">
<div class="container">
<div class="row">
<div class="col-md-8 text-left">
<p>© 2017 <a href="https://probootstrap.com/">Computer Science & Engineering Society</a>. All Rights Reserved. Designed & Developed with <i class="icon icon-heart"></i> by <a href="#">The Doers Network</a></p>
<div class="col-md-4 probootstrap-back-to-top">
<p><a href="#" class="js-backtotop">Back to top <i class="icon-arrow-long-up"></i></a></p>
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- END wrapper -->
<!-- Photoswipe Modal -->
<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
<div class="pswp__bg"></div>
<div class="pswp__scroll-wrap">
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<div class="pswp__counter"></div>
<button class="pswp__button pswp__button--close" title="Close (Esc)"></button>
<button class="pswp__button pswp__button--share" title="Share"></button>
<button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>
<button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button>
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div>
<button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)">
</button>
<button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)">
</button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div>
<script src="js/scripts.min.js"></script>
<script src="js/main.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>