-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
118 lines (116 loc) · 6.64 KB
/
Copy pathindex.html
File metadata and controls
118 lines (116 loc) · 6.64 KB
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
<!DOCTYPE html>
<html lang="en-ie" xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Home Page</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 active" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" 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 landing-page">
<section class="clean-block clean-hero" style="background-image:url("assets/img/homepage/Background.jpg");color:rgba(9, 162, 255, 0.85);">
<div class="text">
<h2>Your Patient<br><br>Your Reputation<br><br>Our Guarantee</h2>
<p></p>
</div>
</section>
<section class="clean-block clean-info dark">
<div class="container">
<div class="block-heading">
<h2 class="text-info">Welcome to Medi-Health</h2>
<p>The most advance, state-of-the-art health care AI for doctors as reported by the Waterford Whispers.</p>
<p>9 out of 10 doctors recommend Medi-Health.</p>
</div>
<div class="row align-items-center">
<div class="col-md-6"><img class="img-thumbnail" src="assets/img/homepage/brain.jpg"></div>
<div class="col-md-6">
<h3>World's most advance medical oriented AI</h3>
<div class="getting-started-info">
<p>Easy to use intuitive UI. Register now below for free</p>
</div><button onclick="location.href ='https://medi-check-76263.web.app/registration.html';" class="btn btn-outline-primary btn-lg" type="button">Join Now</button>
</div>
</div>
</div>
</section>
<section class="clean-block features">
<div class="container">
<div class="block-heading">
<h2 class="text-info">Features</h2>
<p>Medi-Health offers medical professionals and administers solutions and tools to assist them in day to day operations. Allowing them to provide the best care to their patients. Here are some of the features we offer.</p>
</div>
<div class="row justify-content-center">
<div class="col-md-5 feature-box"><i class="icon-people icon"></i>
<h4>View all patients with one simple click</h4>
<p>With Medi-Web you are able to view all your patients registered under one simple click. Request, modify and view patient information securely and with confidence</p>
</div>
<div class="col-md-5 feature-box"><i class="icon-pencil icon"></i>
<h4>Fast AI Prediction ready when you are</h4>
<p>From the moment you begin to enter patient data, our AI is working away quietly in the background processing the information and calculating patients risk of various diseases</p>
</div>
<div class="col-md-5 feature-box"><i class="icon-bag icon"></i>
<h4>Accurate Risk Assessments</h4>
<p>Our AI uses publicly available data sets to be trained on to produce accurate risk assessments with accuracy ratings allowing you to make the final decision.</p>
</div>
<div class="col-md-5 feature-box"><i class="icon-user icon"></i>
<h4>Easy to use website</h4>
<p>Our website has been designed from the ground up to make it easy for you the doctor to use. With a simple, intuitive and easy to use UI design</p>
</div>
</div>
</div>
</section>
<section class="clean-block about-us"></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">About Us</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>