-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
464 lines (461 loc) · 11.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>IEDC KMCTCE</title>
<link rel="icon" type="image/x-icon" href="./assets/images/logo/iedc-kmctce.ico" />
<link rel="stylesheet" href="./styles.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet"
/>
</head>
<body>
<header style="display: flex">
<img
src="./assets/images/logo/iedc.svg"
style="aspect-ratio: 1"
class="logo"
/>
<img
src="./assets/images/logo/kmctce.webp"
style="aspect-ratio: 136 / 34"
class="logo"
/>
<div id="menubar" style="flex: 1">
<ul class="navigation">
<li class="iedclogo">
<a href="#">
<img
src="./assets/images/logo/iedc.svg"
style="aspect-ratio: 1"
/>
</a>
</li>
<li><a href="#join-section">Join</a></li>
<li><a href="#team-section">Team</a></li>
<li><a href="#gallery-section">Gallery</a></li>
<li><a href="#footer-container">Contact</a></li>
</ul>
</div>
<img
src="./assets/images/logo/iedcrecw.svg"
style="aspect-ratio: 247 / 44"
class="logo"
/>
</header>
<section>
<div id="main-box">
<div>
<div id="main-head" style="text-align: center">
Building Together, Thriving Forever
</div>
<div
class="main-caption"
style="text-align: center; padding-top: 10px"
>
Your Innovation Journey starts here!
</div>
</div>
</div>
<div id="message-boxes">
<div class="message-box" style="left: 25px; top: 300px">
<div>
"They way to get started is to quit talking and begin
doing"
</div>
<div style="margin-top: 30px">Walt Disney</div>
</div>
<div class="message-box" style="right: 75px; top: 340px">
<div>
"Innovation distinguishes between a leader and a
follower"
</div>
<div style="margin-top: 30px">Steve Jobs</div>
</div>
<div class="message-box" style="bottom: 180px; left: 100px">
<div>
"Entrepreneurship is living a few years of your life
like most people won't, so that you can spend the rest
of your life like most people can't."
</div>
<div style="margin-top: 30px">Gary Vaynerchuk</div>
</div>
<div class="message-box" style="bottom: 180px; right: 120px">
<div>
"Success is not the key to happiness. Happiness is the
key to success. If you love what you are doing, you will
be successful."
</div>
<div style="margin-top: 30px">Albert Shweitzer</div>
</div>
</div>
<div
style="display: flex; justify-content: center; overflow: hidden"
>
<img
src="./assets/images/illustrations/top view of colleagues discussing work project.png"
alt="illustration-IEDC"
id="main-illustration"
class="illustration"
/>
</div>
<div
style="display: flex; justify-content: center"
class="no-select"
>
<a href="#explore-section" style="text-decoration: none">
<button class="explore-btn">
Explore
<img
src="./assets/images/icons/next.svg"
style="
padding-left: 10px;
aspect-ratio: 1;
height: 10px;
"
/>
</button>
</a>
</div>
<div style="justify-content: center; display: flex">
<div class="main-caption" style="padding: 50px; flex: 1">
<div>
<img
src="./assets/images/fillers/apostrophe/left.png"
alt="left-apostrophe"
/>
</div>
<div>
<p
style="
font-family: 'Inkfree';
text-align: center;
max-width: 800px;
margin: auto;
"
>
We at IEDC KMCTCE host various workshops, speaker
sessions, competitions to develop skill sets and
provide essential resources to take up
entrepreneurship as a career.
</p>
</div>
<div style="width: 100%">
<img
src="./assets/images/fillers/apostrophe/right.png"
alt="right-apostrophe"
style="margin-left: 95%"
/>
</div>
</div>
</div>
</section>
<img src="./assets/images/fillers/line.png" style="margin: 25px" />
<section id="explore-section">
<div
style="display: flex; margin: 50px 0 50px 50px; flex-wrap: wrap"
>
<div style="flex: 1">
<p id="second-head">Think <br />Innovation</p>
<p id="second-caption">
Dive into the world of creativity and innovation, and
master your skills through exquisite guidance.
</p>
</div>
<div style="overflow: hidden">
<img
src="./assets/images/illustrations/isometric view of colleagues having meeting.png"
alt="illustration-idea"
class="illustration"
/>
</div>
</div>
<img
src="./assets/images/fillers/ellipse.png"
style="width: 10%; max-width: 60px; margin-bottom: 50px"
/>
</section>
<div>
<img
src="./assets/images/fillers/line.png"
style="position: absolute; right: 25px"
/>
</div>
<section>
<!-- <div>
<img
src="./assets/images/fillers/star.png"
style="margin: 50px 0 0 60%; width: 10%; max-width: 60px"
/>
</div> -->
<div>
<div
style="
margin: 50px 0 50px 50px;
display: flex;
flex-wrap: wrap;
"
>
<div>
<img
src="./assets/images/illustrations/isometric view of colleagues discussing work project.png"
style="width: 80%; height: auto; max-width: 800px"
/>
</div>
<div>
<p id="third-head">
Empowering
<br />
<span style="text-decoration-color: #7d7e7d"
>Business Ideas, </span
><br />
<span style="text-decoration-color: #6ae586"
>Effortless Management, </span
><br />
Unlocking
<span style="text-decoration-color: #f9d864"
>Limitless Possibilities.</span
>
</p>
</div>
</div>
</div>
</section>
<div>
<img
src="./assets/images/fillers/line-yellow.png"
style="
width: 50%;
max-width: 300px;
position: absolute;
right: 25px;
"
/>
</div>
<section id="team-section">
<div
style="
display: flex;
justify-content: center;
margin-top: 100px;
"
>
<div id="team-head">
<img src="./assets/images/fillers/line-small.png" />
<p>Our <b>Team.</b></p>
</div>
</div>
<div id="team-boxes">
<!-- Imported from JSON -->
<!--
Courtesy of scripts.js :
<div class="team-box">
<img src="profile-image.jpg" alt="Person - Image" />
<p class="name">Person - Name</p>
<p class="position">Person - position</p>
</div>
-->
</div>
<img
src="./assets/images/fillers/ellipse-2.png"
style="position: absolute; right: 0"
/>
</section>
<img
src="./assets/images/fillers/line.png"
style="margin: 25px; margin-top: 80px"
/>
<section id="join-section">
<img
src="./assets/images/fillers/star.png"
style="margin: 50px 0 0 10%; width: 10%; max-width: 80px"
/>
<div style="display: flex; flex-wrap: wrap; margin-left: 50px">
<div style="flex: 1">
<p id="head-fourth">
Build the
<span style="color: #47c97e"
>perfect <br />foundation</span
>
to elevate your <br />future
</p>
</div>
<div style="display: flex; align-items: center">
<img
src="./assets/images/illustrations/young woman working at desk.png"
alt="office"
class="illustration"
/>
</div>
</div>
<div
style="
display: flex;
justify-content: center;
margin: 50px 0;
font-size: 30px;
"
>
<a
href="https://docs.google.com/forms/d/e/1FAIpQLSc8I_pChuBpRAHTW9f90yKNLwmWbAcxctLv5Q6DwRKKW7Z4jg/viewform"
>
<button
class="explore-btn"
style="width: 171.2px; height: 48px"
>
Join Now
</button>
</a>
</div>
</section>
<section>
<div class="statistics-banner">
<table>
<thead>
<tr>
<th>199+</th>
<th>105+</th>
<th>300+</th>
</tr>
</thead>
<tbody>
<tr>
<td>Students</td>
<td>Events</td>
<td>Active Members</td>
</tr>
</tbody>
</table>
</div>
</section>
<img src="./assets/images/fillers/apostrophe/left.png" />
<section id="gallery-section">
<div id="gallery-head">
<img src="./assets/images/fillers/line-small.png" />
<p>Our <b>Gallery</b></p>
</div>
<div id="gallery">
<!-- Imported from JSON -->
<!-- Courtesy of scripts.js : -->
<div id="gallery-left-container">
<div id="gallery-left">
<!--
<div class="event-box">
<p>good event name</p>
<img
src="./assets/images/gallery/<image>.png"
class="gallery-image"
/>
</div>
....
-->
</div>
</div>
<div id="gallery-right-container">
<div id="gallery-right">
<!--
<div class="event-box">
<p>nice event name</p>
<img
src="./assets/images/gallery/<image>.png"
class="gallery-image"
/>
</div>
...
-->
</div>
</div>
</div>
</section>
</body>
<section>
<div class="last-box">
<p>
Be a part of one of the most <br />vibrant club in KMCT College
of Engineering.
</p>
<a
href="https://docs.google.com/forms/d/e/1FAIpQLSc8I_pChuBpRAHTW9f90yKNLwmWbAcxctLv5Q6DwRKKW7Z4jg/viewform"
>
<button class="last-box-button">Start Innovation</button>
</a>
</div>
</section>
<footer>
<div id="footer-container" class="no-click">
<div class="footer-section logos">
<img
src="./assets/images/logo/iedc.svg"
style="aspect-ratio: 1"
alt="Logo 1"
class="footer-logo"
/>
<img
src="./assets/images/logo/kmctce.webp"
style="aspect-ratio: 136 / 34"
alt="Logo 2"
class="footer-logo"
/>
</div>
<div class="footer-section address">
<h4>Address</h4>
<p>
KMCT College Of Engineering, <br />
Kallanthode, Kozhikode, <br />
India <br />
PO: 673601 <br />
</p>
</div>
<div class="footer-section contact">
<h4>Contact</h4>
<p>Email: [email protected]</p>
<p>Phone: +91 85471 61995</p>
</div>
<div class="footer-section social">
<h4>Follow Us</h4>
<div class="social-icons">
<a href="https://www.instagram.com/iedckmctce/"
><img
src="./assets/images/icons/instagram-brands-solid.svg"
alt="Instagram"
/></a>
<a href="https://in.linkedin.com/company/iedckmctce"
><img
src="./assets/images/icons/linkedin-brands-solid.svg"
alt="LinkedIn"
/></a>
<a href="https://x.com/KMCIEDC"
><img
src="./assets/images/icons/twitter.png"
alt="Twitter"
/></a>
<a href="https://www.facebook.com/kmciedc/"
><img
src="./assets/images/icons/facebook.png"
alt="Facebook"
/></a>
<a href="https://www.youtube.com/@kmciedc"
><img
src="./assets/images/icons/youtube-brands-solid.svg"
alt="YouTube"
/></a>
<a href="mailto:[email protected]"
><img
src="./assets/images/icons/gmail-solid.svg"
alt="Gmail"
/></a>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2024 IEDC KMCTCE. All rights reserved.</p>
</div>
</footer>
<script src="./scripts.js"></script>
</html>