-
Notifications
You must be signed in to change notification settings - Fork 13
/
event.html
407 lines (395 loc) · 16.1 KB
/
event.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
<!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</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<!-- <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
-->
<link
href="https://fonts.googleapis.com/css2?family=Laila:wght@700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./navbar.css" />
<link rel="stylesheet" href="./event.css" />
<link
rel="stylesheet"
media="screen and (max-width:920px )"
href="./nav-responsive.css"
/>
<link rel="stylesheet" href="./footer.css" />
<!--link for css file-->
<script
src="https://kit.fontawesome.com/0b62b37b15.js"
crossorigin="anonymous"
></script>
<!-- link for social media logo -->
<script
src="https://kit.fontawesome.com/0b62b37b15.js"
crossorigin="anonymous"
></script>
<!-- <link rel="icon" href="../images/reg_ico.png"> -->
<link rel="stylesheet" href="./reg.css" />
<!-- <link rel="stylesheet" href="./event-name.css"> -->
</head>
<body>
<nav class="navbar">
<input type="checkbox" id="active" />
<label for="active" class="menu-btn"><i class="fas fa-bars"></i></label>
<!--menu button-->
<div class="wrapper">
<!--menu button content-->
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#">Sponsors</a></li>
<li><a href="#">Events</a></li>
<li><a href="reg.html">Register</a></li>
</ul>
</div>
<div class="nav-container">
<!--navbar content1-->
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#">Sponsors</a></li>
</ul>
</div>
<div class="nav-container-2">
<!--Title-->
<a href="index.html">
<p>PRAJWALAN</p>
</a>
</div>
<div class="nav-container-3">
<!--navbar content2-->
<div class="nav-container-3">
<ul>
<li><a href="#">Events</a></li>
<li><a href="reg.html">Register</a></li>
</ul>
</div>
</div>
</nav>
<div class="header"><h1 style="font-weight: bold">EVENTS</h1></div>
<body1>
<ul class="tilesWrap">
<li>
<h2>01</h2>
<h3>NET CRICKET</h3>
<p>
It is an individual sports event in which participants must face the
bowling of balling machine. Depending on registration fees, they can
participate for 1 over or 2 overS. This event will be organized at
volleyball ground. This event will start from 11 o’ clock.
</p>
<a href="events/netcricket.html">
<button>Read more</button>
</a>
</li>
<li>
<h2>02</h2>
<h3>AUTOCAD MASTER</h3>
<p>
This event is an individual event. In this technical event
Participants have to create a plan- an elevation and the section for
a given diagram to pick in a particular scale. The event helps
students to understand and innovate themselves in the perspective of
AutoCAD.
</p>
<a href="events/Autocad-Master.html">
<button>Read more</button>
</a>
</li>
<li>
<h2>03</h2>
<h3>COSMO CLENCH</h3>
<p>
The aim of COSMO CLENCH is to find best minds for industry who are
able to learn and apply their robotic knowledge in front of others.
Participants will have the opportunity to showcase their innovative
bot which is able to travel over the entire arena and compete with
other team bots for prizes in front of a panel. The COSMO CLENCH is
open to all individuals with an interest in bot development,
regardless of their experience level.
</p>
<a href="events/Cosmo_clench.html">
<button>Read more</button>
</a>
</li>
<li>
<h2>04</h2>
<h3>CAD MANIA</h3>
<p>
Aim Of this event is to give an opportunity to showcase their
Designing skills. CAD MANIA event consists of 2 rounds. Round 1 will
be of " creativity”. Round 2 will include how the creative minds
work on a given model in a given timeline I.e. "Judgement of
Designing skills ”. The whole event will be held on SOLIDWORKS CAD
software.
</p>
<a href="events/cad-mania.html">
<button>Read more</button>
</a>
</li>
<li>
<h2>05</h2>
<h3>EVENTIA (PPT)</h3>
<p>
Paper Presentation is a technical event. It is a competition between
different departments. In this event, you have to present the data
related to the topic given to you. This competition will help to
enrich knowledge and to explore things. In this event B Tech, M
Tech, Polytechnic students from any branch can participate.
</p>
<a href="events/paper-presentation.html">
<button>Read more</button>
</a>
</li>
<li>
<h2>06</h2>
<h3>PAINT BALL</h3>
<p>
Paintball event comes under fun game in which all the players try to
eliminate opponents by shooting each other with balls of coloured
dye. The game is often played as an organised competitive game. It
is a game of quick thinking and decision making. Paintball is a
character building game in which players learn about teamwork, gain
self confidence and develop leadership abilities.
</p>
<a href="events/paint-ball.html">
<button>Read more</button>
</a>
</li>
<li>
<h2>07</h2>
<h3>DEATH RUSH</h3>
<p>
The death rush is actually the competition between the robots. There
will be an obstacle race in which various types of obstacles will be
given to player to which they have to clear in minimum amount of
time. Further will be a match between robots which is basically a
football match and it will end with a death battle arena for robots.
</p>
<a href="events/death-rush.html">
<button>Read more</button>
</a>
</li>
<li>
<h2>08</h2>
<h3>GRAB & WIN</h3>
<p>
The Grab and Win is a non-Technical event. It is very fun game In
which 6 teams are going to play with 4 members each. This event
consists of various games SUCH AS BOOND BOOND SE SAGAR BANTA HAI...
This game has basically 7 TO 8 ROUNDS. it will be the type of sports
event Between all the technical events. IT is a kind of refreshing
event.
</p>
<a href="events/grabandwin.html">
<button>Read more</button>
</a>
</li>
<li>
<h2>09</h2>
<h3>INNOV-A-THON</h3>
<p>
The Innov-a-thon aims to bring together the best minds in technology
to develop innovative solutions to real-world problems. Participants
will have the opportunity to showcase their ideas and compete for
prizes in front of a panel of judges. The Innov-a-thon is open to
all individuals with an interest in technology, regardless of their
experience level. The problem statements will be revealed on the
start of INNOV-A-THON. However, domains of the INNOV-A-THON WILL BE
MADE AVAILABLE FoR you.
</p>
<a href="events/innovathon.html">
<button>Read more</button>
</a>
</li>
<li>
<h2>10</h2>
<h3>OVERKILL</h3>
<p>
The Overkill is all about gaming. It is an e-game competition with a
famous game name Valorant. It is An online multiplayer shooting game
. There are various maps available like Bind, HAvEn, Split, etc .
Each team’s roster will be allowed to have 5 main players and 1
substitute. It is a 5v5 match . A player is allowed to represent
only one Team.
</p>
<a href="events/overkill.html">
<button>Read more</button>
</a>
</li>
<li>
<h2>11</h2>
<h3>HACK-ACCELERATE</h3>
<p>
HACK-ACCELERATE IS A CONTEST THAT INVITES STUDENTS TO DEVELOP
SOLUTIONS FOR LOCAL PROBLEMS USING THEIR KNOWLEDGE OF CODING. In
this event we have to solve problems rElAted to coding in minimum
amount of given time. Motto of this event is to enhance Your
knowledge of coding. WANT TO SHOWCASE YOUR CODING SKILLS, COME TO
"HACK-ACCELERATE, PRAJWALAN'23."
</p>
<a href="events/Hack-ccelarate.html">
<button>Read more</button>
</a>
</li>
<li>
<h2>12</h2>
<h3>GAMES COM</h3>
<p>
In this event various GAMes like valorant, CoD, CSGo, PUBG,
FreeFire, Mini Militia WILL BE PLAYED. At a time, 2 Teams of EACH 4
players; total of 8 players can play IN THIS EVENT. STUDENTS WHO
LIKE PLAYING PC GAMES CAN GET THE BEST ON-SITE EXPERIENCE.
EVERYTHING AND EVERYONE THAT MATTERS IN THE GAMES WORLD WILL MEET AT
GAMESCOM. "SQUAD UP AND COMPETE!"
</p>
<a href="events/gamescom.html">
<button>Read more</button>
</a>
</li>
<li>
<h2>13</h2>
<h3>HANDHELD E-SPORT</h3>
<p>
Join us for an exciting and immersive smartphone-based eSports
event! This event will feature some of the most popular and
fast-paced mobile games, with players from around the state
competing for top honors and big prizes. With cutting-edge
technology and a focus on fair play, this is the ultimate showdown
for mobile gamers. Whether you're a seasoned veteran or just
starting out, this is the perfect opportunity to show off your
skills and be part of the growing world of mobile eSports. So grab
your phone, join us onLINE.
</p>
<a href="events/e-sport.html">
<button>Read more</button>
</a>
</li>
<li>
<h2>14</h2>
<h3>BOX CRICKET</h3>
<p>
This exciting competition will bring together teams of students from
all over the campus for a fun-filled and fast-paced day of cricket.
Featuring custom-designed box cricket sets, this event promises to
be a unique and entertaining take on the classic game. With rules
and regulations designed to promote fair play and competition, you
can expect a day filled with intense matches, nail-biting finishes,
and plenty of friendly competition. So gather your friends, form a
team, and sign up now for a chance to showcase your cricket skills
and compete for top honors.
</p>
<a href="events/box-cricket.html">
<button>Read more</button>
</a>
</li>
<li>
<h2>15</h2>
<h3>WALL PAINTING</h3>
<p>
Wall Painting is an event in which they will be painting the
departmental walls of our GCOEA campus. This is a competition
organized for teams and individuals. They have to present for
competition at 12p.m. and specific time slot and hall will be given
for painting. The participants have to complete their paintings in
the given slot of time. Participants will have their artistic
freedom and scope for creativity.
</p>
<a href="event-name.html">
<button>Read more</button>
</a>
</li>
<li>
<h2>16</h2>
<h3>MODEL EXPO</h3>
<p>
Model expo event is basically an EXHIBITION of models. It is a
competition between the students within the group A,B,C,D. In this
event, you have to present the model according to your interest.
This competition will help to enrich knowledge and to explore
various oppurtinities. In this event B Tech, M Tech, Polytechnic
students from any branch and from any college can participate. The
best model will be selected on the basis of their innovative ideas,
benefits to the society.
</p>
<a href="event-name.html">
<button>Read more</button>
</a>
</li>
<li>
<h2>17</h2>
<h3>EV EXHIBITION</h3>
<p>
An ev exhibition is an event that showcases the latest developments
and advancements in the field of electric vehicles. Automobile
companies will present their different models of Electric Vehicles.
This includes various models of electric scooters, cars, trucks,
buses, and other forms of electric transportation. But we will be
mainly focusing on two-wheelers. Attendees can expect to see and
learn about the latest EV technology, charging infrastructure, and
sustainability initiatives. The exhibition often features live
demonstrations, test drives, and interactive displays, allowing
visitors to experience the vehicles first-hand. In addition, the
industry experts will share information on topics such as the future
of electric mobility, battery technology, and the transition to a
greener transportation system.
</p>
<a href="events/ev-exhibition.html">
<button>Read more</button>
</a>
</li>
</ul>
</body1>
<footer class="footer">
<div class="footer-container">
<!--Main container (main div)-->
<div class="footer-row">
<div class="footer-col">
<!--Column 01-->
<img src="./prajwalan.png" alt="fg" class="footer-logo" />
<!-- Prajwalan logo -->
</div>
<div class="footer-col">
<!-- Column 02 -->
<h4>Address</h4>
<!--Column heading -->
<p>Government College of Engineering</p>
<p>Kathora Naka, Amravati</p>
<p>Pin-444604</p>
<p><a href="#" class="gcoea-website">www.gcoea.ac.in</a></p>
<!-- Gcoea Website -->
</div>
<div class="footer-col">
<!-- Column 03 -->
<h4>Help</h4>
<!-- Column heading -->
<ul>
<li><a href="#">FAQs</a></li>
<li><a href="#">Home</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Register</a></li>
</ul>
</div>
<div class="footer-col">
<!-- Column 04 -->
<h4>follow us</h4>
<!--column heading -->
<div class="social-links">
<a href="#"><i class="fa-brands fa-facebook"></i></a>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-twitter"></i></a>
<a href="#"><i class="fa-brands fa-youtube"></i></a>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>