-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBlogs.html
385 lines (384 loc) · 16 KB
/
Blogs.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="src/blogs.css" rel="stylesheet" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
crossorigin="anonymous"
/>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"
></script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap"
rel="stylesheet"
/>
<title>ParentingWise</title>
<link rel="icon" type="image/x-icon" href="images/logo.png" />
</head>
<body>
<nav
class="navbar nav-underline navbar-expand-lg bg-body-tertiary"
style="background-color: #f3c9d3 !important"
>
<div class="container-fluid">
<a class="navbar-brand" href="index.html"
><img src="images/logo.png" alt="logo" width="50px"
/></a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarText"
aria-controls="navbarText"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html"
>Home</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="Aboutus.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="ChildCare.html">Child Care</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Parenting.html">Parenting</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Blogs.html">Blogs</a>
</li>
</ul>
<span class="navbar-text"
><a href="login.html"> Login/Register </a></span
>
</div>
</div>
</nav>
<main>
<section class="blog-section" id="blog">
<div class="container">
<h2>Latest Blog Posts</h2>
<div class="row">
<div class="col-md-4">
<div class="blog-post">
<img
src="https://calmigo.com/cdn/shop/articles/shutterstock_1309559275_2048x2048.jpg?v=1580151403"
alt="Stressed mom"
/>
<h3>Managing Stress as a Parent</h3>
<p>
Balancing the demands of parenthood while maintaining your own
well-being is essential for managing stress. Learn effective
strategies to navigate the challenges and stay resilient.
</p>
<a href="blogs/blog1.html" class="btn btn-primary">Read More</a>
</div>
</div>
<div class="col-md-4">
<div class="blog-post">
<img
src="https://www.euroschoolindia.com/wp-content/uploads/2023/06/mood-swings-during-teenage-years.jpg"
alt="Moody Teens"
/>
<h3>Adolescence: How to deal with the hormonal changes</h3>
<p>
Navigating adolescence's hormonal changes requires
understanding, patience, and healthy coping strategies for
both teens and parents.
</p>
<a href="post2.html" class="btn btn-primary">Read More</a>
</div>
</div>
<div class="col-md-4">
<div class="blog-post">
<img
src="https://media.northwesternmutual.com/images/expandable/13-how-much-does-it-cost-to-raise-a-child_1.jpg"
alt="Cost to raise a child"
class="image"
/>
<h3>Parenting 101: Navigating through the Finances</h3>
<p>
Managing finances as a parent requires careful planning and
budgeting. Learn essential tips to navigate financial
challenges, ensuring stability and security.
</p>
<a href="post3.html" class="btn btn-primary">Read More</a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<a href="blog.html" class="btn btn-primary btnview ps-3 pe-3"
>View All Blog Posts</a
>
</div>
</div>
</div>
</section>
<section class="video-library" id="video-library">
<div class="container">
<h2>Video Library</h2>
<div class="row">
<div class="col-md-4">
<div class="video-post">
<iframe
width="353"
height="280"
src="https://www.youtube.com/embed/rNnLtW0yg68"
title="Baby Care Basics Class"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
></iframe>
<h3>Baby Care Class</h3>
<p>
The video is a comprehensive baby care class covering various
aspects of infant care.The class aims to provide practical
advice and tips to ensure the health and well-being of babies,
making it an invaluable resource for both new and experienced
parents looking to enhance their baby care knowledge.
</p>
</div>
</div>
<div class="col-md-4">
<div class="video-post">
<iframe
width="353"
height="280"
src="https://www.youtube.com/embed/phiokLngFfM"
title="Do's and Don'ts During Pregnancy, Explained By A Gynaecologist"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
></iframe>
<h3>Pregnancy: Do's and Don'ts</h3>
<p>
Gynaecologist Dr Pratibha Singhal talks about the do's and
don'ts for all three trimesters of pregnancy. While the first
trimester of pregnancy is marked with a host of changes for
you and for your baby, many will be invisible to the outside
world. Watch this video to find out what changes happen to
your body and how to deal with them and how to keep your
pregnancy healthy.
</p>
</div>
</div>
<div class="col-md-4">
<div class="video-post">
<iframe
width="353"
height="280"
src="https://www.youtube.com/embed/xyQY8a-ng6g"
title="How the food you eat affects your brain - Mia Nacamulli"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
></iframe>
<h3>Understand the Importance of Balanced Diet</h3>
<p>
When it comes to what you bite, chew and swallow, your choices
have a direct and long-lasting effect on the most powerful
organ in your body: your brain. So which foods cause you to
feel so tired after lunch? Or so restless at night? Mia
Nacamulli takes you into the brain to find out.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<a href="blog.html" class="btn btn-primary btnview mb-3 mt-2 ps-3 pe-3"
>View All Video Resources</a
>
</div>
</div>
</div>
</section>
<section class="book-section mt-5 mb-5" id="Library">
<div class="container">
<h2 class="mb-3">Library</h2>
<div class="row">
<div class="col-md-4">
<div class="book-post border border-2 p-3">
<h3>
“Top Tips for Positive Parenting” <br />
via Women Work
</h3>
<p class="pb-5 mb-3">
All parents want their children to behave well and be
attentive. Real life might be a different story, and it can be
frustrating and tiresome to battle against rambunctious
behavior. This short guide gives several ideas on how you can
positively influence your child’s behavior.
</p>
<a
href="https://www.womenwork.org/wp-content/uploads/2016/02/parenting-techniques.pdf"
target="_blank"
class="btn btn-primary"
>Read More</a
>
</div>
</div>
<div class="col-md-4">
<div class="book-post border border-2 p-3">
<h3>
“Boost Your Child’s Self-Esteem” <br />
by CHKD
</h3>
<p>
This short, 2-page handout summarizes what you can do to boost
your child's self-perception. Self-esteem is vital to helping
kids to take positive risks and be better able to cope with
life's challenges. Learn how you as a parent can make a
positive difference through viewing your child as a unique
person, showing unconditional love, and keeping your
expectations realistic.
</p>
<a
href="https://www.chkd.org/uploadedFiles/Documents/Patients_and_Families/self%20esteem.pdf"
target="_blank"
class="btn btn-primary"
>Read More</a
>
</div>
</div>
<div class="col-md-4">
<div class="book-post border border-2 p-3">
<h3>
"All You Need is Love" <br />
by Dr. Shelja Sen
</h3>
<p class="pb-2">
Child psychologist and family
therapist Shelja Sen formulates five anchors of parenting to
help you connect with the immense wisdom that is already
present in you: Create the foundation of parenting;
Coach Build the necessary skills in children;
Nurture yourself for a more wholesome life; Community Build
ecosystems for children to thrive in; and Commit
Sustain your courage and compassion.
</p>
<a href="post3.html" class="btn btn-primary">Read More</a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<a href="blog.html" class="btn btn-primary btnview mt-3 ps-3 pe-3"
>View All Resources</a
>
</div>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-3">
<img src="images/logo.png" alt="Logo" class="logo" />
<p class="slogan">PARENTING WISE</p>
<div>
<a href="https://github.com/vidhiisaxena/ParentingWise">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
fill="currentColor"
class="bi bi-github"
viewBox="0 0 16 16"
>
<path
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27s1.36.09 2 .27c1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.01 8.01 0 0 0 16 8c0-4.42-3.58-8-8-8"
/>
</svg>
</a>
</div>
</div>
<div class="col-md-3">
<h5 class="header">FOR PARENTS</h5>
<ul>
<li><a href="#">What's Happening</a></li>
<li><a href="Blogs.html">Blog</a></li>
<li><a href="index.html#Community">Community</a></li>
</ul>
</div>
<div class="col-md-3">
<h5 class="header">RESOURCES</h5>
<ul>
<li><a href="#">Video Library</a></li>
<li><a href="#">Premium Subscription</a></li>
<li><a href="#">Newsletter</a></li>
</ul>
</div>
<div class="col-md-3">
<h5 class="header">SUPPORT</h5>
<ul>
<li><a href="index.html#FAQ">FAQS</a></li>
<li><a href="Aboutus.html">About Us</a></li>
<li><a href="Aboutus.html#Contact">Contact Us</a></li>
</ul>
</div>
</div>
</div>
<div class="container flex justify-content-between">
<div class="row">
<div class="col-md-6">
<p class="copyright justify-content-center">
Made with 💖 <br />
© Copyright. All rights reserved.
</p>
</div>
<div class="col-md-4">
<div class="newsletter">
<p class="news">
Sign Up for our newsletter:<br />
Get weekly updates
</p>
<div class="newsLetter flex group ease-in-out duration-300">
<form
action="[email protected]"
method="post"
class="newsletter-form"
class="bg-transparent border border-emerald-600 py-2 rounded-l-md placeholder:text-slate-300 placeholder:text-xs w-full group-hover:border-indigo-600 ease-in-out duration-300 text-sm outline-0"
>
<input
type="email"
name="email"
placeholder="Enter Your E-Mail Id"
required=""
/>
<button
class="text-slate-300 rounded-r-md px-3 py-1 text-white uppercase subscribeBtn tracking-wider ease-in-out duration-300"
type="submit"
>
Submit
</button>
</form>
</div>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>