forked from abhinavk001/OneHack-3.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
362 lines (350 loc) · 13.8 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
<!DOCTYPE html>
<html lang="en" data-theme="light">
<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>OneHack</title>
<link rel="icon" type="image/x-icon" href="./images/favicon.ico" />
<link rel="stylesheet" href="./dist/output.css" />
</head>
<body>
<!-- Navbar -->
<div data-theme="dark" class="navbar bg-base-100 px-11 md:px-24 lg:px-56">
<div class="flex-1">
<a class="font-bold normal-case text-xl" href="#">OneHack</a>
</div>
<div class="flex-none">
<div class="menu menu-horizontal p-0">
<button
class="btn btn-primary hidden md:block"
onclick="window.location.href = 'https://docs.google.com/forms/d/e/1FAIpQLSfRi1s-cvRw1N0ZDKQp51CPl-tmbSVWRQX4XgEcD0PJHsi6QA/viewform?usp=sf_link';"
>
Register
</button>
<img
src="./images/white_iedc_rit.png"
alt="IEDC logo"
width="70px"
class="mx-2 md:mx-8"
/>
</div>
</div>
</div>
<!-- Hero -->
<div
class="hero min-h-[90vh] md:min-h-[85vh] bg-base-200"
id="particles-js"
>
<div class="hero-content flex-col z-auto">
<!-- <img
src="./images/keyvalue.png"
alt="title-sponsor"
class="w-1/2 md:w-2/5 lg:w-1/3"
/> -->
<img
src="./images/onehack4.0.png"
class="w-full max-w-screen-md rounded-lg"
/>
<div>
<h1 class="text-center text-5xl font-bold">
A 24 hours coding marathon
</h1>
</div>
</div>
</div>
<!-- Prize -->
<div class="bg-purple-600 flex justify-center items-center flex-col">
<div
class="bg-purple-800 w-32 h-32 rounded-full shadow-2xl flex justify-center items-center m-8"
>
<img src="./images/trophy.svg" alt="trophy" width="100px" />
</div>
<h2 class="text-4xl font-semibold">Prizes worth 50K +</h2>
<p class="text-lg p-4">Internship and Job opportunities!</p>
</div>
<!-- OneHack -->
<h1 class="text-5xl font-bold text-center py-10">What is OneHack?</h1>
<div class="hero">
<div class="hero-content text-center">
<div class="hero-content flex-col lg:flex-row">
<div class="flex flex-col justify-start">
<p class="py-6 lg:pr-10">
OneHack is a 24-hour equal opportunity theme based hackathon where
15 shortlisted teams with a maximum number of 4 members each
compete to design and develop innovative projects/products, under
the mentorship of experts in various fields. The previous editions
of Onehack conducted during 2018 and 2020, were met with an
extremely positive responses. As 2022 unfolds beforee us, we are
back again, with a promise to deliver something bigger and
vibrant. The theme of the hackathon will be unveiled on the
commencement of the event. Participants will have to forgo their
sleep for a night as they put in their skills to create astounding
and revolutionary products in the best ambient atmosphere one can
avail. At the end of the event, teams demonstrate their project to
fellow hackers/developers, visitors and a panel of judges. The
winners stand a chance to win exciting prizes and all participants
get to walk away with some cool swags and goodies. The hackathon
will be conducted at RIT, Pampady, Kottayam from 8th March 2023 to
9th March 2023.
</p>
<button
class="btn btn-primary block my-0 mx-auto mt-10"
onclick="window.location.href = 'https://docs.google.com/forms/d/e/1FAIpQLSfRi1s-cvRw1N0ZDKQp51CPl-tmbSVWRQX4XgEcD0PJHsi6QA/viewform?usp=sf_link';"
>
Register
</button>
</div>
<img
src="./images/coding_1.jpg"
class="hidden lg:block max-w-md rounded-lg shadow-2xl"
/>
</div>
</div>
</div>
<!-- Cards -->
<div
class="flex flex-col bg-base-200 justify-center items-center lg:items-stretch lg:flex-row"
>
<div class="card w-5/6 md:w-96 bg-base-100 shadow-xl m-4 md:m-7">
<div class="card-body">
<h2 class="card-title">About RIT</h2>
<p>
Rajiv Gandhi Institute of Technology named after the late Prime
Minister Shri Rajiv Gandhi, owned and managed by the Government of
Kerala, started functioning in 1991. It has highly qualified and
dedicated faculty. More than providing technical eduction, RIT aims
at the overall development for each and every student. The college
provides a positive environment for the students to develop their
potential and to excel in all walks of life. The college regenerates
itself in greater and higher dimensions of technology, articulating
scientific thirst and common necessities.
</p>
<div class="card-actions justify-end">
<label for="my-modal-6" class="btn modal-button">Contact</label>
</div>
</div>
</div>
<div class="card w-5/6 md:w-96 bg-base-100 shadow-xl m-4 md:m-7">
<div class="card-body">
<h2 class="card-title">About IEDC</h2>
<p>
Innovation and Entrepreneurship Development Centre (IEDC) is a
flagship initiative of Kerala Startup Mission to promote innovation
and entrepreneurship among the student and academic fraternity in
the educational institutions in the State of Kerala and considered
as an umbrella programme that would play an instrumental role in
fostering innovation culture in Academic institutions.
</p>
<div class="card-actions justify-end">
<label for="my-modal-7" class="btn modal-button">Contact</label>
</div>
</div>
</div>
</div>
<!-- Modals -->
<input type="checkbox" id="my-modal-6" class="modal-toggle" />
<div class="modal modal-bottom sm:modal-middle">
<div class="modal-box">
<h3 class="font-bold text-lg">Website</h3>
<p class="py-4">
<a href="https://www.rit.ac.in/">https://www.rit.ac.in/</a>
</p>
<h3 class="font-bold text-lg">Address</h3>
<p class="py-4">
Govt. Rajiv Gandhi Institute of Technology <br />
Velloor P.O, Pampady <br />
Kottayam - 686501, Kerala
</p>
<div class="modal-action">
<label for="my-modal-6" class="btn">Close</label>
</div>
</div>
</div>
<input type="checkbox" id="my-modal-7" class="modal-toggle" />
<div class="modal modal-bottom sm:modal-middle">
<div class="modal-box">
<h3 class="font-bold text-lg">Instagram</h3>
<p class="py-4">
<a href="https://www.instagram.com/iedc_rit"
>instagram.com/iedc_rit</a
>
</p>
<h3 class="font-bold text-lg">Email</h3>
<p class="py-4">
<a href="mailto:[email protected]">[email protected]</a>
</p>
<div class="modal-action">
<label for="my-modal-7" class="btn">Close</label>
</div>
</div>
</div>
<!-- Sponsor -->
<!-- <h1 class="text-5xl font-bold text-center py-16">Sponsors</h1>
<div class="flex justify-center items-center flex-col mx-6 mb-16 lg:mb-2">
<p class="font-bold">Title Sponsor</p>
<img src="./images/keyvalue.png" alt="algomax" width="400px" />
</div>
<div
class="flex justify-evenly items-center flex-col mx-6 lg:flex-row my-16"
>
<div class="flex justify-center items-center flex-col mb-16 lg:mb-0">
<p class="font-bold">Job Sponsor</p>
<img src="./images/Outlook-yops1p2y.png" alt="algomax" width="400px" />
</div>
<div
class="flex justify-between items-center flex-col mx-2 mb-16 lg:mb-0"
>
<p class="font-bold">Internship Sponsor</p>
<img src="./images/3.png" alt="revertech" width="400px" />
</div>
<div class="flex justify-between items-center flex-col">
<p class="font-bold pb-4">Fun Partner</p>
<img src="./images/al-trollan.png" alt="al-trollan" width="150px" />
</div>
</div> -->
<!-- Gallery -->
<div
class="flex flex-col items-center justify-center p-3 lg:p-7 bg-base-200"
>
<h1 class="text-2xl lg:text-5xl font-bold text-center py-10">
A glimpse into previous OneHacks
</h1>
<div class="carousel w-full lg:w-5/12 mb-5">
<div id="slide1" class="carousel-item relative w-full">
<img
src="./images/onehack_41.jpg"
class="max-w-full h-auto rounded-lg shadow-2xl"
/>
/
<div
class="absolute flex justify-between transform -translate-y-1/2 left-5 right-5 top-1/2"
>
<a href="#slide6" class="btn btn-circle">❮</a>
<a href="#slide2" class="btn btn-circle">❯</a>
</div>
</div>
<div id="slide2" class="carousel-item relative w-full">
<img
src="./images/onehack_42.jpg"
class="max-w-full h-auto rounded-lg shadow-2xl"
/>
/
<div
class="absolute flex justify-between transform -translate-y-1/2 left-5 right-5 top-1/2"
>
<a href="#slide1" class="btn btn-circle">❮</a>
<a href="#slide3" class="btn btn-circle">❯</a>
</div>
</div>
<div id="slide3" class="carousel-item relative w-full">
<img
src="./images/onehack_3.jpg"
class="max-w-full h-auto rounded-lg shadow-2xl"
/>
/
<div
class="absolute flex justify-between transform -translate-y-1/2 left-5 right-5 top-1/2"
>
<a href="#slide2" class="btn btn-circle">❮</a>
<a href="#slide4" class="btn btn-circle">❯</a>
</div>
</div>
<div id="slide4" class="carousel-item relative w-full">
<img
src="./images/onehack_4.jpg"
class="max-w-full h-auto rounded-lg shadow-2xl"
/>
/
<div
class="absolute flex justify-between transform -translate-y-1/2 left-5 right-5 top-1/2"
>
<a href="#slide3" class="btn btn-circle">❮</a>
<a href="#slide5" class="btn btn-circle">❯</a>
</div>
</div>
<div id="slide5" class="carousel-item relative w-full">
<img
src="./images/onehack_5.jpg"
class="max-w-full h-auto rounded-lg shadow-2xl"
/>
/
<div
class="absolute flex justify-between transform -translate-y-1/2 left-5 right-5 top-1/2"
>
<a href="#slide4" class="btn btn-circle">❮</a>
<a href="#slide6" class="btn btn-circle">❯</a>
</div>
</div>
<div id="slide6" class="carousel-item relative w-full">
<img
src="./images/onehack_43.jpg"
class="max-w-full h-auto rounded-lg shadow-2xl"
/>
/
<div
class="absolute flex justify-between transform -translate-y-1/2 left-5 right-5 top-1/2"
>
<a href="#slide5" class="btn btn-circle">❮</a>
<a href="#slide1" class="btn btn-circle">❯</a>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer
class="flex flex-col md:flex-row p-10 bg-neutral text-neutral-content justify-around items-center"
>
<div class="m-5 lg:w-1/5 flex flex-col items-center">
<img src="./images/IEDC-Logo-white.png" alt="IEDC logo" width="200px" />
<p class="text-center md:text-left">
Innovation and Entrepreneurship Development Centre,<br />Rajiv Gandhi
Institute of Technology
</p>
</div>
<div class="w-1/3 flex flex-col justify-center items-center">
<span class="footer-title">Social</span>
<div class="grid grid-flow-col gap-4 mb-4">
<a href="https://instagram.com/iedc_rit"
><img src="./images/instagram.svg" alt="instagram"
/></a>
<a href="https://www.facebook.com/svbcrit/"
><svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
class="fill-current"
>
<path
d="M9 8h-3v4h3v12h5v-12h3.642l.358-4h-4v-1.667c0-.955.192-1.333 1.115-1.333h2.885v-5h-3.808c-3.596 0-5.192 1.583-5.192 4.615v3.385z"
></path></svg
></a>
<a href="https://in.linkedin.com/company/iedcrit"
><img src="./images/linkedin.svg" alt="linkedin"
/></a>
</div>
<span class="footer-title mt-3" style="margin-bottom: 3px"
>Contact</span
>
<div class="flex flex-col justify-center items-center">
<img src="./images/mail.svg" alt="mail" />
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="flex flex-col justify-center items-center">
<img class="my-3" src="./images/phone.svg" alt="phone" />
<p class="text-center">
Nandu Krishnan: 9074427465 <br />
Nithin M S: 9400799565
</p>
</div>
</div>
<div class="">
<img src="./images/ksum.png" alt="ksum logo" width="200px" />
</div>
</footer>
<!-- Scripts -->
<script type="text/javascript" src="./scripts/particles.js"></script>
<script type="text/javascript" src="./scripts/app.js"></script>
</body>
</html>