-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathindex.html
More file actions
544 lines (433 loc) · 26.7 KB
/
index.html
File metadata and controls
544 lines (433 loc) · 26.7 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
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
<!DOCTYPE html>
<html lang="en" ><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="theme-color" content="#ffffff">
<!-- Favicons -->
<link rel="icon" href="./img/logo.png">
<!-- <link rel="manifest" href="/manifest.json"> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>
ProGection
</title>
<link rel="stylesheet" href="./progection_files/material-kit.css" async="">
<!-- Fonts and icons -->
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:400,700|Material+Icons" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css">
<!-- Documentation extras -->
<link rel="stylesheet" href="./assets/gagan.css">
<link href="./progection_files/demo.css" rel="stylesheet" async="">
<link href="./progection_files/footer.css" rel="stylesheet" async="">
<link href="./progection_files/icon" rel="stylesheet" async="">
<style>
body{
overflow-x: hidden;
}
#top-button
{
font-size:20px;
transition: 0.3s ease;
}
.tab { margin-left: 40px; }
/*
.grid-item { width: 25%; }
.grid-item--width2 { width: 50%; }*/
.img-fluid
{
border-radius: 5px 5px;
}
</style>
<!-- iframe r -->
<
<body class="landing-page" name="top" id="top" data-gr-c-s-loaded="true">
<nav class="navbar navbar-color-on-scroll fixed-top navbar-expand-lg navbar-transparent" color-on-scroll="100" id="sectionsNav">
<div class="container">
<div class="navbar-translate">
<a class="navbar-brand" href="#">
<span id="gdg-logo">
<img src="./img/progection.png" id="gaganHide" style="max-height: 180%; margin-bottom: 25%; ">
</span></a>
<button style="color:rgb(120,120,120)" class="navbar-toggler" type="button" data-toggle="collapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
<span class="navbar-toggler-icon"></span>
<span class="navbar-toggler-icon"></span>
</button>
</div>
<div class="collapse navbar-collapse">
<ul class="navbar-nav ml-auto">
<li class="dropdown nav-item">
<a href="#" data-page="index" class="nav-link">
<span><b>Home</b></span>
</a>
</li>
<li class="nav-item">
<a href="#" data-page="events" class="nav-link">
<span><b id="header_text">Events</b></span>
</a>
</li>
<!-- <li class="nav-item">
<a href="./resources.html" data-page="resources" class="nav-link">
<span><b id="header_text">Resources</b></span>
</a>
</li> -->
<!-- <li class="nav-item">
<a href="./projects.html" data-page="projects" class="nav-link">
<span><b id="header_text">Projects</b></span>
</a>
</li> -->
<li class="nav-item">
<a href="#" data-page="team" class="nav-link">
<span><b id="header_text">Team</b></span>
</a>
</li>
<li class="nav-item">
<a target="blank" class="nav-link" href="https://forms.gle/rbX5GbBaTTBrPxys6">
<span class="btn" id="joinbtn"><b id="header_text">Join Us</b></span>
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="gags-header">
<div class="gagsHeaderText">
<p> </p>
<img src="./img/progection.png">
<h2 class="tag_title">Technical Club</h2>
<h4 class="tag_details"><b>Netaji Subhash University of Technology (West Campus)</b></h4>
<h6 class="text-muted"><b>Formerly (Ch. Brahm Prakash Government Engineering College)</b></h6>
<p> </p>
</div>
</div>
<div class="main main-raised" style="margin-top: 0;">
<div class="container">
<p> </p>
<div class="row mt-5 wow fadeIn" data-wow-delay="0.2s" style="text-align:left;">
<!--First column-->
<div class="col-lg-6">
<!--Card-->
<h2 class="title" id="tracks"><b>About The Program</b></h2>
<p> </p>
<span id="mobile" class="icon"><i class="material-icons">
<!--gesture-->
</i></span><span class="about_title_track" style="color:rgb(54, 53, 53);"> <!--What we do?--></span>
<!--Card-->
<p> </p>
<p></p><h5 class="description">ProGection Technical Club is an initiative to grow their knowledge on developer technologies and more through peer to peer workshops and events, and gain relevant industry experience.</h5><p></p>
<p>
<a target="blank" href="https://forms.gle/rbX5GbBaTTBrPxys6">
<button class="btn btn-primary" id="buttons"><b>Join Us</b></button>
</a>
</div>
<!--/.First column-->
<!--Second column-->
<div class="col-lg-6 wow fadeIn" data-wow-delay="0.2s" style="text-align:left;">
<!--Card-->
<h2 class="title" id="tracks"><b> </b></h2>
<p> </p>
<img class="img-fluid" src="./progection_files/event.JPG" width="100%">
</div>
<!--/.Second column-->
</div>
<!--/.First row-->
<p> </p>
<div class="row mt-5 wow fadeIn" data-wow-delay="0.2s" style="text-align:left;">
<!--First column-->
<div class="col-lg-6 wow fadeIn" data-wow-delay="0.2s">
<!--Card-->
<h3 class="title" id="tracks"><b>What ProGection Technical Club CBPGEC does?</b></h3>
<p> </p>
<p></p><h5 class="description">ProGection Technical Club CBPGEC is inspired by the CBPGEC Family.</h5><p></p>
<p></p><h5 class="description">The motive is to create a local ecosystem of Developers in and around the Campus. And having fun doing it.</h5><p></p>
<p> </p>
<a href="https://www.facebook.com/Progection1/" class="fa fa-facebook"></a>
<a href="https://twitter.com/Progection1" class="fa fa-twitter"></a>
<a href="#" class="fa fa-instagram"></a>
<a href="#" class="fa fa-linkedin"></a>
<!-- social buttons -->
<!--/.Card-->
</div>
<!--/.First column-->
<!--Second column-->
<div class="col-lg-6">
<!--Card-->
<p> </p>
<div class="row">
<div class="col-lg-5" id="p1">
<p>
</p><h4 class="description" style="font-weight:600; color:rgb(228, 180, 25); padding:8px 4px; background-color:rgba(247, 212, 17, 0.15); border-radius:8px; width:100px; padding-left:11px;">Seminars</h4>
<p></p>
<p>
</p><h5 class="description">Get updated with the latest news and announcements.</h5>
<p></p>
</div>
<div class="col-lg-5 " id="p4">
<p>
</p><h4 class="description" style="font-weight:600; color:rgb(12, 80, 182); padding:8px 4px; background-color:rgba(12, 80, 182,0.15); border-radius:8px; width:115px; padding-left:11px;">Study Jams</h4>
<p></p>
<p>
</p><h5 class="description">Hands-on experience with the community members.</h5>
<p></p>
</div>
</div>
<div class="row">
<div class="col-lg-5" id="p1">
<p>
</p><h4 class="description" style="font-weight:600; color:rgb(223, 77, 19); padding:8px 4px; background-color:rgba(223, 77, 19,0.15); border-radius:8px; width:90px; padding-left:11px;">Projects</h4>
<p></p>
<p>
</p><h5 class="description">Projects with a social impact that help a lot of people.</h5>
<p></p>
</div>
<div class="col-lg-5 " id="p4">
<p>
</p><h4 class="description" style="font-weight:600; color:rgb(11, 184, 83); padding:8px 4px; background-color:rgba(11, 184, 83,0.15); border-radius:8px; width:120px; padding-left:11px;">Hackathons</h4>
<p></p>
<p>
</p><h5 class="description">Dream. Explore. Wonder. Build it Together.</h5>
<p></p>
</div>
</div>
<!--/.Second column-->
</div>
<!--/.First row-->
<p> </p>
</div>
<!--/.First row-->
<div class="row mt-5 wow fadeIn" data-wow-delay="0.2s" style="text-align:left;">
<!--Second column-->
<div class="col-lg-6 wow fadeIn" data-wow-delay="0.2s" style="text-align:left;">
<!--Card-->
<img class="img-fluid" src="./progection_files/team.JPG" width="100%">
</div>
<!--/.Second column-->
<!--First column-->
<div class="col-lg-6">
<!--Card-->
<p> </p>
<span id="mobile" class="icon"><i class="material-icons">
whatshot
</i></span><span class="about_title_track" style="color:rgb(54, 53, 53);">The Team</span>
<!--Card-->
<p> </p>
<p></p><h5 class="description">These are the amazing bunch of people who make the community what it is. Who are the Backbone of ProGection Technical Club, CBPGEC and ensure that we can forge ahead <a target="blank" href="https://www.marvel.com/movies/avengers-endgame"><b id="blue_text">#WhateverItTakes!</b></a></h5><p></p>
<p></p><h5 class="description">They take the time out from their daily grind to give back to the members and empower them to become bigger (Metaphorically). And Better.</h5><p></p>
<p><a href="#" target="blank"><span class="description" id="details_redirect"><b>Meet The Team</b></span></a>
</p>
<p>
</p>
<!--/.Card-->
</div>
<!--/.First column-->
</div>
<p> </p>
<div class="row mt-5 wow">
<!--First column-->
<div class="col-lg-4 wow fadeIn" data-wow-delay="0.2s">
<!--Card-->
<div class="card">
<!--Card image-->
<img class="img-fluid" src="./progection_files/events.jpg" alt="Card image cap">
<!--Card content-->
<div class="card-body">
<!--Title-->
<h4 class="about_title_track" style="margin-left:-8px; font-family: 'Open Sans', sans-serif;"><b>Events</b></h4>
<!--Text-->
<h5 class="description" style=" font-family: 'Open Sans', sans-serif;">Attend Study Jams/ Hackathons/ Developer Conferences to learn more about the latest technologies.</h5>
<a href="#" class="btn btn-primary" id="buttons">Learn More</a>
</div>
</div>
<!--/.Card-->
</div>
<!--/.First column-->
<!--Second column-->
<div class="col-lg-4 wow fadeIn" data-wow-delay="0.4s">
<!--Card-->
<div class="card">
<!--Card image-->
<img class="img-fluid" src="./progection_files/cfp.png" alt="Card image cap">
<!--Card content-->
<div class="card-body">
<!--Title-->
<h4 class="about_title_track" style="margin-left:-8px; font-family: 'Open Sans', sans-serif;"><b>Call For Papers (CFP)</b></h4>
<!--Text-->
<h5 class="description" style=" font-family: 'Open Sans', sans-serif;">Interested in being a Speaker at one of our events? Just drop us your Proposal.</h5>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfKI4FU7RqKDcp3HmbsqHl6wwX5b90Y0CMkZw571Qiq-7_Y1Q/viewform?usp=sf_link" target="_blank" class="btn btn-primary" id="buttons">Send Proposal</a>
</div>
</div>
<!--/.Card-->
</div>
<!--/.Second column-->
<!--Third column-->
<div class="col-lg-4 wow fadeIn" data-wow-delay="0.6s">
<!--Card-->
<div class="card">
<!--Card image-->
<img class="img-fluid" src="./progection_files/sponsor.png" alt="Card image cap">
<!--Card content-->
<div class="card-body">
<!--Title-->
<h4 class="about_title_track" style="margin-left:-8px; font-family: 'Open Sans', sans-serif;"><b>Sponsorships</b></h4>
<!--Text-->
<h5 class="description" style=" font-family: 'Open Sans', sans-serif;">Get Brand exposure and elevate your business identity within the Community. </h5>
<a href="mailto:progectionclub@gmail.com" class="btn btn-primary" id="buttons">Send proposal</a>
</div>
</div>
<!--/.Card-->
</div>
<!--/.Third column-->
</div>
<!--/.First row-->
<p> </p>
<div class="row mt-5 wow fadeIn" data-wow-delay="0.2s">
<div class="col-lg-6" style="text-align:left;">
<h3 class="title" id="tracks"><b>Events</b></h3>
<p> </p>
</div>
<div class="col-lg-6" style="text-align:center;">
<h4 class="title" id="tracks"><b> </b></h4>
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-3 col-sm-3 col-xs-3" id="p1">
</div>
<div class="col-lg-5 col-md-3 col-sm-3 col-xs-3" id="p4">
</div>
</div>
</div>
</div>
<!--/.First row-->
<p> </p>
<p> </p>
<div class="row mt-5 wow fadeIn" style="text-align:center;">
<div class="col-lg-12" style="text-align:center;">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol id="GagsCaroControls" class="carousel-indicators">
</ol>
<div id="gagsCaro" class="carousel-inner">
<div class="carousel-item">
<div class="carousel-wrapper">
<h1 id="red_text" style="font-family: 'Be Vietnam', sans-serif;">"</h1>
<img src="" height="40px">
<h4 class="description">All Students of B-TECH are hereby informed that the Sahastra Kishore and Anuj Singh are conducting a handson session on the Alexa Skill development. For more information check http://bit.ly/gecblog3 </h4>
<h1 id="red_text" style="font-family: 'Be Vietnam', sans-serif;">"</h1>
<h4 class="description"><b>Coming Soon</b></h4>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#" role="button" data-slide="prev">
<span> </span>
</a>
<a class="carousel-control-next" href="#" role="button" data-slide="next">
<span> </span>
</a>
</div>
</div>
</div>
</div>
<p> </p>
<div class="row mt-5 wow fadeIn" data-wow-delay="0.2s">
<div class="col-lg-6" style="text-align:left;">
<h3 class="title" id="tracks"><b>Join the Conversation</b></h3>
<p> </p>
<h5 class="description">
Join our Slack Channel to know more about the Activities, Sessions and other fun stuff.
<br>
<p> </p>
<a href="https://join.slack.com/t/progection/shared_invite/enQtODg1MTg5NDAyNjc1LTQ1ODZlMzEzYWEwYzYxMzdlZmE1MWMwOGVmMGNlNWM0NjJlMzI2ZDY4NGIwYzdkN2RmMDNhNDk0NDI5NDhkZTM" target="blank" class="btn btn-primary" id="buttons" style="background: #4A154B;"><b>Join us on <img height="30px" src="./progection_files/slack.png"></b></a>
</h5>
</div>
<div class="col-lg-6" style="text-align:left;">
<h3 class="title" id="tracks"><b> </b></h3>
<p> </p>
<h5 class="description">
Join our Telegram Channel to know more about the Activities, Sessions and other fun stuff. Just download the Telegram app on Phone or PC.
<br>
<p> </p>
<a href="http://t.me/progection" target="blank" class="btn btn-primary" id="buttons" style="background: #2C2F33;"><b>Join us on <img height="30px" src="./progection_files/telegram.png"></b><div class="ripple-container"></div></a>
</h5>
</div>
</div>
<p> </p>
<p> </p>
<!-- <div class="row mt-5 wow fadeIn" data-wow-delay="0.2s">
<div class="col-lg-5 wow fadeIn" data-wow-delay="0.2s" style="text-align:left;">
<img class="img-fluid" src="assets/img/kit/Rustamji.jpg" width="100%"/>
<p> </p>
</div>
<div class="col-lg-7">
<h3 class="title" style="color:rgb(54, 53, 53);">About RJIT</h3>
<p> </p>
<p><h5 class="description">Rustamji Institute of Technology, popularly known as RJITK or RJIT, is a private autonomous engineering college in Anandapur, Kolkata, West Bengal, India. The foundation behind the growth of RJITK is the Kalyan Bharti Trust. To meet the demand for technical manpower, the Kalyan Bharti Trust supplemented the state government’s efforts by establishing the Rustamji Institute of Technology in September 2000.
</h5></p>
<p><a href="https://Rustamjiit.edu" target="blank"><span class="description" id="details_redirect"><b>Learn More</b></span></a>
</p>
</div>
</div>
-->
<!--/.First row-->
<p> </p>
<p> </p>
<p> </p>
</div>
</div>
<div id="location" width="100%">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d8567.834913610603!2d57.5120780077902!3d-20.090802614420674!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390d0d5a2e8016f9%3A0x4c6f93b1fec5d881!2sCh.%20Brahm%20Prakash%20Government%20Engineering%20College%2C%20Jaffarpur!5e0!3m2!1sen!2sus!4v1578849396013!5m2!1sen!2sus" width="100%" height="450" frameborder="0" style="border:0" allowfullscreen=""></iframe>
</div>
<div id="footer">
<a href="#" id="top-button" class="top">
<i class="material-icons" style=" font-size: 30px;">
</i><span> </span>
</a>
<div class="container" style="padding-top: 20px;">
<div class="row">
<div class="col-lg-4">
<div class="share-social">
<span><a><b>Keep In Touch</b></a></span>
<a id="social_button" href="https://www.facebook.com/Progection1/" target="_blank"><i class="fa fa-facebook"></i></a><a> </a>
<a id="social_button" href="https://twitter.com/Progection1" target="_blank"><i class="fa fa-twitter"></i></a><a> </a>
<a id="social_button" href="#" target="_blank"><i class="fa fa-instagram"></i></a><a> </a>
<a id="social_button" href="#" target="_blank"><i class="fa fa-github"></i></a><a> </a>
<a> </a>
</div>
</div>
<div class="col-lg-4">
<div class="share-social">
<span><a href="mailto:progectionclub@gmail.com"><b>Email Us : <b id="blue_text">progectionclub@gmail.com</b></b></a></span>
</div>
</div>
</div>
</div>
<br>
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-12 col-xs-12 footer-details">
<span><b>OTHER LINKS</b></span>
<p>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfKI4FU7RqKDcp3HmbsqHl6wwX5b90Y0CMkZw571Qiq-7_Y1Q/viewform?usp=sf_link" target="_blank" id="details_redirect" target="_blank" style="color:rgb(65, 64, 64);">Call for Speakers</a><br>
<a href="mailto:progectionclub@gmail.com" target="_blank" id="details_redirect" target="_blank" style="color:rgb(65, 64, 64);">Call for Sponsors</a><br>
<a href="https://docs.google.com/document/d/1w4fFWyfJWAUV7p3OU7HkpMC9T9SK_7b2IKK3QRz2e7E/edit?usp=sharing" id="details_redirect" target="_blank"><b>Community Guidelines</b></a><br>
</p>
</div>
</div>
</div>
<hr>
<div class="container" style="padding-bottom: 20px;">
<div class="row">
<div class="col-lg-3">
<img src="./img/progection.png" alt="progection-logo">
</div>
<div class="col-lg-9 copyright" style="font-family: 'Open Sans', sans-serif; font-size:14px;">
© Copyright 2019 <b>CBPGEC</b> <span class="hide-bar"> | </span><a id="details_redirect" href="#"></a>
</div>
</div>
</div>
</div>
<script src="./progection_files/jquery.min.js.download"></script>
<script src="./progection_files/popper.min.js.download"></script>
<script src="./progection_files/bootstrap-material-design.js.download"></script>
<!-- Material Kit Core initialisations of plugins and Bootstrap Material Design Library -->
<script src="./progection_files/material-kit.js.download"></script>
<script src="./progection_files/material-kit-demo.js.download"></script>
<script src="./assets/js/gagan.js"></script>
</body></html>