-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
350 lines (304 loc) · 12.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Icons -->
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<!-- Stylesheet Link -->
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css" />
<link rel="stylesheet" href="stylesheets/style.css" />
<title>CESA</title>
</head>
<body>
<!-- Logo and Navbar -->
<header class="header">
<a href="#" class="logo">CESA</a>
<!-- <button onclick="Toggle()" id="menu-btn">O</button> -->
<i class='bx bx-menu' onclick="Toggle()" id="menu-icon"></i>
<nav class="navbar" id="nav">
<a href="index.html">Home</a>
<div class="dropdown">
<a href="#events" class="nav-btn">Event</a>
<div class="dropdown-content">
<a href="culevent.html"><i class='bx bxs-music'></i>Cultural</a>
<a href="techevent.html"><i class='bx bx-code-alt'></i>Technical</a>
<a href="sportevent.html"><i class='bx bx-trophy'></i>Sports</a>
</div>
</div>
<a href="Team.html">Team</a>
<a href="#footer">Contact</a>
</nav>
</header>
<!-- Main Section -->
<section class="home" id="home">
<div class="home-content" data-aos="fade-right">
<h3>AISSMS IOIT</h3>
<h1 class="text" data-fill-text="CESA 2K23">CESA <span style="color: #c7c6c7;">2K23</span></h1>
<h3>Computer Engineering Student Association</h3>
<!-- Social Media -->
<div class="social-media">
<!-- <a href="#"><i class='bx bxl-facebook'></i></a> -->
<a href="https://instagram.com/ioitcesa?igshid=MzRlODBiNWFlZA==
" target="_blank"><i class='bx bxl-instagram'></i></a>
<a href="https://www.linkedin.com/in/cesa-ioit/" target="_blank"><i class='bx bxl-linkedin'></i></a>
<a href="https://discord.gg/upkjS4Xq
" target="_blank"><i class='bx bxl-discord-alt'></i></a>
<a href="https://youtube.com/@ioitcesa2954?si=slFAfkUp5796LXX3" target="_blank"><i class='bx bxl-youtube'></i></a>
</div>
</div>
<!-- logo -->
<div class="home-img" data-aos="fade-left">
<img src="images/main-logo-new.png" alt="logo" class="logo-image" />
</div>
</section>
<!-- Event Section -->
<section class="events" id="events">
<h2 class="heading" data-aos="fade-up">Events</h2>
<div class="event-container" data-aos="fade-up" data-aos-delay="100">
<div class="event-box">
<i class='bx bxs-music'></i>
<h3>Cultural</h3>
<p>We're a diverse group celebrating global heritage through art, tradition, and storytelling. Join us in embracing the richness of cultures worldwide.</p>
<a href="culevent.html" class="btn">Know More</a>
</div>
<div class="event-box">
<i class='bx bx-code-alt'></i>
<h3>Technical</h3>
<p>Driving innovation and progress, our dynamic Technical Team pushes technology's boundaries, turning ideas into real-world solutions for positive digital change.</p>
<a href="techevent.html" class="btn">Know More</a>
</div>
<div class="event-box">
<i class='bx bx-trophy'></i>
<h3>Sports</h3>
<p>We're the embodiment of dedication, passion, and the pursuit of excellence. Join our community of athletes, coaches, and fans as we live and breathe the thrill of competition, where every game is an opportunity to make history.</p>
<a href="sportevent.html" class="btn">Know More</a>
</div>
</div>
</section>
<!-- Team Section -->
<section class="team" id="team">
<h2 class="heading" data-aos="fade-up">Our Team</h2>
<div class="team-content" data-aos="fade-right">
<div class="team-img">
<img src="images/team2.png" alt="team">
</div>
<div class="team-content" data-aos="fade-left">
<div>
<h3>CESA 2K23</h3>
<p style="font-size: 2rem;">Step into the world of CESA - Where Tech and Passion Unites! Discover our mission, meet the team, and be part of the innovation wave!</p>
</div>
<a href="Team.html" class="btn">Know More</a>
</div>
</div>
</section>
<!-- ~~~~~~~ Testimonials-Section-Start ~~~~~~~~~~~~~ -->
<section class="testimonials" id="testimonials">
<h2 class="heading" data-aos="fade-up" data-aos-duration="800">Testimonials</h2>
<!-- Swiper -->
<div class="swiper mySwiper" data-aos="fade-up" data-aos-delay="100" data-aos-duration="800">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-card">
<!-- onclick="flipCard(this)" //add this inside the card for click flip -->
<div class="front">
<div>
<div class="st-quote">
“
</div>
<div class="quote">
Participating in the CESA chess competition allowed me to develop and hone various skills, both on and off the chessboard.
</div>
<div class="end-quote">
”
</div>
</div>
<div class="author">
– Vedantraje Nimbalkar
</div>
</div>
<div class="back">
<img src="images/vedantraje.jpg" alt="">
<h2>Vedantraje Nimbalkar</h2>
<h2>Chess Runner-up</h2>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-card">
<!-- onclick="flipCard(this)" //add this inside the card for click flip -->
<div class="front">
<div>
<div class="st-quote">
“
</div>
<div class="quote">
Last year, I was runner up for the kalakar katta event organized by CESA and it was really amazing one!!! Basically, the credit goes to all those who help me out in managing all the activities and participating in it.Thank you CESA and team!!!
</div>
<div class="end-quote">
”
</div>
</div>
<div class="author">
– Sakshi Shirsathe
</div>
</div>
<div class="back">
<img src="images/sakshi_shirsathe.jpg" alt="">
<h2>Sakshi Shirsathe</h2>
<h2>Kalakar Katta Runner-up</h2>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-card">
<!-- onclick="flipCard(this)" //add this inside the card for click flip -->
<div class="front">
<div>
<div class="st-quote">
“
</div>
<div class="quote">
I'm pleased to commend CESA for their amazing event management. Their flawless execution and dedication to sporting greatness astonished me. I'm looking forward to take part in CESA activities in the future.
</div>
<div class="end-quote">
”
</div>
</div>
<div class="author">
– Chirag Mohitkar
</div>
</div>
<div class="back">
<img src="images/Chirag.jpg" alt="">
<h2>Chirag Mohitkar</h2>
<h2>Table-tennis Runner-up</h2>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-card">
<!-- onclick="flipCard(this)" //add this inside the card for click flip -->
<div class="front">
<div>
<div class="st-quote">
“
</div>
<div class="quote">
I'm thankful to CESA for conducting such amazing technical events where I can test my skills and win amazing prizes. Their efforts are appreciable! I'm eagerly waiting to explore more such opportunities and technologies initiated by CESA in the future.
</div>
<div class="end-quote">
”
</div>
</div>
<div class="author">
– Saadgi Pandey
</div>
</div>
<div class="back">
<img src="images/saadgi.jpg" alt="">
<h2>Saadgi Pandey</h2>
<h2>Chess Winner</h2>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-card">
<!-- onclick="flipCard(this)" //add this inside the card for click flip -->
<div class="front">
<div>
<div class="st-quote">
“
</div>
<div class="quote">
I wanted to express my heartfelt appreciation for all the hard work and dedication CESA team takes in conducting all the events. I'm thankful for being a part of CESA events and looking forward to be a part of many more!
</div>
<div class="end-quote">
”
</div>
</div>
<div class="author">
– Rishika Kavade
</div>
</div>
<div class="back">
<img src="images/rishika.jpg" alt="">
<div>Rishika Kavade</div>
<div>Shor-in-the-City Winner</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-card">
<!-- onclick="flipCard(this)" //add this inside the card for click flip -->
<div class="front">
<div>
<div class="st-quote">
“
</div>
<div class="quote">
CESA offers a variety of events and resources that help students develop their skills, network with professionals, and prepare for careers in the field. I am grateful for the support that CESA has provided me throughout my college career.
</div>
<div class="end-quote">
”
</div>
</div>
<div class="author">
– Siddhant Sangale
</div>
</div>
<div class="back">
<img src="images/Sidd.jpg" alt="">
<h2>Siddhant Sangale</h2>
<h2>Chess Winner</h2>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ~~~~~~~ Testimonials-Section-End ~~~~~~~~~~~~~ -->
<!-- Footer Section -->
<footer class="footer" id="footer">
<div class="followus" data-aos="fade-right" data-aos-offset="100">
<h2 class="footer-heading">Follow Us</h2>
<div>
<div class="social-media-footer">
<!-- <a href="#"><i class='bx bxl-facebook'></i></a> -->
<a href="https://instagram.com/ioitcesa?igshid=MzRlODBiNWFlZA==
" target="_blank"><i class='bx bxl-instagram'></i></a>
<a href="https://www.linkedin.com/in/cesa-ioit/" target="_blank"><i class='bx bxl-linkedin'></i></a>
<a href="https://discord.gg/upkjS4Xq
" target="_blank"><i class='bx bxl-discord-alt'></i></a>
<a href="https://youtube.com/@ioitcesa2954?si=slFAfkUp5796LXX3" target="_blank"><i class='bx bxl-youtube'></i></a>
</div>
<!-- <div class="rights">
<br>
<p> @Right Reserved by Abhi, Aditya, Yadnesh</p>
</div> -->
</div>
</div>
<div class="contactus" data-aos="fade-left" data-aos-offset="100">
<h2 class="footer-heading">Contact Us</h2>
<div class="contactus-content">
<p><span>Address</span> : Kennedy Road, Near RTO, Pune - 411 001, Maharashtra, India</p>
<p><span>Email</span> : [email protected]</p>
</div>
</div>
</footer>
</footer>
<!-- Script -->
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init({
offset: 300,
duration: 750,
});
</script>
<script src="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.js"></script>
<script type="text/javascript" src="app.js"></script>
</body>
</html>