-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
763 lines (718 loc) · 32.3 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
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Official Website of The Hindu Education Plus Club VIT, Vellore. THEPC is a student club focused on providing a platform for students to write and reach out to fellow students in the college.">
<meta name="author" content="THEPC Tech">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SL3E2HBHNL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SL3E2HBHNL');
</script>
<title>THEPC - VIT</title>
<link rel="shortcut icon" href="img/favicon_io/favicon-16x16.png" type="image/x-icon">
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- Custom styles for this template -->
<link href="css/agency.css" rel="stylesheet">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-166360571-1"></script>
</head>
<body id="page-top" class="">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">THEPC</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav text-uppercase ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#services">About</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#events">Events</a>
</li> -->
<!--<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>-->
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#team">Team</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="alumni.html">Alumni</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="hallof-fame.html">Wall of fame</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="media.html">Media</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="masthead">
<div class="container">
<div class="intro-text">
<center><img src="img/logos/HINDUWHITE.png" class="img-logo"></center>
<div class="intro-heading text-uppercase">Welcome to THEPC</div>
<!-- <h3 class="text-muted">We like Pepsi</h3> -->
<!--<a class="btn btn-primary btn-xl text-uppercase js-scroll-trigger" href="#services">Blog</a>
<a class="btn btn-primary btn-xl text-uppercase js-scroll-trigger" href="#services">Magazine</a>-->
<br><br>
</div>
</div>
</header>
<!-- Services -->
<section class="page-section" id="services">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">About</h2>
<h3 class="section-subheading text-muted">The Hindu Education Plus Club(THEPC) is an initiative by <strong>The Hindu</strong>.<br> Estd. 26.08.2012</h3>
</div>
</div>
<div class="row text-center">
<div class="col-md-6">
<div class="card card-column">
<center><span class="fa-stack fa-4x">
<i class="fas fa-circle fa-stack-2x text-primary"></i>
<i class="fas fa-keyboard fa-stack-1x fa-inverse"></i>
</span></center>
<h4 class="service-heading">Editorial</h4>
<p class="text-muted">The Editorial department provides a platform to budding authors to hone their writing skills. The department publishes blogs four times a week, where writers can communicate their views on any topic.</p>
</div>
</div>
<div class="col-md-6">
<div class="card card-column">
<center><span class="fa-stack fa-4x">
<i class="fas fa-circle fa-stack-2x text-primary"></i>
<i class="fas fa-newspaper fa-stack-1x fa-inverse"></i>
</span></center>
<h4 class="service-heading">Newsletter Publication</h4>
<p class="text-muted">The Weekly Edge is a newsletter that THEPC publishes. It comprises of mainly four sections: News, Entertainment, Editorial and humansofvit. In the editorial section we have movie reviews and articles.</p>
</div>
</div>
</div>
<div class="row text-center">
<div class="col-md-6">
<div class="card card-column">
<center><span class="fa-stack fa-4x">
<i class="fas fa-circle fa-stack-2x text-primary"></i>
<i class="fas fa-camera fa-stack-1x fa-inverse"></i>
</span></center>
<h4 class="service-heading">Media Coverage</h4>
<p class="text-muted">The Media team works day in and day out to cover various events across campus. Sometimes combined with Editorial to create a documentation team to provide complete event coverage.</p>
</div>
</div>
<div class="col-md-6">
<div class="card card-column">
<center><span class="fa-stack fa-4x">
<i class="fas fa-circle fa-stack-2x text-primary"></i>
<i class="fas fa-trophy fa-stack-1x fa-inverse"></i>
</span></center>
<h4 class="service-heading">External Activities</h4>
<p class="text-muted">THEPC is one of the few clubs that go to External Fests to represent VIT. We hit the literary events in cultural fests in a ton of colleges and win laurels in VIT's name. We put our skills to the test! </p>
</div>
</div>
</div>
</div>
</section>
<!-- Blog and TWE links -->
<section class="page-section" id="external">
<div class = "container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase" style="color:#fff;">Check this out</h2>
</div>
</div>
<div class = "row">
<div class="col-sm-6">
<a href="http://blog.thepcvit.com/" class="check">
<div class="card card-column">
<center><h2 class="title">Blog</h2></center>
</div>
</div></a>
<div class="col-sm-6">
<a href="https://user.thepcvit.com" class="check">
<div class="card card-column">
<center><h2 class="title">TWE</h2></center>
</div></div></a>
</div>
</div>
</section>
<!-- Webinars -->
<!-- <div id='event'>
<section class="page-section bg-white" id="external">
<div class = "container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase" >Core Committee Selections</h2>
<h3 class="text-uppercase" >Registrations Open</h3>
</div>
</div>
<div class = "row">
<div class="col-sm-12">
<a target='_blank' href="https://thepc-one.vercel.app/" class="check">
<div class="card card-column">
<center><h2 class="title">Register Now</h2></center>
</div>
</div></a>
</div>
</section>
</div> -->
<!-- About -->
<!--
<section class="page-section" id="events">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Our Events</h2>
<h3 class="section-subheading text-muted">Events Conducted by THEPC from 2019 onwards</h3>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<ul class="timeline">
<li>
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/about/turncoat-final.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>GraVITas '19</h4>
<h4 class="subheading">Turncoat</h4>
</div>
<div class="timeline-body">
<p class="text-muted">Turncoat is a simple debate style event. The speaker prepares arguments for both <em>for</em> and <em>against </em>the given topic. They must switch their side on a buzzer sound. Best arguments for both sides wins</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/logos/cc_logo.png" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>January '20</h4>
<h4 class="subheading">Career Convention 5.0</h4>
</div>
<div class="timeline-body">
<p class="text-muted">Career Convention is a series of seminars for students interested in higher education. Speakers from various institues come and give a detailed analysis on the different fields of higher studies whether it be abroad or in India.</p>
</div>
</div>
</li>
<li>
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/about/5.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>Riviera '20</h4>
<h4 class="subheading">The Escape Room</h4>
</div>
<div class="timeline-body">
<p class="text-muted">The Escape Room is a team based hunt. A team is locked inside a room with a given scenario. In order to win, the team must escape the room by solving puzzles/clues inside the room. The team must do so in the stipulated time.</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/about/logo-final.JPG" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>Riviera '20</h4>
<h4 class="subheading">The Logo Quiz</h4>
</div>
<div class="timeline-body">
<p class="text-muted">The Logo Quiz is quite self-explanatory. As the name suggests, various different brand logos are quizzed about and the participant with the highest score wins.</p>
</div>
</div>
</li>
<li>
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/about/arena.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>April '20</h4>
<h4 class="subheading">THEPC Arena</h4>
</div>
<div class="timeline-body">
<p class="text-muted">Arena is a quintessential platform to display our in-house creativity. A chance for the members to hone their skills while testing out their competitive skills in their respective areas of expertice and also to explore new ones.It is a 3 day bonanza, a celebration of journalism, literature and art.</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/about/parawrite.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>April '20</h4>
<h4 class="subheading">Parawrite</h4>
</div>
<div class="timeline-body">
<p class="text-muted">ParaWrite gives you a platform to elicit your inner journalist. Journalistic literature is of the utmost importance in today's day and age. Spill your creativity through ink and dot down your opinions</p>
</div>
</div>
</li>
<li>
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/about/SOTU.jpeg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>June '20</h4>
<h4 class="subheading">State of the Unions</h4>
</div>
<div class="timeline-body">
<p class="text-muted">State of the Unions is a platform to display your leadership, oratory and people management skills. This is a chance to showcase your diplomatic skills to the world.</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/about/theTrial.jpeg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>July '20</h4>
<h4 class="subheading">The Trial</h4>
</div>
<div class="timeline-body">
<p class="text-muted">The Trial is an event where participants would give their stance on a controversial court ruling, that are based on real events. And, each case comes with a twist, to see if the participants change their stance.</p>
</div>
</div>
</li>
<li>
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/about/theEmojiQuiz.jpeg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>July '20</h4>
<h4 class="subheading">The Emoji Quiz</h4>
</div>
<div class="timeline-body">
<p class="text-muted">An event that tests one's creativity and knowledge in the gen-z lingo, Emojis where former is tested with a quiz and the latter tested their ability to create a story with just a bunch of emojis.</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/about/creativeExpression.jpeg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>September '20</h4>
<h4 class="subheading">Creative Expression</h4>
</div>
<div class="timeline-body">
<p class="text-muted">Creative Expression is an event that celebrates the World literacy day by encouraging participants to express their love for books/quotes and events from a book/author through any creative medium. The participants can use any medium of your choice - the limit is your imagination.</p>
</div>
</div>
</li>
<li>
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/about/theFourthEstate.jpeg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>September '20</h4>
<h4 class="subheading">The Fourth Estate</h4>
</div>
<div class="timeline-body">
<p class="text-muted">A written debate competition on upholding of journalistic integrity and state transparency, to commemorate the internation day for universal access to information.</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/about/turncoat.jpeg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>GraVITas '20</h4>
<h4 class="subheading">Turncoat</h4>
</div>
<div class="timeline-body">
<p class="text-muted">Debating with a twist. An event that puts your skills to the test by making you fight for both sides of your scenario.</p>
</div>
</div>
</li>
<li>
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/about/ex-press-ion.jpeg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>GraVITas '20</h4>
<h4 class="subheading">Ex-Press-Ion</h4>
</div>
<div class="timeline-body">
<p class="text-muted">Understand journalism by learning skills of research and presentation in drafting news reports from one of the biggest names in media, Mr. Abhigyan Prakash, Senior Executive Editor at ABP News. Let your debating, writing, speaking and understanding skills shine through Ex-Press-Ion.</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/about/theLostMicss.jpeg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>November '20</h4>
<h4 class="subheading">The Lost Mics</h4>
</div>
<div class="timeline-body">
<p class="text-muted">On the International Day to End Impunity for Crimes against Journalists, THEPC organized an Elocution Competition. The competition aimed at raising awareness regarding the same.</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<h4>More
<br>Coming
<br>Soon!</h4>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
-->
<!-- Collabs -->
<section class="py-5" style="color:#fff;background-color: #000">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase mb-5">Media Collaborations</h2>
</div>
</div>
</div>
<div class="row-logo">
<div class="col-md-3 col-sm-4">
<a href="#">
<img class="img-fluid img-fluid-collab d-block mx-auto" src="img/logos/c2c_logo.png" alt="">
</a>
</div>
<div class="col-md-3 col-sm-4">
<a href="#">
<img class="img-fluid img-fluid-collab d-block mx-auto" src="img/logos/makelogo.png" alt="">
</a>
</div>
<div class="col-md-3 col-sm-4">
<a href="#">
<img class="img-fluid img-fluid-collab d-block mx-auto" src="img/logos/sy1.png" alt="">
</a>
</div>
<div class="col-md-3 col-sm-4">
<a href="#">
<img class="img-fluid img-fluid-collab img-fluid-collab-3 d-block mx-auto" src="img/logos/robowars logo.png" alt="">
</a>
</div>
</div>
<br>
<br>
<div class="row-logo">
<div class="col-md-4 col-sm-6">
<a href="#">
<img class="img-fluid img-fluid-collab-2 d-block mx-auto" src="img/logos/GAT_LOGO_19.png" alt="">
</a>
</div>
<br>
<div class="col-md-4 col-sm-6 mt-5">
<a href="#">
<img class="img-fluid img-fluid-collab-2 d-block mx-auto" src="img/logos/ADG_logo.png" alt="">
</a>
</div>
<div class="col-md-4 col-sm-6 mt-5">
<a href="#">
<img class="img-fluid img-fluid-collab-2 d-block mx-auto" src="img/logos/mechnovate.png" alt="">
</a>
</div>
</div>
</div>
</section>
<!-- Team -->
<section class="page-section" id="team">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">The Team</h2>
<h3 class="section-subheading text-muted">The Board for 2021-2022.</h3>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/team/Vrushali.png" alt="Vrushali">
<h4>Vrushali Deshmukh</h4>
<p class="text-muted">Chairperson</p>
</div>
</div>
<div class="col-sm-6">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/team/Abhinav.png" alt="Abhinav">
<h4>Abhinav Gorantla</h4>
<p class="text-muted">Vice Chairperson</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/team/Aaditya.png" alt="Aaditya">
<h4>Aaditya S Natarajan</h4>
<p class="text-muted">General Secretary: Events and Management</p>
</div>
</div>
<div class="col-sm-6">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/team/Ankit.png" alt="Ankit">
<h4>Ankit A</h4>
<p class="text-muted">General Secretary: External Affairs</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/team/Shreya.png" alt="Shreya">
<h4>Shreya Volety</h4>
<p class="text-muted">Editor-in-Chief: Newsletter</p>
</div>
</div>
<div class="col-sm-6">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/team/Sneha.png" alt="Sneha">
<h4>Sneha Manohar</h4>
<p class="text-muted">Editor-in-Chief: Blogs and Documentation</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/team/Vidhya.png" alt="Vidhya">
<h4>Vidhyalakshmi Venkatesh</h4>
<p class="text-muted">Director of PR</p>
</div>
</div>
<div class="col-sm-6">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/team/Priyanshu.png" alt="Priyanshu">
<h4>Priyanshu Gaikwad</h4>
<p class="text-muted">Creative Director</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/team/Nimish.png" alt="Nimish">
<h4>Nimish Aggarwal</h4>
<p class="text-muted">Director of Media</p>
</div>
</div>
<div class="col-sm-6">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/team/Aabirbhab.png" alt="Aabirbhab">
<h4>Aabirbhab Naik</h4>
<p class="text-muted">Director of Finance</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/team/Arman.png" alt="Arman">
<h4>Arman Joe Lyndon</h4>
<p class="text-muted">Video Editing Lead, Media</p>
</div>
</div>
<div class="col-sm-6">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/team/Manya.png" alt="Manya">
<h4>Manya Prasad</h4>
<p class="text-muted">HoV Lead</p>
</div>
</div>
</div>
</section>
<!-- Contact -->
<section class="page-section" id="contact">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Contact Us</h2>
<h3 class="section-subheading text-muted">Queries, Collaborations, Comments and more</h3>
</div>
</div>
<div class="card">
<h2 class="title"> You can write to us @ </h2><br>
<h4 class="title"> support@thepcvit.com </h4><h6 class="text-muted"> for any queries, comments regarding the club </h6><br>
<h4 class="title"> feature@thepcvit.com </h4><h6 class="text-muted"> for wanting to have your writing featured or for you to be featured in HumansOfVIT</h6><br>
<h4 class="title"> events@thepcvit.com </h4><h6 class="text-muted"> for any information regarding events</h6><br>
<h4 class="title"> collab@thepcvit.com </h4><h6 class="text-muted"> for events that require media/documentation coverage.</h6><br>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6">
<span class="copyright">Copyright © The Hindu Education Plus Club 2012-2023</span>
</div>
<div class="col-md-6">
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a href="https://www.youtube.com/channel/UCDEGoswuWfF-drO7Db7awNA" class="yt">
<i class="fab fa-youtube"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.facebook.com/vitthehindueplusclub/" class="fb">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.instagram.com/thepc_vit" class="in">
<i class="fab fa-instagram"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Portfolio Modals -->
<!-- Modal 1 -->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2 class="text-uppercase">Project Name</h2>
<p class="item-intro text-muted">Lorem ipsum dolor sit amet consectetur.</p>
<img class="img-fluid d-block mx-auto" src="img/portfolio/01-full.jpg" alt="">
<p>Use this area to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est blanditiis dolorem culpa incidunt minus dignissimos deserunt repellat aperiam quasi sunt officia expedita beatae cupiditate, maiores repudiandae, nostrum, reiciendis facere nemo!</p>
<ul class="list-inline">
<li>Date: January 2017</li>
<li>Client: Threads</li>
<li>Category: Illustration</li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times"></i>
Close Project</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 2 -->
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2 class="text-uppercase">Project Name</h2>
<p class="item-intro text-muted">Lorem ipsum dolor sit amet consectetur.</p>
<img class="img-fluid d-block mx-auto" src="img/portfolio/02-full.jpg" alt="">
<p>Use this area to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est blanditiis dolorem culpa incidunt minus dignissimos deserunt repellat aperiam quasi sunt officia expedita beatae cupiditate, maiores repudiandae, nostrum, reiciendis facere nemo!</p>
<ul class="list-inline">
<li>Date: January 2017</li>
<li>Client: Explore</li>
<li>Category: Graphic Design</li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times"></i>
Close Project</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 3 -->
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2 class="text-uppercase">Project Name</h2>
<p class="item-intro text-muted">Lorem ipsum dolor sit amet consectetur.</p>
<img class="img-fluid d-block mx-auto" src="img/portfolio/03-full.jpg" alt="">
<p>Use this area to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est blanditiis dolorem culpa incidunt minus dignissimos deserunt repellat aperiam quasi sunt officia expedita beatae cupiditate, maiores repudiandae, nostrum, reiciendis facere nemo!</p>
<ul class="list-inline">
<li>Date: January 2017</li>
<li>Client: Finish</li>
<li>Category: Identity</li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times"></i>
Close Project</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Contact form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom scripts for this template -->
<script src="js/agency.js"></script>
</body>
</html>