-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
330 lines (288 loc) · 18 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>BOLO</title>
<link rel="apple-touch-icon" sizes="180x180" href="assets\images\favicons\apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets\images\favicons\favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets\images\favicons\favicon-16x16.png">
<link rel="manifest" href="assets\images\favicons\site.webmanifest">
<!-- plugin scripts -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.19/tailwind.min.css" integrity="sha512-wnea99uKIC3TJF7v4eKk4Y+lMz2Mklv18+r4na2Gn1abDRPPOeef95xTzdwGD9e6zXJBteMIhZ1+68QC5byJZw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700,800,900%7CLibre+Baskerville:400,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/owl.theme.default.min.css">
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/swiper.min.css">
<link rel="stylesheet" href="assets/css/bootstrap-select.min.css">
<link rel="stylesheet" href="assets/plugins/potisen-icons/style.css">
<link rel="stylesheet" href="assets/css/vegas.min.css">
<!-- template styles -->
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/responsive.css">
<script>(function(w, d) { w.CollectId = "637017b9f082f7d98ded0046"; var h = d.head || d.getElementsByTagName("head")[0]; var s = d.createElement("script"); s.setAttribute("type", "text/javascript"); s.async=true; s.setAttribute("src", "https://collectcdn.com/launcher.js"); h.appendChild(s); })(window, document);</script>
</head>
<body>
<div class="preloader">
</div><!-- /.preloader -->
<div class="page-wrapper">
<div class="topbar-two__social" style="visibility: hidden;">
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-facebook-square"></a>
<a href="#" class="fa fa-pinterest-p"></a>
<a href="#" class="fa fa-instagram"></a>
</div><!-- /.topbar-two__social -->
</div><!-- /.container -->
</div><!-- /.topbar-two -->
<header class="site-header site-header__header-one site-header__header-two ">
<nav class="navbar navbar-expand-lg navbar-light header-navigation stricky">
<div class="container clearfix">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="logo-box clearfix">
<button class="menu-toggler" data-target=".main-navigation">
<span class="fa fa-bars"></span>
</button>
</div><!-- /.logo-box -->
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="main-navigation">
<ul class=" navigation-box">
<li class="icon">
<img alt="testimonial" class="w-20 h-20 mb-1 object-cover object-center rounded-full inline-block bg-opacity-10" src="assets/images/icon.jpg">
</li>
<li class="current">
<a href="index.html">Home</a>
</li>
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#how_it_works">How it works?</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
</header><!-- /.site-header -->
<div class="banner-wrapper" id="home">
<div class="banner-one__nav">
<a href="#" class="banner-one__nav-left"><i class="fa fa-angle-left"></i><!-- /.fa fa-angle-left --></a>
<a href="#" class="banner-one__nav-right"><i class="fa fa-angle-right"></i>
<!-- /.fa fa-angle-right --></a>
</div><!-- /.banner-one__nav -->
<section class="banner-one banner-carousel__one owl-theme owl-carousel">
<div class="item">
<div class="banner-one__slide banner-one__slide-2"
style="background-image: url(assets/images/home-2.jpg);">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h6 class="banner-one__title banner-one__light-color">There is no limit to what we, as women, can accomplish.
<br /><span></span></h6>
<div class="banner-one__btn-block">
<a href="#" class="thm-btn banner-one__btn" onclick="window.location.href='maps.html';">Help</a>
</div><!-- /.btn-block -->
</div><!-- /.col-lg-12 -->
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- /.banner-one__slide -->
</div><!-- /.item -->
<div class="item">
<div class="banner-one__slide banner-one__slide-3"
style="background-image: url(assets/images/home-1.jpg);">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h6 class="banner-one__title text-black" style="color: rgb(255, 255, 255);">Truth never damages a cause that is just.
<br /><span></span></h6>
<div class="banner-one__btn-block">
<a href="#" class="thm-btn banner-one__btn" onclick="window.location.href='maps.html';">Help</a>
</div><!-- /.btn-block -->
</div><!-- /.col-lg-12 -->
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- /.banner-one__slide -->
</div><!-- /.item -->
</section><!-- /.banner-one -->
</div><!-- /.banner-wrapper -->
<section class="text-gray-600 body-font overflow-hidden">
<div class="container px-5 py-24 mx-auto">
<div class="lg:w-4/5 mx-auto flex flex-wrap">
<img alt="power to women" class="lg:w-1/2 w-full lg:h-auto h-64 object-cover object-center rounded" src="assets/images/ptw.jpg">
<div class="lg:w-1/2 w-full lg:pl-10 lg:py-6 mt-6 lg:mt-0">
<div class="flex mb-4">
<span class="flex ml-3 pl-3 py-2 border-l-2 border-gray-200 space-x-2s">
<a class="text-gray-500" id="about">
<p class="leading-relaxed">Gender equality is not only a fundamental human right, but a necessary foundation for a peaceful, prosperous and sustainable world. Our platform BOLO(Be on lookout) aims to make India a safer and better place for women because new India's growth isn't possible without ensuring women's security. </p>
</div>
</div>
</div>
</div>
</section>
<section class="text-gray-400 bg-[#eef0f2] body-font">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-col text-center w-full mb-20">
<h1
class="text-2xl font-medium title-font mb-4 text-white tracking-widest"
>
<section class="text-gray-400 bg-gray-200 body-font">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-col text-center w-full mb-20">
<h1
class="sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-700"
>
OUR TEAM
</h1>
<p class="lg:w-2/3 mx-auto leading-relaxed text-base"></p>
</div>
<div class="flex flex-wrap -m-2">
<div class="p-2 lg:w-1/4 md:w-1/2 w-full">
<div
class="h-full flex items-center border-gray-800 border p-4 rounded-lg"
>
<img
alt="team"
class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 rounded-full mr-4"
src="assets/images/simran.jpg"
>
<div class="flex-grow">
<h2 class="text-gray-700 font-barlow text-3xl font-small">
SIMRAN SACHDEVA
</h2>
<p class="text-gray-600 text-lg">ML Developer</p>
</div>
</div>
</div>
<div class="p-2 lg:w-1/3 md:w-1/2 w-full">
<div
class="h-full flex items-center borderborder p-4 rounded-lg"
>
<div class="flex-grow">
<h2 class="text-gray-700 title-font text-3xl font-small">
</h2>
<p class="text-gray-600 text-lg"></p>
</div>
</div>
</div>
<div class="p-2 lg:w-1/3 md:w-1/2 w-full">
<div
class="h-full flex items-center border-gray-800 border p-4 rounded-lg"
>
<img
alt="team"
class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 rounded-full mr-4"
src="assets/images/akshat.jpg"
>
<div class="flex-grow">
<h2 class="text-gray-700 title-font text-3xl font-small">
AKSHAT SHARMA
</h2>
<p class="text-gray-600 text-lg">Web Developer</p>
</div>
</div>
</div>
</section>
</h1>
</div>
</div>
</section>
<footer class="site-footer">
<div class="site-footer__logo text-center">
<a href="index.html"><img src="assets/images/logo-light.png" alt="" width="174"></a>
</div><!-- /.site-footer__logo -->
<div class="site-footer__upper">
<div class="container">
<div class="row">
<div class="col-xl-4 col-lg-6 col-md-6 col-sm-12">
<div class="footer-widget">
<h3 class="footer-widget__title">About</h3><!-- /.footer-widget__title -->
<p class="footer-widget__text">A one stop platform which aims<br> to make india<br> better and safer.</p><!-- /.footer-widget__text -->
</div><!-- /.footer-widget -->
</div><!-- /.col-lg-3 -->
<div class="col-xl-2 col-lg-6 col-md-6 col-sm-12">
<div class="footer-widget footer-widget__links">
<h3 class="footer-widget__title">Explore</h3><!-- /.footer-widget__title -->
<ul class="list-unstyled footer-widget__links-list">
<li><a href="#">Blogs</a></li>
<li><a href="#">Organise a workshop</a></li>
<li><a href="#">Get Involved</a></li>
<li><a href="#">Accessibility</a></li>
<li><a href="#"></a></li>
</ul><!-- /.list-unstyled footer-widget__links-list -->
</div><!-- /.footer-widget -->
</div><!-- /.col-lg-3 -->
<div class="col-xl-3 col-lg-6 col-md-6 col-sm-12">
<div class="footer-widget footer-widget__posts">
<h3 class="footer-widget__title">Get Inspired</h3><!-- /.footer-widget__title -->
<ul class="list-unstyled footer-widget__posts-list">
<li>
<div class="footer-widget__posts-image">
</div><!-- /.footer-widget__posts-image -->
<div class="footer-widget__posts-content">
<h4 class="footer-widget__posts-title"><a href="news-details.html">"Women will be hidden no more. We will not remain hidden figures. We have names. … It was woman that gave you Dr. Martin Luther King, Jr. It was woman that gave you Malcolm X. And according to the Bible, it was a woman that gave you Jesus. Don't you ever forget it."
<br> -Janelle Monáe</a></h4><!-- /.footer-widget__posts-title -->
</li>
</ul><!-- /.list-unstyled footer-widget__posts-list -->
</div><!-- /.footer-widget -->
</div><!-- /.col-lg-3 -->
<div class="col-xl-3 col-lg-6 col-md-6 col-sm-12">
<div class="footer-widget footer-widget__contact">
<h3 class="footer-widget__title">Contact</h3><!-- /.footer-widget__title -->
<ul class="list-unstyled footer-widget__contact-list">
<li>
<i class="potisen-icon-phone"></i><!-- /. -->
<a href="tel:9621787447">7906355223,7982846727</a>
</li>
<li>
<i class="potisen-icon-mail"></i><!-- /. -->
<a href="mailto:contact@boloindia.com">contact@boloindia.com</a>
</li>
<li>
<i class="potisen-icon-pin"></i><!-- /. -->
Chennai, Tamil Nadu, India<br>
</li>
</ul><!-- /.list-unstyled footer-widget__post-list -->
</div><!-- /.footer-widget -->
</div><!-- /.col-lg-3 -->
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- /.site-footer__upper -->
<div class="site-footer__bottom">
<div class="container">
<div class="inner-container text-center">
<p class="site-footer__copy">© <a href="#"></a></p>
<!-- /.site-footer__copy -->
</div><!-- /.inner-container -->
</div><!-- /.container -->
</div><!-- /.site-footer__bottom -->
</footer><!-- /.site-footer -->
</div><!-- /.page-wrapper -->
<a href="#" data-target="html" class="scroll-to-target scroll-to-top"><i class="fa fa-angle-up"></i></a>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<script src="assets/js/jquery.counterup.min.js"></script>
<script src="assets/js/TweenMax.min.js"></script>
<script src="assets/js/wow.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="assets/js/jquery.ajaxchimp.min.js"></script>
<script src="assets/js/swiper.min.js"></script>
<script src="assets/js/typed-2.0.11.js"></script>
<script src="assets/js/vegas.min.js"></script>
<script src="assets/js/jquery.validate.min.js"></script>
<script src="assets/js/bootstrap-select.min.js"></script>
<script src="assets/js/countdown.min.js"></script>
<!-- template scripts -->
<script src="assets/js/theme.js"></script>
</body>
<!-- Mirrored from layerdrops.com/potisen/index-2.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 10 Feb 2022 20:54:21 GMT -->
</html>