-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathteam.php
421 lines (387 loc) · 19.7 KB
/
team.php
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
<!DOCTYPE HTML>
<html>
<head>
<title>
Spectrum
</title>
<link rel="icon" href="images/sitelogo.jpg">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<link rel="stylesheet" type="text/css" href="assets/css/social_media.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css" integrity="sha384-KA6wR/X5RY4zFAHpv/CnoG2UW1uogYfdnP67Uv7eULvTveboZJg0qUpmJZb5VqzN" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="assets/css/swiper.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<!-- The social media icon bar -->
<div class="icon-bar">
<a href="https://www.facebook.com/spCETrum/" class="facebook" target=”_blank”><i class="fa fa-facebook"></i></a>
<a href="#" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="https://www.instagram.com/spectrum.cetb/?hl=en" class="instagram" target=”_blank”><i class="fa fa-instagram"></i></a>
<a href="https://www.youtube.com/channel/UCFJdttLXjuUyd6tpMAW2Hhw" class="youtube" target=”_blank”><i class="fa fa-youtube"></i></a>
</div>
<!-- Header Sections-->
<header id="header">
<div class="inner">
<a href="index.php" class="logo">Spectrum</a>
<nav id="nav">
<a href="index.php">Home</a>
<a href="#one">Projects</a>
<a href="#two">Team</a>
<a href="#three">Blog</a>
<a href="contact_us.html">Contact Us</a>
</nav>
<a href="#navPanel" class="navPanelToggle"><span class="fa fa-bars"></span></a>
</div>
</header>
<!-- Banner -->
<section id="banner">
<h1></h1>
<p></p>
</section>
<!-- One -->
<section id="one" class="wrapper">
<h2 style="color: #5385c1;">Projects</h2><br/>
<div class="inner">
<div class="flex flex-3">
<article>
<header>
<h3>Fire<br />Emergency System</h3>
</header>
<p>Fires in general are a big problem and risk to major public operations, as well as to life. According to India Risk Survey 2016, fire outbreak was ranked 8th biggest risk to businesses. Similarly according to a recent study,...</p>
<footer>
<a href="First_project.html" class="button special">More</a>
</footer>
</article>
<article>
<header>
<h3>AUtomatic DUstbin(AuDu)</h3>
</header>
<p>The project is based on the automation of the dustbin using an android app. The thought is to innovate the normal bluetooth controlled bot to usable form. It is achieved by...</p>
<footer>
<a href="second_project.html" class="button special">More</a>
</footer>
</article>
<article>
<header>
<h3>Smart<br/>Irrigation System</h3>
</header>
<p>Living requires water. This project proposes an intelligent Irrigation system which describes how irrigation can be handled smartly using IOT. The objective of this system is to...</p>
<footer>
<a href="third_project.html" class="button special">More</a>
</footer>
</article>
</div>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper style1 special">
<div class="inner">
<header>
<h2>Our Team</h2>
</header>
<div class="swiper-container">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="imgBx">
<img src="images/trideep.jpg">
</div>
<div class="details">
<h3><span>Trideep Barik</span></h3>
<p>Member</p>
<a href="https://www.facebook.com/trideep.barik.92" style="padding: 3px;" target="_blank"><i class="fab fa-facebook fa-2x"></i></a>
<a href="https://www.instagram.com/ds_tri26/?hl=en" style="padding: 4px" target="_blank"><i class="fab fa-instagram fa-2x"></i></a>
<a href="https://www.linkedin.com/in/trideep-b-b81515141/" target="_blank"><i class="fab fa-linkedin fa-2x"></i></a>
</div>
</div>
<div class="swiper-slide">
<div class="imgBx">
<img src="images/suryansu.jpg">
</div>
<div class="details">
<h3><span>Suryansu Dash</span></h3>
<p>Member</p>
<a href="https://www.facebook.com/suryansu.dash" style="padding: 3px;" target="_blank"><i class="fab fa-facebook fa-2x"></i></a>
<a href="https://www.instagram.com/c3wiz/?hl=en" style="padding: 4px" target="_blank"><i class="fab fa-instagram fa-2x"></i></a>
<a href="https://www.linkedin.com/in/suryansu-dash-a71b9712b/" target="_blank"><i class="fab fa-linkedin fa-2x"></i></a>
</div>
</div>
<div class="swiper-slide">
<div class="imgBx">
<img src="images/me.jpg">
</div>
<div class="details">
<h3><span>Rupesh Chandra Mohanty</span></h3>
<p>Member</p>
<a href="https://www.facebook.com/rupesh.mohanty.1806" style="padding: 3px;" target="_blank"><i class="fab fa-facebook fa-2x"></i></a>
<a href="https://www.instagram.com/__bing_nerd__/?hl=en" style="padding: 4px" target="_blank"><i class="fab fa-instagram fa-2x"></i></a>
<a href="https://www.linkedin.com/in/rupesh-chandra-mohanty-23050a176/" target="_blank"><i class="fab fa-linkedin fa-2x"></i></a>
</div>
</div>
<div class="swiper-slide">
<div class="imgBx">
<img src="images/asutosh.jpg">
</div>
<div class="details">
<h3><span>Ashutosh Mohanty</span></h3>
<p>Member</p>
<a href="https://m.facebook.com/ashutosh369" style="padding: 3px;" target="_blank"><i class="fab fa-facebook fa-2x"></i></a>
<a href="https://www.instagram.com/_as_hu_t0_sh/" style="padding: 4px" target="_blank"><i class="fab fa-instagram fa-2x"></i></a>
<a href="https://www.linkedin.com/in/ashutosh-mohanty-65a009179" target="_blank"><i class="fab fa-linkedin fa-2x"></i></a>
</div>
</div>
<div class="swiper-slide">
<div class="imgBx">
<img src="images/ajay.jpg">
</div>
<div class="details">
<h3><span>Ajay Patra</span></h3>
<p>Member</p>
<a href="https://www.facebook.com/ajay.patra.773" style="padding: 3px;" target="_blank"><i class="fab fa-facebook fa-2x"></i></a>
<a href="https://www.instagram.com/007.mr.aj/?hl=en" style="padding: 4px" target="_blank"><i class="fab fa-instagram fa-2x"></i></a>
<a href="https://www.linkedin.com/in/ajay-patra-b322b0184/" target="_blank"><i class="fab fa-linkedin fa-2x"></i></a>
</div>
</div>
<div class="swiper-slide">
<div class="imgBx">
<img src="images/asish.jpg">
</div>
<div class="details">
<h3><span>Ashish Kumar Panda</span></h3>
<p>Member</p>
<a href="https://m.facebook.com/profile.php?id=100017504328868" style="padding: 3px;" target="_blank"><i class="fab fa-facebook fa-2x"></i></a>
<a href="https://instagram.com/its_just_akp?igshid=frq299ny6799" style="padding: 4px" target="_blank"><i class="fab fa-instagram fa-2x"></i></a>
<a href="https://www.linkedin.com/in/ashish-kumar-panda-123026194" target="_blank"><i class="fab fa-linkedin fa-2x"></i></a>
</div>
</div>
<div class="swiper-slide">
<div class="imgBx">
<img src="images/peta.jpg">
</div>
<div class="details">
<h3><span>Abhishek Kumar</span></h3>
<p>Member</p>
<a href="https://m.facebook.com/profile.php?id=100010626993083" style="padding: 3px;" target="_blank"><i class="fab fa-facebook fa-2x"></i></a>
<a href="https://www.instagram.com/ak_toxin/" style="padding: 4px" target="_blank"><i class="fab fa-instagram fa-2x"></i></a>
<a href="https://www.linkedin.com/in/abhishek-kumar-813b55111" target="_blank"><i class="fab fa-linkedin fa-2x"></i></a>
</div>
</div>
<div class="swiper-slide">
<div class="imgBx">
<img src="images/deba.jpg">
</div>
<div class="details">
<h3><span>Debaditya Mohanty</span></h3>
<p>Member</p>
<a href="https://m.facebook.com/profile.php?id=100006356919789&ref=content_filter" style="padding: 3px;" target="_blank"><i class="fab fa-facebook fa-2x"></i></a>
<a href="https://www.instagram.com/deb_aditya_7/?hl=en" style="padding: 4px" target="_blank"><i class="fab fa-instagram fa-2x"></i></a>
<a href="https://www.linkedin.com/in/debaditya-mohanty-08382b180/" target="_blank"><i class="fab fa-linkedin fa-2x"></i></a>
</div>
</div>
<div class="swiper-slide">
<div class="imgBx">
<img src="images/gujju.jpg">
</div>
<div class="details">
<h3><span>Gunjan Giri</span></h3>
<p>Member</p>
<a href="https://www.facebook.com/gujju.giri.3" style="padding: 3px;" target="_blank"><i class="fab fa-facebook fa-2x"></i></a>
<a href="https://www.instagram.com/_i_m_gujju_" style="padding: 4px" target="_blank"><i class="fab fa-instagram fa-2x"></i></a>
<a href="https://www.linkedin.com/in/gunjan-giri-b5589517a/" target="_blank"><i class="fab fa-linkedin fa-2x"></i></a>
</div>
</div>
<div class="swiper-slide">
<div class="imgBx">
<img src="images/satyam.jpg">
</div>
<div class="details">
<h3><span>Satyam Mishra</span></h3>
<p>Member</p>
<a href="https://www.facebook.com/JJFaD.007" style="padding: 3px;" target="_blank"><i class="fab fa-facebook fa-2x"></i></a>
<a href="https://www.instagram.com/satypooo/?hl=en" style="padding: 4px" target="_blank"><i class="fab fa-instagram fa-2x"></i></a>
<a href="#" target="_blank"><i class="fab fa-linkedin fa-2x"></i></a>
</div>
</div>
<div class="swiper-slide">
<div class="imgBx">
<img src="images/sammy.jpg">
</div>
<div class="details">
<h3><span>Samikshya Panda</span></h3>
<p>Member</p>
<a href="https://www.facebook.com/samikshya.panda.146" style="padding: 3px;" target="_blank"><i class="fab fa-facebook fa-2x"></i></a>
<a href="https://www.instagram.com/s.a.m_m.y_" style="padding: 4px" target="_blank"><i class="fab fa-instagram fa-2x"></i></a>
<a href="https://www.linkedin.com/in/samikshya-panda-a0bb7a19b" target="_blank"><i class="fab fa-linkedin fa-2x"></i></a>
</div>
</div>
<div class="swiper-slide">
<div class="imgBx">
<img src="images/siddhant.jpg">
</div>
<div class="details">
<h3><span>Siddhant Patro</span></h3>
<p>Member</p>
<a href="https://www.facebook.com/siddhant.patro764" style="padding: 3px;" target="_blank"><i class="fab fa-facebook fa-2x"></i></a>
<a href="https://www.instagram.com/ll.s.i.d.ll/?hl=en" style="padding: 4px" target="_blank"><i class="fab fa-instagram fa-2x"></i></a>
<a href="#" target="_blank"><i class="fab fa-linkedin fa-2x"></i></a>
</div>
</div>
<div class="swiper-slide">
<div class="imgBx">
<img src="images/sambit.jpg">
</div>
<div class="details">
<h3><span>Sambit Swain</span></h3>
<p>Member</p>
<a href="https://www.facebook.com/sambit.swain.12914" style="padding: 3px;" target="_blank"><i class="fab fa-facebook fa-2x"></i></a>
<a href="https://www.instagram.com/sambit_swain67/?hl=en" style="padding: 4px" target="_blank"><i class="fab fa-instagram fa-2x"></i></a>
<a href="#" target="_blank"><i class="fab fa-linkedin fa-2x"></i></a>
</div>
</div>
<div class="swiper-slide">
<div class="imgBx">
<img src="images/suchi.jpg">
</div>
<div class="details">
<h3><span>Suchismita Swain</span></h3>
<p>Member</p>
<a href="https://www.facebook.com/suchismita.swain.1276" style="padding: 3px;" target="_blank"><i class="fab fa-facebook fa-2x"></i></a>
<a href="#" style="padding: 4px" target="_blank"><i class="fab fa-instagram fa-2x"></i></a>
<a href="https://www.linkedin.com/in/suchismita-swain-12aa761a0" target="_blank"><i class="fab fa-linkedin fa-2x"></i></a>
</div>
</div>
<div class="swiper-slide">
<div class="imgBx">
<img src="images/animes.jpg">
</div>
<div class="details">
<h3><span>Animes Nanda</span></h3>
<p>Member</p>
<a href="https://www.facebook.com/animes.nanda" style="padding: 3px;" target="_blank"><i class="fab fa-facebook fa-2x"></i></a>
<a href="https://www.intagram.com/the_rocky_2000" style="padding: 4px" target="_blank"><i class="fab fa-instagram fa-2x"></i></a>
<a href="https://www.linkedin.com/in/animes-nanda-4b6763181" target="_blank"><i class="fab fa-linkedin fa-2x"></i></a>
</div>
</div>
<div class="swiper-slide">
<div class="imgBx">
<img src="images/susanjeet.jpg">
</div>
<div class="details">
<h3><span>Susanjeet Priyadarshi</span></h3>
<p>Member</p>
<a href="https://m.facebook.com/susanjeet.priyadarshi?ref=bookmarks" style="padding: 3px;" target="_blank"><i class="fab fa-facebook fa-2x"></i></a>
<a href="https://www.instagram.com/mr_mis.ter___/?hl=en" style="padding: 4px" target="_blank"><i class="fab fa-instagram fa-2x"></i></a>
<a href="#" target="_blank"><i class="fab fa-linkedin fa-2x"></i></a>
</div>
</div>
<div class="swiper-slide">
<div class="imgBx">
<img src="images/silla.jpg">
</div>
<div class="details">
<h3><span>Silla Priyadarshni</span></h3>
<p>Member</p>
<a href="https://www.facebook.com/silla.priyadarshni.1" style="padding: 3px;" target="_blank"><i class="fab fa-facebook fa-2x"></i></a>
<a href="https://www.instagram.com/spd_frozen_girl/?hl=en" style="padding: 4px" target="_blank"><i class="fab fa-instagram fa-2x"></i></a>
<a href="#" target="_blank"><i class="fab fa-linkedin fa-2x"></i></a>
</div>
</div>
</div>
<!-- Add Pagination -->
<div class="swiper-pagination"></div>
</div>
</section>
<!--Blog-->
<!--Blog 1-->
<section id="blog" class="wrapper special">
<div class="inner">
<header class="align-center">
<h2 style="color: #5385c1;">Blog</h2>
</header>
<div id="blog">
<div class="row">
<div class="col-md-4">
<div class="single-blog">
<p class="blog-meta">By Pritish Roshan Ray</p>
<img src="images/pritish_bhai_blog.jpg" alt="the image">
<h2><a href="assets/pdf/iicdc_proposal.pdf" target="_blank">Ultrasonic Radar Based Horn System to
Reduce noise pollution in big cities.
</a></h2>
<p class="blog-text">According to the World Health Organisation (WHO), noise is second only to air pollution in the impact it has on health. It is
Automobile revolution in urban centres has proved to be a big source of noise pollution. Increasing traffic has given rise to
traffic jams in congested areas where the repeated hooting of horns by impatient drivers pierce the ears of all road.
Thus our project intends to...
</p>
<p><a href="assets/pdf/iicdc_proposal.pdf" class="read-more-btn" target="_blank">Read more</a></p>
</div>
</div>
<!--Blog 2-->
<div class="col-md-4">
<div class="single-blog">
<p class="blog-meta">By Soumya Ranjan Mohanty</p>
<img src="images/soumya bhai_blog.jpg" alt="the image">
<h2><a href="https://medium.com/@ranjansoumya4343/https-medium-com-ranjansoumya4343-can-you-drink-sea-water-bded657090dc" target="_blank">Can we Drink Sea Water?
</a></h2>
<p class="blog-text">We well know the fact that 70 per cent of the earth is covered with water. But only 2 to 3 per cent of it is freshwater. And the rest is saline and ocean-based. The freshwater quantity is always constant and it only recycled by nature (atmosphere ). Even the two-third of freshwater is not available in liquid form — It’s in frozen form. Groundwater is the major source of drinking water, it provides 25 to 40 per cent of earth’s drinking water.</p>
<p><a href="https://medium.com/@ranjansoumya4343/https-medium-com-ranjansoumya4343-can-you-drink-sea-water-bded657090dc" class="read-more-btn" target="_blank">Read more</a></p>
</div>
</div>
<!--Blog 3-->
<!--<div class="col-md-4">
<div class="single-blog">
<p class="blog-meta">By Suryansu Dash</p>
<img src="images/suru_blog.jpg" alt="the image">
<h2><a href="https://qr.ae/TmowdV" target="_blank">Why does copper become blue in colour when dipped in silver nitrate solution?
</a></h2>
<p class="blog-text">Copper on being dipped in Silver Nitrate solution forms Copper Nitrate (it displaces Silver due to their position in the reactivity series). The Copper Nitrate formed is blue in colour in water(thus the solution turns blue from colourless)...</p>
<p><a href="https://qr.ae/TmowdV" class="read-more-btn" target="_blank">Read more</a></p>
</div>
</div>
</div>
</div><br>-->
</div><br>
<footer id="footer">
<div class="inner">
<div class="flex">
<div class="copyright">
© Untitled. Design: <a href="https://templated.co">TEMPLATED</a>. Images: <a href="https://unsplash.com">Unsplash</a>
</div>
<div style="margin-left:-18%;">
<p>Designed by Spectrum Web Team</p>
</div>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script type="text/javascript" src="assets/js/swiper.min.js"></script>
<script>
var swiper = new Swiper('.swiper-container', {
effect: 'coverflow',
grabCursor: true,
centeredSlides: true,
slidesPerView: 'auto',
coverflowEffect: {
rotate: 30,
stretch: 0,
depth: 100,
modifier: 1,
slideShadows : true,
},
pagination: {
el: '.swiper-pagination',
},
});
</script>
</body>
</html>