-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
336 lines (313 loc) · 11.1 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Healing Touch</title>
<link rel="icon" href="logo.png">
<link rel="stylesheet" href="css/style.css" />
<link rel="manifest" href="manifest.json">
<link rel="apple-touch-icon" href="/images/favicon-enhanced.png" />
<meta name="theme-color" content="#000000" />
<link rel="stylesheet" text="text/CSS"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css">
<link rel="stylesheet" text="text/CSS"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
</head>
<style>
html {
scroll-behavior: smooth;
}
.hidden {
visibility: hidden;
}
.back-top-wrap {
position: fixed;
bottom: 5rem;
right: 1rem;
background-color: #80F7D1;
padding: 1rem 1.2rem;
border-radius: 50%;
cursor: pointer;
transition: .3s ease-in-out;
z-index: 100;
}
.back-top-wrap:hover {
background-color: #00a2ff;
color: #80F7D1;
}
.back-top-wrap:hover .fas.fa-arrow-up {
color: white;
}
.fas.fa-arrow-up {
color: #00488F;
transition: 0.3s ease-in-out;
}
</style>
<!-- Back to top button -->
<div id="back-top-div" class="back-top-wrap">
<i class="fas fa-arrow-up"></i>
</div>
<header>
<nav class="nav" id="nav">
<div>
<a class="navbar-brand" href="#!"> <img src="logo.png" alt="Logo" class="logo" /></a>
</div>
<div class="nav-links" id="navLinks">
<ul class="links" id="navmenu">
<li><a href="#">HOME</a></li>
<li><a href="#about">ABOUT</a></li>
<li><a href="#services">SERVICES </a></li>
<li><a href="#">CONTACT US </a></li>
</ul>
</div>
<div class="hamburger" id="ham">
<i class="cancel fa-solid fa-xmark"></i>
<svg class="burger" stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 1024 1024"
height="1em" width="1em" xmlns="http://www.w3.org/2000/svg">
<path
d="M904 160H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8zm0 624H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8zm0-312H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8z">
</path>
</svg>
</div>
</nav>
<div class="menu" id="menu">
<ul class="menu-link">
<li><a href="#">HOME</a></li>
<li><a href="#about">ABOUT</a></li>
<li><a href="#services">SERVICES </a></li>
<li><a href="#">CONTACT US </a></li>
</ul>
</div>
<div class="content">
<h1>Welcome HEALING TOUCH</h1>
<div class="container">
<h3><span class="auto-type"
style="font-size: 40px;font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;"></a></span>
</h3>
</div>
<p>-A place, where you can be Yourself</p>
<a href="#services" class="rainbow-button" alt="Explore"></a>
</div>
</header>
<hr style=" height: 1px;color: white; background-color: white;">
<!-- About Section -->
<section id="about" class="about">
<h1 data-aos="flip-right">About Us</h1>
<div class="max-width">
<div data-aos="zoom-in" class="photo"><img src="./images/about.jpg" alt="" height="300px" width="330px"></div>
<div class="about-content"><br>
<p data-aos="fade-left" class="text-1"> Our solution proposes an array of features tailored to cater to various
aspects of holistic well-being. <span>Empowering Health</span> is a solution that makes it easier for people in underserved
areas to get <span> medical help</span> and talk with their doctors. Our website offers quick access to nearby doctors,
relaxing therapy sessions, and even yoga videos. With simple scheduling and language support, we make sure
everyone can get the <span> care</span> they need easily.</p>
</div>
</div>
</section><hr style="height: 1px;color: white; background-color: white;">
<!-- SERVICES SECTION -->
<section id="services">
<h1>Our Services</h1>
<div data-aos="zoom-in" data-aos-duration="800" class="container">
<div class="responsive audio">
<div class="round-image">
<img src="./images/audio.png" alt="audio" loading="lazy" />
</div>
<div class="description">
<h2>Audio Therapy</h2>
<p>
Listening to music & other audio files often enlightens our mood.
</p>
<a href="html/audioTherapy.html">
Let's Explore
</a>
</div>
</div>
<div data-aos="zoom-in" data-aos-duration="800" class="responsive reading">
<div class="round-image">
<img src="./images/reading.png" alt="read" loading="lazy" />
</div>
<div class="description">
<h2>Reading Therapy</h2>
<p>
Motivational quotes and books can help us to divert and change our mood.
</p>
<a href="html/readingTherapy.html">
Let's Explore
</a>
</div>
</div>
<div data-aos="zoom-in" data-aos-duration="800" class="responsive yoga">
<div class="round-image">
<img src="./images/yoga.png" alt="yoga" loading="lazy" />
</div>
<div class="description">
<h2>Yoga Therapy</h2>
<p>
Yoga and exercise plays a very important role in our lives.
</p>
<a href="html/yogatherapy.html">
Let's Explore
</a>
</div>
</div>
<div data-aos="zoom-in" data-aos-duration="800" class="responsive laugh">
<div class="round-image">
<img src="./images/laughing.png" alt="laughing" />
</div>
<div class="description">
<h2>Laughing Therapy</h2>
<p>
Laughing is the only medicine which refreshes our mind.
</p>
<a href="html/laughTherapy.html">
Let's Explore
</a>
</div>
</div>
<div data-aos="zoom-in" data-aos-duration="800" class="responsive doctor">
<div class="round-image">
<img src="./images/doctor.png" alt="doctor" loading="lazy" />
</div>
<div class="description">
<h2>Consult A Doctor</h2>
<p>
If you're facing too many problems, you should consult a doctor.
</p>
<a href="#services">
Let's Explore
</a>
</div>
</div>
<div class="responsive spiritual">
<div class="round-image">
<img src="./images/spiritualtherapy.jpg" alt="spiritual" loading="lazy" />
</div>
<div class="description">
<h2>Spiritual Therapy</h2>
<p>
Helps you to become more mindful in your thinking.
</p>
<a href="./html/spirituality.html" target="_blank">
Let's Explore
</a>
</div>
</div>
</div>
</div>
</section>
<!-- footer start -->
<footer>
<div class="footer-container">
<!--logo and info column-->
<div class="col">
<!--logo insert-->
<img src="logo.png" alt="logo" class="footlogo" />
<div class="footercontent">
</div>
</div>
<!--HOME COLUMN-->
<div class="col">
<h3>HOME</h3>
<ul>
<li><a href="#about">About Us</a></li>
</ul>
</div>
<!--OUR SERVICES COLUMN-->
<div class="col">
<h3>
SERVICES
<div class="underline"><span></span></div>
</h3>
<ul>
<li>
<a href="../healing-touch/html/audioTherapy.html">Audio Therapy</a>
</li>
<li>
<a href="../healing-touch/html/readingTherapy.html">Reading Therapy</a>
</li>
<li>
<a href="../healing-touch/html/yogatherapy.html">Yoga Therapy</a>
</li>
<li>
<a href="../healing-touch/html/laughTherapy.html">Laughing Therapy</a>
</li>
<li>
<a href="#">Consult a Doctor</a>
</li>
<li>
<a href="../healing-touch/html/spirituality.html">Spiritual Therapy</a>
</li>
</ul>
</div>
<!--CONTACTS COLUMN-->
<div class="col">
<h3>
CONTACTS
<div class="underline"><span></span></div>
</h3>
<div class="social-menu">
<ul>
<a href="#">
<li id="social-twitter"><i class="fab fa-2x fa-twitter"></i></li>
</a>
<a href="#">
<li id="social-github"><i class="fab fa-2x fa-github"></i></li>
</a>
<a href="#">
<li id="social-linkedin"><i class="fab fa-2x fa-linkedin-in"></i></li>
</a>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script>
let preloader = document.querySelector(".loading-wrapper");
function myFunction() {
preloader.style.display = 'none';
document.body.style.overflow = 'auto';
}
let navbar = document.querySelector("#nav");
let navmenu = document.querySelector("#navmenu");
window.onscroll = function () {
if (window.pageYOffset >= navmenu.offsetTop) {
navbar.classList.add("sticky");
} else {
navbar.classList.remove("sticky");
}
};
window.onscroll = () => {
if (window.scrollY > 100) {
navbar.classList.add('nav-active');
} else {
navbar.classList.remove('nav-active');
}
};
</script>
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('load', () => {
navigator.serviceWorker.register('./serviceworker.js')
.then((reg) => console.log('Success', reg.scope))
.catch((err) => console.log('Error', err))
})
}
</script>
<script src="js/index.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<script src="js/script.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>