-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
447 lines (392 loc) · 19.4 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
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>NutureAid - Simpler Care, Stronger Bonds</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/heart-02.png" rel="icon">
<link href="assets/img/heart-02.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" 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/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top ">
<div class="container d-flex align-items-center justify-content-between">
<!-- <h1 class="logo"><a href="index.html">Dewi</a></h1> -->
<!-- Uncomment below if you prefer to use an image logo -->
<a href="index.html" class="logo"><img src="assets/img/logo-03.png" alt="" class="img-fluid"></a>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="about.html">About</a></li>
<li><a class="nav-link scrollto" href="#services">Services</a></li>
<li><a class="nav-link scrollto" href="team.html">Team</a></li>
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero">
<div class="hero-container" data-aos="fade-up" data-aos-delay="150">
<h1>Simpler Care, Stronger Bonds</h1>
<h2>Simplifying care by <strong>caregiving</strong>, <strong>monitoring</strong> and
comprehensive <strong>management</strong> ensuring <strong>family engagement</strong>.</h2>
<div class="d-flex">
<a href="get-app.html" class="btn-get-started scrollto">Get Started</a>
<a href="https://www.youtube.com/watch?v=qPckV6hISc4" class="glightbox btn-watch-video"><i
class="bi bi-play-circle"></i><span>Watch Video</span></a>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Boxes Section ======= -->
<section id="about-boxes" class="about-boxes">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="100">
<div class="card">
<img src="assets/img/care.jpg" class="card-img-top" alt="...">
<div class="card-icon">
<i class="ri-brush-4-line"></i>
</div>
<div class="card-body">
<h5 class="card-title"><a href="">Our Mission</a></h5>
<p class="card-text">NurtureAid aims to streamline and simplify the process of caring for dependent
individuals by leveraging advanced technology such as AI and IoT. The ultimate goal is to provide
comprehensive care while strengthening family bonds. </p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="200">
<div class="card">
<img src="assets/img/our plan.jpg" style="max-height: 400px;" class="card-img-top" alt="...">
<div class="card-icon">
<i class="ri-calendar-check-line"></i>
</div>
<div class="card-body">
<h5 class="card-title"><a href="">Our Plan</a></h5>
<p class="card-text">To customize care and recommend caregivers based on
individual needs for a personalized experience. Integrated wearables with AI-IoT detect hazards like
seizures, and track health. Secure cloud storage and link sharing to allow
seamless storage and access to medical reports.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="300">
<div class="card">
<img src="assets/img/our_mission.jpg" class="card-img-top" alt="...">
<div class="card-icon">
<i class="ri-movie-2-line"></i>
</div>
<div class="card-body">
<h5 class="card-title"><a href="">Our Vision</a></h5>
<p class="card-text">NurtureAid envisions a future where distance and other life responsibilities are
not a barrier in caring for our beloved ones with the facility of caring remotely yet comprehensively.
</p>
</div>
</div>
</div>
</div>
</div>
</section><!-- End About Boxes Section -->
<!-- ======= Clients Section ======= -->
<!-- <section id="clients" class="clients">
<div class="container" data-aos="zoom-in">
<div class="row">
<div class="col-lg-2 col-md-4 col-6 d-flex align-items-center justify-content-center">
<img src="assets/img/clients/client-1.png" class="img-fluid" alt="">
</div>
<div class="col-lg-2 col-md-4 col-6 d-flex align-items-center justify-content-center">
<img src="assets/img/clients/client-2.png" class="img-fluid" alt="">
</div>
<div class="col-lg-2 col-md-4 col-6 d-flex align-items-center justify-content-center">
<img src="assets/img/clients/client-3.png" class="img-fluid" alt="">
</div>
<div class="col-lg-2 col-md-4 col-6 d-flex align-items-center justify-content-center">
<img src="assets/img/clients/client-4.png" class="img-fluid" alt="">
</div>
<div class="col-lg-2 col-md-4 col-6 d-flex align-items-center justify-content-center">
<img src="assets/img/clients/client-5.png" class="img-fluid" alt="">
</div>
<div class="col-lg-2 col-md-4 col-6 d-flex align-items-center justify-content-center">
<img src="assets/img/clients/client-6.png" class="img-fluid" alt="">
</div>
</div>
</div>
</section> -->
<!-- End Clients Section -->
<!-- ======= Features Section ======= -->
<section id="services" class="features">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>What We Offer</h2>
<p>Our Services</p>
</div>
<ul class="nav nav-tabs row d-flex justify-content-center">
<li class="nav-item col-2">
<a class="nav-link active show" data-bs-toggle="tab" href="#tab-1">
<i class="ri-empathize-line"></i>
<h4 class="d-none d-lg-block">Personalized Care</h4>
</a>
</li>
<li class="nav-item col-2">
<a class="nav-link" data-bs-toggle="tab" href="#tab-2">
<i class="ri-body-scan-line"></i>
<h4 class="d-none d-lg-block">Real-time Monitoring</h4>
</a>
</li>
<li class="nav-item col-2">
<a class="nav-link" data-bs-toggle="tab" href="#tab-3">
<i class="ri-links-line"></i>
<h4 class="d-none d-lg-block">Centralized Report Sharing</h4>
</a>
</li>
<li class="nav-item col-2">
<a class="nav-link" data-bs-toggle="tab" href="#tab-4">
<i class="ri-team-line"></i>
<h4 class="d-none d-lg-block">Family Circles</h4>
</a>
</li>
<li class="nav-item col-2">
<a class="nav-link" data-bs-toggle="tab" href="#tab-5">
<i class="ri-robot-2-line"></i>
<h4 class="d-none d-lg-block">AI-Iot Powered Application</h4>
</a>
</li>
</ul>
<br />
<div class="tab-content">
<div class="tab-pane active show" id="tab-1">
<div class="row">
<div class="col-lg-6 order-2 order-lg-1 mt-3 mt-lg-0">
<h3>Offer a more personalized care for your loved ones.</h3>
<p>
We offer a personalized experience so that the app does not feel overwhelming for people of all ages.
</p>
<ul>
<li><i class="ri-check-double-line"></i> Personalized onboarding to tailor your experience for your
needs.
<li><i class="ri-check-double-line"></i> A user dashboard that adapts to your features and activities.
</li>
</li>
<li><i class="ri-check-double-line"></i> Update, track, and personalize health logs on the go.</li>
</ul>
</div>
<div class="col-lg-6 order-1 order-lg-2 text-center">
<img src="assets/img/personalized_ss.png" style="max-height: 500px;" alt="" class="img-fluid">
</div>
</div>
</div>
<div class="tab-pane" id="tab-2">
<div class="row">
<div class="col-lg-6 order-2 order-lg-1 mt-3 mt-lg-0">
<h3>Monitor your loved ones in real-time!</h3>
<p>
Our 3-phased tracking makes it easy to checkup on what your loved ones are doing and how safe they
are.
</p>
<ul>
<li><i class="ri-check-double-line"></i> See what your loved ones are doing real-time.</li>
<li><i class="ri-check-double-line"></i> Let the caregiver care for your loved one while you tracking
the appointment.
<li><i class="ri-check-double-line"></i> Simultaneous SOS system for any kind of danger.
</li>
<li><i class="ri-check-double-line"></i> Danger and fall detection through cameras and wearables
(freemium).
</li>
</ul>
</div>
<div class="col-lg-6 order-1 order-lg-2 text-center">
<img src="assets/img/realtime.png" style="max-height: 500px;" alt="" class="img-fluid">
</div>
</div>
</div>
<div class="tab-pane" id="tab-3">
<div class="row">
<div class="col-lg-6 order-2 order-lg-1 mt-3 mt-lg-0">
<h3>Store your docs centrally and easily share them!</h3>
<p>
Tried of stacking paper-based reports and documents on your desks? We got you covered!
</p>
<ul>
<li><i class="ri-check-double-line"></i> A centralized report storage system dedicated for a specific
user.</li>
<li><i class="ri-check-double-line"></i> Easy sharing of reports using open links.
</li>
<li><i class="ri-check-double-line"></i> Anyone in your family circle can see and share your loved
ones' reports.</li>
</ul>
</div>
<div class="col-lg-6 order-1 order-lg-2 text-center">
<img src="assets/img/centralized reports.png" style="max-height: 500px;" alt="" class="img-fluid">
</div>
</div>
</div>
<div class="tab-pane" id="tab-4">
<div class="row">
<div class="col-lg-6 order-2 order-lg-1 mt-3 mt-lg-0">
<h3>Stay connected and updated using Family Circles</h3>
<p>
Need real-time and recent updates for everyone? Our <strong>family circle</strong> serivce is here to
help!
</p>
<ul>
<li><i class="ri-check-double-line"></i> Create an internal family circle to actively share all
reports and activities.</li>
<li><i class="ri-check-double-line"></i> Book appointments for your loved ones through anyone in the
<strong>family circle</strong>.
</li>
<li><i class="ri-check-double-line"></i> Share reports of your loved one from anyone in the
<strong>family circle</strong>.</li>
<li><i class="ri-check-double-line"></i> Anyone in your circle can keep track of your loved ones'
activities.</li>
<li><i class="ri-check-double-line"></i> Simultaneous SOS alerts sent to everyone in the circle.</li>
</ul>
</div>
<div class="col-lg-6 order-1 order-lg-2 text-center">
<img src="assets/img/fam circle.png" style="max-height: 350px;" alt="" class="img-fluid">
</div>
</div>
</div>
<div class="tab-pane" id="tab-5">
<div class="row">
<div class="col-lg-6 order-2 order-lg-1 mt-3 mt-lg-0">
<h3>State-of-the-art tech to provide a better experience</h3>
<p>
We bring you state-of-the-art technologies to help aid your experience with us!
</p>
<ul>
<li><i class="ri-check-double-line"></i> Recommender systems to recommend the best caretakers
according to your needs.</li>
<li><i class="ri-check-double-line"></i> Adaptive AI-assisted dashboard.
</li>
<li><i class="ri-check-double-line"></i> IoT-based AI fall detection system through wearables and
cameras.</li>
<li><i class="ri-check-double-line"></i> Chatbots to help get the most out of our app.</li>
</ul>
</div>
<div class="col-lg-6 order-1 order-lg-2 text-center">
<img src="assets/img/ai_iot.png" style="max-height: 400px;" alt="" class="img-fluid">
</div>
</div>
</div>
</div>
</div>
</section><!-- End Features Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container" data-aos="fade-up"">
<div class=" section-title">
<h2>Find and Reach Out to Us</h2>
<p>Contact</p>
</div>
<div class="row">
<div class="col-lg-12">
<div class="row">
<div class="col-md-12">
<div class="info-box">
<iframe
src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d14602.329341738552!2d90.44971!3d23.7978829!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3755c7d8042caf2d%3A0x686fa3e360361ddf!2sUnited%20International%20University!5e0!3m2!1sen!2sbd!4v1713808474575!5m2!1sen!2sbd"
width="1200" height="400" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
<div class="col-md-12">
<div class="info-box mt-4">
<i class="bx bx-envelope"></i>
<h3>Email Us</h3>
<p>[email protected]<br>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="footer-info">
<h3>NurtureAid</h3>
<p>
United International University, United City, Madani Avenue <br>
Badda, Dhaka, Bangladesh<br><br>
<!-- <strong>Phone:</strong> +1 5589 55488 55<br> -->
<strong>Email:</strong> <a href="mailto:[email protected]">[email protected]</a><br>
</p>
<div class="social-links mt-3">
<a target="_blank" href="https://www.facebook.com/profile.php?id=61558442144766&mibextid=ZbWKwL"
class="facebook"><i class="bx bxl-facebook"></i></a>
<a target="_blank" href="https://www.instagram.com/nurture_aid?igsh=MXNybTNpejFqczk1cA=="
class="instagram"><i class="bx bxl-instagram"></i></a>
<a target="_blank" href="https://www.linkedin.com/company/nurtureaid" class="linkedin"><i
class="bx bxl-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="index.html">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="about.html">About us</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="index.html#services">Services</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Terms of service</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Privacy policy</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Services</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="index.html#services">Personalized Care</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="index.html#services">Real-time Monitoring</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="index.html#services">Centralized Link Sharing</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="index.html#services">Family Circle</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="index.html#services">AI-IoT Based System</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong><span>NurtureAid</span></strong>. All Rights Reserved
</div>
</div>
</footer><!-- End Footer -->
<div id="preloader"></div>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>