-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
417 lines (330 loc) · 18 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Ailia</title>
<meta content="" name="description">
<meta content="" name="keywords">
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/css/main.css" rel="stylesheet">
</head>
<body class="index-page">
<header id="header" class="header d-flex align-items-center sticky-top">
<div class="container-fluid container-xl position-relative d-flex align-items-center">
<a href="index.html" class="logo d-flex align-items-center me-auto">
<!-- image logo -->
<img src="assets/img/logo.png" alt="">
<!-- <h1 class="sitename">Ailia</h1> -->
</a>
<nav id="navmenu" class="navmenu">
<ul>
<li><a href="index.html" class="active">Home<br></a></li>
<li><a href="about.html">About</a></li>
<li><a href="courses.html">HealthifyU</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="pricing.html">Emergency</a></li>
<li class="dropdown"><a href="#"><span>Extra</span> <i class="bi bi-chevron-down toggle-dropdown"></i></a>
<ul>
<li><a href="about.html">Mission</a></li>
<li class="dropdown"><a href="#"><span>Resources</span> <i class="bi bi-chevron-down toggle-dropdown"></i></a>
<ul>
<li><a href="https://www.hostinger.in/tutorials/wellness-blog-post-ideas">Blog</a></li>
<li><a href="https://www.amazon.in/Healthy-Habits-Healthcare-Providers-Consultants-ebook/dp/B0C3TBVXGW">E-books and Guides</a></li>
<li><a href="https://www.youtube.com/watch?v=qUfWOT3ZujY">Exercise Videos</a></li>
<li><a href="https://rejoicenutritionwellness.com/nutrition/">Recipes</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
<i class="mobile-nav-toggle d-xl-none bi bi-list"></i>
</nav>
<a class="btn-getstarted" href="/ai chat/index.html">Ailia AI</a>
</div>
</header>
<main class="main">
<!-- Hero Section -->
<section id="hero" class="hero section">
<img src="assets/img/hero-bg.jpg" alt="" data-aos="fade-in">
<div class="container">
<h2 data-aos="fade-up" data-aos-delay="100">Welcome to<br>Ailia</h2>
<p data-aos="fade-up" data-aos-delay="200">Your Future-Focused Health Companion</p>
<div class="d-flex mt-4" data-aos="fade-up" data-aos-delay="300">
<a href="courses.html" class="btn-get-started">Get Started</a>
</div>
</div>
</section><!-- /Hero Section -->
<!-- About Section -->
<section id="about" class="about section">
<div class="container">
<div class="row gy-4">
<div class="col-lg-6 order-1 order-lg-2" data-aos="fade-up" data-aos-delay="100">
<img src="assets/img/about.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-6 order-2 order-lg-1 content" data-aos="fade-up" data-aos-delay="200">
<h3>Empowering Your Wellness Journey</h3>
<p class="fst-italic">
Welcome to our health and wellness community. Here, we believe in a holistic approach to health, encompassing physical fitness, mental well-being, and nutritious living.
</p>
<ul>
<li><i class="bi bi-check-circle"></i> <span>Your Daily Dose of Wellness Tips.</span></li>
<li><i class="bi bi-check-circle"></i> <span>Personalized Health Insights Just for You.</span></li>
<li><i class="bi bi-check-circle"></i> <span>Mindfulness and Relaxation Techniques.</span></li>
</ul>
<a href="#" class="read-more"><span>Read More</span><i class="bi bi-arrow-right"></i></a>
</div>
</div>
</div>
</section><!-- /About Section -->
<!-- Counts Section -->
<section id="counts" class="section counts">
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row gy-4">
<div class="col-lg-3 col-md-6">
<div class="stats-item text-center w-100 h-100">
<span data-purecounter-start="0" data-purecounter-end="685" data-purecounter-duration="1" class="purecounter"></span>
<p>Doctors</p>
</div>
</div><!-- End Stats Item -->
<div class="col-lg-3 col-md-6">
<div class="stats-item text-center w-100 h-100">
<span data-purecounter-start="0" data-purecounter-end="24" data-purecounter-duration="1" class="purecounter"></span>
<p>Health Care Programs</p>
</div>
</div><!-- End Stats Item -->
<div class="col-lg-3 col-md-6">
<div class="stats-item text-center w-100 h-100">
<span data-purecounter-start="0" data-purecounter-end="4" data-purecounter-duration="1" class="purecounter"></span>
<p>NGO's</p>
</div>
</div><!-- End Stats Item -->
<div class="col-lg-3 col-md-6">
<div class="stats-item text-center w-100 h-100">
<span data-purecounter-start="0" data-purecounter-end="10484" data-purecounter-duration="1" class="purecounter"></span>
<p>Happy Customers</p>
</div>
</div><!-- End Stats Item -->
</div>
</div>
</section><!-- /Counts Section -->
<!-- Why Us Section -->
<section id="why-us" class="section why-us">
<div class="container">
<div class="row gy-4">
<div class="col-lg-4" data-aos="fade-up" data-aos-delay="100">
<div class="why-box">
<h3>Why Choose Us?</h3>
<p>
At our health and wellness platform, we prioritize your holistic well-being by offering comprehensive, personalized solutions that cater to your unique needs. Our expert team of nutritionists, fitness trainers, and mental health professionals is dedicated to helping you achieve your health goals with evidence-based advice and tailored programs. We provide a seamless, user-friendly experience with a wide range of resources, from healthy recipes and fitness challenges to mindfulness practices and community support.
</p>
<div class="text-center">
<a href="#" class="more-btn"><span>Learn More</span> <i class="bi bi-chevron-right"></i></a>
</div>
</div>
</div><!-- End Why Box -->
<div class="col-lg-8 d-flex align-items-stretch">
<div class="row gy-4" data-aos="fade-up" data-aos-delay="200">
<div class="col-xl-4">
<div class="icon-box d-flex flex-column justify-content-center align-items-center">
<i class="bi bi-clipboard-data"></i>
<h4>Expert Guidance</h4>
<p>Our platform brings together a team of highly qualified nutritionists, fitness trainers, and mental health professionals who provide evidence-based advice and personalized guidance. With their expertise, you can confidently navigate your health journey, knowing that every recommendation is tailored to meet your specific needs and goals.</p>
</div>
</div><!-- End Icon Box -->
<div class="col-xl-4" data-aos="fade-up" data-aos-delay="300">
<div class="icon-box d-flex flex-column justify-content-center align-items-center">
<i class="bi bi-gem"></i>
<h4>Comprehensive Resources</h4>
<p>We offer a wide array of resources designed to address every aspect of your health and wellness. From nutritious recipes and effective workout plans to mindfulness exercises and stress management techniques, our platform provides everything you need to live a balanced and healthy life.</p>
</div>
</div><!-- End Icon Box -->
<div class="col-xl-4" data-aos="fade-up" data-aos-delay="400">
<div class="icon-box d-flex flex-column justify-content-center align-items-center">
<i class="bi bi-inboxes"></i>
<h4>Community Support</h4>
<p>Join a vibrant community of like-minded individuals who are on their own wellness journeys. Our platform fosters a supportive environment where you can share your experiences, seek advice, and find motivation from others. Connect with peers who understand your challenges and celebrate your successes together.</p>
</div>
</div><!-- End Icon Box -->
</div>
</div>
</div>
</div>
</section><!-- /Why Us Section -->
<!-- Features Section -->
<section id="features" class="features section">
<div class="container section-title" data-aos="fade-up">
<h2>Tools</h2>
<p>Your Health Hub</p>
</div><!-- End Section Title -->
<div class="container">
<div class="row gy-4">
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="100">
<div class="features-item">
<i class="bi bi-capsule" style="color: #ffbb2c;"></i>
<h3><a href="" class="stretched-link">AI Medication</a></h3>
</div>
</div><!-- End Feature Item -->
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="200">
<div class="features-item">
<i class="bi bi-journal-medical" style="color: #5578ff;"></i>
<h3><a href="/video app/video app/index.html" class="stretched-link">Appointments</a></h3>
</div>
</div><!-- End Feature Item -->
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="300">
<div class="features-item">
<i class="bi bi-mortarboard" style="color: #e80368;"></i>
<h3><a href="courses.html" class="stretched-link">HealthifyU</a></h3>
</div>
</div><!-- End Feature Item -->
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="400">
<div class="features-item">
<i class="bi bi-nut" style="color: #e361ff;"></i>
<h3><a href="http://127.0.0.1:5000" class="stretched-link">Mental Well-Being</a></h3>
</div>
</div><!-- End Feature Item -->
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="500">
<div class="features-item">
<i class="bi bi-journal" style="color: #47aeff;"></i>
<h3><a href="/journal/journal/index.html" class="stretched-link">Wellness Journal</a></h3>
</div>
</div><!-- End Feature Item -->
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="600">
<div class="features-item">
<i class="bi bi-hospital" style="color: #ffa76e;"></i>
<h3><a href="/pricing.html" class="stretched-link">Emergency Information</a></h3>
</div>
</div><!-- End Feature Item -->
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="700">
<div class="features-item">
<i class="bi bi-clipboard-check" style="color: #11dbcf;"></i>
<h3><a href="/newtracker/newtracker/index.html" class="stretched-link">Medication Tracker</a></h3>
</div>
</div><!-- End Feature Item -->
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="800">
<div class="features-item">
<i class="bi bi-camera-video" style="color: #4233ff;"></i>
<h3><a href="" class="stretched-link">Virtual Therapy</a></h3>
</div>
</div><!-- End Feature Item -->
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="900">
<div class="features-item">
<i class="bi bi-calendar-check" style="color: #b2904f;"></i>
<h3><a href="https://www.nin.res.in/downloads/DietaryGuidelinesforNINwebsite.pdf" class="stretched-link">Nutrition</a></h3>
</div>
</div><!-- End Feature Item -->
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="1000">
<div class="features-item">
<i class="bi bi-file-earmark-medical" style="color: #b20969;"></i>
<h3><a href="https://www.omnicalculator.com/health" class="stretched-link">Health Metrics</a></h3>
</div>
</div><!-- End Feature Item -->
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="1100">
<div class="features-item">
<i class="bi bi-people" style="color: #ff5828;"></i>
<h3><a href="https://thewellnessconsultancy.org/" class="stretched-link">Community</a></h3>
</div>
</div><!-- End Feature Item -->
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="1200">
<div class="features-item">
<i class="bi bi-heart-pulse" style="color: #29cc61;"></i>
<h3><a href="https://main.mohfw.gov.in/newshighlights-104" class="stretched-link">Pharmaceuticals</a></h3>
</div>
</div><!-- End Feature Item -->
</div>
</div>
</section><!-- /Features Section -->
</div>
</div>
</section>
</main>
<footer id="footer" class="footer position-relative">
<div class="container footer-top">
<div class="row gy-4">
<div class="col-lg-4 col-md-6 footer-about">
<a href="index.html" class="logo d-flex align-items-center">
<span class="sitename">Ailia</span>
</a>
<div class="footer-contact pt-3">
<p>Gitam University, Hyderabad</p>
<p>India, IN 500056</p>
<p class="mt-3"><strong>Phone:</strong> <span>+91 55555 21212</span></p>
<p><strong>Email:</strong> <span>[email protected]</span></p>
</div>
<div class="social-links d-flex mt-4">
<a href="https://x.com/UCSFHospitals"><i class="bi bi-twitter-x"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href="https://www.instagram.com/ucsfhealth/?hl=en"><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="col-lg-2 col-md-3 footer-links">
<h4>Useful Links</h4>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About us</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Terms of service</a></li>
<li><a href="#">Privacy policy</a></li>
</ul>
</div>
<div class="col-lg-2 col-md-3 footer-links">
<h4>Our Services</h4>
<ul>
<li><a href="#">Personal Nutrition</a></li>
<li><a href="#">Virtual Fitness</a></li>
<li><a href="#">Health and Wellness Coaching</a></li>
<li><a href="#">Workshops</a></li>
<li><a href="#">Health Assessments</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-12 footer-newsletter">
<h4>Our Newsletter</h4>
<p>Stay informed and inspired with our monthly wellness newsletter! Each edition is packed with: <br>
1. Expert Health Tips <br>
2. Healthy Recipes <br>
3. Fitness Challenges <br>
4. Mindfulness Practices <br>
5. Community Stories
</p>
<form action="forms/newsletter.php" method="post" class="php-email-form">
<div class="newsletter-form"><input type="email" name="email"><input type="submit" value="Subscribe"></div>
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your subscription request has been sent. Thank you!</div>
</form>
</div>
</div>
</div>
<div class="container copyright text-center mt-4">
<p>© <span>Copyright</span> <strong class="px-1 sitename">Ailia</strong> <span>All Rights Reserved</span></p>
<div class="credits">
Designed by <a href="https://bootstrapmade.com/">Ailia Developers</a>
</div>
</div>
</footer>
<!-- Scroll Top -->
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Preloader -->
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>