-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinformation.html
313 lines (293 loc) · 8.32 KB
/
information.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Tutorial</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="index.html">Home</a></li>
<li><a href="#footer">About us</a></li>
<li><a href="index.html">Log Out</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 style="height: 500px">
<div class="row">
<div class="col-md-6 col-sm-12" style="padding-left: 70px"><iframe width="600" height="400" src="https://www.youtube.com/embed/6g9fQ-BvaqY" style="margin-top: 25px;">
</iframe></div>
<div class="col-md-6 col-sm-12">
<header style="margin-top: 25px;">
<h1>Tutorial 1</h1>
</header>
<div style="padding-top: 25px;">
I wanted to share with you how you can try or change to cloth pads by making your own. Hope this video finds you well. Cloth pads are healthier for you, better for the environment, and more economical. You can make them using towels, nylon, flannel, and a lot other materials.
</div>
</div>
</div>
</div>
<div style="height: 500px">
<div class="row">
<div class="col-md-6 col-sm-12">
<header style="margin-top: 25px;padding-left: 70px;">
<h1>Tutorial 2</h1>
</header>
<div style="padding-top: 25px;padding-left: 70px;">
Learn how to create your own cloth pads using this step-by-step sewing tutorial and FREE patterns!
<br>
These cloth pads are perfect for your menstrual cycle as well as bladder incontinence. The video goes over some of the various fabric options, but there are many more resources linked below.
<br>
I have been making and using my own cloth pads for several years and LOVE them! I can decide how much absorbency I want, use the fabrics I find most comfortable, and create any size/shape I see fit. I hope you enjoy making and using your own cloth pads! Happy Sewing!
</div>
</div>
<div class="col-md-6 col-sm-12" style="padding-left: 70px"><iframe width="600" height="400" src="https://www.youtube.com/embed/6g9fQ-BvaqY" style="margin-top: 25px;">
</iframe></div>
</div>
</div>
<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>