-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSleep_stories.html
More file actions
103 lines (102 loc) · 3.6 KB
/
Sleep_stories.html
File metadata and controls
103 lines (102 loc) · 3.6 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Sleep Stories</title>
<link href="assets/css/style1.css" rel="stylesheet" />
<!-- CSS only -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi"
crossorigin="anonymous"
/>
</head>
<body>
<section id="hero" class="hero">
<div class="container">
<div class="row gy-5">
<div
class="col-lg-6 order-2 order-lg-1 d-flex flex-column justify-content-center text-center text-lg-start"
style="margin-top: 0px;"
>
<h2>Sleep Stories</h2>
</div>
</div>
</div>
</section>
<div class="section_our_solution">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<div class="our_solution_category">
<div class="solution_cards_box">
<div class="solution_card">
<div class="so_top_icon">
<img src="assets\img\sleep2.jpg" />
</div>
<div class="solu_title">
<h3>How to Sleep Better</h3>
</div>
<div class="solu_description">
<p>
When was the last time you woke up feeling refreshed, alert,
and hopeful — ready to take on the day?
</p>
<button type="button" class="read_more_btn">Listen</button>
</div>
</div>
<div class="solution_card">
<div class="so_top_icon">
<img src="assets\img\sleep2.jpg" />
</div>
<div class="solu_title">
<h3>Meditation for Sleep</h3>
</div>
<div class="solu_description">
<p>
Healthy sleep has more to do with quality of rest than
quantity of hours.
</p>
<button type="button" class="read_more_btn">Listen</button>
</div>
</div>
</div>
<!-- -->
<div class="solution_cards_box sol_card_top_3">
<div class="solution_card">
<div class="so_top_icon">
<img src="assets\img\sleep2.jpg" />
</div>
<div class="solu_title">
<h3>Sleep Hacks</h3>
</div>
<div class="solu_description">
<p>
Sleep — the soothing balm our frayed nerves need but can
never have enough of.
</p>
<button type="button" class="read_more_btn">Listen</button>
</div>
</div>
<div class="solution_card">
<div class="so_top_icon">
<img src="assets\img\sleep2.jpg" />
</div>
<div class="solu_title">
<h3>How to wake up easier</h3>
</div>
<div class="solu_description">
<p>
Morning comes, and it’s time to wake up. For some people,
mornings are glorious. But what if you’re not a morning
person?
</p>
<button type="button" class="read_more_btn">Listen</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>