-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog_1.html
424 lines (412 loc) · 17.4 KB
/
blog_1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Heaven | Therapist</title>
<link rel="stylesheet" href="./sass/style.css" />
<link rel="shortcut icon" href="./images/favicon.ico" type="image/x-icon" />
</head>
<body>
<main id="therapy">
<div class="therapy">
<!-- Header Section -->
<header>
<!-- Nav Section -->
<nav>
<ul class="links">
<li><a href="./index.html">Home</a></li>
<li><a href="./about.html">About Me</a></li>
<li><a href="./approach.html">My Approach</a></li>
<li><a href="./therapy.html">Therapy Services</a></li>
<li><a href="./blog.html">Blog</a></li>
<li><a href="./materials.html">Reading Materials</a></li>
<li><a href="./contact.html">Contact</a></li>
</ul>
</nav>
<!-- User Section -->
<div class="user">
<div class="user-img">
<img src="./images/user.jpg" alt="" />
<!-- Bars -->
<div class="bars">
<img src="./images/bars.svg" alt="" />
</div>
</div>
<span>Log In</span>
</div>
</header>
<!-- End of Header Section -->
<!-- Blog-->
<section id="blog">
<div class="blog">
<div class="blog_posts">
<p>All Posts</p>
<box-icon name="search-alt"></box-icon>
</div>
<div class="blog_1">
<div class="user">
<div class="date">
<box-icon
name="user-circle"
type="solid"
color="#8c8787"
></box-icon>
Mar 22 . 1min
</div>
<div class="dot">
<box-icon
name="dots-vertical-rounded"
color="#8c8787"
></box-icon>
</div>
</div>
<!--
---- Blog-----
-->
<div class="blog_1_title">
<h2>How to Embrace Being Single</h2>
<p>
Focus on self-discovery: Being single offers a valuable
opportunity to explore and understand yourself on a deeper
level. Take this time to engage in self-reflection, identify
your passions, values, and goals. Discover what truly brings
you joy and fulfillment.
</p>
</div>
<div class="blog_1_img">
<img src="./images/blog_1.jpg" alt="" />
</div>
<div class="blog_1_content">
<p>
Practice self-care: Embrace being single by prioritizing
self-care. Take care of your physical, emotional, and mental
well-being. Engage in activities that nourish your soul, such
as exercise, meditation, hobbies, or spending time with loved
ones. Treat yourself with kindness, compassion, and respect.
</p>
<div class="side_bar">
<h3>
Cultivate meaningful connections: Being single doesn't mean
you have to be isolated. Surround yourself with a supportive
network of friends, family, and like-minded individuals.
Foster meaningful connections and invest in relationships
that bring positivity and growth to your life.
</h3>
</div>
<p>
Embrace independence: Use this time to develop your
independence and self-reliance. Take up new challenges, learn
new skills, and pursue your personal and professional
aspirations. Embracing your independence can empower you and
build a strong foundation for future relationships.
</p>
<div class="details">
<h2>Embrace</h2>
<p>
Enjoy the present moment: Being single allows you the
freedom to enjoy the present moment without compromising or
accommodating someone else's needs. Embrace the
opportunities for spontaneity, adventure, and
self-indulgence. Focus on creating a fulfilling life for
yourself, independent of a romantic relationship.
</p>
<p>
Remember, being single is a valuable phase of life that
offers opportunities for personal growth, self-discovery,
and building a strong foundation for future relationships.
Embrace it with an open mind and a positive outlook, and you
may find that this period becomes a transformative and
enriching experience.
</p>
</div>
</div>
</div>
<!-- End of Blog -->
<!--
----- Blog Socials
----- -->
<div class="blog_socials">
<div class="socials">
<box-icon name="facebook" type="logo"></box-icon>
<box-icon name="twitter" type="logo"></box-icon>
<box-icon name="linkedin" type="logo"></box-icon>
<box-icon name="link-alt"></box-icon>
</div>
<div class="feedback">
<div class="feedback_count">
<p>0 views</p>
<p>0 comments</p>
</div>
<div class="heart">
<box-icon name="heart" color="#f90000"></box-icon>
</div>
</div>
</div>
</div>
</section>
<!--
--------
More Blogs
--------
-->
<div class="more_blog">
<div class="more_blog_header">
<h3>Recent Posts</h3>
<p>See All</p>
</div>
<div class="more_blog_cards">
<!-- Card One -->
<div class="card">
<div class="card_img">
<img src="./images/blog_1_one.jpg" alt="" />
</div>
<div class="card_title">
<h3>
<a href="./blog_2.html"
>How To Maintain a Long-Lasting Change</a
>
</h3>
</div>
<div class="feedback_count">
<div class="count">
<div class="eye">
<svg
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
<g
id="SVGRepo_tracerCarrier"
stroke-linecap="round"
stroke-linejoin="round"
></g>
<g id="SVGRepo_iconCarrier">
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M11.9944 15.5C13.9274 15.5 15.4944 13.933 15.4944 12C15.4944 10.067 13.9274 8.5 11.9944 8.5C10.0614 8.5 8.49439 10.067 8.49439 12C8.49439 13.933 10.0614 15.5 11.9944 15.5ZM11.9944 13.4944C11.1691 13.4944 10.5 12.8253 10.5 12C10.5 11.1747 11.1691 10.5056 11.9944 10.5056C12.8197 10.5056 13.4888 11.1747 13.4888 12C13.4888 12.8253 12.8197 13.4944 11.9944 13.4944Z"
fill="#0F0F0F"
></path>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M12 5C7.18879 5 3.9167 7.60905 2.1893 9.47978C0.857392 10.9222 0.857393 13.0778 2.1893 14.5202C3.9167 16.391 7.18879 19 12 19C16.8112 19 20.0833 16.391 21.8107 14.5202C23.1426 13.0778 23.1426 10.9222 21.8107 9.47978C20.0833 7.60905 16.8112 5 12 5ZM3.65868 10.8366C5.18832 9.18002 7.9669 7 12 7C16.0331 7 18.8117 9.18002 20.3413 10.8366C20.9657 11.5128 20.9657 12.4872 20.3413 13.1634C18.8117 14.82 16.0331 17 12 17C7.9669 17 5.18832 14.82 3.65868 13.1634C3.03426 12.4872 3.03426 11.5128 3.65868 10.8366Z"
fill="#0F0F0F"
></path>
</g>
</svg>
<p>0</p>
</div>
<div class="comment">
<box-icon name="message"></box-icon>
<p>0</p>
</div>
</div>
<div class="heart">
<box-icon name="heart" color="#f90000"></box-icon>
</div>
</div>
</div>
<!-- Card Two -->
<div class="card">
<div class="card_img">
<img src="./images/blog_1_two.jpg" alt="" />
</div>
<div class="card_title">
<h3>
<a href="./blog_3.html"
>Why Compromising Isn't a Curse Word</a
>
</h3>
</div>
<div class="feedback_count">
<div class="count">
<div class="eye">
<svg
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
<g
id="SVGRepo_tracerCarrier"
stroke-linecap="round"
stroke-linejoin="round"
></g>
<g id="SVGRepo_iconCarrier">
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M11.9944 15.5C13.9274 15.5 15.4944 13.933 15.4944 12C15.4944 10.067 13.9274 8.5 11.9944 8.5C10.0614 8.5 8.49439 10.067 8.49439 12C8.49439 13.933 10.0614 15.5 11.9944 15.5ZM11.9944 13.4944C11.1691 13.4944 10.5 12.8253 10.5 12C10.5 11.1747 11.1691 10.5056 11.9944 10.5056C12.8197 10.5056 13.4888 11.1747 13.4888 12C13.4888 12.8253 12.8197 13.4944 11.9944 13.4944Z"
fill="#0F0F0F"
></path>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M12 5C7.18879 5 3.9167 7.60905 2.1893 9.47978C0.857392 10.9222 0.857393 13.0778 2.1893 14.5202C3.9167 16.391 7.18879 19 12 19C16.8112 19 20.0833 16.391 21.8107 14.5202C23.1426 13.0778 23.1426 10.9222 21.8107 9.47978C20.0833 7.60905 16.8112 5 12 5ZM3.65868 10.8366C5.18832 9.18002 7.9669 7 12 7C16.0331 7 18.8117 9.18002 20.3413 10.8366C20.9657 11.5128 20.9657 12.4872 20.3413 13.1634C18.8117 14.82 16.0331 17 12 17C7.9669 17 5.18832 14.82 3.65868 13.1634C3.03426 12.4872 3.03426 11.5128 3.65868 10.8366Z"
fill="#0F0F0F"
></path>
</g>
</svg>
<p>0</p>
</div>
<div class="comment">
<box-icon name="message"></box-icon>
<p>0</p>
</div>
</div>
<div class="heart">
<box-icon name="heart" color="#f90000"></box-icon>
</div>
</div>
</div>
<!-- Card Three -->
<div class="card">
<div class="card_img">
<img src="./images/blog_1_three.jpg" alt="" />
</div>
<div class="card_title">
<h3>
<a href="./blog_4.html">8 Things Happy Couples Do</a>
</h3>
</div>
<div class="feedback_count">
<div class="count">
<div class="eye">
<svg
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
<g
id="SVGRepo_tracerCarrier"
stroke-linecap="round"
stroke-linejoin="round"
></g>
<g id="SVGRepo_iconCarrier">
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M11.9944 15.5C13.9274 15.5 15.4944 13.933 15.4944 12C15.4944 10.067 13.9274 8.5 11.9944 8.5C10.0614 8.5 8.49439 10.067 8.49439 12C8.49439 13.933 10.0614 15.5 11.9944 15.5ZM11.9944 13.4944C11.1691 13.4944 10.5 12.8253 10.5 12C10.5 11.1747 11.1691 10.5056 11.9944 10.5056C12.8197 10.5056 13.4888 11.1747 13.4888 12C13.4888 12.8253 12.8197 13.4944 11.9944 13.4944Z"
fill="#0F0F0F"
></path>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M12 5C7.18879 5 3.9167 7.60905 2.1893 9.47978C0.857392 10.9222 0.857393 13.0778 2.1893 14.5202C3.9167 16.391 7.18879 19 12 19C16.8112 19 20.0833 16.391 21.8107 14.5202C23.1426 13.0778 23.1426 10.9222 21.8107 9.47978C20.0833 7.60905 16.8112 5 12 5ZM3.65868 10.8366C5.18832 9.18002 7.9669 7 12 7C16.0331 7 18.8117 9.18002 20.3413 10.8366C20.9657 11.5128 20.9657 12.4872 20.3413 13.1634C18.8117 14.82 16.0331 17 12 17C7.9669 17 5.18832 14.82 3.65868 13.1634C3.03426 12.4872 3.03426 11.5128 3.65868 10.8366Z"
fill="#0F0F0F"
></path>
</g>
</svg>
<p>0</p>
</div>
<div class="comment">
<box-icon name="message"></box-icon>
<p>0</p>
</div>
</div>
<div class="heart">
<box-icon name="heart" color="#f90000"></box-icon>
</div>
</div>
</div>
</div>
</div>
<!--
--------
Comment
--------
-->
<div class="comment">
<h3>Comments</h3>
<div class="comment_input">
<input type="text" placeholder="Write a comment..." />
</div>
</div>
<!-- User Details -->
<section id="user_details">
<div class="user_details">
<!-- Location -->
<div class="location">
<p>500 Terry Francine Street,</p>
<p>Francisco, CA 94158</p>
<p>[email protected]</p>
<div class="user_contact">
<a href="tel:+2347088808842">07088808842</a>
</div>
<div class="socials">
<a href=""
><img src="./images/facebook-svgrepo-com.svg" alt=""
/></a>
<a href=""
><img src="./images/twitter-svgrepo-com.svg" alt=""
/></a>
<a href=""
><img src="./images/instagram-1-svgrepo-com.svg" alt=""
/></a>
<a href=""></a>
</div>
</div>
<!-- days -->
<div class="days">
<p>Mon - Fri: 7am - 10pm</p>
<p>Saturday : 8am - 10pm</p>
<p>Sunday : 8am - 11pm</p>
</div>
<!-- user-contact -->
<div class="user_contact">
<div class="fname">
<label for="fname">
First Name <br />
<input type="name" />
</label>
</div>
<div class="lname">
<label for="lname">
Last Name<br />
<input type="name" />
</label>
</div>
<div class="email">
<label for="email">
<br />Email<br />
<input type="email" />
</label>
</div>
<div class="subject">
<label for="subject">
<br />Subject<br />
<input type="name" />
</label>
</div>
<div class="message">
<label for="message">
<br />Message<br />
<textarea
name="message"
id="message"
cols="30"
rows="10"
></textarea>
</label>
</div>
</div>
</div>
</section>
<!-- End of User Details -->
<!-- Footer -->
<footer>
<p>
© by Heaven Gabriel 2023. Powered By The Love For Psychology
</p>
</footer>
<!-- End of Footer -->
</div>
</main>
<script src="./js/script.js"></script>
<script src="https://unpkg.com/[email protected]/dist/boxicons.js"></script>
</body>
</html>