-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
399 lines (380 loc) · 13.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
<!-- Made With Love by Prashant Pandey. -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>IEEE|BTKIT</title>
<!-- Favicon icon -->
<link href="images/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon">
<!-- Css for fast load if cdn is not loaded! -->
<link rel="stylesheet" type="text/css" href="css/ani.css">
<link rel="stylesheet" type="text/css" href="css/boot.css">
<link rel="stylesheet" type="text/css" href="css/fontaw.css">
<!-- Css for CDN -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<!-- Customised css -->
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="50">
<!-- Navigation bar started -->
<header>
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top">
<div class="container">
<a class="navbar-brand" href="#navbarSupportedContent">IEEE BTKIT</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon" ></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#home">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#society">Societies</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#members">Members</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#activity">Events </a>
</li>
<li class="nav-item">
<a class="nav-link" href="#xtreme">IEEE Xtreme</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- Navigation bar Close -->
<!-- Jumbo Heading for Topic Started -->
<div class="jumbotron jumbotron-fluid height100p banner" id="home">
<div class="container h100">
<div class="contentBox h100" data-aos="fade-up">
<p>
Institute of Electrical and Electronics Engineers
</p>
<h1>IEEE BTKIT DWARAHAT</h1>
</div>
</div>
</div>
<!-- Jumbo Heading for Topic Ended-->
<!-- Society Section Started -->
<section class="blog" id="society">
<div class="container">
<div class="row">
<div class="offset-sm-2 col-sm-8">
<div class="headerText" data-aos="fade-up">
<h2>Socities in BTKIT Dwarahat</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6" data-aos="fade-up">
<div class="blogpost">
<a href="https://signalprocessingsociety.org/">
<div class="imgbx">
<img src="images/sp.jpg" class="img-fluid" style="height: 500px">
</div>
<div class="content">
<h1>
SIGNAL PROCESSING SOCIETY
</h1>
<p>
The IEEE's first society, the Signal Processing Society is the world’s premier professional society for signal processing scientists and professionals since 1948.
</p>
</div>
</a>
</div>
</div>
<div class="col-sm-6" data-aos="fade-up">
<div class="blogpost">
<a href="https://ieee-pels.org">
<div class="imgbx">
<img src="images/pels.jpg" class="img-fluid" style="height: 500px">
</div>
<div class="content">
<h1 style="text-transform: uppercase;">
Power Electronics Society
</h1>
<p>
The Power Electronics Society is one of the fastest growing technical societies of the Institute of Electrical and Electronics Engineers (IEEE).
</p>
</div>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Society Section Ended -->
<section class="sec2" id="about">
<div class="container h100">
<div class="contentBox h100 " data-aos="fade-up">
<div>
<h1>About Us</h1>
<p>IEEE BTKIT DWARAHAT is a student chamber of the Institute of Electrical & Electronics Engineers. We are a student run
organization at BTKIT Dwarahat .Our motive is to success in our field, to find ourselves and be someone to be a contributor in
the emerging technology, explore many new things, enhance ourselves, to gather new experiences, to learn new technologies and
innovation in the developing and being an engineering student we want to uplift and enhance our human race and use our
knowledge and resources for the betterment of our society and IEEE being the perfect platform for us. And with this we hope we
can bring a positive change in our surroundings
In BTKIT, IEEE Student Branch Chamber was made under the guidance and mentorship of Dr. V K Kakar (Electronics &
Communication Eng. Branch Coordinator).
</p>
</div>
</div>
</div>
</section>
<!-- Society Section Ended -->
<!-- Member Section Started -->
<section class="sec1" id="members">
<div class="container">
<div class="row">
<div class="offset-sm-2 col-sm-8">
<div class="headerText text-center">
<h2>Executive Council</h2>
</div>
</div>
</div>
<div class="row" data-aos="fade-up">
<div class="col-sm-4"></div>
<div class="col-sm-4">
<div class="placeBox">
<div class="imgBx">
<img src="persons/director.jpeg" class="img-fluid">
</div>
<div class="content">
<h3>Prof. V. M. Mishra<br><span>Director/ Patron<br>Faculty Advisor, PES Student Branch Chapter</span></h3>
</div>
</div>
</div>
<div class="col-sm-4"></div>
<div class="col-sm-4"></div>
<div class="col-sm-4">
<div class="placeBox">
<div class="imgBx">
<img src="persons/Varun_sir.jpeg" class="img-fluid">
</div>
<div class="content">
<h3>Dr. Varun Kumar Kakar<br><span>Branch Counsellor IEEE<br>Faculty Advisor Signal Processing Society</span></h3>
</div>
</div>
</div>
<div class="col-sm-4"></div>
</div>
<div class="row" >
<div class="col-sm-4" data-aos="fade-up">
<div class="placeBox">
<div class="imgBx">
<img src="persons/prashant.jpg" class="img-fluid">
</div>
<div class="content">
<h3>Prashant Pandey<br><span>Chairperson<br>IEEE Signal Processing Society</span></h3>
</div>
</div>
</div>
<div class="col-sm-4" data-aos="fade-up">
<div class="placeBox">
<div class="imgBx">
<img src="persons/rajat.jpeg" class="img-fluid">
</div>
<div class="content">
<h3>Rajat Tiwari<br><span>Secretary<br>IEEE Signal Processing Society</span></h3>
</div>
</div>
</div>
<div class="col-sm-4" data-aos="fade-up">
<div class="placeBox">
<div class="imgBx">
<img src="persons/kriti.jpg" class="img-fluid">
</div>
<div class="content">
<h3>Kriti Tripathi<br><span>Treasurer<br>IEEE Signal Processing Society</span></h3>
</div>
</div>
</div>
<div class="col-sm-4" data-aos="fade-up">
<div class="placeBox">
<div class="imgBx">
<img src="persons/drishti.jpeg" class="img-fluid">
</div>
<div class="content">
<h3>Drishti Pant<br><span>Member<br>IEEE Signal Processing Society</span></h3>
</div>
</div>
</div>
<div class="col-sm-4" data-aos="fade-up">
<div class="placeBox">
<div class="imgBx">
<img src="persons/himanshu.jpeg" class="img-fluid">
</div>
<div class="content">
<h3>Himanshu Chand<br><span>Member<br>IEEE Signal Processing Society</span></h3>
</div>
</div>
</div>
<div class="col-sm-4" data-aos="fade-up">
<div class="placeBox">
<div class="imgBx">
<img src="persons/pooja.jpeg" class="img-fluid">
</div>
<div class="content">
<h3>Pooja Agarwal<br><span>Member<br>IEEE Signal Processing Society</span></h3>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Member Section Ended -->
<!-- events section started -->
<section class="sec3" id="activity">
<div class="container">
<div class="contentBox h100 " >
<div>
<h1 style="margin-top: 10px;">Events</h1>
<hr style="width: 50%;background-color:#fff;">
<div class="row">
<div class="col-sm-12">
<a href="event.html" class="logo"><i class="fa fa-calendar-check-o"></i>
<h2>Event 2020</h2>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- events section ended -->
<section class="sec4" id="xtreme">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1> IEEEXtreme</h1>
<p>IEEEXtreme is a global challenge in which teams of IEEE Student members – advised and proctored by an IEEE member, and often supported by an IEEE Student Branch – compete in a 24-hour time span against each other to solve a set of programming problems.</p>
</div>
<div class="col-sm-6">
<a href="images/result.png"><h3>IEEEXtreme 13.0 Rank of our college.</h3></a>
</div>
<div class="col-sm-6">
<a href="https://ieeextreme.org/"><img src="images/xtr.png" class="img-fluid"></a>
</div>
</div>
</div>
</section>
<!-- Contact Section Started -->
<section class="contact" id="contact">
<div class="container">
<div class="row">
<div class="col-sm-12" data-aos="fade-up">
<h1>CONTACT US</h1>
<hr style="width: 10%">
</div>
</div>
<div class="row">
<div class="col-sm-6" data-aos="fade-up">
<p>
<span class="fa fa-map-marker"></span>
Address: Dwarahat, Almora, Uttarakhand
</p>
<p>
<span class="fa fa-envelope"></span>
Email: [email protected]
</p>
<p>
<span class="fa fa-globe"></span>
Website: www.kecua.ac.in
</p>
<p>
<span class="fa fa-phone"></span>
Mobile: +91-9917088834
</p>
<!-- <p>
<span class="fa fa-fax"></span>
Fax: 05966-244114
</p> -->
</div>
<div class="col-sm-6" data-aos="fade-up">
<div id="wrapper-9cd199b9cc5410cd3b1ad21cab2e54d3">
<div id="map-9cd199b9cc5410cd3b1ad21cab2e54d3">
<script>(function () {
var setting = {"height":400,"width":800,"zoom":15,"queryString":"Dwarahat, Uttarakhand, India","place_id":"ChIJTfAtUVZUpzkRAr4FjbVzyZU","satellite":false,"centerCoord":[29.778192874695698,79.42887794999999],"cid":"0x95c973b58d05be02","lang":"en","cityUrl":"/india/dwarahat-380772","cityAnchorText":"Map of Dwarahat, India","id":"map-9cd199b9cc5410cd3b1ad21cab2e54d3","embed_id":"175479"};
var d = document;
var s = d.createElement('script');
s.src = 'https://embedgooglemap.1map.com/js/script-for-user.js?embed_id=175479';
s.async = true;
s.onload = function (e) {
window.OneMap.initMap(setting)
};
var to = d.getElementsByTagName('script')[0];
to.parentNode.insertBefore(s, to);
})();
</script><a href="https://embedgooglemap.1map.com?embed_id=175479">1 Map</a></div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section Ended -->
<!-- Footer Section Started -->
<footer>
<div class="container">
<div class="row">
<div class="col-sm-12">
<ul class="sci">
<li>
<a href="">
<i class="fa fa-facebook"></i>
</a>
</li>
<li>
<a href="">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a href="">
<i class="fa fa-google-plus"></i>
</a>
</li>
<li>
<a href="">
<i class="fa fa-linkedin"></i>
</a>
</li>
</ul>
<p class="cpryt">
© Copyright 2020 | <a href="https://kecua.ac.in/">kecua.ac.in</a>
</p>
</div>
</div>
</div>
</footer>
<!-- Footer Section Ended -->
<!-- JavaScript Sction Started -->
<script src="js/jq.js"></script>
<script src="js/popper.js"></script>
<script src="js/boot.js"></script>
<script type="text/javascript">
$(document).scroll(function(){
$('.navbar').toggleClass('scrolled',$(this). scrollTop() > $('.navbar').height());
});
</script>
<script src="js/ani.js"></script>
<script>
AOS.init();
</script>
<!-- JavaScript Section Ended -->
</body>
</html>