forked from sanskarsri/ieeesb-mmmut
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmain.html
423 lines (407 loc) · 13.3 KB
/
main.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
421
422
423
<!DOCTYPE html>
<html lang="zxx">
<head>
<title>IEEE-SB | MMMUT</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="title" content="IEEE-SB">
<meta name="description" content="The official website for IEEE student branch, MMMUT Gorakhpur developed by team Teen Sathi">
<meta name="keywords" content="ieeesb, ieee, mmmut, gorkahpur">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="revisit-after" content="1 days">
<meta name="author" content="Sanskar Srivastava,Prakhar Saxena,Nimish Bhandari">
<meta name="Team" content="TeenSathi">
<!-- Favicon -->
<!-- <link href="img/favicon.ico" rel="shortcut icon" /> -->
<link href="img/SB_LOGO-min.png" rel="shortcut icon" />
<!-- Google font -->
<link
href="https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap"
rel="stylesheet">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link rel="stylesheet" href="css/owl.carousel.min.css" />
<link rel="stylesheet" href="css/slicknav.min.css" />
<!-- Main Stylesheets -->
<link rel="stylesheet" href="css/style.css" />
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"><img src="img/SB_LOGO-min.png"></div>
</div>
<!-- Header section -->
<header class="header-section clearfix">
<div class="head-top">
<a href="main.html" class="site-logo">
<img class="ieee" src="img/SB_LOGO-min.png">
</a>
<div class="institute">IEEE <span style="color: #FC0254;">SB</span> | MMMUT</div>
</div>
<ul class="main-menu">
<li><a href="">Home</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="membership.html">Membership</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a target="_sanskar" style="color:#fc0254;" href="https://ieeecs-mmmut.herokuapp.com/home.html">IEEE CS | MMMUT</a></li>
</ul>
</header>
<!-- Header section end -->
<!-- Hero section -->
<section class="hero-section">
<div class="hero-slider owl-carousel">
<div class="hs-item">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="hs-text">
<h2><span>IEEE</span><br> Student Branch <br>
<span>MMMUT</span></h2>
<!-- <p>Lorem ipsum dolor sit amet, consectetur . </p> -->
<a href="aboutus.html" class="site-btn">Explore</a>
<a href="contact.html" class="site-btn sb-c2">Contact Us</a>
</div>
</div>
<div class="col-lg-6">
<div class="hr-img">
<img src="./img/svg/code.svg" alt="">
</div>
</div>
</div>
</div>
</div>
<div class="hs-item">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="hs-text">
<h2>Where
<span>Inspiration </span> breeds Success</h2>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, . </p> -->
<a href="#tech" class="site-btn">Explore</a>
<a href="contact.html" class="site-btn sb-c2">Contact Us</a>
</div>
</div>
<div class="col-lg-6">
<div class="hr-img">
<img src="./img/svg/chat-bot.svg" alt="">
</div>
</div>
</div>
</div>
</div>
<div class="hs-item">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="hs-text">
<h2>Advancing
<span>Technology </span> for Humanity</h2>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, . </p> -->
<a href="#news" class="site-btn">Explore</a>
<a href="contact.html" class="site-btn sb-c2">Contact Us</a>
</div>
</div>
<div class="col-lg-6">
<div class="hr-img">
<img src="./img/svg/app.svg" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Hero section end -->
<!-- Intro section -->
<section class="intro-section spad" id="whyIEEE">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="section-title">
<h2>
<span style="color: #FC0254;">I</span>nstitute of
<span style="color: #FC0254;">E</span>lectrical and
<span style="color: #FC0254;">E</span>lectronics
<span style="color: #FC0254;">E</span>ngineers
</h2>
</div>
</div>
<div class="col-lg-6">
<p><b> IEEE</b> is the world's largest technical professional organization dedicated to advancing
technology
for the benefit of humanity. IEEE and its members <b> inspire a global community </b> through
its highly
cited <b> publications</b>, <b> conferences</b>,<b> technology standards</b>, and <b>
professional and educational
activities</b>. IEEE members enjoy reduced rates on many proprietary products and services
including
IEEE books and eBooks, journals and articles, conferences and proceedings, standards, society
memberships, and continuing education courses.</p>
<a href="./membership.html" class="site-btn">Prospect</a>
</div>
</div>
</div>
</section>
<!-- Intro section end -->
<div class="scores">
<div>
<div class="box">
<p>
200+
</p>
</div>
<p class="box-text">Members</p>
</div>
<div>
<div class="box">
<p>
5+
</p>
</div>
<p class="box-text">Awards</p>
</div>
<div>
<div class="box">
<p>
3+
</p>
</div>
<p class="box-text">Chapters</p>
</div>
<div>
<div class="box">
<p>
10+
</p>
</div>
<p class="box-text">Events</p>
</div>
</div>
<!--News/ Broadcast -->
<section class="intro-section spad" id="news">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="section-title">
<h2>
Top <br> <span style="color: #FC0254;">NEWS</span> <br> from the house
</h2>
</div>
</div>
<div class="col-lg-6">
<p>
<ul>
<li>
IEEE Shares Global Findings for the Power and Energy Industry in Response to COVID-19 Pandemic.
</li>
<li>
IEEE Provides Free Access to COVID-19 Relevant Research Articles and Standards in IEEE Xplore® Digital Library.
</li>
<li>
IEEE Future Networks Releases the International Network Generations Roadmap, Helping Developers Identify and Overcome Challenges of 5G and Future Network Deployment.
</li>
<li>
IoT Community and IEEE Announce Collaboration to Accelerate Global Adoption of Industrial Internet of Things.
</li>
</ul>
</p>
</div>
</div>
</div>
</section>
<!-- News ends -->
<!-- How section -->
<section class="how-section spad set-bg" id="tech">
<div class="container text-white">
<div class="section-title">
<h2>Our <span style="color: #FC0254;"> Goals</span></h2>
</div>
<div class="row">
<div class="col-md-4">
<div class="how-item">
<div class="hi-icon">
<img src="img/icons/brain.png" alt="">
</div>
<h4>IEEE Xplore</h4>
<p>
The IEEE Xplore digital library is your gateway to trusted research—journals, conferences,
standards, ebooks, and educational courses—with approximately 5 million documents to help
you fuel imagination, build from previous research, and inspire new ideas.
</p>
</div>
</div>
<div class="col-md-4">
<div class="how-item">
<div class="hi-icon">
<img src="img/icons/pointer.png" alt="">
</div>
<h4>Innovation</h4>
<p>
Homes and buildings make up a significant portion of energy use. New research shows
gamification can encourage energy-saving behaviors in smart homes.
</p>
</div>
</div>
<div class="col-md-4">
<div class="how-item">
<div class="hi-icon">
<img src="img/icons/smartphone.png" alt="">
</div>
<h4>Technology</h4>
<p>
When an idea sparks, technology professionals turn to IEEE. IEEE is a forum for
collaboration; a testing ground to prove new ideas; and a research hub for turning good
ideas into great technologies.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- How section end -->
<!-- Concept section -->
<section class="concept-section spad">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="section-title">
<h2><span style="color: #FC0254;"> Event</span> Overview</h2>
</div>
</div>
<div class="col-lg-6">
<p>
IEEE, via its different bodies, organizes numerous conferences and meetings on a wide range of
topics. IEEE's Asian Public Policy organizes various events bringing together leading
technologists, scientists, engineers, and policy makers to discuss critical issues related to
technology and public policy in Asia.
</p>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-sm-6">
<div class="concept-item">
<img src="img/gallery/event1/31.jpg" alt="">
<h5>Techsrijan</h5>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="concept-item">
<img src="img/events/data-science.jpg" alt="">
<h5>Webinars</h5>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="concept-item">
<img src="img/gallery/event1/9.jpg" alt="">
<h5>EDM Nights</h5>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="concept-item">
<img src="img/gallery/event1/6.jpg" alt="">
<h5>Robotics</h5>
</div>
</div>
</div>
</div>
</section>
<footer class="footer-section">
<div class="container">
<div class="row">
<div class="col-xl-6 col-lg-7 order-lg-2">
<div class="row">
<div class="col-sm-4">
</div>
<div class="col-sm-4">
<div class="footer-widget">
<h2>Important Links</h2>
<ul>
<li>
<a target ="_blank" href="main.html#whyIEEE">
Why IEEE?
</a>
</li>
<li>
<a target ="_blank" href="https://spectrum.ieee.org/?_ga=2.256597707.1353071676.1598039381-614392743.1597865220">
IEEE Spectrum
</a>
</li>
<li>
<a target ="_blank" href="https://ieeexplore.ieee.org/Xplore/home.jsp">
IEEE Xplore
</a>
</li>
<li>
<a target ="_blank" href="https://ieee-collabratec.ieee.org/?utm_source=dhtml_footer&utm_medium=hp&utm_campaign=collabratec">
IEEE Collabratec
</a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="footer-widget last-footer">
<ul>
<li>
<a target ="_blank" href="https://www.ieee.org/membership/benefits/main.html">IEEE Benefits
</a>
</li>
<li><a target ="_blank" href="https://ieee.taleo.net/careersection/2/jobsearch.ftl?utm_source=mf&utm_campaign=taleo-jobs&utm_medium=footer&utm_term=taleo-jobs%20at%20ieee">Careers
at IEEE
</a>
</li>
<li><a target ="_blank" href="https://iln.ieee.org/public/TrainingCatalog.aspx">IEEE Learning
Network
</a>
</li>
<li><a target ="_blank" href="https://www.ieee.org/about/news/media-kit/media-kit-main.html?utm_source=dhtml_footer&utm_medium=hp&utm_campaign=media-kit#leadership-and-structure">IEEE
MediaKit
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-xl-6 col-lg-5 order-lg-1">
<div style="color: #fff;font-size:25px">IEEE-<span style="color: #FC0254;">SB</span> | MMMUT</div>
<div class="copyright">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>
document.write(new Date().getFullYear());
</script> All rights reserved.
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</div>
<div class="social-links">
<a target ="_blank" href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
<a target ="_blank" href="https://www.linkedin.com/in/ieee-student-branch-madan-mohan-malaviya-university-of-technology-57a27b1a6"><i
class="fa fa-linkedin"></i></a>
<a target ="_blank" href="https://www.facebook.com/IEEEMMMUT/"><i class="fa fa-facebook"></i></a>
<a target ="_blank" href="https://www.instagram.com/techsrijan.mmmut/?igshid=n19cei8pqik0"><i
class="fa fa-instagram"></i></a>
<a target ="_blank" href="http://techsrijan.org/"><i class="fa fa-globe"></i></a>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer section end -->
<!--====== Javascripts & Jquery ======-->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.slicknav.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/mixitup.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>