forked from krutikkkkkkkkk/projections2022
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhistory.html
301 lines (249 loc) · 13.9 KB
/
history.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
<!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>History: 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/history.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="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="container history">
<div class="row" style="justify-content: center;">
<h3 style="color: #8cefe9;">History Of Projections</h3>
</div>
<div class="timeline">
<ul>
<li>
<iframe src="https://www.youtube.com/embed/fes1tq6dLHE" title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<div class="timeline-content">
<h3 class="date">20th may, 2017</h3>
<h1>ANIME</h1>
<p>Forehead protectors won't protect you from this blast because Projections, the Anime is coming in 2017 in the PU campus near you</p>
</div>
</li>
<li>
<iframe src="https://www.youtube.com/embed/JwZS666aOmg" title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<div class="timeline-content">
<h3 class="date">20th may, 2018</h3>
<h1>INDIAN ARMY</h1>
<p>Saluting and Honoring the heroes that defend the peace of our country
</p>
</div>
</li>
<li>
<iframe src="https://www.youtube.com/embed/dw72Z9w5AAw" title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<div class="timeline-content">
<h3 class="date">2nd and 3rd March</h3>
<h1>MAKE IN INDIA</h1>
<p>Gharpe Banaayega India, tabhi toh Badhega India.</p>
</div>
</li>
<li>
<a href="https://www.youtube.com/watch?v=XcCYEqj4hxA" target="_blank">
<img src="https://i.ytimg.com/vi/XcCYEqj4hxA/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLC0iUkwssLUKFQOMxlRqcvvEoxTng" alt="Error loading image">
</a>
<div class="timeline-content">
<h3 class="date">14th and 15th Feb</h3>
<h1>ISRO</h1>
<p>Dream big, and make them happen, because the sky is no longer the limit.</p>
</div>
</li>
<li>
<iframe src="https://www.youtube.com/embed/-l1cmnQ1E5Q" cover="https://i.ytimg.com/vi/XcCYEqj4hxA/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLC0iUkwssLUKFQOMxlRqcvvEoxTng" title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<div class="timeline-content">
<h3 class="date">3rd and 4th March</h3>
<h1>TECHNOVERSE</h1>
<p>We create technology, Technology saved Humanity.</p>
</div>
</li>
<li>
<iframe src="https://www.youtube.com/embed/zTxiJJ6Y-n8" title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<div class="timeline-content">
<h3 class="date">3rd and 4th March</h3>
<h1>Projections'22</h1>
<p>PU PROJECTIONS has always been about the vision of the future not just on one direction but in an all-round way. It has been a fest that aims to encompass all the distinguished personalities and minds all around the campus and beyond.</p>
</div>
</li>
</ul>
</div>
</div>
<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>
gsap.from(".timeline li", 1, { opacity: 0, x: "-100%",delay:1, stagger: 0.2 })
</script>
</body>
</html>