-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
450 lines (438 loc) · 26.4 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
<!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>Alumni Website | CVRCE</title>
<!-- prettier-ignore -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<!-- prettier-ignore -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<!-- prettier-ignore -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<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=Arvo:wght@400;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!--
.##....##....###....##.....##.########.....###....########.
.###...##...##.##...##.....##.##.....##...##.##...##.....##
.####..##..##...##..##.....##.##.....##..##...##..##.....##
.##.##.##.##.....##.##.....##.########..##.....##.########.
.##..####.#########..##...##..##.....##.#########.##...##..
.##...###.##.....##...##.##...##.....##.##.....##.##....##.
.##....##.##.....##....###....########..##.....##.##.....##
-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark mb-5">
<div class="container-fluid">
<img src="./images/it_cvr_logo1.png" alt="" class="cvr-logo me-2" width="5%" />
<a class="navbar-brand" href="./index.html">
<span class="lh-1">CVR College of Engineering</span>
<br />
<span class="fs-6">Alumni Website</span>
</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link active" aria-current="page" href="./index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="./Events.html">Events</a></li>
<li class="nav-item"><a class="nav-link" href="./NewsAndStories.html">News & Stories</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false"
>Community</a
>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="./AlumniEngagement.html">Alumni Engagement</a></li>
<li><a class="dropdown-item" href="./Chapters.html">Chapters</a></li>
</ul>
</li>
<li class="nav-item"><a class="nav-link" href="./IllustriousAlumni.html">Illustrious Alumni</a></li>
<li class="nav-item"><a class="nav-link" href="./GetInvolved.html">Get Involved</a></li>
</ul>
</div>
</div>
</nav>
<!--
.##.....##....###....####.##....##
.###...###...##.##....##..###...##
.####.####..##...##...##..####..##
.##.###.##.##.....##..##..##.##.##
.##.....##.#########..##..##..####
.##.....##.##.....##..##..##...###
.##.....##.##.....##.####.##....##
-->
<main class="container mb-5">
<div class="row">
<div id="carouselExampleIndicators" class="carousel slide col-md-6 mb-4 mb-sm-0" data-bs-ride="carousel">
<div class="carousel-indicators">
<!-- prettier-ignore -->
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<!-- prettier-ignore -->
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1" aria-label="Slide 2"></button>
<!-- prettier-ignore -->
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="./images/dallas-group.jpg" class="d-block w-100" alt="" />
<div class="carousel-caption d-none d-md-block">
<h5>Alumni Meet @ Dallas on 23 Oct 2021</h5>
</div>
</div>
<div class="carousel-item">
<img src="./images/Chairmanca.png" alt="" class="d-block w-100" />
<div class="carousel-caption d-none d-md-block">
<h5>Alumni Meet @ Bay Area on 10 Oct 2021</h5>
</div>
</div>
<div class="carousel-item">
<img src="./images/bayarea-2016.jpg" alt="" class="d-block w-100" />
<div class="carousel-caption d-none d-md-block">
<h5>Alumni Meet @ Fremont CA on 22 Oct 2016</h5>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<div class="col-md-6 card p-3 align-items-center gap-2 main-text shadow rounded">
<h2 class="">CVR ALUMNI RELATIONS</h2>
<div class="stats d-flex flex-column justify-content-center mx-auto gap-2 gap-lg-3 flex-lg-grow-1">
<span class="stat-item fs-3">
<i class="fa-solid fa-users"></i>
<span id="alumni-number">32,423+</span>
Alumni
</span>
<span class="stat-item fs-3">
<i class="fa-solid fa-earth-americas"></i>
<span id="countries-number">30+</span>
Countries
</span>
<span class="stat-item fs-3">
<i class="fa-solid fa-graduation-cap"></i>
<span id="courses-number">10+</span>
Courses
</span>
<span class="stat-item fs-3">
<i class="fa-solid fa-user-tie"></i>
<span id="entrepreneurs-number">20+</span>
Entrepreneurs
</span>
</div>
<a href="./GetInvolved.html" class="btn btn-dark w-75">Get Involved <i class="fa-solid fa-arrow-right"></i></a>
</div>
</div>
</main>
<!--
.####.##....##.########.########...#######.....########.########.##.....##.########
..##..###...##....##....##.....##.##.....##.......##....##........##...##.....##...
..##..####..##....##....##.....##.##.....##.......##....##.........##.##......##...
..##..##.##.##....##....########..##.....##.......##....######......###.......##...
..##..##..####....##....##...##...##.....##.......##....##.........##.##......##...
..##..##...###....##....##....##..##.....##.......##....##........##...##.....##...
.####.##....##....##....##.....##..#######........##....########.##.....##....##...
-->
<section class="bg-dark intro-text-section mb-5 text-white">
<div class="position-relative">
<div class="custom-shape-divider-bottom-1649572028">
<!-- prettier-ignore -->
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
<path d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" opacity=".25" class="shape-fill"></path>
<path d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z" opacity=".5" class="shape-fill"></path>
<path d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z" class="shape-fill"></path>
</svg>
</div>
</div>
<div class="container py-3">
<p class="fs-6">
<!-- prettier-ignore -->
CVRCE displays a conviction that old students are priceless possessions and valued emissaries as they have added sheen and lustre to the glory of the institute and raised the banner of our college higher. In order to foster and strengthen the bond between the alma mater and the alumni, the college has registered Alumni Association during the year 2007 with the Regd # 486. The department level Alumni groups are invoked and the Alumni that are spread across the Globe are allured to join the alumni network. To coordinate all the alumni activities the college has constituted this Alumni Affairs division involving faculty members from each department.
</p>
</div>
<div class="position-relative">
<div class="custom-shape-divider-top-1649571898">
<!-- prettier-ignore -->
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
<path d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" opacity=".25" class="shape-fill"></path>
<path d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z" opacity=".5" class="shape-fill"></path>
<path d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z" class="shape-fill"></path>
</svg>
</div>
</div>
</section>
<!--
.##.....##.########...######...#######..##.....##.####.##....##..######......########.##.....##.########.##....##.########..######.
.##.....##.##.....##.##....##.##.....##.###...###..##..###...##.##....##.....##.......##.....##.##.......###...##....##....##....##
.##.....##.##.....##.##.......##.....##.####.####..##..####..##.##...........##.......##.....##.##.......####..##....##....##......
.##.....##.########..##.......##.....##.##.###.##..##..##.##.##.##...####....######...##.....##.######...##.##.##....##.....######.
.##.....##.##........##.......##.....##.##.....##..##..##..####.##....##.....##........##...##..##.......##..####....##..........##
.##.....##.##........##....##.##.....##.##.....##..##..##...###.##....##.....##.........##.##...##.......##...###....##....##....##
..#######..##.........######...#######..##.....##.####.##....##..######......########....###....########.##....##....##.....######.
-->
<section class="container" style="margin-bottom: 5em">
<h2 class="text-center mb-3 text-decoration-underline">Upcoming Events</h2>
<div class="d-flex flex-column gap-2 border border-1 rounded-3 p-3 mb-2 shadow-sm">
<div class="d-flex justify-content-between align-items-center">
<div>
<span class="d-inline-block fw-bold">Alumni Night Out</span>
<span class="d-inline-block small">(25 APR 2022)</span>
</div>
<div class="">
<button type="button" class="btn btn-outline-dark">Register <i class="fa-solid fa-arrow-right"></i></button>
</div>
</div>
<p class="d-inline-block">
Meet up with alumni at Yellowstone Cellars & Winery on Monday, Apr. 25, from 5-7 p.m. Enjoy music by 406 featuring alumna Rita Wells '87
and savor multi-cuisine dinner by Clint Peck.
</p>
</div>
<div class="d-flex flex-column gap-2 border border-1 rounded-3 p-3 mb-2 shadow-sm">
<div class="d-flex justify-content-between align-items-center">
<div>
<span class="d-inline-block fw-bold">Alumni Yoga Day 2022</span>
<span class="d-inline-block small">(30 MAY 2022)</span>
</div>
<div class="">
<button type="button" class="btn btn-outline-dark">Register <i class="fa-solid fa-arrow-right"></i></button>
</div>
</div>
<p class="d-inline-block">10:00 – 11:15 at Isha Yoga, Padmalaya Studio Road, Hyderabad</p>
</div>
<a href="./Events.html" class="btn btn-outline-dark">View All Events <i class="fa-solid fa-arrow-right"></i></a>
</section>
<!--
.####.##.......##.......##.....##..######..########.########..####..#######..##.....##..######........###....##.......##.....##.##.....##.##....##.####
..##..##.......##.......##.....##.##....##....##....##.....##..##..##.....##.##.....##.##....##......##.##...##.......##.....##.###...###.###...##..##.
..##..##.......##.......##.....##.##..........##....##.....##..##..##.....##.##.....##.##...........##...##..##.......##.....##.####.####.####..##..##.
..##..##.......##.......##.....##..######.....##....########...##..##.....##.##.....##..######.....##.....##.##.......##.....##.##.###.##.##.##.##..##.
..##..##.......##.......##.....##.......##....##....##...##....##..##.....##.##.....##.......##....#########.##.......##.....##.##.....##.##..####..##.
..##..##.......##.......##.....##.##....##....##....##....##...##..##.....##.##.....##.##....##....##.....##.##.......##.....##.##.....##.##...###..##.
.####.########.########..#######...######.....##....##.....##.####..#######...#######...######.....##.....##.########..#######..##.....##.##....##.####
-->
<div class="position-relative">
<div class="custom-shape-divider-bottom-1649722643">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
<path d="M1200 120L0 16.48 0 0 1200 0 1200 120z" class="shape-fill"></path>
</svg>
</div>
</div>
<section class="bg-dark p-3">
<div class="container d-flex flex-column gap-3 gap-md-4 text-dark">
<h2 class="text-decoration-underline text-center mb-4 text-light">Illustrious Alumni</h2>
<div class="row">
<div class="col-md-6 mb-3 mb-md-0 d-flex">
<div class="card flex-row gap-2 p-2 container-fluid">
<img src="./images/sriram.jpg" class="shadow rounded w-25 align-self-start" alt="" />
<div class="flex-grow-1">
<span class="fw-bold">Dr. Sriram Somanchi</span>
<hr class="my-1" />
<!-- prettier-ignore -->
<span>(2002-06)<br />Assistant Professor, University of Notre Dame, USA.</span>
</div>
</div>
</div>
<div class="col-md-6 d-flex">
<div class="card flex-row gap-2 p-2 container-fluid">
<img src="./images/santosht.jpg" class="shadow rounded w-25 align-self-start" alt="" />
<div class="flex-grow-1">
<span class="fw-bold">Dr. Santosh Tirunagari</span>
<hr class="my-1" />
<!-- prettier-ignore -->
<span>(2005-09)<br />ML Engineer, EMBL, and Honorary Asst Prof, MDX university.</span>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 mb-3 mb-md-0 d-flex">
<div class="card flex-row gap-2 p-2 container-fluid">
<img src="./images/srinivasvit.jpg" class="shadow rounded w-25 align-self-start" alt="" />
<div class="flex-grow-1">
<span class="fw-bold">Dr. Koppu Srinivas</span>
<hr class="my-1" />
<!-- prettier-ignore -->
<span>(2002-06)<br />Associate Professor in VIT.</span>
</div>
</div>
</div>
<div class="col-md-6 d-flex">
<div class="card flex-row gap-2 p-2 container-fluid">
<img src="./images/saisubrah.jpg" class="shadow rounded w-25 align-self-start" alt="" />
<div class="flex-grow-1">
<span class="fw-bold">Sai Vishnubhatla</span>
<hr class="my-1" />
<!-- prettier-ignore -->
<span>(2001-05)<br />Director of Product, Hippo | ex- Yahoo, Blackboard, McKinsey.</span>
</div>
</div>
</div>
</div>
</div>
<div class="container mt-3 mt-lg-4">
<a href="./IllustriousAlumni.html" class="btn btn-light">See More <i class="fa-solid fa-arrow-right"></i></a>
</div>
</section>
<div class="position-relative mb-5">
<div class="custom-shape-divider-top-1649605651">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
<path d="M1200 120L0 16.48 0 0 1200 0 1200 120z" class="shape-fill"></path>
</svg>
</div>
</div>
<!--
.##....##.########.##......##..######.......####........######..########..#######..########..####.########..######.
.###...##.##.......##..##..##.##....##.....##..##......##....##....##....##.....##.##.....##..##..##.......##....##
.####..##.##.......##..##..##.##............####.......##..........##....##.....##.##.....##..##..##.......##......
.##.##.##.######...##..##..##..######......####.........######.....##....##.....##.########...##..######....######.
.##..####.##.......##..##..##.......##....##..##.##..........##....##....##.....##.##...##....##..##.............##
.##...###.##.......##..##..##.##....##....##...##......##....##....##....##.....##.##....##...##..##.......##....##
.##....##.########..###..###...######......####..##.....######.....##.....#######..##.....##.####.########..######.
-->
<section class="container" style="margin-bottom: 5em; margin-top: 5em">
<h2 class="text-center mb-4 text-decoration-underline">News & Stories</h2>
<div class="container d-flex flex-column gap-3 gap-md-4 text-light">
<div class="row">
<div class="col-md-6 mb-3 mb-md-0 d-flex">
<div class="card gap-2 p-2 news-1">
<span><i class="fa-solid fa-calendar-day"></i> 1 APR 2022</span>
<span class="fw-bold">Alumnus Dr. Badrinath Jagannath Appointed CVRCE’s Associate Vice-President, Research</span>
<p class="mb-0">
CVRCE is dedicated to providing a supportive environment for its faculty and students. We look forward to working with the UMN
faculty and staff to bring the student-athletes of this institution down to earth. CVRCE cannot and will not be responsible for
the results of students' and faculty's actions that result in their discontinuation.<br />
<button type="button" class="btn btn-outline-light btn-sm mt-2">Read More <i class="fa-solid fa-arrow-right"></i></button>
</p>
</div>
</div>
<div class="col-md-6 d-flex">
<div class="card gap-2 p-2 news-2">
<span><i class="fa-solid fa-calendar-day"></i> 30 Mar 2022</span>
<span class="fw-bold">Yahya Ali Uses Sport Analytics To Help Indian Athletes Become World Champions</span>
<p class="mb-0">
Yahya Ali uses sport analytics to help Indian athletes become world champions. He says the big brands with massive reach know that
they are a better place to grow. Entrepreneurs need to be willing to give away money or give away your time on the brand instead
of wasting it. <br />
<button type="button" class="btn btn-outline-light btn-sm mt-2">Read More <i class="fa-solid fa-arrow-right"></i></button>
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 mb-3 mb-md-0 d-flex">
<div class="card gap-2 p-2 news-3">
<span><i class="fa-solid fa-calendar-day"></i> 11 MAR 2022</span>
<span class="fw-bold"
>Alumni Startups Focused on Health, Sustainability Among Winners at Entrepreneurship Week Pitch Competition</span
>
<p class="mb-0">
Entrepreneurship Week Pitch Competition brings together up to 5 highly qualified and passionate startups. The competition will
start at 7 AM local time on Wednesday October 17. Winners of the competition will be announced on Monday October 25, and receive
one (1) Startup Fund. <br /><button type="button" class="btn btn-outline-light btn-sm mt-2">
Read More <i class="fa-solid fa-arrow-right"></i>
</button>
</p>
</div>
</div>
<div class="col-md-6 d-flex">
<div class="card gap-2 p-2 news-4">
<span><i class="fa-solid fa-calendar-day"></i> 21 MAR 2022</span>
<span class="fw-bold">CVRCE Entrepreneurship Week 2022: 10 Alumni Startups To Watch</span>
<p class="mb-0">
Here are 10 main reasons I know the Alumni of the University. This program includes entrepreneurs that have proven their worth.
Those that are inspired by the success in their field. There's an awesome community of entrepreneurs coming to learn. <br />
<button type="button" class="btn btn-outline-light btn-sm mt-2">Read More <i class="fa-solid fa-arrow-right"></i></button>
</p>
</div>
</div>
</div>
</div>
</section>
<!--
.########..#######...#######..########.########.########.
.##.......##.....##.##.....##....##....##.......##.....##
.##.......##.....##.##.....##....##....##.......##.....##
.######...##.....##.##.....##....##....######...########.
.##.......##.....##.##.....##....##....##.......##...##..
.##.......##.....##.##.....##....##....##.......##....##.
.##........#######...#######.....##....########.##.....##
-->
<div class="position-relative">
<div class="custom-shape-divider-bottom-1649689508">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
<path
d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z"
class="shape-fill"
></path>
</svg>
</div>
</div>
<footer class="bg-dark text-light p-3">
<div class="container">
<div class="row mb-2">
<div class="col text-center">
<span class="fw-bold">Write to Us</span>
<br />
<a href="mailto:[email protected]"><i class="fa-solid fa-at"></i>[email protected]</a>
</div>
<div class="col text-center"><span class="fw-bold">Join the Alumni Association</span></div>
<div class="col text-center">
<span class="fw-bold">Follow us for Updates</span>
<br />
<a href="https://www.facebook.com/cvr.coe/"><i class="fa-brands fa-facebook"></i> Facebook</a>
<br />
<a href="https://www.linkedin.com/school/cvrcoe/"><i class="fa-brands fa-linkedin"></i> LinkedIn</a>
<br />
<a href="https://www.instagram.com/cvr_community/"><i class="fa-brands fa-instagram"></i> Instagram</a>
</div>
</div>
<div class="row">
<span class="text-center">Copyright 2022 Shubh Chudasama</span>
</div>
</div>
</footer>
<!--
..######...######..########..####.########..########
.##....##.##....##.##.....##..##..##.....##....##...
.##.......##.......##.....##..##..##.....##....##...
..######..##.......########...##..########.....##...
.......##.##.......##...##....##..##...........##...
.##....##.##....##.##....##...##..##...........##...
..######...######..##.....##.####.##...........##...
-->
<script type="module">
import { CountUp } from "./js/lib/countUp.min.js";
const gbid = document.getElementById.bind(document);
window.onload = function () {
const numberAnimations = {
"alumni-number": 32423,
"countries-number": 30,
"courses-number": 10,
"entrepreneurs-number": 20,
};
for (let number_id in numberAnimations) {
new CountUp(number_id, numberAnimations[number_id]).start(() => (gbid(number_id).innerText = `${gbid(number_id).innerText}+`));
}
};
</script>
</body>
</html>