-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
746 lines (643 loc) · 36.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
<meta name="author" content="frcrce">
<meta name="keyword" content="Good Engineering College in mumbai">
<meta name="description"
content="Fr. Conceicao Rodrigues College of Engineering (CRCE) is a engineering college in Mumbai, India. It is located at Bandstand in Bandra (West). ">
<title>Students' Council CRCE</title>
<link rel="shortcut icon" href="img/favicon.ico">
<link rel="stylesheet" href="ionicons/css/ionicons.min.css">
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/stisla.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Pacifico&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Delius+Swash+Caps&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Aladin&display=swap" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-expand-lg main-navbar">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="img/logo.jpg" alt="Logo" width="55px" height="40px"></img><span
style="font-family:'Pacifico', cursive; color: #fed136;">Students' Council</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon">
<i class="ion-navicon"></i>
</span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<div class="mr-auto"></div>
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link smooth-link" href="#hero">Home</a>
</li>
<li class="nav-item">
<a class="nav-link smooth-link" href="#blog">Our Team</a>
</li>
<li class="nav-item">
<a class="nav-link smooth-link" href="#project">About</a>
</li>
<li class="nav-item">
<a class="nav-link smooth-link" href="#act">Cultural</a>
</li>
<li class="nav-item">
<a class="nav-link smooth-link" href="#tech">Technical</a>
</li>
<li class="nav-item">
<a class="nav-link smooth-link" href="#sports">Sports</a>
</li>
<li class="nav-item">
<a class="nav-link smooth-link" href="#contact">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="hero bg-overlay" id="hero">
<div id="particles-js"></div>
<div class="text py-5">
<p class="lead">Fr.CRCE</p>
<h1 style="font-family: 'Delius Swash Caps', cursive;" class="animated bounceInDown"><b>Students'
Council</b></h1>
<p class="lead">2019-20</p>
<div class="cta">
<a href="#blog" class="btn btn-warning smooth-link animated infinite pulse">
<h5 style="font-family: 'Aladin', cursive;">Explore!</h5>
</a>
</div>
</div>
</section>
<section class="padding bg-grey" id="blog">
<div class="container">
<h2 class="section-title text-center"><b>OUR TEAM</h2></b>
<p class="section-lead text-center">“The strength of the team is each individual member. The strength of
each member is the team.”</p>
<br>
<h3 class="section-lead text-center animated infinite pulse">SENIOR COUNCIL</h3>
<div class="section-body">
<div class="row col-spacing">
<div class="col-12 col-md-6 col-lg-4">
<article class="card">
<div class="card-body">
<div class="card-subtitle mb-2 text-muted">PRESIDENT</div>
<h4 class="card-title">Aradhya Deolekar</h4>
<p class="card-text">
<center><img src="img/president.jpg" alt="President" width="200px" height="200px">
</center>
</p>
<button class="accordion">More Info</button>
<div class="panel">
<p><br><b>BRANCH:</b>BE-I.T.<br> <b>CONTACT NO:</b> 9920783448<br>
<b>EMAIL ID:</b><br>[email protected]<br>
</p>
</div>
</div>
</article>
</div>
<div class="col-12 col-md-6 col-lg-4">
<article class="card">
<div class="card-body">
<div class="card-subtitle mb-2 text-muted">Cultural SECRETARY</div>
<h4 class="card-title">Kevin Ruffin</h4>
<p class="card-text">
<center><img src="img/gsec.jpg" alt="general secretary" width="200px"
height="200px"></center>
</p>
<button class="accordion">More Info</button>
<div class="panel">
<p><br><b>BRANCH:</b>TE-Computers<br> <b>CONTACT NO:</b> 9604003680<br>
<b>EMAIL ID:</b><br>[email protected]<br>
</p>
</div>
</div>
</article>
</div>
<div class="col-12 col-md-6 col-lg-4">
<article class="card">
<div class="card-body">
<div class="card-subtitle mb-2 text-muted">CULTURAL SECRETARY</div>
<h4 class="card-title">Riya Gupta</h4>
<p class="card-text">
<center><img src="img/csec.jpg" alt="cultural secretary" width="200px"
height="200px"></center>
</p>
<button class="accordion">More Info</button>
<div class="panel">
<p><br><b>BRANCH:</b>TE-Computers.<br> <b>CONTACT NO:</b>8369097017<br>
<b>EMAIL ID:</b><br>[email protected]<br>
</p>
</div>
</div>
</article>
</div>
<div class="col-12 col-md-6 col-lg-4">
<article class="card">
<div class="card-body">
<div class="card-subtitle mb-2 text-muted">EDITORIAL SECRETARY</div>
<h4 class="card-title">Ruben Lobo</h4>
<p class="card-text">
<center><img src="img/esec.jpg" alt="editorial secretary" width="200px"
height="200px"></center>
</p>
<button class="accordion">More Info</button>
<div class="panel">
<p><br><b>BRANCH:</b>TE-Production<br> <b>CONTACT NO:</b>7045195369<br>
<b>EMAIL ID:</b><br>[email protected]<br>
</p>
</div>
</div>
</article>
</div>
<div class="col-12 col-md-6 col-lg-4">
<article class="card">
<div class="card-body">
<div class="card-subtitle mb-2 text-muted">TECHNICAL SECRETARY</div>
<h4 class="card-title">Pranay Bagrecha</h4>
<p class="card-text">
<center><img src="img/tsec.jpg" alt="technical secretary" width="150px"
height="200px"></center>
</p>
<button class="accordion">More Info</button>
<div class="panel">
<p><br><b>BRANCH:</b>TE-Computers<br> <b>CONTACT NO:</b>9082515479<br>
<b>EMAIL ID:</b><br>[email protected]<br>
</p>
</div>
</div>
</article>
</div>
<div class="col-12 col-md-6 col-lg-4">
<article class="card">
<div class="card-body">
<div class="card-subtitle mb-2 text-muted">SPORTS SECRETARY[BOYS]</div>
<h4 class="card-title">Surya Pratap</h4>
<p class="card-text">
<center><img src="img/spbsec.jpeg" alt="sports secretary [boys]" width="200px"
height="200px"></center>
</p>
<button class="accordion">More Info</button>
<div class="panel">
<p><br><b>BRANCH:</b>TE-Computers<br> <b>CONTACT NO:</b>9146675169/8840540054<br>
<b>EMAIL ID:</b><br>[email protected]<br>
</p>
</div>
</div>
</article>
</div>
<div class="col-12 col-md-6 col-lg-4">
<article class="card">
<div class="card-body">
<div class="card-subtitle mb-2 text-muted">SPORTS SECRETARY[GIRLS]</div>
<h4 class="card-title">Simran Dsouza</h4>
<p class="card-text">
<center><img src="img/spg.png" alt="sports secretary[girls]" width="200px"
height="200px"></center>
</p>
<button class="accordion">More Info</button>
<div class="panel">
<p><br><b>BRANCH:</b>TE-Computers<br> <b>CONTACT NO:</b>9167251215<br>
<b>EMAIL ID:</b><br>[email protected]<br>
</p>
</div>
</div>
</article>
</div>
<div class="col-12 col-md-6 col-lg-4">
<article class="card">
<div class="card-body">
<div class="card-subtitle mb-2 text-muted">PUBLIC RELATIONS HEAD</div>
<h4 class="card-title">Rozebud Gonsalves</h4>
<p class="card-text">
<center><img src="img/prh.png" alt="PR head" width="200px" height="200px"></center>
</p>
<button class="accordion">More Info</button>
<div class="panel">
<p><br><b>BRANCH:</b>TE-I.T.<br> <b>CONTACT NO:</b>9422668786<br>
<b>EMAIL ID:</b><br>[email protected]<br>
</p>
</div>
</div>
</article>
</div>
<div class="col-12 col-md-6 col-lg-4">
<article class="card">
<div class="card-body">
<div class="card-subtitle mb-2 text-muted">MARKETING HEAD</div>
<h4 class="card-title">Swarup T. Saju</h4>
<p class="card-text">
<center><img src="img/mh.jpg" alt="marketing head" width="150px" height="210px">
</center>
</p>
<button class="accordion">More Info</button>
<div class="panel">
<p><br><b>BRANCH:</b>TE-Electronics<br> <b>CONTACT NO:</b>8879851205<br>
<b>EMAIL ID:</b><br>[email protected]<br>
</p>
</div>
</div>
</article>
</div>
<div class="col-12 col-md-6 col-lg-4">
<article class="card">
<div class="card-body">
<div class="card-subtitle mb-2 text-muted">ALUMNI AND MARKETING HEAD</div>
<h4 class="card-title">Ridhika Agarwal</h4>
<p class="card-text">
<center><img src="img/ah.jpg" alt="alumni and marketing head" width="200px"
height="200px"></center>
</p>
<button class="accordion">More Info</button>
<div class="panel">
<p><br><b>BRANCH:</b>TE-Electronics<br> <b>CONTACT NO:</b>8879767222<br>
<b>EMAIL ID:</b><br>[email protected]<br>
</p>
</div>
</div>
</article>
</div>
<div class="col-12 col-md-6 col-lg-4">
<article class="card">
<div class="card-body">
<div class="card-subtitle mb-2 text-muted">DESIGN HEAD</div>
<h4 class="card-title">Jeswin Thomas</h4>
<p class="card-text">
<center><img src="img/dh.png" alt="alumni and marketing head" width="200px"
height="200px"></center>
</p>
<button class="accordion">More Info</button>
<div class="panel">
<p><br><b>BRANCH:</b>TE-I.T.<br> <b>CONTACT NO:</b>7045486037<br>
<b>EMAIL ID:</b><br>[email protected]<br>
</p>
</div>
</div>
</article>
</div>
</div>
</div>
<br>
<h3 class="section-lead text-center animated infinite pulse">JUNIOR COUNCIL</h3>
<div class="section-body">
<div class="row col-spacing">
<div class="col-12 col-md-6 col-lg-4">
<article class="card">
<div class="card-body">
<div class="card-subtitle mb-2 text-muted">SE REPRESENTATIVE</div>
<h4 class="card-title">Ninad A. Shetty</h4>
<p class="card-text">
<center><img src="img/srn.jpg" alt="Se representative" width="150px" height="220px">
</center>
</p>
<button class="accordion">More Info</button>
<div class="panel">
<p><br><b>BRANCH:</b>SE-I.T.<br> <b>CONTACT NO:</b> 8451941231<br>
<b>EMAIL ID:</b><br>[email protected]<br>
</p>
</div>
</div>
</article>
</div>
<div class="col-12 col-md-6 col-lg-4">
<article class="card">
<div class="card-body">
<div class="card-subtitle mb-2 text-muted">SE REPRESENTATIVE</div>
<h4 class="card-title">Joshua Godinho</h4>
<p class="card-text">
<center><img src="img/srj.jpg" alt="Se representative" width="200px" height="200px">
</center>
</p>
<button class="accordion">More Info</button>
<div class="panel">
<p><br><b>BRANCH:</b>SE-Computers<br> <b>CONTACT NO:</b>9769496112<br>
<b>EMAIL ID:</b><br>[email protected]<br>
</p>
</div>
</div>
</article>
</div>
<div class="col-12 col-md-6 col-lg-4">
<article class="card">
<div class="card-body">
<div class="card-subtitle mb-2 text-muted">SE REPRESENTATIVE</div>
<h4 class="card-title">Antinni Joseph</h4>
<p class="card-text">
<center><img src="img/sra.jpg" alt="Se representative" width="150px" height="200px">
</center>
</p>
<button class="accordion">More Info</button>
<div class="panel">
<p><br><b>BRANCH:</b>SE-Production<br> <b>CONTACT NO:</b>9757214466<br>
<b>EMAIL ID:</b><br>[email protected]<br>
</p>
</div>
</div>
</article>
</div>
<div class="col-12 col-md-6 col-lg-4">
<article class="card">
<div class="card-body">
<div class="card-subtitle mb-2 text-muted">SE REPRESENTATIVE</div>
<h4 class="card-title">Clafacio Lobo</h4>
<p class="card-text">
<center><img src="img/src.jpg" alt="ladies representative" width="200px"
height="200px"></center>
</p>
<button class="accordion">More Info</button>
<div class="panel">
<p><br><b>BRANCH:</b>SE-I.T.<br> <b>CONTACT NO:</b>9309816876<br>
<b>EMAIL ID:</b><br>[email protected]<br>
</p>
</div>
</div>
</article>
</div>
<div class="col-12 col-md-6 col-lg-4">
<article class="card">
<div class="card-body">
<div class="card-subtitle mb-2 text-muted">LADIES REPRESENTATIVE</div>
<h4 class="card-title">Prisha Sharma</h4>
<p class="card-text">
<center><img src="img/lrp.jpg" alt="ladies representative" width="200px"
height="200px"></center>
</p>
<button class="accordion">More Info</button>
<div class="panel">
<p><br><b>BRANCH:</b>SE-Electronics<br> <b>CONTACT NO:</b>8291001034<br>
<b>EMAIL ID:</b><br>[email protected]<br>
</p>
</div>
</div>
</article>
</div>
<div class="col-12 col-md-6 col-lg-4">
<article class="card">
<div class="card-body">
<div class="card-subtitle mb-2 text-muted">LADIES REPRESENTATIVE</div>
<h4 class="card-title">Anu Thomas</h4>
<p class="card-text">
<center><img src="img/lra.jpeg" alt="Se representative" width="200px"
height="180px"></center>
</p>
<button class="accordion">More Info</button>
<div class="panel">
<p><br><b>BRANCH:</b>SE-I.T.<br> <b>CONTACT NO:</b> 7738456280<br>
<b>EMAIL ID:</b><br>[email protected]<br>
</p>
</div>
</div>
</article>
</div>
<div class="col-12 col-md-6 col-lg-4">
<article class="card">
<div class="card-body">
<div class="card-subtitle mb-2 text-muted">WEBMASTER</div>
<h4 class="card-title">Sakshi Ghadigaonkar</h4>
<p class="card-text">
<center><img src="img/wb.jpg" alt="webmaster" width="150px" height="200px"></center>
</p>
<button class="accordion">More Info</button>
<div class="panel">
<p><br><b>BRANCH:</b>SE-Computers<br> <b>CONTACT NO:</b>9637762627<br>
<b>EMAIL ID:</b><br>[email protected]<br>
</p>
</div>
</div>
</article>
</div>
<div class="col-12 col-md-6 col-lg-4">
<article class="card">
<div class="card-body">
<div class="card-subtitle mb-2 text-muted">DOCUMENTATION INCHARGE</div>
<h4 class="card-title">Felin Patel</h4>
<p class="card-text">
<center><img src="img/di.jpg" alt="documentation incharge" width="200px"
height="200px"></center>
</p>
<button class="accordion">More Info</button>
<div class="panel">
<p><br><b>BRANCH:</b>SE-Electronics<br> <b>CONTACT NO:</b>7045465080<br>
<b>EMAIL ID:</b><br>[email protected]<br>
</p>
</div>
</div>
</article>
</div>
<div class="col-12 col-md-6 col-lg-4">
<article class="card">
<div class="card-body">
<div class="card-subtitle mb-2 text-muted">ASSISTANT DESIGN HEAD</div>
<h4 class="card-title">Ridhi Bauskar</h4>
<p class="card-text">
<center><img src="img/adh.jpg" alt="assistant design head" width="200px"
height="200px"></center>
</p>
<button class="accordion">More Info</button>
<div class="panel">
<p><br><b>BRANCH:</b>SE-I.T.<br> <b>CONTACT NO:</b>7303147742<br>
<b>EMAIL ID:</b><br>[email protected]<br>
</p>
</div>
</div>
</article>
</div>
</section>
<section class="bg-overlay padding" id="project" data-bg="img/projects.jpeg">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-md-12">
<div class="projects-details text-center">
<div class="projects-badge">
About Us
</div>
<img src="img/logo.jpg" width="200px">
<p class="projects-description text-center">
❝ Being a member of the Student's Council is not a privilege extended to a few but a
duty shared by all.A duty to serve the people who are part of this esteemed institution and
to voice the concerns of our fellow students.At <b>Fr.Conceicao Rodrigues College Of
Engineering</b>,we don't look for a reason to help others.We work for a cause,not for
applause.❞
</p>
<br>
<div class="cta">
<button class="btn btn-warning animated infinite heartBeat" href="#">
<h4 style="font-family: 'Aladin', cursive;">#CouncilSticksTogether</h4>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="padding bg-grey" id="act">
<div class="container">
<h4 class="section-title text-center"><b>Cultural Activities</b></h4>
<p class="section-lead text-center text-muted">For all the artists in an engineering college</p>
<br>
<br>
<div class="row text-center" style="margin: 0 auto;">
<div class="col-sm-4 col-xs-4">
<a href=https://www.instagram.com/p/B2gxk1nnSbg/?igshid=p26tndx1gdaz><img src="img/hu.jpg"
alt="humans of crce" width="250px" height="250px"></img></a>
<br> <br>
<h4 class="section-title text-center"><b>Humans of CRCE</b></h4>
<p class="section-lead text-center text-muted"><br></p>
</div>
<div class="col-sm-4 col-xs-4">
<a href="https://www.instagram.com/p/B3EwUXgn68J/?igshid=1lptsorakrwgb"><img src="img/crmd.jpg"
alt="intra friendship day" width="250px" height="250px"></img></a>
<br> <br>
<h4 class="section-title text-center"><b>CRMD'19</h4></b></h4>
<p class="section-lead text-center text-muted"><br></p>
</div>
<div class="col-sm-4 col-xs-4">
<a href="https://www.instagram.com/p/B2T-zaLH21Z/?igshid=1a15feiiwxw7e"><img src="img/fp.jpg"
alt="intra friendship day" width="250px" height="250px"></img></a>
<br> <br>
<h4 class="section-title text-center"><b>Freshers</h4></b></h4>
<p class="section-lead text-center text-muted"><br></p>
</div>
<div class="col-sm-4 col-xs-4">
<a
href="https://www.instagram.com/s/aGlnaGxpZ2h0OjE3OTg2OTE1MDIxMjY3Mjgx?igshid=11a8r7p941pp9&story_media_id=2097370730430619550_1473805064"><img
src="img/fdp.jpg" alt="intra friendship day" width="250px" height="250px"></img></a>
<br> <br>
<h4 class="section-title text-center"><b>Friendship Day</h4></b></h4>
<p class="section-lead text-center text-muted"><br></p>
</div>
<div class="col-sm-4 col-xs-4">
<a href="https://www.instagram.com/p/BykLSvune9_/?igshid=1rtopx5h0zgax"><img src="img/yp.jpg"
alt="yoga day" width="250px" height="250px"></img></a>
<br> <br>
<h4 class="section-title text-center"><b>Yoga Day</b></h4>
<p class="section-lead text-center text-muted"><br></p>
</div>
<br><br>
</div>
</div>
</section>
<section class="padding bg-grey" id="tech">
<div class="container">
<h4 class="section-title text-center"><b>Technical Activities</b></h4>
<p class="section-lead text-center text-muted">The Great Growling Engine of Change</p>
<br>
<div class="row text-center" style="margin: 0 auto;">
<div class="col-sm-4 col-xs-4">
<a href="https://www.instagram.com/p/B1310EOnkKm/?igshid=3tlpf2pmkjcb "><img src="img/hck.jpg"
alt="hackathon" width="250px" height="250px"></img></a>
<br><br>
<h4 class="section-title text-center"><b>Synergy Hackathon</b></h4>
<p class="section-lead text-center text-muted"><br></p>
</div>
</div>
</div>
</section>
<section class="padding bg-grey" id="sports">
<div class="container">
<h1 class="section-title text-center"><b>SPORTS</b></h1>
<p class="section-lead text-center text-muted">Who said engineers only study?</p>
<br>
<div class="row text-center" style="margin: 0 auto;">
<div class="col-sm-4 col-xs-4">
<a href="https://www.instagram.com/p/B2HLyBNHXIc/?igshid=1nd6ectcip168"><img src="img/tt.jpg"
alt="intra badminton" width="250px" height="250px"></img></a>
<br><br>
<h4 class="section-title text-center"><b>Intra Table Tennis</b></h4>
<p class="section-lead text-center text-muted"><br><br></p>
</div>
<div class="col-sm-4 col-xs-4">
<a href="https://www.instagram.com/p/B1ELPy3nDQr/?igshid=a9g1zcai0kg3"><img src="img/ib.jpg"
alt="intra badminton" width="250px" height="250px"></img></a>
<br><br>
<h4 class="section-title text-center"><b>Intra Badminton</b></h4>
<p class="section-lead text-center text-muted"><br><br></p>
</div>
<div class="col-sm-4 col-xs-4">
<a href="https://www.instagram.com/p/Bz2GbYkHtez/?igshid=155q9gp7hwdib"><img src="img/if.jpg"
alt="intra football" width="250px" height="250px"></img></a>
<br><br>
<h4 class="section-title text-center"><b>Intra Football</b></h4>
<p class="section-lead text-center text-muted"><br></p>
</div>
</div>
</div>
<br>
<br>
<br>
<center>
<div class="cta">
<a href="score.html"><button class="btn btn-warning animated infinite tada">
<h4 style="font-family: 'Aladin', cursive;">Want to Know your Score?</h4>
</button></a>
</div>
</center>
</section>
<!-- Contact -->
<footer>
<section id="contact" name="contact">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center ">
<h2 class="section-heading">Contact Us</h2>
<h5 class="section-subheading text-muted">Drop us a mail at <strong><a
href="mailto:[email protected]">[email protected]</a></strong><br>
</h5>
<br><br>
<h3 class=" class=" section-subheading text-muted">Follow us on all platforms!</h3><br>
</div>
</div>
<div class="row text-center" style="margin: 0 auto;">
<div class="col-sm-4 col-xs-4">
<div class="social-icons animated bounceInLeft">
<a href="https://www.facebook.com/frcrce.studentscouncil" target="blank">
<img border="0" alt="Facebook" target="blank" src="img/icons/fb.png" width="75"
height="75">
</a>
</div>
</div>
<div class="col-sm-4 col-xs-4">
<div class="social-icons animated bounceInLeft">
<a href="https://www.youtube.com/channel/UCVXm63qDorgkAXRIEh7XLjA" target="blank">
<img border="0" alt="Youtube" target="blank" src="img/icons/yt.png" width="75"
height="75">
</a>
</div>
</div>
<div class="col-sm-4 col-xs-4">
<div class="social-icons animated bounceInLeft">
<a href="https://instagram.com/frcrce_official?igshid=1xzzfigzk6x4l" target="blank">
<img border="0" alt="Instragram" target="blank" src="img/icons/ig.png" width="75"
height="75">
</a>
</div>
</div>
</div>
</section>
<br>
<br>
<div class="container">
<figure>
<img src="img/logo.jpg" alt="Logo">
</figure>
<p>
Copyright © STUDENTS' COUNCIL 2019-20 <br>
<center>DESIGNED AND DEVELOPED BY SAKSHI GHADIGAONKAR</center>
</p>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<script src="js/jquery.easeScroll.js"></script>
<script src="js/stisla.js"></script>
<script src="js/particles.min.js"></script>
<script src="js/stats.js"></script>
<script src="js/app.js"></script>
</body>
</html>