-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
705 lines (609 loc) · 29.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>CRMD</title>
<meta content="" name="description">
<meta content="" name="keywords">
<link rel="icon" type="image/x-icon" href="/assets/img/stucologo.png" />
<!-- Favicons -->
<!-- <link href="assets/img/favicon.png" rel="icon"> -->
<!-- <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon"> -->
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="d-flex align-items-center">
<div class="container d-flex align-items-center justify-content-between">
<h1 class="logo"><a href="index.html" class="logo"><img src="/assets/img/logo.png" alt="" class="img-fluid">
CRMD</a></h1>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto " href="#rules">Rules & Prizes</a></li>
<!-- <li><a class="nav-link scrollto" href="#gallery">Gallery</a></li> -->
<li><a class="nav-link scrollto" href="#testimonials">Testimonials</a></li>
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
<li><a class="nav-link scrollto active" href="/assets/img/CRMD Brochure.pdf">Brochure</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center">
<div class="container position-relative" data-aos="fade-up" data-aos-delay="500">
<p class="sex">The 25th Edition</p>
<h1>Fr.<br><span class="highlight">C</span>onceicao<br> <span class="highlight">R</span>odrigues<br> <span
class="highlight">M</span>emorial<br> <span class="highlight">D</span>ebate</h1>
<!-- <h2>We are team of talented designers making websites with Bootstrap</h2> -->
<a href="https://forms.gle/ZKDXCrv6L1LM9Ar38" class="btn-get-started scrollto">Register (Participants)</a>
<a href="https://forms.gle/RoyBytyo6oT6MP9u7" class="btn-get-started scrollto">Register (Adjudicator)</a>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="row justify-content-center align-items-center text-center">
<div class="col-lg-8 pt-4 pt-lg-0 order-2 order-lg-1 content" data-aos="fade-right">
<h3>ABOUT CRMD</h3>
<p class="fst-italic">
The National level Fr. Conceicao
Rodrigues Memorial Debate is a
prestigious Debate Competition in
Mumbai, hosted annually by Fr.
Conceicao Rodrigues College of
Engineering, Bandra. Inaugurated in the
year 1999 as a debate competition for
colleges within Mumbai, it became a
National level Competition in 2012. This
year, we celebrate the 25th year of this
esteemed competition. It is a 2 day
event held on 6th and 7th October, 2023
organised by our Students’ Council. The
debate aims to provide a forum for
today
’s youth to articulate views and
engage in a dialogue on various issues.
</p>
</div>
</div>
</div>
<!-- End About Section -->
<!-- ======= Clients Section ======= -->
<!-- <section id="clients" class="clients">
<div class="container" data-aos="zoom-in">
<div class="row d-flex align-items-center">
<div class="col-lg-2 col-md-4 col-6">
<img src="assets/img/clients/client-1.png" class="img-fluid" alt="">
</div>
<div class="col-lg-2 col-md-4 col-6">
<img src="assets/img/clients/client-2.png" class="img-fluid" alt="">
</div>
<div class="col-lg-2 col-md-4 col-6">
<img src="assets/img/clients/client-3.png" class="img-fluid" alt="">
</div>
<div class="col-lg-2 col-md-4 col-6">
<img src="assets/img/clients/client-4.png" class="img-fluid" alt="">
</div>
<div class="col-lg-2 col-md-4 col-6">
<img src="assets/img/clients/client-5.png" class="img-fluid" alt="">
</div>
<div class="col-lg-2 col-md-4 col-6">
<img src="assets/img/clients/client-6.png" class="img-fluid" alt="">
</div>
</div>
</div>
</section> -->
<!-- End Clients Section -->
<!-- Timeline -->
<div class="section-title">
<span>CRMD - Over the years</span>
<h2>CRMD - Over the years</h2>
<p></p>
</div>
<section class="mt-5 container timeline">
<div class="info">
<h2>CRMD</h2>
<p>Debating, a dance of unresolved thoughts, trumps the hasty conclusion.</p>
</div>
<ol>
<li>
<div class="timeline-text">
<time>1999</time> <span class="title">The Advent of CRMD</span> <br> Heralding the beginning of spirited
debates and the development of persuasive speaking skills.
</div>
</li>
<li>
<div class="timeline-text">
<time>2012</time> <span class="title"> India: An Order Rising Amongst Chaos </span> <br> India: An Order
Rising Amongst Chaos - Delving into India's remarkable journey of establishing order and progress within
the backdrop of complexity and chaos.
</div>
</li>
<li>
<div class="timeline-text">
<time>2013</time> <span class="title"> India: Shifting towards Equinox </span> <br> Examining India's
ongoing transformation towards a more balanced state in the midst of a rapidly changing global landscape.
</div>
</li>
<li>
<div class="timeline-text">
<time>2014</time> <span class="title"> Entranced by Light, Entrapped by Shadows </span> <br> Captivated by
the brilliance of light yet ensnared by the darkness of shadows, a complex exploration of contrasts and
complexities.
</div>
</li>
<li>
<div class="timeline-text">
<time>2015</time> <span class="title"> Appeasing mist shrouding the hills of reality </span> <br> Seeking
solace in the soothing mist that veils the harsh contours of reality, a journey of comfort and escape.
</div>
</li>
<li>
<div class="timeline-text">
<time>2016</time> <span class="title"> Breaking the Confines of Conformity</span> <br> Defying conformity
to embrace individuality, these trailblazers inspire change and spark innovation
</div>
</li>
<li>
<div class="timeline-text">
<time>2017</time> <span class="title"> Competence of Latent Judgement</span> <br> The capacity for nuanced
and insightful decision-making, often hidden until circumstances require it.
</div>
</li>
<li>
<div class="timeline-text">
<time>2018</time> <span class="title"> Hegemony of Moral Absolution </span> <br> The dominance of rigid
and
unyielding moral principles, often leading to intolerance of differing perspectives.
</div>
</li>
<li>
<div class="timeline-text">
<time>2019</time> <span class="title"> Ideologies Egocentrism Engendering Self Abatement</span> <br>
Ideological egocentrism fosters self-reduction as it prioritizes one's beliefs above all else.
</div>
</li>
<li>
<div class="timeline-text">
<time>2020</time> <span class="title"> Immanent Critique of Social Adiaphora </span> <br> Immanent
critique
of social adiaphora delves deep into the subtle complexities that often go unnoticed in societal norms and
values.
</div>
</li>
<li>
<div class="timeline-text">
<time>2021</time> <span class="title"> The Emanation of Unbecoming Comportment </span> <br> The emanation
of
unbecoming comportment reflects a departure from accepted social norms and decorum.
</div>
</li>
<li>
<div class="timeline-text">
<time>2022</time> <span class="title"> The Indian Agenda: Global Influence and Dominance </span> <br> The
pursuit of global influence and dominance by India as a key player on the international stage.
</div>
</li>
<li>
<div class="timeline-text">
<time>2023</time> <span class="title"> Sustainable Coalescence: A Socio-Economic Odyssey </span> <br> A
compelling journey towards socio-economic sustainability through collaboration and unity.
</div>
</li>
<li></li>
</ol>
</section>
</section>
<!-- End Timeline -->
<!-- ======= Services Section ======= -->
<section id="rules" class="services">
<!-- <div class="container">
<div class="section-title">
<span>Winnings</span>
<h2>Winnings</h2>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 d-flex align-items-stretch" data-aos="fade-up">
<div class="icon-box">
<div class="icon"><i class="bx bxs-award"></i></div>
<h4>Winner</h4>
<p>₹ <br>
</p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch mt-4 mt-md-0" data-aos="fade-up"
data-aos-delay="150">
<div class="icon-box">
<div class="icon"><i class="bx bxs-award"></i></div>
<h4>Runner-up</h4>
<p>₹ <br>
</p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch mt-4 mt-lg-0" data-aos="fade-up"
data-aos-delay="300">
<div class="icon-box">
<div class="icon"><i class="bx bxs-award"></i></div>
<h4>Best Speaker</h4>
<p>₹ <br>
</p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch mt-4 mt-lg-0" data-aos="fade-up"
data-aos-delay="300">
<div class="icon-box">
<div class="icon"><i class="bx bxs-award"></i></div>
<h4>Best Adjudicator</h4>
<p>₹ <br>
</p>
</div>
</div>
</div>
</div> -->
<!-- End Services Section -->
<!-- ======= Prize Section ======= -->
<section class="about">
<div class="container">
<div class="row">
<div class="col-lg-6 order-1 order-lg-2 aos-init aos-animate" data-aos="fade-left">
<img src="/assets/img/crmd-brochure.png" class="img-fluid" alt="">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 order-2 order-lg-1 content aos-init aos-animate" data-aos="fade-right">
<h1>RULES AND PRIZES</h1>
<h2>BASIC STRUCTURE</h2>
<h3>The debate will comprise of the following rounds:</h3>
<ul>
<li><i class="bi bi-dot"></i> 3 League rounds.</li>
<li><i class="bi bi-dot"></i> Quarter Finals.</li>
<li><i class="bi bi-dot"></i> Semi-Finals.</li>
<li><i class="bi bi-dot"></i> Finals.</li>
</ul>
<h3><i class="bi bi-award"></i> Prizes</h3>
<ul>
<li><i class="bi bi-dot"></i> TBD</li>
<!-- <li><i class="bi bi-dot"></i> First Place: Rs. 30,000.</li>
<li><i class="bi bi-dot"></i> Second Place: Rs. 15,000.</li>
<li><i class="bi bi-dot"></i> Best Speaker: Rs. 5,000.</li>
<li><i class="bi bi-dot"></i> Best Adjudicator: Rs. 5,000.</li> -->
</ul>
</div>
</div>
</div>
</section>
</section>
<!-- End Prize Section -->
<!-- ======= Gallery Section ======= -->
<!-- <section id="gallery" class="portfolio">
<div class="container">
<div class="section-title">
<span>Gallery</span>
<h2>Gallery</h2>
</div> -->
<!--
<div class="row" data-aos="fade-up">
<div class="col-lg-12 d-flex justify-content-center">
<ul id="portfolio-flters">
<li data-filter="*" class="filter-active">All</li>
<li data-filter=".filter-app">App</li>
<li data-filter=".filter-card">Card</li>
<li data-filter=".filter-web">Web</li>
</ul>
</div>
</div> -->
<!-- Temporary -->
<!-- <div class="row portfolio-container" data-aos="fade-up" data-aos-delay="150">
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<img src="assets/img/portfolio/portfolio-1.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>App 1</h4>
<p>App</p>
<a href="assets/img/portfolio/portfolio-1.jpg" data-gallery="portfolioGallery"
class="portfolio-lightbox preview-link" title="App 1"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<img src="assets/img/portfolio/portfolio-2.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Web 3</h4>
<p>Web</p>
<a href="assets/img/portfolio/portfolio-2.jpg" data-gallery="portfolioGallery"
class="portfolio-lightbox preview-link" title="Web 3"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<img src="assets/img/portfolio/portfolio-3.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>App 2</h4>
<p>App</p>
<a href="assets/img/portfolio/portfolio-3.jpg" data-gallery="portfolioGallery"
class="portfolio-lightbox preview-link" title="App 2"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<img src="assets/img/portfolio/portfolio-4.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Card 2</h4>
<p>Card</p>
<a href="assets/img/portfolio/portfolio-4.jpg" data-gallery="portfolioGallery"
class="portfolio-lightbox preview-link" title="Card 2"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<img src="assets/img/portfolio/portfolio-5.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Web 2</h4>
<p>Web</p>
<a href="assets/img/portfolio/portfolio-5.jpg" data-gallery="portfolioGallery"
class="portfolio-lightbox preview-link" title="Web 2"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<img src="assets/img/portfolio/portfolio-6.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>App 3</h4>
<p>App</p>
<a href="assets/img/portfolio/portfolio-6.jpg" data-gallery="portfolioGallery"
class="portfolio-lightbox preview-link" title="App 3"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<img src="assets/img/portfolio/portfolio-7.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Card 1</h4>
<p>Card</p>
<a href="assets/img/portfolio/portfolio-7.jpg" data-gallery="portfolioGallery"
class="portfolio-lightbox preview-link" title="Card 1"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<img src="assets/img/portfolio/portfolio-8.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Card 3</h4>
<p>Card</p>
<a href="assets/img/portfolio/portfolio-8.jpg" data-gallery="portfolioGallery"
class="portfolio-lightbox preview-link" title="Card 3"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<img src="assets/img/portfolio/portfolio-9.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Web 3</h4>
<p>Web</p>
<a href="assets/img/portfolio/portfolio-9.jpg" data-gallery="portfolioGallery"
class="portfolio-lightbox preview-link" title="Web 3"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
</section> -->
<!-- End Portfolio Section -->
<!-- ======= Team Section ======= -->
<section id="testimonials" class="team">
<div class="container">
<div class="section-title">
<span>Testimonials</span>
<h2>Testimonials</h2>
</div>
<div class="row justify-content-center">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" data-aos="zoom-in">
<div class="member">
<img src="/assets/img/mahesh.jpg" alt="">
<h4>Mahesh Bhatt</h4>
<span>Director, Producer & Screenwriter</span>
<p>
"No wonder films don’t always do well. After seeing a debate like this where so many intellectual young
minds fight it out who would want to go to a movie theatre?"
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" data-aos="zoom-in">
<div class="member">
<img src="/assets/img/dolly.jpg" alt="">
<h4>Dolly Thakore</h4>
<span>Theatre Actress & Casting Director</span>
<p>
"Way beyond my expectations. Never expected a technical college to hold such a non-technical Debate!"
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" data-aos="zoom-in">
<div class="member">
<img src="/assets/img/mathhara.jpg" alt="">
<h4>Madhur Bhandarkar</h4>
<span>Director & Script Writer</span>
<p>
"The debate was well organised and the participants were well aware.You people reminded me of the smart
youth our country is famous for"
</p>
</div>
</div>
</div>
</div>
</section>
<!-- End Team Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title">
<span>Contact</span>
<h2>Contact</h2>
</div>
<div class="row" data-aos="fade-up">
<div class="col-lg-6">
<div class="info-box mb-4">
<i class="bx bx-map"></i>
<h3>Our Address</h3>
<p>Fr. Agnel Ashram, Bandstand, Bandra (W). Mumbai 400 050.</p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="info-box mb-4">
<i class="bx bx-envelope"></i>
<h3>Email Us</h3>
<p><a href="mailto:studentscouncil.crce23@gmail.com"> studentscouncil.crce23@gmail.com</a></p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="info-box mb-4">
<i class="bx bx-phone-call"></i>
<h3>Call Us</h3>
<p>Chris Gracias - <a href="tel:+919004142802">+91 90041 42802</a></p>
<p>Riya Jaison - <a href="tel:+918452843312">+91 84528 43312</a></p>
<p>Grace Antony - <a href="tel:+919321192692">+91 93211 82692</a></p>
</div>
</div>
</div>
<div class="row" data-aos="fade-up">
<div class="col-lg-6 ">
<iframe class="mb-4 mb-lg-0"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d241349.6588570337!2d72.74122536202898!3d19.05984968602005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3be7c9410830616d%3A0x111b63353dbbce01!2sFr.%20Conceicao%20Rodrigues%20College%20of%20Engineering!5e0!3m2!1sen!2sin!4v1692209012321!5m2!1sen!2sin"
frameborder="0" style="border:0; width: 100%; height: 384px;" allowfullscreen></iframe>
</div>
<div class="col-lg-6">
<form action="forms/contact.php" method="post" role="form" class="php-email-form">
<div class="row">
<div class="col-md-6 form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" required>
</div>
<div class="col-md-6 form-group mt-3 mt-md-0">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" required>
</div>
</div>
<div class="form-group mt-3">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" required>
</div>
<div class="form-group mt-3">
<textarea class="form-control" name="message" rows="5" placeholder="Message" required></textarea>
</div>
<div class="my-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 col-md-6">
<div class="footer-info">
<h3>Students' Council - CRCE</h3>
<p>
<strong>Phone:</strong>
<p>Chris Gracias - <a href="tel:+919004142802">+91 90041 42802</a></p>
<p>Riya Jaison - <a href="tel:+918452843312">+91 84528 43312</a></p>
<p>Grace Antony - <a href="tel:+919321192692">+91 93211 82692</a></p><br>
<strong>Email:</strong> <a href="mailto:studentscouncil.crce23@gmail.com">studentscouncil.crce23@gmail.com</a><br>
</p>
<div class="social-links mt-3">
<a href="mailto:studentscouncil.crce23@gmail.com" class="mail"><i class="bx bx-envelope"></i></a>
<!-- <a href="#" class="facebook"><i class="bx bxl-facebook"></i></a> -->
<a href="https://www.instagram.com/frcrce_official/" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="https://www.stucocrce23.com" class="website"><i class="bx bx-globe"></i></a>
<!-- <a href="#" class="google-plus"><i class="bx bxl-skype"></i></a> -->
<!-- <a href="#" class="linkedin"><i class="bx bxl-linkedin"></i></a> -->
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="credits">
Designed by <a href="https://www.linkedin.com/in/itsmehxrsh/">Harsh Vishwakarma</a> & <a href="https://www.linkedin.com/in/joshua-dmello-a48aa0264/">Joshua Dmello</a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<div class="preload no-scroll">
</div>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script>
// Find the div element with the class "preload"
var preloadDiv = document.querySelector(".preload");
// Create a new img element
var imgElement = document.createElement("img");
// Check if the viewport width is less than a certain threshold (e.g., 768px for mobile)
if (window.innerWidth < 768) {
// Set the src attribute to the mobile image path
imgElement.setAttribute("src", "/assets/img/mobile.gif");
} else {
// Set the src attribute to the desktop image path
imgElement.setAttribute("src", "/assets/img/web.gif");
}
// Append the img element to the preloadDiv
preloadDiv.appendChild(imgElement);
</script>
<script>
// VARIABLES
const elH = document.querySelectorAll(".timeline li > div");
// START
window.addEventListener("load", init);
function init() {
setEqualHeights(elH);
}
// SET EQUAL HEIGHTS
function setEqualHeights(el) {
let counter = 0;
for (let i = 0; i < el.length; i++) {
const singleHeight = el[i].offsetHeight;
if (counter < singleHeight) {
counter = singleHeight;
}
}
for (let i = 0; i < el.length; i++) {
el[i].style.height = `${counter}px`;
}
}
</script>
<script>
window.addEventListener("load", function () {
var loader = document.querySelector(".preload");
loader.classList.add("hide-preloader");
document.body.classList.remove("no-scroll");
});
</script>
</body>
</html>