-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
588 lines (540 loc) · 27.5 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
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The Project Team</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<link href="img/favicon.png" rel="icon">
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Libraries CSS Files -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/css/bootstrap-datepicker.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-timepicker/1.10.0/jquery.timepicker.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300" type="text/css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.1/css/swiper.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@1,900&display=swap" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="assets/css/style.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/icomoon.css">
<!-------------------------->
</head>
<body id="page-top">
<!--loading spinner-->
<div id="loader-wrapper">
<div id="loader"></div>
<div class="loader-section section-left"></div>
<div class="loader-section section-right"></div>
</div>
<!--Mobile nav-->
<div id="myNav" class="overlay">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<div class="overlay-content">
<a href="#home" class="closeonclick">Home</a>
<a href="#events" class="closeonclick">Events</a>
<a href="#service" class="closeonclick">Domains</a>
<a href="./Gallery/index.html" class="closeonclick">Gallery</a>
<a href="#contact" class="closeonclick">Contact</a>
<a href="https://bit.ly/registerTPT" target="_blank" class="nav-link">Apply</a>
</div>
</div>
<!--/ Nav Star /-->
<nav class="navbar navbar-b navbar-trans navbar-expand-lg fixed-top" id="mainNav" style="background: rgba(0, 0, 0, 0.9); height:80px">
<div class="container nav" style="align-self: center;">
<a class="navbar-brand js-scroll" href="#page-top"><img src="img/favicon.png" alt="Logo" style="height:60px;width:68px;"></a>
<span style="font-size:30px; cursor:pointer; margin-bottom:10px;" class="open-nav" onclick="openNav()">☰ </span>
<div class="navbar-collapse collapse justify-content-end" id="navbarDefault">
<ul class=" navbar-nav">
<li class="nav-item">
<a class="nav-link js-scroll active" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll" href="#events">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll" href="#service">Domains</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll" href="./Gallery/index.html">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll" href="#contact">Contact</a>
</li>
<li class="nav-item">
<a href="https://bit.ly/registerTPT" target="_blank" class="applyButton">Apply</a>
</li>
<style>
a.applyButton {
display: inline-block;
padding: 0.5em 3em;
border: 0.16em solid #c93c46;
margin: 0 0.3em 0.3em 0;
box-sizing: border-box;
text-decoration: none;
text-transform: uppercase;
font-family: 'Roboto', sans-serif;
font-weight: 400;
color: #c93c46;
text-align: center;
transition: all 0.15s;
}
a.applyButton:hover {
color: #DDDDDD;
border-color: #DDDDDD;
}
a.applyButton:active {
color: #BBBBBB;
border-color: #BBBBBB;
}
@media all and (max-width:30em) {
a.applyButton {
display: block;
margin: 0.4em auto;
}
}
</style>
</ul>
</div>
</div>
</nav>
<!--/ Nav End /-->
<!--/ Intro Skew Star /-->
<div id="home" class="intro route bg-image" style="background-image: url(img/alexandre-debieve-FO7JIlwjOtU-unsplash.jpg);">
<div class="overlay-itro"></div>
<div class="intro-content display-table">
<div class="log" style="margin-bottom: 20px;">
<div class="container">
<img src="img/Logo-white.png" class="icon-projectTeam">
<br>
<a href="https://bit.ly/registerTPT" target="_blank" class="applyMain" style="background-color:#aa2929">Apply Here</a>
<style>
a.applyMain {
display: inline-block;
padding: 0.5em 4em;
margin: 0 0.1em 0.1em 0;
border: 0.16em solid rgba(255, 255, 255, 0);
border-radius: 2em;
box-sizing: border-box;
text-decoration: none;
font-family: 'Roboto', sans-serif;
font-weight: 300;
color: #FFFFFF;
/* border-color: #FFFFFF; */
text-shadow: 0 0.04em 0.04em rgba(0, 0, 0, 0.35);
text-align: center;
transition: all 0.2s;
}
a.applyMain:hover {
/* border: 0.16em solid white; */
/* border-color: rgba(255, 255, 255, 1); */
color: #FFFFFF;
}
@media all and (max-width:30em) {
a.applyMain {
display: block;
margin: 0.2em auto;
}
}
</style>
<br><br>
<p class="intro-subtitle"><span class="text-slider-items">Learn , Make , Share</span><strong class="text-slider"></strong></p>
</div>
</div>
<div id="soc-icon" class="row mx-auto justify-content-center">
<ul id="icons" class="d-flex col-10 col-md-2 justify-content-center">
<li class="px-3">
<a href="https://m.facebook.com/theprojectteamsrm/" class="fa fa-facebook-square fa-lg text-white ">
</a>
</li>
<li class="px-3">
<a href="https://www.linkedin.com/company/theprojectteamsrm/" target="_blank" class="fa fa-linkedin text-white fa-lg">
</a>
</li>
<li class="px-3">
<a href="https://github.com/TheProjectTeamSRM" class="fa fa-github text-white fa-lg"></a>
</li>
<li class="px-3">
<a href="https://instagram.com/the_project_team?igshid=1pfeuhnh6v588" class="fa fa-instagram text-white fa-lg"></a>
</li>
<li class="px-3">
<a href="#" class="fa fa-youtube text-white fa-lg"></a>
</li>
</ul>
</div>
</div>
</div>
<div id="events"></div>
<section style="padding-bottom:50px;">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="title-box text-center">
<h3 class="title-a">
About Us
</h3>
<p class="subtitle-a">
Expanding the Possibilities and Evolving Wisely
</p>
<div class="line-mf"></div>
</div>
<center class="subtitle-a">The Project Team aims to extend a platform to expose students to challenges and new technologies in the field of electronics and thus to nurture and develop their skill set in this arena. Consequently, we tend to unite the theoretical
and practical aspects of learning. Active participation in various National and International Technical Competitions, involves development of innovative solutions for solving socially relevant issues. Our school outreach programs
help students acquire new skills in an era of rapidly evolving technology. Apart from being involved in various funded projects, the team looks forward to organising multiple workshops for imparting knowledge and skill sets.</center>
</div>
</div>
</div>
</section>
<!-- Swiper -->
<div class="swiper-container">
<div class="swiper-wrapper">
<a class="swiper-slide" href="" target="_blank">
<img src="img/1.jfif">
</a>
<a class="swiper-slide" href="" target="_blank">
<img src="img/2.jfif">
</a>
<a class="swiper-slide" href="" target="_blank">
<img src="img/3.jfif">
</a>
<a class="swiper-slide" href="" target="_blank">
<img src="img/4.jfif">
</a>
<a class="swiper-slide" href="" target="_blank">
<img src="img/5.jpeg">
</a>
<a class="swiper-slide" href="" target="_blank">
<img src="img/6.jpeg">
</a>
</div>
<div class="swiper-pagination"></div>
</div>
<!--/ Section Services Star /-->
<section id="service" class="section-counter paralax-mf bg-image" style="background:linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url(img/favicon.png) no-repeat 50% 50% fixed;background-size:300px; ">
<div class="container opacity-div">
<div class="row">
<div class="col-sm-12">
<div class="title-box text-center">
<h3 class="title-a">
What We Work On
</h3>
<div class="line-mf"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="service-box all-sides">
<div class="service-ico">
<span class="ico-circle"><img src="img/iot.png" alt="IOT"></span>
</div>
<div class="service-content">
<h2 class="s-title">Internet Of Things</h2>
</div>
</div>
</div>
<div class="col-md-4">
<div class="service-box all-sides all-sides">
<div class="service-ico">
<span class="ico-circle"><img src="img/electronics.jpeg" alt="idea"></span>
</div>
<div class="service-content">
<h2 class="s-title">Electronics</h2>
</div>
</div>
</div>
<div class="col-md-4">
<div class="service-box all-sides">
<div class="service-ico">
<span class="ico-circle"><img src="img/cloud.jpeg" alt="cloud Computing"></span>
</div>
<div class="service-content">
<h2 class="s-title">Cloud Computing</h2>
</div>
</div>
</div>
<div class="col-md-4">
<div class="service-box all-sides">
<div class="service-ico">
<span class="ico-circle"><img src="img/circuit.png" alt="chip"></span>
</div>
<div class="service-content">
<h2 class="s-title">Fabrication</h2>
</div>
</div>
</div>
<div class="col-md-4">
<div class="service-box all-sides">
<div class="service-ico">
<span class="ico-circle"><img src="img/corporate1.jpeg" alt="corporate"></span>
</div>
<div class="service-content">
<h2 class="s-title">Corporate</h2>
</div>
</div>
</div>
<div class="col-md-4">
<div class="service-box all-sides">
<div class="service-ico">
<span class="ico-circle"><img src="img/blockchain.png" style="color: white;" alt="corporate"></span>
</div>
<div class="service-content">
<h2 class="s-title">Blockchain</h2>
</div>
</div>
</div>
<div class="col-md-4">
<div class="service-box all-sides">
<div class="service-ico">
<span class="ico-circle"><img src="img/webops.jpg" style="color: white;" alt="corporate"></span>
</div>
<div class="service-content">
<h2 class="s-title">Web Development</h2>
</div>
</div>
</div>
<div class="col-md-4">
<div class="service-box all-sides">
<div class="service-ico">
<span class="ico-circle"><img src="img/outreach.png" style="color: white;" alt="corporate"></span>
</div>
<div class="service-content">
<h2 class="s-title">Outreach Program</h2>
</div>
</div>
</div>
<div class="col-md-4">
<div class="service-box all-sides">
<div class="service-ico">
<span class="ico-circle"><img src="img/video.jpeg" alt="videography"></span>
</div>
<div class="service-content">
<h2 class="s-title">Videography</h2>
</div>
</div>
</div>
</div>
</div>
<!--/ Section Services End /-->
</section>
<section class="ftco-section contact-section all-sides" id="contact">
<div class="container">
<div class="row justify-content-center mb-5 pb-3">
<div class="col-md-4 heading-section text-center ftco-animate">
<h2 class="mb-4">Contact Us</h2>
</div>
</div>
<div class="row mb-5">
<div class="col-md-4 d-flex ftco-animate">
<div class="align-self-stretch box text-center p-4">
<div class="icon d-flex align-items-center justify-content-center">
<span class="icon-map-signs"></span>
</div>
<div>
<h3 class="mb-4">Address</h3>
<p>Room 902, CRC block<br>Opposite to Hi-tech block<br>Next to Mechanical Building, Main Campus, SRM IST<br>Tamil Nadu -603203</p>
</div>
</div>
</div>
<div class="col-md-4 d-flex ftco-animate">
<div class="align-self-stretch box text-center p-4">
<div class="icon d-flex align-items-center justify-content-center">
<span class="icon-phone2"></span>
</div>
<div>
<h3 class="mb-4">Contact Number</h3>
<p>
<a href="tel://7248683115">
<p>+91 7248683115</p>
</a>
</p>
</div>
</div>
</div>
<div class="col-md-4 d-flex ftco-animate">
<div class="align-self-stretch box text-center p-4">
<div class="icon d-flex align-items-center justify-content-center">
<span class="icon-paper-plane"></span>
</div>
<div>
<h3 class="mb-4">Email Address</h3>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--/ Section Contact-Footer Star /-->
<section class="paralax-mf footer-paralax bg-image route" style="background-image: url(img/overlay-bg.jpg)">
<div class="overlay-mf"></div>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="contact-mf">
<div id="contact" class="box-shadow-full">
<div class="row">
<div class="col-md-12">
<div class="title-box-2 pt-4 pt-md-0">
<h5 class="title-left">
Meet Us
</h5>
</div>
<div class="map-responsive">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d714.5567414931071!2d80.03790353667596!3d12.820481672937037!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a52f76c8b95a6f7%3A0x3d59e2e9bcccb4d7!2sCRC%20Block%2C%20Srm%20University!5e0!3m2!1sen!2sin!4v1586685024657!5m2!1sen!2sin"
width="1200" height="1200" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="ftco-footer py-5">
<div class="container text-center">
<div class="row">
<div class="col-md-12 text-center">
<p>
<!-- 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 | This Website is made with passion by <a href="https://theprojectteam.in/" target="_blank">The Project Team</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
<ul class="ftco-footer-social p-0">
<li class="ftco-animate"><a href="https://m.facebook.com/theprojectteamsrm/"><span class="fa fa-facebook-square fa-lg "></span></a></li>
<!--add facebook link-->
<li class="ftco-animate"><a href="https://instagram.com/the_project_team?igshid=1pfeuhnh6v588"><span class="fa fa-instagram fa-lg"></span></a></li>
<!--add instagram link-->
<li class="ftco-animate"><a href="#"><span class="fa fa-youtube fa-lg"></span></a></li>
<!--add youtube link-->
<li class="ftco-animate"><a href="https://www.linkedin.com/company/theprojectteamsrm/"><span class="fa fa-linkedin fa-lg"></span></a></li>
<!--add linkedin link-->
<li class="ftco-animate"><a href="https://github.com/TheProjectTeamSRM"><span class="fa fa-github fa-lg"></span></a></li>
<!--add dribble link-->
</ul>
</div>
</div>
</div>
</footer>
</section>
<!--/ Section Contact-footer End /-->
<button onclick="topFunction()" id="myBtn" title="Go to top" class="back-top-top"><i class="fa fa-chevron-up"></i></button>
<!--JAVASCRIPT-->
<script>
//Get the button
var mybutton = document.getElementById("myBtn");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function() {
scrollFunction()
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/7.14.2/firebase-app.js"></script>
<!-- TODO: Add SDKs for Firebase products that you want to use
https://firebase.google.com/docs/web/setup#available-libraries -->
<script src="https://www.gstatic.com/firebasejs/7.14.2/firebase-analytics.js"></script>
<script>
// Your web app's Firebase configuration
var firebaseConfig = {
apiKey: "AIzaSyAeJNwGce7F8X4izammtCoUbUWwjHMgegA",
authDomain: "project-team-iyifhr.firebaseapp.com",
databaseURL: "https://project-team-iyifhr.firebaseio.com",
projectId: "project-team-iyifhr",
storageBucket: "project-team-iyifhr.appspot.com",
messagingSenderId: "180909277423",
appId: "1:180909277423:web:3de072682b91fc4088db1a",
measurementId: "G-JFTJV9P43S"
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
firebase.analytics();
</script>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/3.2.0/jquery-migrate.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Counter-Up/1.0.0/jquery.counterup.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.1/js/lightbox.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.11/typed.min.js"></script>
<!-- Contact Form JavaScript File -->
<script src="assets/js/contactform/contactform.js"></script>
<!-- Template Main Javascript File -->
<script src="assets/js/script.js"></script>
<script src="assets/js/main.js"></script>
<!-- Shuffler JavaScript includes -->
<script src="http://code.jquery.com/jquery-1.6.3.min.js"></script>
<script src="assets/js/jquery.shuffleLetters.js"></script>
<!-- Swiper JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.1/js/swiper.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/jquery-ui.min.js"></script>
<!-- Initialize Swiper -->
<script>
var swiper = new Swiper('.swiper-container', {
speed: 1000,
effect: 'coverflow',
grabCursor: true,
centeredSlides: true,
slidesPerView: 'auto',
loop: true,
coverflowEffect: {
rotate: 10,
stretch: 0,
depth: 100,
modifier: 1,
slideShadows: true,
},
pagination: {
el: '.swiper-pagination',
},
autoplay: {
delay: 5000,
disableOnInteraction: false
},
});
function openNav() {
document.getElementById("myNav").style.width = "100%";
}
function closeNav() {
document.getElementById("myNav").style.width = "0%";
}
$(document).ready(function() {
setTimeout(function() {
$('body').addClass('loaded');
}, 500);
});
$('.closeonclick').click(function() {
document.getElementById("myNav").style.width = "0%";
});
$(document).ready(function() {
$(".icon-projectTeam").show("clip", {
direction: "horizontal"
}, 2500);
})
</script>
</body>
</html>