-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
803 lines (657 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
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- <meta content="width=device-width, initial-scale=1.0" name="viewport"> -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>CRESCENDO | 2023 </title>
<meta
content="Crescendo is the annual technical festival of Fr. Conceicao Rodrigues College of Engineering. It is an inter college event with events ranging from Hackathon, Mechathon, Elexathon to Coding Competitions, Entrepreneurship, etc."
name="description">
<meta content="Crescendo, Crescendo 2023, Fr.CRCE, Technical Festival, CRCE Crescendo, Tech Event, CRESCENDO,Chris Gracias,Ivan D'silva,Vignesh Kombathula"
name="keywords">
<!-- Favicons -->
<link rel="shortcut icon" href="Logis/assets/img/favicon.ico" type="image/x-icon">
<link href="/Logis/assets/img/android-chrome-512x512.png" rel="icon">
<link href="/Logis/assets/img/android-chrome-192x192.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- <link href="https://fonts.cdnfonts.com/css/blanka" rel="stylesheet"> -->
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk&display=swap" rel="stylesheet">
<link href="//db.onlinewebfonts.com/c/8cdbb48678e4418f22a2f507c2b975bd?family=Blanka" rel="stylesheet" type="text/css" />
<!-- <link href="//db.onlinewebfonts.com/c/9c6dbf46e0678b08c7288008c8df8691?family=Corrupted+File" rel="stylesheet" type="text/css"/> -->
<!-- Vendor CSS Files -->
<link href="/Logis/assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="/Logis/assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="/Logis/assets/vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="/Logis/assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="/Logis/assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="/Logis/assets/vendor/aos/aos.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<!-- Template Main CSS File -->
<link href="/Logis/assets/css/main.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Logis - v1.3.0
* Template URL: https://bootstrapmade.com/logis-bootstrap-logistics-website-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="header d-flex align-items-center fixed-top">
<div class="container-fluid container-xl d-flex align-items-center justify-content-between">
<a href="#header" class="logo d-flex align-items-center">
<!-- Uncomment the line below if you also wish to use an image logo -->
<!-- <img src="assets/img/logo.png" alt=""> -->
<h1>CRESCENDO 2023</h1>
</a>
<i class="mobile-nav-toggle mobile-nav-show bi bi-list"></i>
<i class="mobile-nav-toggle mobile-nav-hide d-none bi bi-x"></i>
<nav id="navbar" class="navbar">
<ul>
<li><a href="#header" class="active">Home</a></li>
<li><a href="#main">Flagship</a></li>
<li><a href="#events">Events</a></li>
<li><a href="#faq">FAQ</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="https://drive.google.com/file/d/1KxG91ynV10PRgIM-yyZ34pLjlOZiKV-J/view?usp=share_link"><button
class="btn btn-primary" style="border-radius:50px;">Brochure</button></a></li>
<!-- <li><a class="get-a-quote" href="">Register</a></li> -->
</ul>
</nav>
<!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="hero d-flex align-items-center">
<iframe src='https://my.spline.design/platformerrabbitcopy-7f89b135c3fd92b0708b3a84d022db2b/' frameborder='0'
width='100%' height='100%' class="landing"></iframe>
<!-- <iframe src='https://my.spline.design/platformerrabbitcopy-7f89b135c3fd92b0708b3a84d022db2b/' frameborder='0'width='100%' height="100%" class="mobile"></iframe> -->
<!-- </div> -->
<!-- </div> -->
</section>
<section id="main">
<section>
<div class="content">
<h1 class="glitch head pad">
<span aria-hidden="true">Flagship Events</span>
Flagship Events
<span aria-hidden="true">Flagship Events</span>
</h1>
</div>
</section>
<!-- End Pricing Section -->
<section>
<div id="cards3d">
<!-- <a href="https://www.mythrillfiction.com/the-dark-rider" alt="Mythrill" target="_blank"> -->
<div>
<div class="card3">
<div class="wrapper">
<img src="./Logis/assets/img/hack poster.png" class="cover-image">
</div>
<!-- <img src="https://ggayane.github.io/css-experiments/cards/dark_rider-title.png" class="title3" /> -->
<img src="./Logis/assets/img/pop3d-hack.png" class="character">
</div>
<!-- <button class="btn btn-outline-success fgship">Register Soon</button> -->
<div class="move">
<div class="apply-button" data-hackathon-slug="crescendo-hackathon-3" data-button-theme="dark-inverted"
style="height: 44px; width: 312px;"></div>
</div>
</div>
<!-- <button class="btn btn-outline-primary">Click here</button> -->
<!-- <a href="https://www.mythrillfiction.com/force-mage" alt="Mythrill" target="_blank"> -->
<div>
<div class="card3">
<div class="wrapper">
<img src="./Logis/assets/img/elex poster.png" class="cover-image">
</div>
<!-- <img src="https://ggayane.github.io/css-experiments/cards/force_mage-title.png" class="title3" /> -->
<img src="./Logis/assets/img/pop3d-elex.png" class="character">
</div>
<!-- </a> -->
<a href="https://forms.gle/sGjpfWc8HmZB8pN26" target="_blank">
<button class="btn btn-outline-danger fgship">Register Here</button>
</a>
</div>
<!-- <a href="https://www.mythrillfiction.com/the-dark-rider" alt="Mythrill" target="_blank"> -->
<div>
<div class="card3">
<div class="wrapper">
<img src="./Logis/assets/img/mech poster.png" class="cover-image">
</div>
<!-- <img src="https://ggayane.github.io/css-experiments/cards/dark_rider-title.png" class="title3" /> -->
<img src="./Logis/assets/img/pop3d-mech.png" class="character">
</div>
<!-- </a> -->
<a href="https://forms.gle/gkp9UL4V1cVhiNG58" target="_blank">
<button class="btn btn-outline-primary fgship">Register Here</button>
</a>
</div>
</div>
<div id="cards3d" class="card2box">
<!-- <a href="https://www.mythrillfiction.com/force-mage" alt="Mythrill" target="_blank"> -->
<div>
<div class="card3">
<div class="wrapper">
<img src="./Logis/assets/img/pop3d droid-min.png" class="cover-image">
</div>
<!-- <img src="https://ggayane.github.io/css-experiments/cards/force_mage-title.png" class="title3" /> -->
<img src="./Logis/assets/img/crescendo_bot-removebg-preview-min.png" class="character">
</div>
<!-- </a> -->
<a href="https://forms.gle/QTcVohGrUESWbrVx9" target="_blank">
<button class="btn btn-outline-warning fgship">Register Here</button>
</a>
</div>
<!-- <a href="https://www.mythrillfiction.com/force-mage" alt="Mythrill" target="_blank"> -->
<div>
<div class="card3">
<div class="wrapper">
<img src="./Logis/assets/img/project.jpg" class="cover-image">
</div>
<!-- <img src="https://ggayane.github.io/css-experiments/cards/force_mage-title.png" class="title3" /> -->
<img src="./Logis/assets/img/project 3d.png" class="character">
</div>
<a href="https://forms.gle/4qYnmmFb8FNqiu578" target="_blank">
<button class="btn btn-outline-warning fgship">Register Here</button>
</a>
<!-- </a> -->
</div>
</div>
</section>
<!-- ======= Services Section ======= -->
<section>
<div class="content" id="events">
<h1 class="glitch head">
<span aria-hidden="true">Council Events</span>
Council Events
<span aria-hidden="true">Council Events</span>
</h1>
<p class="description" style="text-align: center;">Click on the card to register</p>
<a class="card" href="https://forms.gle/edygdmJ2WQZyDPLY7" target="_blank">
<div class="front" style="background-image: url(./Logis/assets/img/3-min.png)">
<p>CSI</p>
</div>
<div class="back">
<div>
<p>There will be 2 rounds where 1st round will be a quiz on Kahoot which will test technical knowledge and
aptitude of each participant. Round 2 will be a coding game on a website to be disclosed later, where
each participant will get a choice of 25 programming languages to tackle the problem statements and the
difficulty will move from easy to difficult.
</p>
<button class="btn btn-outline-success"> Click Here</button>
</div>
</div>
</a>
<a class="card" href=" https://forms.gle/quDzYrAQW94KWVXG9" target="_blank">
<div class="front" style="background-image: url(./Logis/assets/img/2-min.png)">
<p>CODELABS</p>
</div>
<div class="back">
<div>
<p>Get ready to test your coding skills and efficiency with our code golf event! In each of the 5 rounds
(or holes) participants must write code to solve a problem in the fewest number of characters possible.
Whether you're a seasoned coder or just starting out, this event is sure to be a fun and challenging
test of your coding abilities. So grab your keyboard and get ready to code your way to victory!
</p>
<button class="btn btn-outline-success">Click Here</button>
</div>
</div>
</a>
<a class="card" href="https://forms.gle/NJ6CC7nabeMMG6729 " target="_blank">
<div class="front" style="background-image: url(./Logis/assets/img/7-min.png)">
<p>E-CELL</p>
</div>
<div class="back">
<div>
<p>We have curated a list of renowned companies/organisations to choose from to build a dream product you
desire. A team can utilise the brand value of the company to devise a new product. Compete by bidding
for the companies. Qualified teams will then present their vision of utilising the companies they bought
and the best team wins. </p>
<button class="btn btn-outline-warning">Click Here</button>
</div>
</div>
</a>
<a class="card" href=" https://forms.gle/ZnnJgKKChLSHVJfB7" target="_blank">
<div class="front" style="background-image: url(./Logis/assets/img/4-min.png)">
<p>GDSC</p>
</div>
<div class="back">
<div>
<p>IoTrauma brings to you the opportunity to sove a real world problem with your IoT skills. 2 rounds
await you with loads of connection and logic application. Make the "things" work over "Internet" to
crack the trauma.
</p>
<button class="btn btn-outline-danger">Click Here</button>
</div>
</div>
</a>
<a class="card" href="https://forms.gle/2ghxvJx5G6ckecUw7" target="_blank">
<div class="front" style="background-image: url(./Logis/assets/img/1-min.png)">
<p>MOZILLA</p>
</div>
<div class="back">
<div>
<p>Come all, Come Fast, Present Big, Win BIGGER
Present your innovative ideas which are total 'Hatke'. You will be given 20 minutes to make a ppt of
your idea topic (Yes, You heard right, Only the idea ppt, not the code or model), and guess what? You
are allowed to bring a 'Plus One'.
.</p>
<button class="btn btn-outline-danger">Click Here</button>
</div>
</div>
</a>
<a class="card" href="https://forms.gle/GZf1BrvDyydUj6Uu5" target="_blank">
<div class="front" style="background-image:url(./Logis/assets/img/6-min.png)">
<p>ACM</p>
</div>
<div class="back">
<div>
<p>Join us for the ultimate pitch competition: Shark Tank CRCE! This is your chance to show the world your
innovative ideas and cutting-edge products. Impress our panel of investors and industry experts with
your pitch and you could walk away with funding, mentorship, and valuable exposure. Don't miss this
exciting opportunity to take your business to the next level. </p>
<button class="btn btn-outline-warning">Click Here</button>
</div>
</div>
</a>
<a class="card" href="https://forms.gle/usVRYcqsVdzDfUXw7 " target="_blank">
<div class="front" style="background-image: url(./Logis/assets/img/5-min.png)">
<p>IIIE</p>
</div>
<div class="back">
<div>
<p>Humans always have a knack for destruction, though only a few people are allowed to do it legally. If
you too have the hots for destruction, our event grants what you wished for. Take part in building a
fortress that your opponents can't break along with your very own catapult that decimates the opponent!!
</p>
<button class=" btn btn-outline-primary">Click Here</button>
</div>
</div>
</a>
<a class="card" href="https://forms.gle/uY4RiU5xaaBuuvFq7" target="_blank">
<div class="front" style="background-image: url(./Logis/assets/img/9-min.png)">
<p>STUDENTS' COUNCIL</p>
</div>
<div class="back">
<div>
<p>Technical program based on designing that includes sketching,part designing and assembly of mechanical
models. Showcases the talent and skills of students in the field of mechanics and mechatronics. It
provides a platform for students to demonstrate their practical knowledge, design, build projects and
compete with their peers</p>
<button class="btn btn-outline-primary">Click Here</button>
</div>
</div>
</a>
<a class="card" href="https://forms.gle/VTzbkTFXTHBGoh3XA" target="_blank">
<div class="front" style="background-image: url(./Logis/assets/img/8-min.png)">
<p>GDA</p>
</div>
<div class="back">
<div>
<p>A competitive PC game with a twist on Hide & Seek. Prop Hunt game includes 2 teams i.e. Props and
hunters. The Props disguise themselves into objects matching the theme of the map while the Hunters will
be given weapons to hunt down the Props. Both the teams will be given power ups. At the end, even if 1
prop survives then Prop wins and if hunters find out every last props within time limit then hunters
win.</p>
<button class="btn btn-outline-info">Click Here</button>
</div>
</div>
</a>
</div>
</section>
<!-- <section>
<div class='embed-container'>
<iframe
src='https://www.google.com/maps/embed/v1/place?key=AIzaSyAKEazTvkujlvUkagT55_VCbesyadmPQM4&zoom=16 ¢er=47.4665926,7.8101953&maptype=satellite&language=fr&q=Sissach, CS2' frameborder='0'></iframe>
</div>
</section> -->
</main>
<div class="content">
<h1 class="glitch head" id="faq">
<span aria-hidden="true">F.A.Q </span>
F.A.Q
<span aria-hidden="true">F.A.Q</span>
</h1>
</div>
<!-- End #main -->
<section>
<div class="terminal">
<div class="terminalCont col-sm-10 col-md-8 col-8">
<div id="terminalReslutsCont">
</div>
<form>
<input id="terminalTextInput" type="text" placeholder="Try typing help..." autocomplete="off">
</form>
</div>
</div>
</div>
</div>
</section>
<!-- sponsers -->
<div class="content">
<h1 class="glitch head plat" id="faq">
<span aria-hidden="true">Platinum Sponsors</span>
Platinum Sponsors
<span aria-hidden="true">Platinum Sponsors</span>
</h1>
<section id="marquee">
<div class="view">
<div class="pic-container">
<div class="pic">
<a href="https://devfolio.co/" target="_blank"><img src="./Logis/assets/img/Devfolio_Logo-White.svg"
alt="" /></a>
</div>
<div class="pic">
<a href="https://polygon.technology/" target="_blank"><img src="./Logis/assets/img/Polygon_Logo-White.svg"
alt="" /></a>
</div>
<div class="pic">
<a href="https://devfolio.co/" target="_blank"><img src="./Logis/assets/img/Devfolio_Logo-White.svg"
alt="" /></a>
</div>
<div class="pic">
<a href="https://polygon.technology/" target="_blank"><img src="./Logis/assets/img/Polygon_Logo-White.svg"
alt="" /></a>
</div>
<div class="pic">
<a href="https://devfolio.co/" target="_blank"><img src="./Logis/assets/img/Devfolio_Logo-White.svg"
alt="" /></a>
</div>
<div class="pic">
<a href="https://polygon.technology/" target="_blank"><img src="./Logis/assets/img/Polygon_Logo-White.svg"
alt="" /></a>
</div>
<div class="pic">
<a href="https://devfolio.co/" target="_blank"><img src="./Logis/assets/img/Devfolio_Logo-White.svg"
alt="" /></a>
</div>
<div class="pic">
<a href="https://polygon.technology/" target="_blank"><img src="./Logis/assets/img/Polygon_Logo-White.svg"
alt="" /></a>
</div>
<div class="pic">
<a href="https://devfolio.co/" target="_blank"><img src="./Logis/assets/img/Devfolio_Logo-White.svg"
alt="" /></a>
</div>
</div>
</section>
</div>
<div class="content">
<h1 class="glitch head" id="faq">
<span aria-hidden="true">Gold Sponsors</span>
Gold Sponsors
<span aria-hidden="true">Gold Sponsors</span>
</h1>
<section id="marquee">
<div class="view">
<div class="pic-container">
<div class="pic">
<!-- <div class="pic">
<a href="https://www.bandrabuzz.com/" target="_blank"><img src="./Logis/assets/img/Bandra-Buzz-Logo.png" alt="" /></a>
</div> -->
<a href="https://solana.com/" target="_blank"><img src="./Logis/assets/img/Solana Dark.svg" alt="" /></a>
</div>
<div class="pic">
<a href="https://filecoin.io/" target="_blank"><img src="./Logis/assets/img/Filecoin White.svg"
alt="" /></a>
</div>
<div class="pic">
<a href="https://replit.com/" target="_blank"><img src="./Logis/assets/img/logo-light-text-bg.svg"
alt="" /></a>
</div>
<div class="pic">
<a href="https://solana.com/" target="_blank"><img src="./Logis/assets/img/Solana Dark.svg" alt="" /></a>
</div>
<div class="pic">
<a href="https://filecoin.io/" target="_blank"><img src="./Logis/assets/img/Filecoin White.svg"
alt="" /></a>
</div>
<div class="pic">
<a href="https://replit.com/" target="_blank"><img src="./Logis/assets/img/logo-light-text-bg.svg"
alt="" /></a>
</div>
<div class="pic">
<a href="https://solana.com/" target="_blank"><img src="./Logis/assets/img/Solana Dark.svg" alt="" /></a>
</div>
<div class="pic">
<a href="https://filecoin.io/" target="_blank"><img src="./Logis/assets/img/Filecoin White.svg"
alt="" /></a>
</div>
<div class="pic">
<a href="https://replit.com/" target="_blank"><img src="./Logis/assets/img/logo-light-text-bg.svg"
alt="" /></a>
</div>
<div class="pic">
<a href="https://www.bandrabuzz.com/" target="_blank"><img src="./Logis/assets/img/Bandra-Buzz-Logo.png" alt="" /></a>
</div>
</div>
</section>
</div>
<!-- normal sponsers -->
<div class="content">
<h1 class="glitch head" id="faq">
<span aria-hidden="true"> Sponsors</span>
Sponsors
<span aria-hidden="true">Sponsors</span>
</h1>
<section id="marquee">
<div class="view">
<div class="pic-container">
<div class="pic">
<a href=" " target="_blank"><img src="./Logis/assets/img/The_travellers_Logo__3_-removebg-preview (2).png" alt="" /></a>
</div>
<div class="pic">
<a href="https://givemycertificate.com/" target="_blank"><img src="./Logis/assets/img/give_my_certificate-removebg-preview.png" alt="" /></a>
</div>
<div class="pic">
<a href="https://www.pintola.in/" target="_blank"><img src="./Logis/assets/img/pintola-removebg-preview (2).png" alt="" /></a>
</div>
<div class="pic">
<a href="https://www.codingninjas.com/" target="_blank"><img src="./Logis/assets/img/CodingNinjas-removebg-preview rs.png" alt="" /></a>
</div>
<div class="pic">
<a href="https://www.bandrabuzz.com/" target="_blank"><img src="./Logis/assets/img/Bandra-Buzz-Logo-140x48-300x103-removebg-preview.png" alt="" /></a>
</div>
<div class="pic">
<a href="https://www.taskade.com/" target="_blank"><img src="./Logis/assets/img/taskade-removebg-preview.png" alt="" /></a>
</div>
<div class="pic">
<a href="https://newsaurchai.com/" target="_blank"><img src="./Logis/assets/img/newsaurchai-removebg-preview.png" alt="" /></a>
</div>
<div class="pic">
<a href=" " target="_blank"><img src="./Logis/assets/img/The_travellers_Logo__3_-removebg-preview (2).png" alt="" /></a>
</div>
<div class="pic">
<a href="https://givemycertificate.com/" target="_blank"><img src="./Logis/assets/img/give_my_certificate-removebg-preview.png" alt="" /></a>
</div>
<div class="pic">
<a href="https://www.pintola.in/" target="_blank"><img src="./Logis/assets/img/pintola-removebg-preview (2).png" alt="" /></a>
</div>
<div class="pic">
<a href="https://www.codingninjas.com/" target="_blank"><img src="./Logis/assets/img/CodingNinjas-removebg-preview.png" alt="" /></a>
</div>
<div class="pic">
<a href="https://www.bandrabuzz.com/" target="_blank"><img src="./Logis/assets/img/Bandra-Buzz-Logo-140x48-300x103-removebg-preview.png" alt="" /></a>
</div>
<div class="pic">
<a href="https://www.taskade.com/" target="_blank"><img src="./Logis/assets/img/taskade-removebg-preview.png" alt="" /></a>
</div>
<div class="pic">
<a href="https://newsaurchai.com/" target="_blank"><img src="./Logis/assets/img/newsaurchai-removebg-preview.png" alt="" /></a>
</div>
</div>
</section>
</div>
<!-- sponser -->
<section>
<div id="flagship">
<div class="content">
<h1 class="glitch head" id="contact">
<span aria-hidden="true">Contact Us</span>
Contact Us
<span aria-hidden="true">Contact Us</span>
</h1>
</div>
</div>
</section>
<section class="contact-section section-padding" id="section_6">
<div class="container contact">
<div class="row">
<div class="col-lg-8 col-12 mx-auto">
<nav class="d-flex justify-content-center">
<div class="nav nav-tabs align-items-baseline justify-content-center" id="nav-tab" role="tablist">
<button class="nav-link active" id="nav-ContactForm-tab" data-bs-toggle="tab"
data-bs-target="#nav-ContactForm" type="button" role="tab" aria-controls="nav-ContactForm"
aria-selected="false">
<h5>Contact Form</h5>
</button>
<button class="nav-link" id="nav-ContactMap-tab" data-bs-toggle="tab" data-bs-target="#nav-ContactMap"
type="button" role="tab" aria-controls="nav-ContactMap" aria-selected="false">
<h5>Google Maps</h5>
</button>
</div>
</nav>
<div class="tab-content shadow-lg mt-5" id="nav-tabContent">
<div class="tab-pane fade show active" id="nav-ContactForm" role="tabpanel"
aria-labelledby="nav-ContactForm-tab">
<form class="custom-form contact-form mb-5 mb-lg-0"
action="https://formsubmit.co/548a60d5dc4ccc3a0645651b8a9424b5" method="post" role="form">
<div class="contact-form-body">
<div class="row">
<div class="col-lg-6 col-md-6 col-12">
<input type="text" name="contact-name" id="contact-name" class="form-control"
placeholder="Full name" required>
</div>
<div class="col-lg-6 col-md-6 col-12">
<input type="email" name="email" id="contact-email" pattern="[^ @]*@[^ @]*" class="form-control"
placeholder="Email address" required>
</div>
</div>
<input type="text" name="contact-company" id="contact-company" class="form-control"
placeholder="College Name" required>
<textarea name="contact-message" rows="3" class="form-control" id="contact-message"
placeholder="Message" required></textarea>
<input type="hidden" name="_template" value="box">
<div class="col-lg-4 col-md-10 col-8 mx-auto">
<button type="submit" class="form-control btn btn-primary">Send message</button>
</div>
</div>
</form>
</div>
<div class="tab-pane fade" id="nav-ContactMap" role="tabpanel" aria-labelledby="nav-ContactMap-tab">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3771.4411288196648!2d72.81818181458672!3d19.044332987106053!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3be7c9410830616d%3A0x111b63353dbbce01!2sFr.%20Conceicao%20Rodrigues%20College%20of%20Engineering!5e0!3m2!1sen!2sin!4v1670686969125!5m2!1sen!2sin"
width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
<!-- You can easily copy the embed code from Google Maps -> Share -> Embed a map // -->
</div>
</div>
</div>
</div>
</div>
</section>
<!-- maps -->
<!-- ======= Footer ======= -->
<footer id="footer" class="footer">
<p class="stucoani">
The Technical Amalgamation
<span class="animate">
#CRESCENDO
</span>
— FR. CRCE —
</p>
<div class="container">
<div class="row gy-4">
<div class="container text-center">
<div class="row align-items-start">
<div class="col">
Anthony Benno
<br>
(General Secretary)
<br>
<strong>Phone:</strong>+9137811659
</div>
<div class="col">
<p>
Ivan Dsilva <br>
(Technical Secretary)<br>
<strong>Phone:</strong>+8104413527
</div>
<div class="col">
Farhan Khan
<br>
(PR Head)
<br>
<strong>Phone:</strong>+9867320064<br>
</div>
</div>
<strong>Email:</strong> [email protected]<br>
</p>
</div>
</div>
<html>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<div class="event">
<a href=" https://www.facebook.com/fcrce/ " target="_blank">
<div class="btns fb-btn">
<i class="fa fa-facebook" aria-hidden="true" id="fb"></i>
</div>
</a>
<a href="https://www.instagram.com/frcrce_official/?hl=en " target="_blank">
<div class="btns ig-btn">
<i class="fa fa-instagram" aria-hidden="true" id="ig"></i>
</div>
</a>
<a href=" https://www.youtube.com/@fr.conceicaorodriguescolle2181" target="_blank">
<div class="btns tw-btn">
<i class="fa fa-youtube" aria-hidden="true" id="fa-yt"></i>
</div>
</a>
</div>
</html>
</div>
<div class="container mt-4">
<div class="copyright">
© Copyright <strong><span></span></strong>. All Rights Reserved Students Council CRCE
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/logis-bootstrap-logistics-website-template/ -->
Designed and developed by Web Team CRCE <a href=" "></a>
</div>
</div>
</footer>
<!-- End Footer -->
<!-- End Footer -->
<a href="#" class="scroll-top d-flex align-items-center justify-content-center"><svg
xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-up"
viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M8 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L7.5 2.707V14.5a.5.5 0 0 0 .5.5z" />
</svg></a>
<div id="preloader"> </div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin="anonymous"></script>
<script src="/Logis/assets/js/main.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src=" https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script defer async src="https://apply.devfolio.co/v2/sdk.js"></script>
</body>
</html>