-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.php
270 lines (206 loc) · 7.56 KB
/
main.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Lifeline.in</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
<style type="text/css">
input[type="text"]::-webkit-input-placeholder {
color: white !important;
}
input[type="text"]:-moz-placeholder { /* Firefox 18- */
color: white !important;
}
input[type="text"]::-moz-placeholder { /* Firefox 19+ */
color: white !important;
}
input[type="text"]:-ms-input-placeholder {
color: white !important;
}
.button.big {
font-family: "Lato", Helvetica, sans-serif;
font-size: 1.55em;
}
.button.bigy {
font-family: "Lato", Helvetica, sans-serif;
font-size: 1.55em;
}
.loader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index:999;
background: url('page.gif') 50% 50% no-repeat rgb(0,0,0);
}
#banner {
background: url("images/overlay.png"), url("../images/banner1212.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
color: #ffffff;
padding: 10em 0em 14em;
text-align: center;
}
.button {
-moz-appearance: none;
-webkit-appearance: none;
-o-appearance: none;
-ms-appearance: none;
appearance: none;
-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
background-color: #3ac546;
border-radius: 4px;
border: 0;
color: #ffffff !important;
cursor: pointer;
display: inline-block;
font-weight: 400;
height: 2.85em;
line-height: 2.8em;
padding: 0 2em;
text-align: center;
text-decoration: none;
white-space: nowrap;
}
</style>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
</head>
<body class="landing">
<div id="jump"></div>
<!-- Header -->
<header id="header">
<h1><a href="main.php"><img src="lifelinelogo2.png" style="padding-top:4px;"height="90" width="250"></img></a></h1>
<nav id="nav">
<ul>
<li><a href="main.php"><i class="fa fa-home fa-fw"></i> Home</a></li>
<li><a href="index.html">Path Labs</a></li>
<li><a href="hospitals.php">Hospitals</a></li>
<li><a href="clinic.php">Clinics</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<h2>Lifeline.in</h2>
<h1 class="ribbon">
<span style="font-family:'Lato', Helvetica, sans-serif;font-size:15pt;color:#FFFFFF;"class="ribbon-content">Instant Med-Help!</span>
</h1><hr />
<hr /><ul class="actions">
<li><button class="button bigy" onclick="getLocation()" ><i class="fa fa-ambulance fa-fw"></i> Emergency Help!</i></button></li></ul>
<ul class="actions"><li><a class="button big" href="index.html" ><i class="fa fa-heartbeat fa-fw"></i> Path Labs</i></a></li>
<li><a class="button big" href="hospitals.php" ><i class=" fa fa-hospital-o -fw"></i> Hospitals</i></a></li>
<li><button class="button big" onclick="" ><i class="fa fa-medkit fa-fw"></i> Clinics</i></button></li>
</ul>
<script>
function animate() {
$('#jump').toggleClass("loader");
}
function getLocation() {
animate();
navigator.geolocation.getCurrentPosition(showPosition);}
function showPosition(position) {
var la = position.coords.latitude ;
var lo = position.coords.longitude;
$('input#latitude').val(position.coords.latitude);
$('input#longitude').val(position.coords.longitude);
document.getElementById("autosub").submit();
}
</script>
<form id="autosub"action="helplocate.php#two" method="post">
<input type="hidden" name="lat"id="latitude"/>
<input type="hidden" name="lon" id="longitude"/>
</form>
</section>
<!-- two -->
<!-- One -->
<div id="corusel"></div>
<section id="one" class="wrapper style1 align-center">
<div class="container">
<div class="row 200%">
<section class="4u 12u$(small)"> <i class="icon big rounded fa-ambulance"></i>
<p>Get emergency help in a click.One click ambulance help.</p>
</section>
<section class="4u 12u$(small)"> <i class="icon big rounded fa-clock-o"></i>
<p>Compare Rates & book Pathology tests in less than five minutes.
COMPARE PRICES.SAVE TIME. SAVE MONEY!</p>
</section>
<section class="4u$ 12u$(small)"> <i class="icon big rounded fa-user"></i>
<p>Find and Contact Nearby Hospitals and Clinics in a click.</p>
</section>
</div>
</div>
</section>
<!-- Three -->
<!-- Footer -->
<footer id="footer">
<div class="container">
<div class="row">
<section class="4u 6u(medium) 12u$(small)">
<h3>Introduction!</h3>
<p>We are first of our kind with striking features
which makes this portal more user friendly.
In lifeline we work for the benefit of people.</p>
<ul class="list">
<li>COMPARE PRICES.SAVE TIME. SAVE MONEY!</li>
<li>Find and Compare Nearby Hospitals in a click.</li>
<li>Find and Compare Nearby Clinics in a click.</li>
<li>Compare & book pathology test in less than five minutes.</li>
</ul>
</section>
<section class="4u 6u$(medium) 12u$(small)">
<h3>Shortcuts</h3>
<ul class="alt">
<li><a href="main.php">Home</a></li>
<li><a href="helpe.php">E-Help!</a></li>
<li><a href="index.html">Path Labs</a></li>
<li><a href="hospitals.php">Hospitals</a></li>
<li><a href="clinic.php">Clinics</a></li>
</ul>
</section>
<section class="4u$ 12u$(medium) 12u$(small)">
<h3>Contact Us</h3>
<ul class="icons">
<li><a href="" class="icon rounded fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="" class="icon rounded fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="" class="icon rounded fa-pinterest"><span class="label">Pinterest</span></a></li>
<li><a href="" class="icon rounded fa-google-plus"><span class="label">Google+</span></a></li>
<li><a href="" class="icon rounded fa-linkedin"><span class="label">LinkedIn</span></a></li>
</ul>
<ul class="tabular">
<li>
<h3>Mail</h3>
<a href="mailto:[email protected]">[email protected]</a>
</li>
<li>
<h3>Phone</h3>
(+91) 9717-06-5383
</li>
</ul>
</section>
</div>
<ul class="copyright">
<li>© lifeline.in. All rights reserved.</li>
</ul>
</div>
</footer>
</body>
</html>