forked from SRM-ENACTUS-21/OFFICIAL-WEBSITE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
310 lines (293 loc) · 16.3 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./CSS/index.css">
<title>ENACTUS SRM</title>
<link rel="shortcut icon" type="image/>png" href="./Assets/logo.png"/ >
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
<!-- Add icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-expand-xl navbar-light bg-lignt">
<a class="navbar-brand" href="index.html"><img src="./Assets/enactus_srm_full_logo.png" alt="" class="main-logo"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
<li class="nav-item firstbutton dropdown" >
<a class="nav-link" href="#" style="color:white;" data-toggle="dropdown" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">PROJECTS</a>
<ul class="dropdown-menu" role="menu" style="background-color:#515356">
<li style="text-align:center;"><a class="hover" target="_blank" style="color:white;" href="project.html" >JALADHI</a></li>
<li style="text-align:center;"><a class="hover" target="_blank" style="color:white;" href="project_parikrit.html" >PRAKRIT</a></li>
<li style="text-align:center;"><a class="hover" target="_blank" style="color:white;" href="project_flylife.html">FLYLIFE</a></li>
</ul>
</li>
<li class="nav-item secondbutton">
<a class="nav-link" href="team.html" style="color:white;">TEAM</a>
</li>
<li class="nav-item thirdbutton">
<a class="nav-link" href="#" style="color:white;">HOME</a>
</li>
</ul>
</div>
</nav>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="4"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="5"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active one">
</div>
<div class="carousel-item two">
</div>
<div class="carousel-item three">
</div>
<div class="carousel-item four">
</div>
<div class="carousel-item five">
</div>
<div class="carousel-item six">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="rows" style="background-color:#FFC222;">
<div class="columns"> <h4 class="counter-description"> <span style="color:white;"><h1 class="display-3 counter"><span id="value" >100</span>+</h1> </span>Students</h4>
</div>
<div class="columns"><h4 class="counter-description"> <span style="color:white"><h1 class="display-3 counter"><span id="value1" >5</span> +</h1></span>Projects</h4>
</div>
<div class="columns"><h4 class="counter-description"> <span style="color:white"><h1 class="display-3 counter"><span id="value2" >10000</span> +</h1></span>Hours Donated</h4>
</div>
<div class="columns"><h4 class="counter-description"> <span style="color:white"><h1 class="display-3 counter"><span id="value3" >50</span> +</h1></span>Lives Impacted</h4>
</div>
</div>
<marquee style="background: #4a4a4a; height: 50px">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSeQo7DKF4zSehknZwZfpDHFDO6TrISobVlLhU05eJvdTKy1Ig/viewform" target="_blank">
<p style="margin: 15px 0px 10px 0px; color: floralwhite;height:20px"> Latest Updates : Click to Fill this Mental Health Survey now </p>
</a>
</marquee>
<div class="container" style="margin-top:100px;">
<div class="row-1">
<div class="column-1">
<h1 class="display-2 about" data-aos="fade-right" style="font-weight:bold !important;"><span style="color:#515356;">WHAT <br>IS </span><span style="color:#FFC222;">ENACTUS</span></h1>
</div>
<div class="column-2">
<p data-aos="fade-left">
Enactus is the world’s largest experiential learning platform dedicated to creating a better world while developing the next generation of entrepreneurial leaders and social innovators. The Enactus network of global business, academic and student leaders are unified by our vision—to create a better, more sustainable world. Enactus has its roots in over 37 countries with more than 72,000 student members. Enactus is the largest experiential learning platform developing NextGen Leaders with a head for business and a heart for the world.
</p>
</div>
</div>
</div>
<div class="webinar">
<img src="./Assets/mission2.jpg" alt="" class="webinar-image">
</div>
<div class="container">
<div class="row-1">
<div class="column-1">
<h1 class="display-2 about" data-aos="fade-right" style="font-weight:bold !important;"><span style="color:#515356;"> ABOUT ENACTUS<br></span><span style="color:#FFC222;">SRM</span></h1>
</div>
<div class="column-2">
<p data-aos="fade-left">
Enactus SRM is the social entrepreneurship club of SRM IST which aims towards uplifting rural communities and achieving United Nation's Sustainable Development Goals (UN SDGs) with the spirit of entrepreneurship, keeping in mind the motto --Nobody wins until we all win.<br><br>
We have been constantly working with and for the betterment of local communities to create a better India. We believe that India's spirit lives in its villages. We have been working towards making the communities self-sustainable and independent by empowering them and enhancing their skills through several skill upliftment workshops and trainings.
<br><br>
We currently have three active projects including Project Prakrit, Project Jaladhi and Project FlyLife.
</p>
</div>
</div>
</div>
<div class="webinar">
<img src="./Assets/event5.jpeg" alt="" class="webinar-image">
</div>
<div class="container">
<div class="row-1">
<div class="column-1">
<h1 class="display-2 about" data-aos="fade-right" style="font-weight:bold !important;"><span style="color:#515356;">OUR<br></span><span style="color:#FFC222;">MISSION</span></h1>
</div>
<div class="column-2">
<p data-aos="fade-left">
At Enactus SRM, we believe in making the most out of what we’re offered. We aim to develop ourselves so that we can think out of the box and build a path which helps the society as well as our economy. Making ground breaking ideas out of general problems, and using them to generate revenue to ultimately help people is what we strive for. <br><br> We dedicate ourselves to creating future entrepreneurs that understand a situation and make feasible plans that help the people connected to the problem and them as well. Now is the time to implement this ideology in the youth as much as possible so that together, we can change this world for the best.
</p>
</div>
</div>
</div>
<div class="slogan">
<h1 class="display-4 slo" style="font-weight:bold !important;">#ChangeMakersOfTheWorld</h1>
</div>
<br>
<div class="flips">
<h1 id="s1" class="display-2 about" data-aos="fade-up" style="font-weight:bold !important;"><span style="color:#515356;"></span><span style="color:#FFC222;">ONGOING</span> PROJECTS</h1>
</div>
<br><br>
<div class="flips project-cards">
<div class="flip-card" data-aos="fade-right">
<div class="flip-card-inner">
<div class="flip-card-front">
<img class="project-image" src="./Jaladhi.png" alt="Avatar" style="width:300px;height:300px;padding:20px;">
</div>
<div class="flip-card-back">
<h1 class="info-heading"><span style="color:white;">Project Jaladhi</span></h1>
<p class=info>Project Jaladhi aims at educating and creating an awareness among the people who's life are solely dependent on water bodies.<span class="info1"> Thus, creating an impact on Habitat Loss, Overfishing, Climate Change and Pollution by conducting online webinars, campaigns and skill development workshops and raising awareness.</span></p>
<div class="button">
<a href="project.html"><button type="button" class="btn btn-outline-light btn-lg">Learn More</button></a>
</div>
</div>
</div>
</div>
<div class="flip-card" data-aos="fade-up">
<div class="flip-card-inner">
<div class="flip-card-front">
<img class="project-image" src="./Assets/prakrit_logo.png" alt="Avatar" style="width:300px;height:300px;padding:50px;">
</div>
<div class="flip-card-back">
<h1 class="info-heading"><span style="color:white;">Project Prakrit</span></h1>
<p class=info>Project Prakrit is a grassroot Entrepreneurial initiative by Enactus SRM to create women entrepreneurs with the motto of saving the environment.<span class="info1"> It mainly focuses on the manufacturing of reusable paper bags which are used as the alternative to plastic bags.</span></p>
<div class="button">
<a href="project_parikrit.html"><button type="button" class="btn btn-outline-light btn-lg">Learn More</button></a>
</div>
</div>
</div>
</div>
<div class="flip-card" data-aos="fade-left">
<div class="flip-card-inner">
<div class="flip-card-front">
<img class="project-image" src="./Assets/Flylife.png" alt="Avatar" style="width:300px;height:300px;padding:50px;">
</div>
<div class="flip-card-back">
<h1 class="info-heading"><span style="color:white;">Project Flylife</span></h1>
<p class=info><span class="info1">E – Pharmacy reported a 2 fold increase during COVID 19 pandemic in the need of ad hoc medicines from both urban and suburban.The solution to the aforementioned turmoil, according to us, is a </span>Drone delivery system as it allows much cheaper sevice,and nil human exposure which is very crucial currently.</p>
<div class="button">
<a href="project_flylife.html"><button type="button" class="btn btn-outline-light btn-lg">Learn More</button></a>
</div>
</div>
</div>
</div>
</div>
<div class="flips">
<h1 class="display-2 about" data-aos="fade-up" style="font-weight:bold !important;margin-top:100px;"><span style="color:#515356;"></span><span style="color:#FFC222;">S</span>PONSORS</h1>
</div>
<br><br>
<div class="rowz container">
<div class="columnz flips">
<img class="imz" src="./Assets/ford.png" style="width:100%" data-aos="fade-right">
</div>
<div class="columnz flips">
<img class="imz" src="./Assets/unnat_bharat_abhiyan.jpg" style="width:100%;"data-aos="fade-right">
</div>
<div class="columnz flips">
<img class="imz" src="./Assets/bazaar.png" style="width:100%" data-aos="fade-up">
</div>
<div class="columnz flips">
<img class="imz" src="./Assets/kpmg.png" style="width:100%" data-aos="fade-left">
</div>
<div class="columnz flips">
<img class="imz" src="./Assets/newGen.jpg" style="width:100%" data-aos="fade-left">
</div>
</div>
<br><br><br>
<div class="container flips">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSf0vyeNA3AA7nU4CP_G4HSvGWZ8nKXjaqS8GxwFwWflGj_FTw/viewform?usp=sf_link" target="_blank"><button class="button1"> <h3 class="display-5 txt">CONTACT US</h3></button></a>
</div>
<footer class="mainfooter" role="contentinfo">
<div class="footer-middle" style="margin: 20px; background-color:#FFC222;color:white;width:100%;margin-left:0px;padding-top:30px;padding-left:80px;overflow:hidden;">
<div class="row">
<div class="col-md-3 col-sm-6">
<!--Column1-->
<div class="footer-pad">
<h4>OUR MISSION</h4>
<ul class="list-unstyled">
<li><span style="font-weight:bolder;font-size:20px;"><font color="#515356">En</font></span>trepreneurial: - Innovating new methods that help us create sustainable opportunities for all.</li>
<li><span style="font-weight:bolder;font-size:20px;"><font color="#515356">Act</font></span>ion: - The experience of working not only towards an uncertainty, but towards a bigger picture that helps us to gain a newer perspective.</li>
<li><span style="font-weight:bolder;font-size:20px;"><font color="#515356">Us</font></span>: - A group of individuals coming forth to work for a greater cause</li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-6">
<!--Column1-->
<div class="footer-pad">
<h4>CONTACT US</h4>
<p>Email ID: [email protected]</p>
<p>Address: SRM Nagar, Kattankulathur - 603 203 Chengalpattu District, Tamil Nadu.
</p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<!--Column1-->
<div class="footer-pad">
<h4>ENACTUS SRM</h4>
<ul class="list-unstyled">
<li><a style="color:white;" href="index.html">Home</a></li>
<li><a style="color:white;" href="team.html" >Team</a></li>
<li><a style="color:white;" href="#">Project</a></li>
</ul>
</div>
</div>
<div class="col-md-3">
<h4>FOLLOW US</h4>
<ul class="social-network social-circle" style="padding-left:0px;">
<a href="https://www.facebook.com/enactus.srm" class="fa fa-facebook" target="_blank"></a>
<a href="https://www.linkedin.com/company/enactus-srm" class="fa fa-linkedin" target="_blank"></a>
<a href="https://instagram.com/enactus.srm?igshid=d4hiwo299lun" class="fa fa-instagram" target="_blank"></a>
<a href="https://youtube.com/channel/UChMeX1fadPvcHpdCgwz8jow" class="fa fa-youtube" target="_blank"></a>
</ul>
</div>
</div>
<div class="row" style="padding-right:20px;">
<div class="col-md-12 copy">
<hr>
<p class="text-center">© Copyright 2021 - Enactus SRM. All rights reserved.</p>
</div>
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns" crossorigin="anonymous"></script>
<script type="text/javascript">
function animateValue(obj, start, end, duration) {
let startTimestamp = null;
const step = (timestamp) => {
if (!startTimestamp) startTimestamp = timestamp;
const progress = Math.min((timestamp - startTimestamp) / duration, 1);
obj.innerHTML = Math.floor(progress * (end - start) + start);
if (progress < 1) {
window.requestAnimationFrame(step);
}
};
window.requestAnimationFrame(step);
}
const obj = document.getElementById("value");
animateValue(obj, 0, 100, 5000);
const obj1 = document.getElementById("value1");
animateValue(obj1, 0, 5, 5000);
const obj2 = document.getElementById("value2");
animateValue(obj2, 0, 10000, 5000);
const obj3 = document.getElementById("value3");
animateValue(obj3, 0, 50, 5000);
</script>
<script>
AOS.init();
</script>
</body>
</html>