-
Notifications
You must be signed in to change notification settings - Fork 0
/
faq.html
96 lines (93 loc) · 5.25 KB
/
faq.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
<!DOCTYPE html>
<html lang="en-ie">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>FAQ - Brand</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i,600,600i">
<link rel="stylesheet" href="assets/fonts/simple-line-icons.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.10.0/baguetteBox.min.css">
<link rel="stylesheet" href="assets/css/vanilla-zoom.min.css">
</head>
<body>
<nav class="navbar navbar-light navbar-expand-lg fixed-top bg-white clean-navbar">
<div class="container"><a class="navbar-brand logo" href="index.html">Medi-Web</a><button data-bs-toggle="collapse" class="navbar-toggler" data-bs-target="#navcol-1"><span class="visually-hidden">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navcol-1">
<ul class="navbar-nav ms-auto">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link active" href="faq.html">FAQ</a></li>
<li class="nav-item"><a class="nav-link" href="about-us.html">About Us</a></li>
<li class="nav-item"><a class="nav-link" href="contact-us.html">Contact Us</a></li>
<li class="nav-item"><a class="nav-link" href="registration.html">Login</a></li>
</ul>
</div>
</div>
</nav>
<main class="page faq-page">
<section class="clean-block clean-faq dark">
<div class="container">
<div class="block-heading">
<h2 class="text-info">FAQ</h2>
<p></p>
</div>
<div class="block-content">
<div class="faq-item">
<h4 class="question">How does Medi-Health work?</h4>
<div class="answer">
<p>Medi-Health uses advance Ai technology which will aid you the Medical Professional in making the best choice for your patient. The patient will simply enter in their symptoms in the Medi-App and our Ai will provide a suggestion on what the cause may be along with an Overall Survival Rate for the patient. It will be you who will get to make the final call for the patient on what treatment they should seek.</p>
</div>
</div>
<div class="faq-item">
<h4 class="question">How will patients pay for this service?</h4>
<div class="answer">
<p>We have developed our own advanced state of the art cryptocurrency called Medi-Coin, which patients will use to pay for the service. We will use the highest degree of security currently available to ensure all transactions are safe and smooth. So the patient can securely send money and you get paid faster.</p>
</div>
</div>
<div class="faq-item">
<h4 class="question">How will patients use the service?</h4>
<div class="answer">
<p>Patients can download our state of the art Android app called Medi-app with an iOS version coming in the near future! <br>They can create an account and enter in their current symptoms which the AI will then process and find a likely cause for. After which it will be sent to you to make the final decision.</p>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="page-footer dark">
<div class="container">
<div class="row">
<div class="col-sm-3 offset-xxl-1">
<h5>Get started</h5>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="registration.html">Sign up</a></li>
</ul>
</div>
<div class="col-sm-3 offset-xxl-1">
<h5>About us</h5>
<ul>
<li></li>
<li><a href="contact-us.html">Contact us</a></li>
<li><a href="about-us.html">Reviews</a></li>
</ul>
</div>
<div class="col-sm-3 offset-xxl-1">
<h5>Support</h5>
<ul>
<li><a href="faq.html">FAQ</a></li>
<li><a href="contact-us.html">Help desk</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<p>© 2021 Medi-Web</p>
</div>
</footer>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.10.0/baguetteBox.min.js"></script>
<script src="assets/js/vanilla-zoom.js"></script>
<script src="assets/js/theme.js"></script>
</body>
</html>