-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
523 lines (458 loc) · 18.7 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
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
<!DOCTYPE html>
<html lang="en">
<head>
<title>Women + Change</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- FontAwesome CSS -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- ElegantFonts CSS -->
<link rel="stylesheet" href="css/elegant-fonts.css">
<!-- themify-icons CSS -->
<link rel="stylesheet" href="css/themify-icons.css">
<!-- Swiper CSS -->
<link rel="stylesheet" href="css/swiper.min.css">
<!-- Styles -->
<link rel="stylesheet" href="style.css">
<style>
.btn{
margin-top: 10px;
border:none;
background-color:#000000;
color:white;
}
/*Footer*/
.site-footer
{
background-color:#26272b;
padding:45px 0 20px;
font-size:15px;
line-height:24px;
color:#737373;
}
.site-footer hr
{
border-top-color:#bbb;
opacity:0.5
}
.site-footer hr.small
{
margin:20px 0
}
.site-footer h6
{
color:#fff;
font-size:16px;
text-transform:uppercase;
margin-top:5px;
letter-spacing:2px
}
.site-footer a
{
color:#737373;
}
.site-footer a:hover
{
color:#3366cc;
text-decoration:none;
}
.footer-links
{
padding-left:0;
list-style:none
}
.footer-links li
{
display:block
}
.footer-links a
{
color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
color:#3366cc;
text-decoration:none;
}
.footer-links.inline li
{
display:inline-block
}
.site-footer .social-icons
{
text-align:right
}
.site-footer .social-icons a
{
width:40px;
height:40px;
line-height:40px;
margin-left:6px;
margin-right:0;
border-radius:100%;
background-color:#33353d
}
.copyright-text
{
margin:0
}
@media (max-width:991px)
{
.site-footer [class^=col-]
{
margin-bottom:30px
}
}
@media (max-width:767px)
{
.site-footer
{
padding-bottom:0
}
.site-footer .copyright-text,.site-footer .social-icons
{
text-align:center
}
}
.social-icons
{
padding-left:0;
margin-bottom:0;
list-style:none
}
.social-icons li
{
display:inline-block;
margin-bottom:4px
}
.social-icons li.title
{
margin-right:15px;
text-transform:uppercase;
color:#96a2b2;
font-weight:700;
font-size:13px
}
.social-icons a{
background-color:#eceeef;
color:#818a91;
font-size:16px;
display:inline-block;
line-height:44px;
width:44px;
height:44px;
text-align:center;
margin-right:8px;
border-radius:100%;
-webkit-transition:all .2s linear;
-o-transition:all .2s linear;
transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
color:#fff;
background-color:#29aafe
}
.social-icons.size-sm a
{
line-height:34px;
height:34px;
width:34px;
font-size:14px
}
.social-icons a.facebook:hover
{
background-color:#3b5998
}
.social-icons a.twitter:hover
{
background-color:#00aced
}
.social-icons a.dribbble:hover
{
background-color:#ea4c89
}
.entry-header:hover{
cursor: pointer;
}
@media (max-width:767px)
{
.social-icons li.title
{
display:block;
margin-right:0;
font-weight:600
}
}
</style>
</head>
<body>
<header class="site-header">
<div class="nav-bar">
<div class="container">
<div class="row">
<div class="col-12 d-flex flex-wrap justify-content-between align-items-center">
<div class="site-branding d-flex align-items-center">
<a class="d-block" href="index.html" rel="home"><img class="d-block" src="images/icon.png" alt="logo" style="width: 45px;height: 45px;">Women+Change</a>
</div><!-- .site-branding -->
<nav class="site-navigation d-flex justify-content-end align-items-center">
<ul class="d-flex flex-column flex-lg-row justify-content-lg-end align-content-center">
<li class="current-menu-item"><a href="#">Home</a></li>
<li><a href="#aboutus">About us</a></li>
<li><a href="#causes">Causes</a></li>
<li><a href="#platform">Our Platform</a></li>
<li><a href="Login/index.html">Login</a></li>
<li><a href="Signup/index.html">Sign Up</a></li>
</ul>
</nav><!-- .site-navigation -->
<div class="hamburger-menu d-lg-none">
<span></span>
<span></span>
<span></span>
<span></span>
</div><!-- .hamburger-menu -->
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .container -->
</div><!-- .nav-bar -->
</header><!-- .site-header -->
<div >
<div class="swiper-slide hero-content-wrap">
<img src="images/4-text-slide_mg_3197_bw_2560x1440-hr_dobu7wb.jpg" alt="" class="h-100">
<div class="hero-content-overlay position-absolute w-100 h-100">
<div class="container h-100">
<div class="row h-100">
<div class="col-12 col-lg-8">
<header class="entry-header" style="padding-top: 10vw;">
<h1>Earn</h1>
<h4>Learn and Change</h4>
</header><!-- .entry-header -->
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .container -->
</div><!-- .hero-content-overlay -->
</div><!-- .hero-content-wrap -->
</div><!-- .swiper-wrapper -->
<div class="home-page-icon-boxes" id="platform">
<div class="container">
<div class="row">
<div class="col-12 col-md-6 col-lg-4 mt-4 mt-lg-0">
<div class="icon-box">
<header class="entry-header">
<h3 class="entry-title">Learning Resources</h3>
</header>
<div class="entry-content">
<p>Skill development through online tutorial and hands-on workshops.</p>
</div>
<button type="button" class="btn" onclick="fun()">Learn</button>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4 mt-4 mt-lg-0">
<div class="icon-box">
<header class="entry-header">
<h3 class="entry-title">Start Selling</h3>
</header>
<div class="entry-content">
<p>Online platform to start seling your goods.</p>
</div>
<a href="productpage.html"><button type="button" class="btn">Sell</button></a>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4 mt-4 mt-lg-0">
<div class="icon-box">
<header class="entry-header">
<h3 class="entry-title">Content</h3>
</header>
<div class="entry-content">
<p>Guides for menstrual hygiene, management and waste disposal. </p>
</div>
<a href="content.html"><button type="button" class="btn">Consume</button></a>
</div>
</div>
</div><!-- .row -->
</div><!-- .container -->
</div><!-- .home-page-icon-boxes -->
<div class="home-page-welcome" id="aboutus">
<div class="container">
<div class="row">
<div class="col-12 col-lg-6 order-2 order-lg-1">
<div class="welcome-content">
<header class="entry-header">
<h2 class="entry-title">Welcome to our Platform</h2>
</header><!-- .entry-header -->
<div class="entry-content mt-5">
<p>Our platform is built for rural men and women who are eager to learn the skill of manufacturing reusable and eco-friendly sanitary pads. We provide them the opprtunity of earning while learning. Along with that we aim to create awareness around menstrual hygiene and usage of sanitary pads and try to prevent chronic diseases from happening in rural areas.</p>
</div><!-- .entry-content -->
<button type="button" class="btn" style="background-color: #FF4500">Read More</button><!-- .entry-footer -->
</div><!-- .welcome-content -->
</div><!-- .col -->
<div class="col-12 col-lg-6 mt-4 order-1 order-lg-2">
<img src="images/rural-women.jpg" alt="welcome">
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .container -->
</div><!-- .home-page-icon-boxes -->
<div class="our-causes" id="causes">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-heading">
<h2 class="entry-title">Our Causes</h2>
</div><!-- .section-heading -->
</div><!-- .col -->
</div><!-- .row -->
<div class="row">
<div class="col-12">
<div class="swiper-container causes-slider">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="cause-wrap">
<figure class="m-0">
<img src="images/climatechange.jpg" alt="">
</figure>
<div class="cause-content-wrap">
<header class="entry-header d-flex flex-wrap align-items-center">
<h3 class="entry-title w-100 m-0"><a href="#">Fighting Climate Change</a></h3>
</header><!-- .entry-header -->
<div class="entry-content">
<p class="m-0">To adequately address this crisis we must urgently reduce carbon pollution and prepare for the consequences of global warming, which we are already experiencing.</p>
</div><!-- .entry-content -->
</div><!-- .cause-content-wrap -->
</div><!-- .cause-wrap -->
</div><!-- .swiper-slide -->
<div class="swiper-slide">
<div class="cause-wrap">
<figure class="m-0">
<img src="images/maxresdefault.jpg" alt="">
</figure>
<div class="cause-content-wrap">
<header class="entry-header d-flex flex-wrap align-items-center">
<h3 class="entry-title w-100 m-0"><a href="#">Creating Awareness</a></h3>
</header><!-- .entry-header -->
<div class="entry-content">
<p class="m-0">We must challenge the status quo and break the silence around menstruation. It is the responsibility of those with influence to find appropriate ways to talk about it and take necessary action.</p>
</div><!-- .entry-content -->
</div><!-- .cause-content-wrap -->
</div><!-- .cause-wrap -->
</div><!-- .swiper-slide -->
<div class="swiper-slide">
<div class="cause-wrap">
<figure class="m-0">
<img src="images/rural-women.jpg" alt="">
</figure>
<div class="cause-content-wrap">
<header class="entry-header d-flex flex-wrap align-items-center">
<h3 class="entry-title w-100 m-0"><a href="#">Decent Work and Economic Growth</a></h3>
</header><!-- .entry-header -->
<div class="entry-content">
<p class="m-0">To encourage sustained economic growth, entrepreneurship and job creation among men and women in rural areas.</p>
</div><!-- .entry-content -->
</div><!-- .cause-content-wrap -->
</div><!-- .cause-wrap -->
</div><!-- .swiper-slide -->
</div><!-- .swiper-wrapper -->
</div><!-- .swiper-container -->
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .container -->
</div><!-- .our-causes -->
<div class="home-page-limestone">
<div class="container">
<div class="row align-items-end">
<div class="coL-12 col-lg-6">
<div class="section-heading">
<h4 class="entry-title">Integration of a gendered perspective into existing climate, development, and disaster-risk reduction.
</h4>
</div><!-- .section-heading -->
</div><!-- .col -->
<div class="col-12 col-lg-6">
<div class="milestones d-flex flex-wrap justify-content-between">
<div class="col-12 col-sm-4 mt-5 mt-lg-0">
<div class="counter-box">
<div class="d-flex justify-content-center align-items-center">
<img src="images/teamwork.png" alt="">
</div>
<div class="d-flex justify-content-center align-items-baseline">
<div style="font-size: 3vw;">#</div>
</div>
<h3 class="entry-title">Women helped</h3><!-- entry-title -->
</div><!-- counter-box -->
</div><!-- .col -->
<div class="col-12 col-sm-4 mt-5 mt-lg-0">
<div class="counter-box">
<div class="d-flex justify-content-center align-items-center">
<img src="images/donation.png" alt="">
</div>
<div class="d-flex justify-content-center align-items-baseline">
<div style="font-size: 3vw;">#</div>
</div>
<h3 class="entry-title">Product Sold</h3><!-- entry-title -->
</div><!-- counter-box -->
</div><!-- .col -->
<div class="col-12 col-sm-4 mt-5 mt-lg-0">
<div class="counter-box">
<div class="d-flex justify-content-center align-items-center">
<img src="images/dove.png" alt="">
</div>
<div class="d-flex justify-content-center align-items-baseline">
<div style="font-size: 3vw;">#</div>
</div>
<h3 class="entry-title">Volunteeres</h3><!-- entry-title -->
</div><!-- counter-box -->
</div><!-- .col -->
</div><!-- .milestones -->
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .container -->
</div><!-- .our-causes -->
<footer class="site-footer" id="footer">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-6">
<h6>About Us</h6>
<p class="text-justify">Women+Change is the leading website in learnig and earning platforms specifically targeted at rural community. </p>
</div>
<div class="col-xs-6 col-md-3">
<h6>Categories</h6>
<ul class="footer-links">
<li><a href="#">Earn</a></li>
<li><a href="#">Learn</a></li>
<li><a href="#">Content</a></li>
<li><a href="#">Latest Events</a></li>
</ul>
</div>
<div class="col-xs-6 col-md-3">
<h6>Our Partners</h6>
<ul class="footer-links">
<li>NGO ABC</li>
<li>NGO XYZ</li>
<li>SHG DEF</li>
<li>SHG PQR</li>
</ul>
</div>
</div>
<hr>
</div>
<div class="container">
<div class="row">
<div class="col-md-8 col-sm-6 col-xs-12">
<p class="copyright-text">Copyright © 2019 All Rights Reserved by Women+Change.
</p>
</div>
</div>
</div>
</footer>
<script type='text/javascript' src='js/jquery.js'></script>
<script type='text/javascript' src='js/jquery.collapsible.min.js'></script>
<script type='text/javascript' src='js/swiper.min.js'></script>
<script type='text/javascript' src='js/custom.js'></script>
<script type="text/javascript">
function fun(){
alert("You Must Be Logged In");
}
</script>
</body>
</html>