-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
355 lines (293 loc) · 16.6 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Rotaract Club Ulhasnagar</title>
<!-- Mobile Specific Metas
================================================== -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Construction Html5 Template">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
<!-- Favicon
================================================== -->
<link rel="icon" type="image/png" href="images/favicon.png">
<!-- CSS
================================================== -->
<!-- Bootstrap -->
<link rel="stylesheet" href="plugins/bootstrap/bootstrap.min.css">
<!-- FontAwesome -->
<link rel="stylesheet" href="plugins/fontawesome/css/all.min.css">
<!-- Animation -->
<link rel="stylesheet" href="plugins/animate-css/animate.css">
<!-- slick Carousel -->
<link rel="stylesheet" href="plugins/slick/slick.css">
<link rel="stylesheet" href="plugins/slick/slick-theme.css">
<!-- Colorbox -->
<link rel="stylesheet" href="plugins/colorbox/colorbox.css">
<!-- Template styles-->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Header start -->
<header id="header" class="header-two">
<div class="site-navigation">
<div class="container">
<div class="row">
<div class="col-lg-12">
<nav class="navbar navbar-expand-lg navbar-light p-0">
<div class="logo" style="display: inline-block;">
<a class="d-block" href=" index.html">
<img loading="lazy" src="images/logo.png" alt="Rotaract">
<img loading="lazy" src="images/theme-logo.png" alt="Rotaract" style="margin-left: 30px;">
</a>
</div><!-- logo end -->
<div class="extra-bts">
<ul id="donate-join">
<li id="donate" class="header-get-a-quote">
<a class="btn btn-primary" href="donate.html">Donate</a>
</li>
<li class="header-get-a-quote">
<a class="btn btn-primary" href="joinus.html">Join Us</a>
</li>
</ul>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target=".navbar-collapse" aria-controls="navbar-collapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div id="navbar-collapse" class="collapse navbar-collapse">
<ul class="nav navbar-nav ml-auto align-items-center">
<li class="nav-item dropdown active">
<a href="index.html">Home</a>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Club <i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu" role="menu">
<li><a href="about.html">About Us</a></li>
<li><a href="testimonials.html">Testimonials</a></li>
<li><a href="newmem.html">All Members</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a href="" class="nav-link dropdown-toggle" data-toggle="dropdown">Projects<i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu" role="menu">
<li><a href="project.html">All Projects</a></li>
<li><a href="calendar.html">Events Calendar</a></li>
</ul>
</li>
<!-- <li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Services <i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu" role="menu">
<li><a href="services.html">Services All</a></li>
<li><a href="service-single.html">Services Single</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Features <i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu" role="menu">
<li><a href="typography.html">Typography</a></li>
<li><a href="404.html">404</a></li>
<li class="dropdown-submenu">
<a href="#!" class="dropdown-toggle" data-toggle="dropdown">Parent Menu</a>
<ul class="dropdown-menu">
<li><a href="#!">Child Menu 1</a></li>
<li><a href="#!">Child Menu 2</a></li>
<li><a href="#!">Child Menu 3</a></li>
</ul>
</li>
</ul>
</li> -->
<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li>
<!-- <li id= "donate" class="header-get-a-quote">
<a class="btn btn-primary" href="donate.html">Donate</a>
</li>
<li class="header-get-a-quote">
<a class="btn btn-primary" href="https://docs.google.com/forms/d/e/1FAIpQLSeNNO1pvcGln-HoiG5Av07pQohF1jESrNHu2vmzP9uVGV4jGw/viewform">Join Us</a>
</li> -->
</div>
</nav>
</div>
<!--/ Col end -->
</div>
<!--/ Row end -->
</div>
<!--/ Container end -->
</div>
<!--/ Navigation end -->
</header>
<!--/ Header end -->
<div class="paralax-mf bg-image" style="background-image: url(images/banner/About-us-banner.jpg)">
<div class="overlay-mf"></div>
<div id="banner-area" class="banner-area">
<div class="banner-text">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="banner-heading">
<h1 class="banner-title">About</h1>
<nav aria-label="breadcrumb">
<ol class="breadcrumb justify-content-center">
<li class="breadcrumb-item"><a href="#">Home</a></li>
<li class="breadcrumb-item"><a href="#">club</a></li>
<li class="breadcrumb-item active" aria-current="page">About Us</li>
</ol>
</nav>
</div>
</div><!-- Col end -->
</div><!-- Row end -->
</div><!-- Container end -->
</div><!-- Banner text end -->
</div><!-- Banner area end -->
</div>
<section id="main-container" class="main-container">
<div class="container">
<div class="row">
<div class="col-lg-5" style=" text-align: justify; text-justify: inter-word;">
<h3 class="column-title">Who We Are</h3>
<p>Rotaract clubs bring together people ages 18 and older to exchange ideas with leaders in the community, develop leadership and professional skills, and have fun through service.
In communities worldwide, Rotary and Rotaract members work side by side to take action through service. From big cities to rural villages, Rotaract is changing communities like yours.
</p>
<p>Rotaract Club of Ulhasnagar was founded in 1988. The club was chartered under the Charter President Mr. Lalit Manik with a team of 43 members. Their mission was to help develop the youth of the community. Keeping in mind their mission, Rotaractors planned several projects where young people could develop their personalities through community service. The major projects they did for the community included visits to old age homes, spending time with special children.
Rotaract Club was also known for organizing Youth Talent Competiton at inter-school and college levels.
The former Rotaractors even today continue to be a great help to society</p>
<blockquote><p>After a slow down in the club's functioning, the club was revived in December 2020. The Rotaract Club of Ulhasnagar focuses on the development of young people while engaging them in community services. Rotaract Club of Ulhasnagar is a safe place where we welcome all youngsters to come forward and help themselves while also actively helping those in need.
The club's mission is to give the youth an opportunity to serve society, develop leadership skills, create acultural awareness while networking.<b><br>~ Akanksha Manik,<br> RCU President</b> </p></blockquote>
</div><!-- Col end -->
<div class="col-lg-1"></div>
<div class="col-lg-5 mt-5 mt-lg-0">
<div id="page-slider" class="page-slider small-bg">
<div class="item" style="background-image:url(images/theme/foundation.PNG)">
<div class="container">
<div class="box-slider-content">
<div class="box-slider-text">
<h2 class="box-slide-title">Learn</h2>
</div>
</div>
</div>
</div><!-- Item 1 end -->
<div class="item" style="background-image:url(images/theme/mental\ health.PNG)">
<div class="container">
<div class="box-slider-content">
<div class="box-slider-text">
<h2 class="box-slide-title">Improve</h2>
</div>
</div>
</div>
</div><!-- Item 1 end -->
<div class="item" style="background-image:url(images/theme/welfare.PNG)">
<div class="container">
<div class="box-slider-content">
<div class="box-slider-text">
<h2 class="box-slide-title">Serve</h2>
</div>
</div>
</div>
</div><!-- Item 1 end -->
</div><!-- Page slider end-->
<br>
<h3 class="column-title">Theme this year</h3>
<p style=" text-align: justify; text-justify: inter-word;">
<b>Learn</b> (building foundation)<br>
<b>Improve</b> (mental health)<br>
<b>Serve</b> (women and children)<br>
<b>WEVOLE- Learn, Improve, Serve</b><br>
Rotaract Club of Ulhasnagar chartered in 1988,since then has been on a mission to provide a platform to enthusiastic youth to indulge in self-development activities through community service.
Although times change one thing that remains constant is the youth and their enthusiasm towards working for others.
Although this year started on a mission to revive the club, after almost successfully reviving the club, we now have moved on to further goals.
The theme of the year is WeVolve- learn, improve, serve. WeVolve, short for We Evolve explains how the club will be providing a
platform to the youth to constantly keep on evolving through 3 steps. Since it's the revival year, we will be focusing on Learning and building a foundation.
The next step would be to focus on one of the most important aspects of human lives which is Improve- mental health. One can only function well if they are
fit both physically and mentally hence trying to normalize the stigma around mental health problems.
Moving on to yet another aspect of human lives, Serve- serving those in need. We will be focusing on helping with the development of Women and Children and help build a better society.
All this learning, improvement and service will help us evolve into better human beings while also building a better society everyone deserves to live in.</p>
</div><!-- Col end -->
</div><!-- Content row end -->
</div><!-- Container end -->
</section><!-- Main container end -->
<footer id="footer" class="footer bg-overlay">
<div class="footer-main">
<div class="container">
<div class="row justify-content-between">
<div class="col-lg-4 col-md-4 footer-widget footer-about">
<img loading="lazy" class="footer-logo" src="images/footer-logo.png" alt="Rotaract">
</div><!-- Col end -->
<div class="col-lg-4 col-md-4 footer-widget footer-about">
<img loading="lazy" class="footer-logo" src="images/theme-logo-dark.png" alt="Rotaract">
</div>
<div class="col-lg-4 col-md-4 footer-widget mt-5 mt-md-0">
<h3 class="widget-title">Follow us on</h3>
<div class="footer-social">
<ul>
<li><a href="https://www.facebook.com/Rotaractclubofunr-107063648205316" aria-label="Facebook"><i
class="fab fa-facebook-f"></i></a></li>
<li><a href="https://www.instagram.com/rotaractclubofunr" aria-label="Instagram"><i
class="fab fa-instagram"></i></a></li>
</ul>
</div><!-- Footer social end -->
</div><!-- Col end -->
<!-- <div class="col-lg-3 col-md-6 mt-5 mt-lg-0 footer-widget">
<h3 class="widget-title">Services</h3>
<ul class="list-arrow">
<li><a href="service-single.html">Pre-Construction</a></li>
<li><a href="service-single.html">General Contracting</a></li>
<li><a href="service-single.html">Construction Management</a></li>
<li><a href="service-single.html">Design and Build</a></li>
<li><a href="service-single.html">Self-Perform Construction</a></li>
</ul>
</div>Col end -->
</div><!-- Row end -->
</div><!-- Container end -->
</div><!-- Footer main end -->
<div class="copyright">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6">
<div class="copyright-info">
<span>Created with Love. Designed & Developed by </a> <a href="https://www.linkedin.com/in/tanmay-khule-3678001b6">Tanmay &</a> <a href="https://www.linkedin.com/in/riddhi-more">Riddhi</a></span>
</div>
</div>
<!-- <div class="col-md-6">
<div class="footer-menu text-center text-md-right">
<ul class="list-unstyled mb-0">
<li><a href="about.html">About</a></li>
<li><a href="team.html">Our people</a></li>
<li><a href="faq.html">Faq</a></li>
<li><a href="news-left-sidebar.html">Blog</a></li>
<li><a href="pricing.html">Pricing</a></li>
</ul>
</div>
</div> -->
</div><!-- Row end -->
<div id="back-to-top" data-spy="affix" data-offset-top="10" class="back-to-top position-fixed">
<button class="btn btn-primary" title="Back to Top">
<i class="fa fa-angle-double-up"></i>
</button>
</div>
</div><!-- Container end -->
</div><!-- Copyright end -->
</footer>
<!-- Footer end -->
<!-- Javascript Files
================================================== -->
<!-- initialize jQuery Library -->
<script src="plugins/jQuery/jquery.min.js"></script>
<!-- Bootstrap jQuery -->
<script src="plugins/bootstrap/bootstrap.min.js" defer></script>
<!-- Slick Carousel -->
<script src="plugins/slick/slick.min.js"></script>
<script src="plugins/slick/slick-animation.min.js"></script>
<!-- Color box -->
<script src="plugins/colorbox/jquery.colorbox.js"></script>
<!-- shuffle -->
<script src="plugins/shuffle/shuffle.min.js" defer></script>
<!-- Google Map API Key-->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU" defer></script>
<!-- Google Map Plugin-->
<script src="plugins/google-map/map.js" defer></script>
<!-- Template custom -->
<script src="js/script.js"></script>
</div><!-- Body inner end -->
</body>
</html>