-
Notifications
You must be signed in to change notification settings - Fork 1
/
iphome.html
171 lines (147 loc) · 5.05 KB
/
iphome.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Health Tracker</title>
<!-- css -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="plugins/cubeportfolio/css/cubeportfolio.min.css">
<link href="css/nivo-lightbox.css" rel="stylesheet" />
<link href="css/nivo-lightbox-theme/default/default.css" rel="stylesheet" type="text/css" />
<link href="css/owl.carousel.css" rel="stylesheet" media="screen" />
<link href="css/owl.theme.css" rel="stylesheet" media="screen" />
<link href="css/animate.css" rel="stylesheet" />
<link href="css/style.css" rel="stylesheet">
<!-- boxed bg -->
<link id="bodybg" href="bodybg/bg1.css" rel="stylesheet" type="text/css" />
<!-- template skin -->
<link id="t-colors" href="color/default.css" rel="stylesheet">
<style>
a {
font-size: 30px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
color: #262626;
}
a:hover {
color: #0000ff;
}
</style>
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-custom">
<div id="wrapper">
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="top-area">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-6">
<p class="bold text-left">Monday - Sunday, 24 hour service</p>
</div>
<div class="col-sm-6 col-md-6">
<p class="bold text-right">Call us now +62 007 43 221</p>
</div>
</div>
</div>
</div>
<!-- /.container -->
</nav>
<!-- Section: intro -->
<section id="intro" class="intro">
<div class="intro-content">
<div class="container">
<h1>Welcome to Health Monitoring System</h1><br>
<h2>What would you like to do-</h2><br><br>
<a href="IPregistration form.html">Register Patient data</a><br><br>
<a href="chart.php">Statistical graph on Diseases</a><br><br>
<a href="index.html">Log out</a>
</div>
</div>
</section>
<!-- /Section: intro -->
<!-- /Section: testimonial -->
<footer>
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-4">
<div class="wow fadeInDown" data-wow-delay="0.1s">
<div class="widget">
<h5>About Health Monitor</h5>
<p>
It is a best place to get the treatment.
</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="wow fadeInDown" data-wow-delay="0.1s">
<div class="widget">
<h5>Health Monitor center</h5>
<p>
This is present in many cities across the globe
</p>
<ul>
<li>
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-calendar-o fa-stack-1x fa-inverse"></i>
</span> Monday - Sunday, 24 hour service
</li>
<li>
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-phone fa-stack-1x fa-inverse"></i>
</span> +62 007 43 221
</li>
<li>
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-envelope-o fa-stack-1x fa-inverse"></i>
</span> hello@healthmonitor.com
</li>
</ul>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="wow fadeInDown" data-wow-delay="0.1s">
<div class="widget">
<h5>Our locations</h5>
<p>Mumbai<br>Hyderabad<br>Chennai<br>Delhi<br>Bengaluru</p>
</div>
</div>
</div>
</div>
</div>
<div class="sub-footer">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-6 col-lg-6">
<div class="wow fadeInLeft" data-wow-delay="0.1s">
<div class="text-left">
<p>©Copyright 2021 - Health Tracker. All rights reserved.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
<a href="#" class="scrollup"><i class="fa fa-angle-up active"></i></a>
<!-- Core JavaScript Files -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/jquery.scrollTo.js"></script>
<script src="js/jquery.appear.js"></script>
<script src="js/stellar.js"></script>
<script src="plugins/cubeportfolio/js/jquery.cubeportfolio.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/nivo-lightbox.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>