-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
219 lines (212 loc) · 9.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HealthSystem | Homepage</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="https://use.fontawesome.com/releases/v5.0.8/js/all.js"></script>
<link rel="canonical" href="https://getbootstrap.com/docs/4.5/examples/carousel/">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='index.css') }}">
</head>
<body>
<form id="form1">
<header>
<!--Navigation Bar-->
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<a class="navbar-brand" href="#"><b>HEALTH SYSTEM</b></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="/home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/help">Help</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/login">Login</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/signup">Sign Up</a>
</li>
</ul>
</div>
</nav>
</header>
<!--Image Carousel-->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<svg class="bd-placeholder-img" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img"><rect width="100%" height="100%" fill="#777"/></svg>
<img src="static/img/CarouselBG.png" />
<div class="container">
<div class="carousel-caption text-left">
<h1><b>Easy to Use.</b></h1>
<p>A Simple and Easy to use Risk Assessment tool for Medical Institutions. Click on the Help Button for assistance in assessing risks based on patient vitals.</p>
<p><a class="btn btn-lg btn-primary" href="/help" role="button">Help</a></p>
</div>
</div>
</div>
<div class="carousel-item">
<svg class="bd-placeholder-img" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img"><rect width="100%" height="100%" fill="#777"/></svg>
<img src="static/img/CarouselBG.png" />
<div class="container">
<div class="carousel-caption">
<h1><b>Efficient and Reliable.</b></h1>
<p>An efficient and a reliable tool to generate your risk assessments. Learn more about RiskAsess.</p>
<p><a class="btn btn-lg btn-primary" href="/about" role="button">Learn More</a></p>
</div>
</div>
</div>
<div class="carousel-item">
<svg class="bd-placeholder-img" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img"><rect width="100%" height="100%" fill="#777"/></svg>
<img src="static/img/CarouselBG.png" />
<div class="container">
<div class="carousel-caption text-right">
<h1><b>Simple and Non-Complex.</b></h1>
<p>The Development Process is Simplified using a Clean and an Elegant User Interface with Minimal Complexities.</p>
<p><a class="btn btn-lg btn-primary" href="/about" role="button">About Us</a></p>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#myCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#myCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!--Jumbotron-->
<div class="container-fluid">
<div class="row jumbotron">
<div class="col-xs-12 col-sm-12 col-md-9 col-lg-9 col-xl-10">
<p class="lead">Welcome to RiskAssess!, a risk assessment system for medical institutions to generate risk assessments.
If your organization faces any challenges while generating the risk assessment or has any concerns regarding the system please visit our help or about us pages.
</p>
</div>
<div class="col-xs-12 col-sm-12 col-md-3 col-lg-3 col-xl-2">
<a href="/about"><button type="button" class="btn btn-outline-secondary btn-lg">About Us</button></a>
</div>
</div>
</div>
<!--Build with Ease and Logos section-->
<div class="container-fluid padding">
<div class="row welcome text-center">
<div class="col-12">
<h1 class="display-4">Assess with ease.</h1>
</div>
<hr />
<div class="col-12">
<p class="lead">
A Risk Assessment Tool that allows for the swift, efficient and smooth generation of risk assessments for your patients.
</p>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row text-center padding">
<div class="col-xs-12 col-sm-6 col-md-4">
<i class="fa fa-bolt" aria-hidden="true"></i>
<h3>Fast</h3>
<p>Fast and Smooth Assessment.</p>
</div>
<div class="col-xs-12 col-sm-6 col-md-4">
<i class="fa fa-lock" aria-hidden="true"></i>
<h3>Secure</h3>
<p>Secure Assessment Process.</p>
</div>
<div class="col-sm-12 col-md-4">
<i class="fa fa-check-square" aria-hidden="true"></i>
<h3>Reliable</h3>
<p>Reliable and Trustworthy Process.</p>
</div>
</div>
<hr class="my-4"/>
</div>
<!--Connect Section-->
<div class="container-fluid padding">
<div class="row text-center padding">
<div class="col-12">
<h2>Connect</h2>
</div>
<div class="col-12 social padding">
<a href="https://www.facebook.com/"><i class="fab fa-facebook"></i></a>
<a href="https://www.youtube.com/"><i class="fab fa-youtube"></i></a>
<a href="https://www.instagram.com/"><i class="fab fa-instagram"></i></a>
<a href="https://myaccount.google.com/intro/personal-info"><i class="fab fa-google-plus-g"></i></a>
<a href="https://twitter.com/"><i class="fab fa-twitter"></i></a>
</div>
</div>
</div>
<!--Footer-->
<footer>
<div class="container-fluid padding">
<div class="row text-center">
<div class="col-md-4">
<hr class="light">
<h5>Contact Details</h5>
<hr class="light">
<p>+91 098765432</p>
<p>[email protected]</p>
<p>1901/B,Picoders</p>
<p>Mumbai, Maharashtra,400006</p>
</div>
<div class="col-md-4">
<hr class="light" />
<h5>Our Hours</h5>
<hr class="light" />
<p>Monday: 9pm-5pm</p>
<p>Saturday:10am-4pm</p>
<p>Sunday: Closed</p>
</div>
<div class="col-md-4">
<hr class="light">
<h5>Service Areas</h5>
<hr class="light" />
<p>Mumbai, Maharashtra</p>
<p>Ahmedabad, Gujarat</p>
<p>Chennai, Tamil Nadu</p>
<p>Bhopal, Madhya Pradesh</p>
</div>
<div class="col-12">
<hr class="light" />
<h5>©riskassess.com</h5>
</div>
</div>
</div>
</footer>
</form>
</body>
</html>