-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
614 lines (481 loc) · 22.6 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
<!DOCTYPE html>
<html lang="en" id="html">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Description" content="Welcome to Projections-Gujarat's Largest Technical Fest">
<meta property="og:url" content="https://projections.co.in" />
<meta property="og:type" content="Website" />
<meta property="og:title" content="Projections 2022" />
<meta property="og:description" content="Gujarat's Largest Technical Fest" />
<meta property="og:image" content="https://i.ibb.co/0Y4bXSh/image-9.png" />
<title>Home : Projections</title>
<link rel="shortcut icon" href="https://i.ibb.co/Kh6fTq3/Group-14.png" type="image/x-icon">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="css/navbar.css">
<link rel="stylesheet" href="css/hevents.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/footer.css">
<link rel="stylesheet" href="css/scrollbar.css">
<link rel="stylesheet" href="css/cursor.css">
<link rel="stylesheet" href="css/loading.css">
<!-- <link rel="shortcut icon" href="imgs/logo.png" type="image/x-icon" sizes="100x100"> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GJXLWG4EE9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GJXLWG4EE9');
</script>
<script src="js/gsap.js" defer></script>
<script defer>
if (screen.width <= 699) {
document.location = "mobile.html";
}
</script>
</head>
<body>
<div class="loading-divv" id="loadingdivv">
<div class="loading-barr"></div>
<div class="svg-div"></div>
<div class="loading-count">
<h1 class="countss" id="countss"> </h1>
</div>
</div>
<div class="whatsapp" id="whatsapp">
<a href="https://api.whatsapp.com/send/?phone=%2B918128650030&text=I%20have%20a%20query%20about: ">
<img src="imgs/whatsapp.png" alt="Contact on whatsapp"></a>
</div>
<div class="cursor"></div>
<div class="cursor2"></div>
<nav class="navbar navbar-expand-lg nav-light " style="width: 100%;">
<div class="to-top"></div>
<div class="loading-bar"></div>
<div class="container">
<a class="navbar-brand" href="../index.html"><img src="../imgs/projections.png" alt="" class="logo"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown"
aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="../index.html">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="../events.html" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-expanded="false">
Events
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="../events/technical.html">Technical Events</a></li>
<li><a class="dropdown-item" href="../events/non-technical.html">Non Technical Events</a></li>
<li><a class="dropdown-item" href="../events/gop.html">Game-O-Pedia</a></li>
<li><a class="dropdown-item" href="../events/special.html">Special Events</a></li>
<li><a class="dropdown-item" href="../events/workshops.html">Workshops</a></li>
<li><a class="dropdown-item" href="../events/guestlec.html">Guest Lectures</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="../events.html" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-expanded="false">
History
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="../history.html">Timeline</a></li>
<li><a class="dropdown-item" href="../gallery.html">Gallery</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-expanded="false">
About Us
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="../social-init.html">Social Initiatives</a></li>
<li><a class="dropdown-item" href="../team.html">Team</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="../sponsors.html">Sponsors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="../ca.html">Campus Ambassador</a>
</li>
<li class="nav-item">
<a class="nav-link" href="../contact.html">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="hero">
<div class="container">
<div class="row">
<div class="col">
</div>
<div class="col main-info">
<div class="textInfo">
<h1 class="hero-head">PROJECTIONS 2022</h1>
<h5 class="hero-para">
Gujarat's Largest Technical Fest
</h5>
<h2 class="date">3rd & 4th March</h2>
<a href="events.html" class="explore">
Register Now
</a>
</div>
</div>
</div>
</div>
<div class="footer-icons-home">
<a href="https://www.facebook.com/PUProjections/" target="_blank"><i
class="fab fa-facebook-square"></i></a> <br>
<a href="https://www.instagram.com/puprojections/" target="_blank"><i class="fab fa-instagram-square"></i></a><br>
<a href="https://twitter.com/ProjectionsPu" target="_blank"><i class="fab fa-twitter-square"></i></a>
</div>
<a href="ca.html" class="explore" id="ca">
Campus Ambassador
</a>
</div>
<section class="about" id="about">
<div class="container">
<div class="row">
<div class="col">
<div class="stats-div">
<span class="autoCounter">17+ </span>
<p>Years Of Legacy</p>
</div>
</div>
<div class="col">
<div class="stats-div">
<span class="autoCounter">50+ </span>
<p>Events</p>
</div>
</div>
</div>
<div class="row">
<div class="col">
<div class="stats-div"><span class="footfalls autoCounter">35000+</span>
<p> FootFalls</p>
</div>
</div>
<div class="col">
<div class="stats-div">
<span class="autoCounter">8000+</span>
<p> Participants</p>
</div>
</div>
</div>
<div class="row" style="margin-top:5rem;">
<div class="col tab">
<iframe class="glimpse" src="https://www.youtube.com/embed/-l1cmnQ1E5Q" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="col">
<h1 class="about-head">About Us</h1>
<h6 class="about-sub">Parul University : Projections 2022</h6>
<p class="about-para">Projections is an International Technical Fest hosted by Parul University that includes over 45 different technical,
non-technical, and special events, workshops, and guest lectures.
It is Gujarat's largest technical event, with over 8000 attendees and 20000 viewers.
Projections'21 centred on emerging technologies from around the world and how they can help us achieve a better future.
This year, in Projections'22, we'd like to talk about how people have innovated, how technology has advanced, and how mankind has evolved as a result of technological advancement.
</p>
</div>
</div>
<div class="row opt-menu" >
<div class="col">
<img height="100rem" width="auto" src="https://i.ibb.co/4Zbt4Hj/helping-hand.png" alt="social-init"> <br>
<a class="btn btn-outline-info" href="social-init.html">Social Initiatives</a>
</div>
<div class="col">
<img height="100rem" width="auto" src="https://i.ibb.co/KhZskpX/parchment.png" alt="history"> <br>
<a class="btn btn-outline-info" href="history.html"> History</a>
</div>
<div class="col">
<img height="100rem" width="auto" src="https://i.ibb.co/zJ4q2yD/gallery.png" alt="gallery"> <br>
<a class="btn btn-outline-info" href="gallery.html">Gallery</a>
</div>
</div>
</div>
</section>
<section id="events" class="events">
<div class="container main-div">
<div class="row head-div">
<div class="col text-center">
<h1 class="main-head">Events</h1>
</div>
</div>
<div class="row">
<div class="col">
<div class="card" style="width: 18rem;">
<div class="card-head technical d-flex justify-content-center align-items-center">
<img src="https://i.ibb.co/h162qrR/technical-resources-twitter-post.jpg" alt="technical">
<h5>Technical Events</h5>
<p>07 Events</p>
</div>
<div class="card-body d-flex justify-content-center align-items-center text-center">
<p class="card-text">Time for your Geeky side to shine is finally here! Brush up on your skills and ready your minds because it's time to battle against the best in the Showdown of the minds! Whether u see code in your dreams, or chemical formulae in the sky, we've got an event for you! Click and learn more!</p>
<a href="events/technical.html" class="btn">View Events</a>
</div>
</div>
</div>
<div class="col">
<div class="card" style="width: 18rem;">
<div class="card-head non-technical d-flex justify-content-center align-items-center">
<img src="https://i.ibb.co/F3WgtY1/Sherlock.jpg" alt="">
<h5>Non Technical Events</h5>
<p>08 Events</p>
</div>
<div class="card-body d-flex justify-content-center align-items-center text-center">
<p class="card-text">Bored from all the technical talk? Maybe you want something a bit more relaxing, a bit more fun? Well we have a whole range of events and we bet there's atleast one right up your alley! Click now and learn more! <br> <br> </p>
<a href="events/non-technical.html" class="btn">View Events</a>
</div>
</div>
</div>
<div class="col">
<div class="card" style="width: 18rem;">
<div class="card-head workshops d-flex justify-content-center align-items-center">
<img src="https://i.ibb.co/FDQ2F5b/brainstorming-campaign-collaborate-6224.jpg" alt="">
<h5>Workshops</h5>
<p> </p>
</div>
<div class="card-body d-flex justify-content-center align-items-center text-center">
<p class="card-text">Want to enjoy the festival and ready yourself for the market? Gain Industry standard skills with hands on experience directly from professionals specialised in various domains, and enhance your resume!<br> <br> </p>
<a href="events/workshops.html" class="btn">View Events</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col just-end">
<div class="card" style="width: 18rem;" >
<div class="card-head games d-flex justify-content-center align-items-center">
<img src="https://i.ibb.co/fqh9Q3Z/s3-news-tmp-37906-screenshot-2021-05-24-at-10-13-52-default-1280.png"
alt="">
<h5>Game-O-Pedia</h5>
<p>02 Events</p>
</div>
<div class="card-body d-flex justify-content-center align-items-center text-center">
<p class="card-text">Awaken your inner child, and come play the most exciting, enthralling games you have ever experienced! Play till your heart's content, because mom isn't gonna call you home now! <br> </p>
<a href="events/gop.html" class="btn">View Events</a>
</div>
</div>
</div>
<div class="col just-start">
<div class="card" style="width: 18rem;">
<div class="card-head special d-flex justify-content-center align-items-center">
<img src="https://i.ibb.co/JyGNRXY/paintball-5.jpg" alt="">
<h5>Special Events</h5>
<p>03 Events</p>
</div>
<div class="card-body d-flex justify-content-center align-items-center text-center">
<p class="card-text">Didn't find anything of you liking yet? How about we change that?
Well if paintball battles and go kart races peak your interest and perks your ears click here, because we have a lot of fun events waiting for you!</p>
<a href="events/special.html" class="btn">View Events</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="testimonial">
<h1>Testimonials</h1>
<div class="containerss">
<div class="testimonial-div">
<h5>“I am pleased to learn that Projections has achieved in updating its students in the latest technological developments.”</h1>
<p>– Rohit Mishra.</p>
</div>
<div class="testimonial-div">
<h5>“Engaging the youth of the nation in technical productivity, at University level is something Projections has mastered.”</h1>
<p>– Mohit Jaiswal.</p>
</div>
<div class="testimonial-div">
<h5>“Projections has truly ignited curiosity into our student technophiles.”</h1>
<p>– Mehank Kadu.</p>
</div>
<div class="testimonial-div">
<h5>“Projections was filled with fun and excitement.”</h1>
<p>– Vedika Sharma.</p>
</div>
<div class="testimonial-div">
<h5>“It was truly a spectacle to behold. The fun radiated all across the campus, and far beyond”</h1>
<p>– Aman Verma.</p>
</div>
<div class="testimonial-div">
<h5>“The events were extremely intriguing and enticing.”</h1>
<p>– Dev Kulkarni.</p>
</div>
<div class="testimonial-div">
<h5>“The sponsors created even more hype amongst the students.”</h1>
<p>– Himani Tiwari.</p>
</div>
<div class="testimonial-div">
<h5>“I enjoyed the EDM night the most! The beats, the people, and atmosphere, was amazing”</h1>
<p>– Tushar Sharma.</p>
</div>
<div class="testimonial-div">
<h5>“I am pleased to learn that Projections has achieved in updating its students in the latest technological developments.”</h1>
<p>– Rohit Mishra.</p>
</div>
<div class="testimonial-div">
<h5>“Engaging the youth of the nation in technical productivity, at University level is something Projections has mastered.”</h1>
<p>– Mohit Jaiswal.</p>
</div>
<div class="testimonial-div">
<h5>“Projections has truly ignited curiosity into our student technophiles.”</h1>
<p>– Mehank Kadu.</p>
</div>
<div class="testimonial-div">
<h5>“Projections was filled with fun and excitement.”</h1>
<p>– Vedika Sharma.</p>
</div>
<div class="testimonial-div">
<h5>“It was truly a spectacle to behold. The fun radiated all across the campus, and far beyond”</h1>
<p>– Aman Verma.</p>
</div>
<div class="testimonial-div">
<h5>“The events were extremely intriguing and enticing.”</h1>
<p>– Dev Kulkarni.</p>
</div>
<div class="testimonial-div">
<h5>“The sponsors created even more hype amongst the students.”</h1>
<p>– Himani Tiwari.</p>
</div>
<div class="testimonial-div">
<h5>"I enjoyed the EDM night the most! The beats, the people, and atmosphere, was amazing”</h1>
<p>– Tushar Sharma.</p>
</div>
</div>
</section>
<div class="footer">
<div class="container container-foot">
<div class="row">
<div class="col">
<h3>Projections 2022</h3>
<p>© Parul University</p>
<div class="links">
<a href="index.html">Home |</a>
<a href="events.html">Events |</a>
<a href="sponsors.html">Sponsors |</a>
<a href="contact.html">Contact |</a>
<a href="team.html">Our Team</a>
<div class="col address">
<h5>Address</h5>
<p><i class="fas fa-compass"></i>Post Limda- Waghodia,Gujarat 391760</p>
<a href="tel:+916352376498"><i class="fas fa-phone-square-alt"></i>Call Us : +91 6352376498</a>
<button class="btn">
<a href="mailto:projections.techfest@paruluniversity.ac.in">Mail Us</a>
</button>
</div>
</div>
</div>
<div class="col">
<form action="https://getform.io/f/b42b5947-b612-4aab-af2c-dda64aa29d9c" method="POST">
<div class="form-group">
<h3>Quick Query?</h3>
</div>
<div class="form-group">
<label for="name">Name</label>
<input type="text" placeholder="Enter your Name" class="name" id="name" name="name" required>
<label for="number">Number</label>
<input type="number" placeholder="+XX XXXXXXXXXX" class="number" id="number" name="number" required>
</div>
<div class="form-group">
<label for="email">Email address</label>
<input name="email" type="email" class="email" placeholder="Enter your Email" id="email" aria-describedby="emailHelp" required>
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea name="message" id="message" placeholder="Enter your Message" cols="10" rows="5" required></textarea>
</div>
<button type="submit" class="btn form-btn">Submit</button>
</form>
</div>
<div class="col">
<p class="footer-company-about">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3691.713040192657!2d73.36173011503394!3d22.28885748532954!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x395fdb598fa3be8f%3A0xc5223ea9aa11366a!2sProjections%20Techfest!5e0!3m2!1sen!2sin!4v1611494023132!5m2!1sen!2sin"
width="320" height="380" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false"
tabindex="0"></iframe>
</p>
<div class="footer-icons">
<a href="https://www.facebook.com/PUProjections/" target="_blank"><i class="fab fa-facebook-square"></i></a>
<a href="https://www.instagram.com/puprojections/" target="_blank"><i
class="fab fa-instagram-square"></i></a>
<a href="https://twitter.com/ProjectionsPu" target="_blank"><i class="fab fa-twitter-square"></i></a>
</div>
</div>
</div>
</div>
<div class="credits">
<p>© 2022 ORGANISED BY PARUL UNIVERSITY</p>
<p>
Developed by
<a class="link-color" href="https://www.linkedin.com/in/reboot13" target="_blank">Krutik Raut</a>
&&
<a class="link-color" href="https://www.linkedin.com/in/ayan-ali-93495a206/" target="_blank">Ayan Ali</a>
</p>
</div>
<div class="totop">
<div class="top">
<p><i class="fas fa-arrow-up"></i>Scroll to top</p>
</div>
</div>
</div>
<!-- <script>
showScrollTop = () => {
const currentScrollPosition = window.pageYOffset;
let elementID = 'campusAmb'
const elementOffsetTop = document.getElementById(elementID).offsetTop
if (currentScrollPosition > elementOffsetTop - 300) {
document.getElementById('campusAmb').style.backgroundColor = "white";
document.getElementById('campusAmb').style.color = "#0b1321";
} else {
document.getElementById('campusAmb').style.backgroundColor = "#0b1321";
document.getElementById('campusAmb').style.color = "white";
}
}
window.addEventListener('scroll', showScrollTop)
</script> -->
<script>
let anim=true;
if(anim){
let html = document.getElementById("html")
let loadingDivv=document.getElementById("loadingdivv");
let count=document.querySelector(".countss");
let i=0;
window.scrollTo(0,0)
let countInt=setInterval(()=>{
count.innerText=`${i}`;
i<100?i++:clearInterval(countInt);
},10);
setTimeout(()=>{
count.innerText=`Projections'22`;
count.style.color="#8cefe9";
},2000);
setTimeout(()=>{
loadingDivv.style.display="none";
html.style.overflowY = "scroll"
},4000);
anim=false;
}
</script>
<script src="js/main.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"></script>
<script src="js/gsap.js"></script>
</body>
</html>