-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeatures.html
425 lines (385 loc) · 20.4 KB
/
features.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Md Hossan R." />
<title>SymptoScan | Disease Predictor</title>
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap" rel="stylesheet" />
<!-- Vendor CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" />
<link href="https://cdn.jsdelivr.net/npm/remixicon@4.0.0/fonts/remixicon.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fancyapps/ui@5.0/dist/fancybox/fancybox.css" />
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!-- Style CSS -->
<link rel="stylesheet" href="assets/style.css" />
</head>
<!-- Body Starts From Here -->
<body data-bs-spy="scroll" data-bs-target=".navbar">
<!-- Navigation Bar -->
<nav class="navbar navbar-expand-lg bg-white sticky-top">
<div class="container">
<a class="navbar-brand" href="#">
Sympto<span style="color: red; font-weight: 700;">Scan</span>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html#hero">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="index.html#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="index.html#motivation">Motivation</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="features.html"
style="color: #4e57d4;">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="index.html#portfolio">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="structure.html">Structure</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="index.html#application">Appplications</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="index.html#contact">Contact</a>
</li>
</ul>
<a href="https://github.com/RJ-Hossan/SymptoScan_Disease_Suggesting_App" target="_blank"
class="btn btn-brand ms-lg-3">Download</a>
</div>
</div>
</nav>
<!-- Navigation Bar Ends Here -->
<!-- Feature-1 Section Starts Here -->
<section id="about" class="section-padding">
<div class="container">
<div class="row" data-aos="zoom-in-down">
<div class="col-12 text-center">
<div class="section-title">
<h1 class="display-4 fw-semibold">Features of SymptoScan</h1>
<div class="line"></div>
<p>-Empowering Your Health Journey with Predictive Insights and Informed Wellness Choices-</p>
</div>
</div>
</div>
<div class="row justify-content-between align-items-center">
<div class="col-lg-6" data-aos="fade-right">
<img src="assets/images/features/feature-1.png" alt="">
</div>
<div class="col-lg-6" data-aos="fade-left">
<h4>Splash Screens</h4>
<p class="mt-3 mb-4" style="text-align: justify;">
<span style="color: #4e57d4;">SymptoScan- </span>your health guardian, seamlessly predicting
diseases, offering personalized health insights, and fostering a proactive well-being revolution
through cutting-edge technology and user-centric design.
</p>
<div class="d-flex pt-4 mb-3">
<div class="iconbox me-4" style="color: rgb(88, 212, 171); font-size: 50px;">
<i class="ri-home-8-line"></i>
</div>
<div>
<h5>
Engaging Introduction
</h5>
<p style="font-size: small; text-align: justify;">The splash screen serves as the app's
opening act,
providing an engaging and visually appealing introduction to SymptoScan.
</p>
</div>
</div>
<div class="d-flex mb-3">
<div class="iconbox me-4" style="color: rgb(134, 132, 223); font-size: 50px;">
<i class="ri-apps-line"></i>
</div>
<div>
<h5>
Liquid Swipe Animation
</h5>
<p style="font-size: small; text-align: justify;">Incorporating liquid swipe features adds a
dynamic and fluid animation, creating a seamless transition between splash screens,
enhancing the overall user experience.
</p>
</div>
</div>
<div class="d-flex">
<div class="iconbox me-4" style="color: rgb(223, 132, 159); font-size: 50px;">
<i class="ri-shield-check-line"></i>
</div>
<div>
<h5>
Brand Identity
</h5>
<p style="font-size: small; text-align: justify;">The splash screen is an opportunity to
showcase SymptoScan's brand elements, including logos, colors, and design, establishing
a strong visual identity from the moment the app is opened.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Feture-1 Section Ends Here -->
<!-- Feature 2 Section -->
<section id="about" class="section-padding bg-light">
<div class="container">
<div class="row justify-content-between align-items-center">
<div class="col-lg-6" data-aos="fade-left">
<h4>Signup and Signin Screens</h4>
<p class="mt-3 mb-4" style="text-align: justify;">
<span style="color: #4e57d4;">SymptoScan- </span>your health guardian, seamlessly predicting
diseases, offering personalized health insights, and fostering a proactive well-being revolution
through cutting-edge technology and user-centric design.
</p>
<div class="d-flex pt-4 mb-3">
<div class="iconbox me-4" style="color: rgb(88, 212, 171); font-size: 50px;">
<i class="ri-user-follow-line"></i>
</div>
<div>
<h5>
Seamless User Authentication
</h5>
<p style="font-size: small; text-align: justify;">Leveraging Flutter and Firebase, the
sign-up and sign-in screens offer a seamless and secure user authentication process,
ensuring a smooth onboarding experience.
</p>
</div>
</div>
<div class="d-flex mb-3">
<div class="iconbox me-4" style="color: rgb(134, 132, 223); font-size: 50px;">
<i class="ri-flutter-fill"></i>
</div>
<div>
<h5>
Intuitive User Interface with Flutter
</h5>
<p style="font-size: small; text-align: justify;"> Flutter's expressive UI framework enables
the creation of visually appealing and intuitive sign-up and sign-in screens, with
customizable widgets and layouts for a consistent design language.
</p>
</div>
</div>
<div class="d-flex">
<div class="iconbox me-4" style="color: rgb(223, 132, 159); font-size: 50px;">
<i class="ri-error-warning-line"></i>
</div>
<div>
<h5>
Error Handling and Alerts
</h5>
<p style="font-size: small; text-align: justify;">Both sign-up and sign-in screens
incorporate error handling mechanisms, displaying meaningful alerts to users in case of
authentication failures or input errors.
</p>
</div>
</div>
</div>
<div class="col-lg-6" data-aos="fade-right">
<img src="assets/images/features/feature-2.png" alt="">
</div>
</div>
</div>
</section>
<!-- Feature 2 Ends Here -->
<!-- Feature-3 Section Starts Here -->
<section id="about" class="section-padding">
<div class="container">
<div class="row justify-content-between align-items-center">
<div class="col-lg-6" data-aos="fade-right">
<img src="assets/images/features/feature-3.png" alt="">
</div>
<div class="col-lg-6" data-aos="fade-left">
<h4>Disease Prediction Section</h4>
<p class="mt-3 mb-4" style="text-align: justify;">
<span style="color: #4e57d4;">SymptoScan- </span>your health guardian, seamlessly predicting
diseases, offering personalized health insights, and fostering a proactive well-being revolution
through cutting-edge technology and user-centric design.
</p>
<div class="d-flex pt-4 mb-3">
<div class="iconbox me-4" style="color: rgb(88, 212, 171); font-size: 50px;">
<i class="ri-heart-pulse-line"></i>
</div>
<div>
<h5>
Advanced Disease Prediction
</h5>
<p style="font-size: small; text-align: justify;">Leveraging a sophisticated Machine
Learning model, SymptoScan excels in predicting a diverse range of 41 diseases,
providing users with early insights into potential health risks.
</p>
</div>
</div>
<div class="d-flex mb-3">
<div class="iconbox me-4" style="color: rgb(134, 132, 223); font-size: 50px;">
<i class="ri-git-merge-line"></i>
</div>
<div>
<h5>
ML Model Integration
</h5>
<p style="font-size: small; text-align: justify;">The ML model is seamlessly integrated into
the core of SymptoScan, utilizing data analysis and pattern recognition to achieve high
accuracy in disease prediction.
</p>
</div>
</div>
<div class="d-flex">
<div class="iconbox me-4" style="color: rgb(223, 132, 159); font-size: 50px;">
<i class="ri-line-chart-fill"></i>
</div>
<div>
<h5>
Data-Driven Predictions
</h5>
<p style="font-size: small; text-align: justify;">SymptoScan's ML model relies on a
data-driven approach, analyzing user-inputted symptoms and health data to make accurate
predictions and contribute to proactive health management.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Feture-3 Section Ends Here -->
<!-- Feature-4 Section Starts Here -->
<section id="about" class="section-padding bg-light">
<div class="container">
<div class="row justify-content-between align-items-center">
<div class="col-lg-6" data-aos="fade-left">
<h4>Health Tips Screens</h4>
<p class="mt-3 mb-4" style="text-align: justify;">
<span style="color: #4e57d4;">SymptoScan- </span>your health guardian, seamlessly predicting
diseases, offering personalized health insights, and fostering a proactive well-being revolution
through cutting-edge technology and user-centric design.
</p>
<div class="d-flex pt-4 mb-3">
<div class="iconbox me-4" style="color: rgb(88, 212, 171); font-size: 50px;">
<i class="ri-newspaper-line"></i>
</div>
<div>
<h5>
Comprehensive Health Tips
</h5>
<p style="font-size: small; text-align: justify;">SymptoScan's Health Tips section provides
users with a comprehensive repository of information covering symptoms, prevention
strategies, and effective remedies for various diseases.
</p>
</div>
</div>
<div class="d-flex mb-3">
<div class="iconbox me-4" style="color: rgb(134, 132, 223); font-size: 50px;">
<i class="ri-information-2-fill"></i>
</div>
<div>
<h5>
Timely and Relevant Information
</h5>
<p style="font-size: small; text-align: justify;">Health Tips are regularly updated to
ensure that users receive timely and relevant information, keeping them informed about
the latest developments in disease prevention and management.
</p>
</div>
</div>
<div class="d-flex">
<div class="iconbox me-4" style="color: rgb(223, 132, 159); font-size: 50px;">
<i class="ri-virus-fill"></i>
</div>
<div>
<h5>
Diverse Disease Coverage
</h5>
<p style="font-size: small; text-align: justify;">The section covers a wide array of
diseases, empowering users with insights into diverse health conditions and promoting a
holistic understanding of well-being.
</p>
</div>
</div>
</div>
<div class="col-lg-6" data-aos="fade-right">
<img src="assets/images/features/feature-4.png" alt="">
</div>
</div>
</div>
</section>
<!-- Feature-4 Ends Here -->
<!-- Footer Section -->
<footer class="bg-light" data-aos="fade-up" data-aos-delay="175">
<div class="footer-top">
<div class="container">
<div class="row gy-5">
<div class="col-lg-4 col-sm-6 p-8">
<a href="">
<img src="./assets/images/Brand_Logo.png" alt="" width="120px" height="50px">
</a>
<p style="text-align: justify;">Empowering Your Health Journey with Predictive Insights and
Informed Wellness Choices
</p>
<div class="social-icons">
<a href="#"><i class="ri-github-fill"></i></a>
<a href="#"><i class="ri-facebook-fill"></i></a>
<a href="#"><i class="ri-twitter-fill"></i></a>
<a href="#"><i class="ri-linkedin-fill"></i></a>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<h5 class="mt-5 mb-0 text-black">About</h5>
<div class="line"></div>
<ul>
<li><a href="/index.html#motivation">Motivation</a></li>
<li><a href="/index.html#application">Applications</a></li>
<li><a href="/structure.html">Project Structure</a></li>
<li><a href="/features.html">Features</a></li>
</ul>
</div>
<div class="col-lg-4 col-sm-6">
<h5 class="mt-5 mb-0 text-black">Contact</h5>
<div class="line"></div>
<ul>
<li>+880 15215 79196</li>
<li>ignitedminds326@gmail.com</li>
<li>Chattogram-4349, Bangladesh</li>
<li><a href="/index.html">View Site</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="footer-bottom mt-4">
<div class="container">
<div class="row justify-content-center">
<div class="col-auto">
<p class="mt-4 mb-1 footer-bottom-last">© Copyright SymptoScan. All rights reserved | 2024</p>
<p class="mb-1 footer-bottom-last">Developed by <a href="https://refaj-hossan.vercel.app/"
target="_blank" style="text-decoration: underline;">Md Hossan R.</a></p>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer Section Ends Here -->
<!-- Vendor Js Files -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@fancyapps/ui@5.0/dist/fancybox/fancybox.umd.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
<!-- Js File -->
<script src="assets/main.js"></script>
</body>
<!-- Body Section Ends Here -->
</html>