-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
194 lines (162 loc) · 9.74 KB
/
index.html
File metadata and controls
194 lines (162 loc) · 9.74 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="leaf-logo-1.svg">
<title>PureLife</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link href="./style.css" rel="stylesheet"/>
</head>
<body>
<div class="container">
<header>
<!-- <div class="container-fluid my-2" > -->
<!-- <div class="row"> -->
<div class="logo">
<img src="./leaf-logo.jpg" id="logo-img" alt="logo"/>
<span>
<a href="" id="logo-text">PureLife</a>
</span>
</div>
<div class="navigation">
<nav>
<a href="">Home</a>
<a href="">About Us</a>
<a href="">Testimonials</a>
<a href="">Events</a>
</nav>
</div>
<!-- </div> -->
<!-- </div> -->
</header>
<hr/>
<main>
<section>
<div class="container" id="hero">
<div class="row">
<div class="">
<img src="./assets/images/hero-img.jpg" class="d-block mx-lg-auto img-fluid" alt="hero-img" loading="lazy" id="hero-img">
</div>
</div>
<div class="row hero-headtext">
<div class="col-sm-12">
<h1 class="display-5 fw-bold text-body-emphasis lh-1 mb-3">Pure Life</h1>
</div>
<!-- </div> -->
</div>
<div class="row">
<p class="col-sm-5 lead hero-subtext">Embrace a journey to holistic health with our dedicated team of practitioners</p>
</div>
</div>
</section>
<section class="services">
<div class="container">
<h2 class="text-center my-3">Our Services</h2>
<div class="row py-2">
<div class="col-md-3 acupuncture">
<img src="./assets/images/acu.jpg" width="300px" height="300px" class="img-fluid rounded" alt="acupuncture-img" class="img-fluid">
<p>Acupuncture</p>
</div>
<div class="col-md-3">
<p>Traditional acupuncture sessions to address various health concerns such as pain management, stress reduction, and overall balance.</p>
</div>
<div class="col-md-3 massage">
<img src="./assets/images/chiropractor.jpeg" width="300px" height="300px" class="img-fluid rounded" alt="massage-img" >
<p>Massage Therapy</p>
</div>
<div class="col-md-3">
<p>Different types of massage therapy, such as Swedish, deep tissue, or aromatherapy, to promote relaxation, relieve tension, and improve circulation.</p>
</div>
</div>
<div class="row">
<div class="col-md-3">
<img src="./assets/images/chiro.jpg" width="300px" height="300px" alt="chiropractor-img" class="img-fluid rounded">
<p>Chiropractor Care</p>
</div>
<div class="col-md-3">
<p>Chiropractic adjustments and therapies aimed at promoting spinal health, improving posture, and addressing musculoskeletal issues.</p>
</div>
<div class="col-md-3">
<img src="./assets/images/herbs-splash.jpg" width="300px" height="300px" alt="herbal-img" class="img-fluid rounded">
<p>Herbal Medicine Consultations</p>
</div>
<div class="col-md-3">
<p>Personalized consultations with herbalists to create custom herbal blends or recommend natural remedies to support health and well-being.</p>
</div>
</div>
</div>
</section>
<section class="values">
<div class="container">
<h2 class="text-center">Our Values</h2>
<div class="row g-4 py-2 row-cols-1 row-cols-lg-3">
<div class="feature col">
<div class="feature-icon d-inline-flex align-items-center justify-content-center text-bg-success bg-gradient fs-2 mb-3">
<img src="./assets/images/holistic-approach.svg" class="icon" alt="holistic">
</div>
<h3 class="fs-2 text-body-emphasis">Holistic Approach</h3>
<p>At Pure Life, we are committed to a holistic approach to wellness.
We believe in addressing the interconnectedness of mind, body, and spirit, recognizing that true health extends beyond the absence of illness.
Our practitioners collaborate to provide comprehensive care, empowering individuals to achieve balance and vitality in every aspect of their lives.</p>
</div>
<div class="feature col">
<div class="feature-icon d-inline-flex align-items-center justify-content-center text-bg-success bg-gradient fs-2 mb-3">
<img src="./assets/images/compassionate-care.svg" class="icon" alt="compassionate-care">
</div>
<h3 class="fs-2 text-body-emphasis">Compassionate Care</h3>
<p>Compassion is at the heart of everything we do at Pure Life.
We prioritize building genuine connections with our clients, listening attentively to their needs, and providing support with empathy and understanding.
Our commitment to compassionate care ensures that each individual feels valued and supported on their journey to optimal well-being.</p>
</div>
<div class="feature col">
<div class="feature-icon d-inline-flex align-items-center justify-content-center text-bg-success bg-gradient fs-2 mb-3">
<img src="./assets/images/transparency.svg" class="icon" alt="transparency">
</div>
<h3 class="fs-2 text-body-emphasis">Integrity and Transparency</h3>
<p>At Pure Life, we uphold the highest standards of integrity and transparency. We believe in open communication, honesty, and ethical practices.
From explaining our treatment modalities to outlining the potential benefits and risks, we strive to ensure that our clients are well-informed and confident in their choices.
Trust is the foundation of our relationship with our community, and we are dedicated to maintaining it with the utmost integrity.</p>
</div>
</div>
</section>
</section>
<section>
<section class="appointment-form">
<div class="container">
<div class="row">
<div class="col-sm-5 mx-auto">
<form>
<h1 class="h3 mb-3 fw-normal">Book an Appoinment</h1>
<div class="form-floating">
<input type="email" class="form-control" id="floatingInput" placeholder="Name">
<label for="floatingInput">Name</label>
</div>
<div class="form-floating">
<input type="password" class="form-control my-3" id="floatingPassword" placeholder="Password">
<label for="floatingPassword">Email</label>
</div>
<div class="form-floating">
<input type="password" class="form-control my-3" id="floatingPassword" placeholder="Phone">
<label for="floatingPassword">Phone</label>
</div>
<div class="form-check text-start my-3">
<input class="form-check-input" type="checkbox" value="remember-me" id="flexCheckDefault">
<label class="form-check-label" for="flexCheckDefault">
Remember me
</label>
</div>
<button class="btn btn-primary py-2" type="submit">Submit</button>
</form>
</div>
</div>
</div>
</section>
</main>
<footer class="mt-5">
<p>©2024 PureLife. All Right Reserved</p>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</body>
</html>