-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
520 lines (496 loc) · 30.9 KB
/
index.html
File metadata and controls
520 lines (496 loc) · 30.9 KB
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
<!doctype html>
<html class="no-js" lang="zxx">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title> Health & Fitness | Template </title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.ico">
<!-- CSS here -->
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/fontawesome-all.min.css">
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<link rel="stylesheet" href="assets/css/nice-select.css">
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/responsive.css">
<link rel="stylesheet" href="assets/css/slick.css">
<link rel="stylesheet" href="assets/css/slicknav.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/themify-icons.css">
<style>
iframe {
box-shadow: 0 5px 10px rgba(154,160,185,.5), 0 15px 40px rgba(166,173,201,.2);
transition: all 0.5s;
}
.blog_item :hover{
box-shadow: 0px 0px 0px white;
}
.blog_item_img{
width: 100%;
height: 0;
padding-bottom: 56.25%;
position: relative;
}
.blog_item_img iframe {
position: absolute;
width: 100%;
height: 100%;
}
.mediapost_item{
width: 100%;
height: 0;
padding-bottom: 56.25%;
position: relative;
margin-bottom: 20px;
}
.mediapost_item iframe{
position: absolute;
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<!--? Preloader Start -->
<div id="preloader-active">
<div class="preloader d-flex align-items-center justify-content-center">
<div class="preloader-inner position-relative">
<div class="preloader-circle"></div>
<div class="preloader-img pere-text">
<img src="assets/img/logo/loder.png" alt="">
</div>
</div>
</div>
</div>
<!-- Preloader Start -->
<header>
<!--? Header Start -->
<div class="header-area header-transparent">
<div class="main-header header-sticky">
<div class="container-fluid">
<div class="row align-items-center">
<!-- Logo -->
<div class="col-xl-2 col-lg-2 col-md-1">
<div class="logo">
<a href="index.html"><img src="assets/img/logo/logo.png" alt=""></a>
</div>
</div>
<div class="col-xl-10 col-lg-10 col-md-10">
<div class="menu-main d-flex align-items-center justify-content-end">
<!-- Main-menu -->
<div class="main-menu f-right d-none d-lg-block">
<nav>
<ul id="navigation">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="schedule.html">schedule</a></li>
<li><a href="gallery.html">gallery</a></li>
<li><a href="blog.html">Blog</a>
<ul class="submenu">
<li><a href="blog.html">Blog</a></li>
<li><a href="blog_details.html">Blog Details</a></li>
<li><a href="elements.html">Element</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
<div class="header-right-btn f-right d-none d-lg-block ml-30">
<a href="from.html" class="btn header-btn">became a member</a>
</div>
</div>
</div>
<!-- Mobile Menu -->
<div class="col-12">
<div class="mobile_menu d-block d-lg-none"></div>
</div>
</div>
</div>
</div>
</div>
<!-- Header End -->
</header>
<main>
<!--? Hero Start -->
<div class="slider-area2">
<div class="slider-height2 d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-xl-12">
<div class="hero-cap hero-cap2 pt-70 text-center">
<h2>Alumni Reflect</h2>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Hero End -->
<!--? Blog Area Start-->
<section class="blog_area section-padding">
<div class="container">
<div class="row">
<div class="col-lg-8 mb-5 mb-lg-0">
<div class="blog_left_sidebar">
<article class="blog_item">
<div class="blog_item_img">
<iframe width="560" height="315" src="https://www.youtube.com/embed/xDLo0ZAJeH8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="blog_details" style="box-shadow: 0 5px 10px rgba(120, 127, 156, 0.05), 0 15px 40px rgba(155, 165, 206, 0.2);">
<a class="d-inline-block" href="blog_details.html">
<h2 class="blog-head" style="color: #2d2d2d;">Alumni Reflect | Ep. 4 </h2>
</a>
<p>Success is no accident. It is hard work, perseverance, learning, studying, sacrifice and most of
all love of what you are doing or learning to do. Whenever you see a successful person, you
only see the public glories, never the private sacrifices to reach them.
With that in mind SAIC is
exhilarated to present to you Mr. Vir Sood as our Alumni Reflect speaker for the day.
Mr. Vir Sood is currently the vice president at JP Morgan Chase and Co. He believes in learning
about new technologies and keeping himself apprised to the latest tech and is a passionate
software engineer.</p>
<ul class="blog-info-link">
<li><a href="https://www.linkedin.com/in/virsood/" target="_blank"><i class="fa fa-user"></i> Mr. Vir Sood</a></li>
<li>Vice President, JP Morgan Chase and Co.</li>
</ul>
</div>
</article>
<article class="blog_item">
<div class="blog_item_img">
<iframe class="card-img rounded-0" width="500" height="450" src="https://www.youtube.com/embed/nVZbuk2TvQA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="blog_details" style="box-shadow: 0 5px 10px rgba(120, 127, 156, 0.05), 0 15px 40px rgba(155, 165, 206, 0.2);">
<a class="d-inline-block" href="blog_details.html">
<h2 class="blog-head" style="color: #2d2d2d;">Alumni Reflect | Ep. 3 </h2>
</a>
<p>“Passion equals drive, drive equals determination and determination equals success”.
SAIC is exhilarated to present Dr Mohit Gupta as the third Alumni Reflect speaker. Dr
Mohit Gupta is presently a Research Associate/Lecturer at the University of Colorado
along with being the winner of the prestigious UNESCO - AIRBUS Fly Your Ideas. He
believes that with perseverance and passion, the ideas you ruminate on would become
solutions to tomorrow’s problems.</p>
<ul class="blog-info-link">
<li><a href="https://www.linkedin.com/in/amodbansal/" target="_blank"><i class="fa fa-user"></i>Dr. Mohit Gupta</a></li>
<li>Winner of 'UNESCO AIRBUS FLY YOUR IDEAS' Challenge</li>
</ul>
</div>
</article>
<article class="blog_item">
<div class="blog_item_img">
<iframe class="card-img rounded-0" width="500" height="450" src="https://www.youtube.com/embed/4bJ8i2M4BQk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="blog_details" style="box-shadow: 0 5px 10px rgba(120, 127, 156, 0.05), 0 15px 40px rgba(155, 165, 206, 0.2);">
<a class="d-inline-block" href="blog_details.html">
<h2 class="blog-head" style="color: #2d2d2d;">Alumni Reflect | Ep. 2 </h2>
</a>
<p>Ambition is the path to success. Persistence is the vehicle you arrive in.
With that in mind, SAIC proudly presents Mr. Amod Bansal as the second Alumni Reflect speaker.
Witness his incredible journey from Thapar Institute of Engineering and Technology alumnus to Special
Projects Manager at Xiaomi. It was not just his firm belief in resilience and the creation of a positive
outlook, but also his self-assurance and audacity that gave him the confidence to dream big and make
them a reality.</p>
<ul class="blog-info-link">
<li><a href="https://www.linkedin.com/in/amodbansal/" target="_blank"><i class="fa fa-user"></i>Mr. Amod Bansal</a></li>
<li>Special Projects Manager, Xiaomi India</li>
</ul>
</div>
</article>
<article class="blog_item">
<div class="blog_item_img">
<iframe class="card-img rounded-0" width="500" height="450" src="https://www.youtube.com/embed/PpXxeW6ZYFc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="blog_details" style="box-shadow: 0 5px 10px rgba(120, 127, 156, 0.05), 0 15px 40px rgba(155, 165, 206, 0.2);">
<a class="d-inline-block" href="#">
<h2 class="blog-head" style="color: #2d2d2d;">Alumni Reflect | Ep. 1</h2>
</a>
<p>“The art of writing is the art of discovering what you believe.”
SAIC is elated to announce the speaker for our first episode of Alumni Reflect, Mr. Raghav Ralhan.
Mr. Ralhan is the author of the book ‘The Ringing Bell’ along with being a Senior Manager at Tata Motors.
He believes that any idea becomes valuable with hardwork and a vision to look beyond the ordinary which
is the reason why he is not only following his passion but also doing great at his job.</p>
<ul class="blog-info-link">
<li><a href="https://www.linkedin.com/in/ralhanraghav/" target="_blank"><i class="fa fa-user"></i>Mr. Raghav Ralhan</a></li>
<li>Senior Manager, Tata Motors</li>
</ul>
</div>
</article>
<!-- <article class="blog_item">
<div class="blog_item_img">
<img class="card-img rounded-0" src="assets/img/blog/single_blog_3.png" alt="">
</div>
<div class="blog_details">
<a class="d-inline-block" href="blog_details.html">
<h2 class="blog-head" style="color: #2d2d2d;">Google inks pact for new 35-storey office</h2>
</a>
<p>That dominion stars lights dominion divide years for fourth have don't stars is that
he earth it first without heaven in place seed it second morning saying.</p>
<ul class="blog-info-link">
<li><a href="#"><i class="fa fa-user"></i> Travel, Lifestyle</a></li>
<li><a href="#"><i class="fa fa-comments"></i> 03 Comments</a></li>
</ul>
</div>
</article>
<article class="blog_item">
<div class="blog_item_img">
<img class="card-img rounded-0" src="assets/img/blog/single_blog_4.png" alt="">
</div>
<div class="blog_details">
<a class="d-inline-block" href="blog_details.html">
<h2 class="blog-head" style="color: #2d2d2d;">Google inks pact for new 35-storey office</h2>
</a>
<p>That dominion stars lights dominion divide years for fourth have don't stars is that
he earth it first without heaven in place seed it second morning saying.</p>
<ul class="blog-info-link">
<li><a href="#"><i class="fa fa-user"></i> Travel, Lifestyle</a></li>
<li><a href="#"><i class="fa fa-comments"></i> 03 Comments</a></li>
</ul>
</div>
</article>
<article class="blog_item">
<div class="blog_item_img">
<img class="card-img rounded-0" src="assets/img/blog/single_blog_5.png" alt="">
</div>
<div class="blog_details">
<a class="d-inline-block" href="blog_details.html">
<h2 class="blog-head" style="color: #2d2d2d;">Google inks pact for new 35-storey office</h2>
</a>
<p>That dominion stars lights dominion divide years for fourth have don't stars is that
he earth it first without heaven in place seed it second morning saying.</p>
<ul class="blog-info-link">
<li><a href="#"><i class="fa fa-user"></i> Travel, Lifestyle</a></li>
<li><a href="#"><i class="fa fa-comments"></i> 03 Comments</a></li>
</ul>
</div>
</article> -->
</div>
</div>
<div class="col-lg-4">
<div class="blog_right_sidebar">
<!-- <aside class="single_sidebar_widget post_category_widget">
<h4 class="widget_title" style="color: #2d2d2d;">Filter by Branch</h4>
<ul class="list cat-list">
<li>
<a href="#" class="d-flex">
<p>Chemical Engineering</p>
</a>
</li>
<li>
<a href="#" class="d-flex">
<p>Civil Engineering</p>
</a>
</li>
<li>
<a href="#" class="d-flex">
<p>Computer Engineering</p>
</a>
</li>
<li>
<a href="#" class="d-flex">
<p>Electrical Engineering</p>
</a>
</li>
<li>
<a href="#" class="d-flex">
<p>Mechanical Engineering</p>
</a>
</li>
<li>
<a href="#" class="d-flex">
<p>Mechatronics Engineering</p>
</a>
</li>
<li>
<a href="#" class="d-flex">
<p>Electronics Engineering</p>
</a>
</li>
<li>
<a href="#" class="d-flex">
<p>Electronics and Computer Engineering</p>
</a>
</li>
<li>
<a href="#" class="d-flex">
<p>Electronics and Communication Engineering</p>
</a>
</li>
<li>
<a href="#" class="d-flex">
<p>BioTech Engineering</p>
</a>
</li>
</ul>
</aside> -->
<aside class="single_sidebar_widget popular_post_widget">
<h3 class="widget_title" style="color: #2d2d2d;">Recent Videos</h3>
<div class="mediapost_item">
<iframe width="560" height="315" src="https://www.youtube.com/embed/xDLo0ZAJeH8?controls=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="mediapost_item">
<iframe class="latestVideoEmbed" vnum='1' cid="UC0L1-glSWTvDilQlILdD5qw" width="350" height="150" frameborder="0" allowfullscreen></iframe>
</div>
<div class="mediapost_item">
<iframe class="latestVideoEmbed" vnum='2' cid="UC0L1-glSWTvDilQlILdD5qw" width="350" height="150" frameborder="0" allowfullscreen></iframe>
</div>
<div class="mediapost_item">
<iframe class="latestVideoEmbed" vnum='3' cid="UC0L1-glSWTvDilQlILdD5qw" width="350" height="150" frameborder="0" allowfullscreen></iframe>
</div>
<div class="mediapost_item">
<iframe class="latestVideoEmbed" vnum='4' cid="UC0L1-glSWTvDilQlILdD5qw" width="350" height="150" frameborder="0" allowfullscreen></iframe>
</div>
</aside>
<aside class="single_sidebar_widget instagram_feeds">
<h4 class="widget_title" style="color: #2d2d2d;">Instagram Feed</h4>
<div class="taggbox-container" width style="width:90%; height:100%; overflow: auto;">
<div class="taggbox-socialwall" data-wall-id="59688" view-url="https://widget.taggbox.com/59688">
</div>
</div>
</aside>
</div>
</div>
</div>
</div>
</section>
<!-- Blog Area End -->
</main>
<footer>
<!--? Footer Start-->
<div class="footer-area section-bg" data-background="assets/img/gallery/section_bg03.png">
<div class="container">
<div class="footer-top footer-padding">
<!-- Footer Menu -->
<div class="row d-flex justify-content-between">
<div class="col-xl-2 col-lg-2 col-md-4 col-sm-6">
<div class="single-footer-caption mb-50">
<div class="footer-tittle">
<h4>COMPANY</h4>
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">Company</a></li>
<li><a href="#"> Press & Blog</a></li>
<li><a href="#"> Privacy Policy</a></li>
</ul>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-6">
<div class="single-footer-caption mb-50">
<div class="footer-tittle">
<h4>Open hour</h4>
<ul>
<li><a href="#">Monday 11am-7pm</a></li>
<li><a href="#"> Tuesday-Friday 11am-8pm</a></li>
<li><a href="#"> Saturday 10am-6pm</a></li>
<li><a href="#"> Sunday 11am-6pm</a></li>
</ul>
</div>
</div>
</div>
<div class="col-xl-2 col-lg-3 col-md-4 col-sm-6">
<div class="single-footer-caption mb-50">
<div class="footer-tittle">
<h4>RESOURCES</h4>
<ul>
<li><a href="#">Home Insurance</a></li>
<li><a href="#">Travel Insurance</a></li>
<li><a href="#"> Car Insurance</a></li>
<li><a href="#"> Business Insurance</a></li>
<li><a href="#"> Heal Insurance</a></li>
</ul>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-5 col-sm-6">
<div class="single-footer-caption mb-50">
<!-- logo -->
<div class="footer-logo">
<a href="index.html"><img src="assets/img/logo/logo2_footer.png" alt=""></a>
</div>
<div class="footer-tittle">
<div class="footer-pera">
<p class="info1">GThe trade war currently ensuing between te US anfd several natxions around thdhe globe, most fiercely with.</p>
</div>
</div>
<!-- Footer Social -->
<div class="footer-social ">
<a href="https://www.facebook.com/sai4ull"><i class="fab fa-facebook-f"></i></a>
<a href=""><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fas fa-globe"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</div>
<!-- Footer Bottom -->
<div class="footer-bottom">
<div class="row d-flex align-items-center">
<div class="col-lg-12">
<div class="footer-copy-right 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 template is made with <i class="fa fa-heart" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer End-->
</footer>
<!-- Scroll Up -->
<div id="back-top" >
<a title="Go to Top" href="#"> <i class="fas fa-level-up-alt"></i></a>
</div>
<!-- JS here -->
<script src="./assets/js/vendor/modernizr-3.5.0.min.js"></script>
<!-- Jquery, Popper, Bootstrap -->
<script src="./assets/js/vendor/jquery-1.12.4.min.js"></script>
<script src="./assets/js/popper.min.js"></script>
<script src="./assets/js/bootstrap.min.js"></script>
<!-- Jquery Mobile Menu -->
<script src="./assets/js/jquery.slicknav.min.js"></script>
<!-- Jquery Slick , Owl-Carousel Plugins -->
<script src="./assets/js/owl.carousel.min.js"></script>
<script src="./assets/js/slick.min.js"></script>
<!-- One Page, Animated-HeadLin -->
<script src="./assets/js/wow.min.js"></script>
<script src="./assets/js/animated.headline.js"></script>
<!-- Nice-select, sticky -->
<script src="./assets/js/jquery.nice-select.min.js"></script>
<script src="./assets/js/jquery.sticky.js"></script>
<script src="./assets/js/jquery.magnific-popup.js"></script>
<!-- contact js -->
<script src="./assets/js/contact.js"></script>
<script src="./assets/js/jquery.form.js"></script>
<script src="./assets/js/jquery.validate.min.js"></script>
<script src="./assets/js/mail-script.js"></script>
<script src="./assets/js/jquery.ajaxchimp.min.js"></script>
<!-- Jquery Plugins, main Jquery -->
<script src="./assets/js/plugins.js"></script>
<script src="./assets/js/main.js"></script>
<!-- Automatic yt videos -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script>
var reqURL = "https://api.rss2json.com/v1/api.json?rss_url=" + encodeURIComponent("https://www.youtube.com/feeds/videos.xml?channel_id=");
function loadVideo(iframe) {
$.getJSON(reqURL + iframe.getAttribute('cid'),
function(data) {
var videoNumber = (iframe.getAttribute('vnum') ? Number(iframe.getAttribute('vnum')) : 0);
console.log(videoNumber);
var link = data.items[videoNumber].link;
id = link.substr(link.indexOf("=") + 1);
iframe.setAttribute("src", "https://youtube.com/embed/" + id + "?controls=0&autoplay=0");
});
}
var iframes = document.getElementsByClassName('latestVideoEmbed');
for (var i = 0, len = iframes.length; i < len; i++) {
loadVideo(iframes[i]);
}
</script>
<script src="https://widget.taggbox.com/embed.min.js" type="text/javascript"></script>
</body>
</html>