-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontent.html
365 lines (332 loc) · 10.8 KB
/
content.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Informative</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="style2.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
.btn{
margin-top: 10px;
border:none;
background-color:#000000;
color:white;
}
/*Footer*/
.site-footer
{
background-color:white;
padding:45px 0 20px;
font-size:15px;
line-height:24px;
color:black;
}
.site-footer hr
{
border-top-color:black;
opacity:0.5
}
.site-footer hr.small
{
margin:20px 0
}
.site-footer h6
{
color:black;
font-size:16px;
text-transform:uppercase;
margin-top:5px;
letter-spacing:2px
}
.site-footer a
{
color:black;
}
.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
}
img {
width: 100%;
height: auto;
}
.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
}
}
#section1 {height:500px;color: #fff;}
#section2 {padding-top:50px;height:500px;color: #fff; background-color: #673ab7;}
</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="#footer">About us</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 class="home-page-welcome" id="aboutus" style="background-color: white;">
<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">Health and Hygiene</h2>
</header><!-- .entry-header -->
<div class="entry-content mt-5">
<p>Menstrual hygiene is one of the most important, yet neglected, health issues in the developing world. In India, approximately 70% of all reproductive diseases are caused by poor menstrual hygiene.
<br>
A Unicef study revealed that 10% of Indian women believe that menstruation is a disease. Limited access to information, as well as cultural taboos and social stigmas attached to menstruation have a negative impact on the lives and health of millions of girls and women.</p>
</div><!-- .entry-content -->
</div><!-- .welcome-content -->
</div><!-- .col -->
<div class="col-12 col-lg-6 mt-4 order-1 order-lg-2">
<img src="images/content1.jpg" alt="welcome">
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .container -->
</div><!-- .home-page-icon-boxes -->
<br>
<div class="home-page-welcome" id="aboutus" style="background-color: white;">
<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">Climate Change</h2>
</header><!-- .entry-header -->
<div class="entry-content mt-5">
<p>There is no country that is not experiencing the drastic effects of climate change. Greenhouse gas emissions are more than 50 percent higher than in 1990. Global warming is causing long-lasting changes to our climate system, which threatens irreversible consequences if we do not act.</p>
</div><!-- .entry-content -->
</div><!-- .welcome-content -->
</div><!-- .col -->
<div class="col-12 col-lg-6 mt-4 order-1 order-lg-2">
<img src="images/content2.png" alt="welcome">
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .container -->
</div><!-- .home-page-icon-boxes -->
<br>
<div class="home-page-welcome" id="aboutus" style="background-color: white;">
<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">Employment</h2>
</header><!-- .entry-header -->
<div class="entry-content mt-5">
<p>The draft Periodic Labour Force Survey (PLFS) data has revealed a drastic increase in the number of unemployed people in India.
<br>
A comparison of the employment-to-population ratio (EPR) in rural versus urban areas shows significant variations. Rural EPR came down relatively more in 2017-18 compared to urban EPR, according to the PLFS data accessed by The Hindu.</p>
</div><!-- .entry-content -->
</div><!-- .welcome-content -->
</div><!-- .col -->
<div class="col-12 col-lg-6 mt-4 order-1 order-lg-2">
<img src="images/content3.jpg" alt="welcome">
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .container -->
</div><!-- .home-page-icon-boxes -->
<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>
</body>
</html>