-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathevents.html
329 lines (266 loc) · 13.9 KB
/
events.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
<!DOCTYPE html>
<html lang="en">
<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">
<title>Events : 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/events.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/navbar.css">
<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" />
</head>
<body>
<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="main">
<section id="events">
<div class="container-fluid 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>
</div>
<!-- End of main -->
<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 src="js/main.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.1/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.1/ScrollTrigger.min.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>
let array_length = document.querySelectorAll(".card").length;
let navbar = document.querySelector(".navbar");
let tl=gsap.timeline({duration:1});
tl.from(".main-head",{opacity:0,y:"-100%"})
tl.from(".card", 1, { opacity: 0, x: "-100%", stagger: 0.3});
</script>
</body>
</html>