-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
328 lines (259 loc) · 11.1 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
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
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HEALTHIER WE</title>
<!-- custom css file-->
<link rel="stylesheet" href="style.css">
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!--java script file -->
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<a name="home"></a>
<!--home section begin-->
<header class="header">
<!-- header section starts-->
<div class="mainheader">
<div class="logo">
<img src="images/logo.png">
</div>
<nav class="navbar">
<a href="#home">HOME</a>
<a href="#about">ABOUT</a>
<a href="#doctors">DOCTORS</a>
<a href="#bmi">BMI</a>
<a href="#review">REVIEW</a>
<a href="regform.html">SIGNUP</a>
</nav>
<div class="menu">
<button><a href=#booka>Appointment</a></button>
</div>
</div>
<!-- header section ends-->
<main class="main">
<section class="left-sec">
<h2> Digital<br>
Health Care <br>
Service.</h2>
<h1>Consult the Doctors. We are ready to help.</h1>
</section>
<section class="right-sec">
<img src="images/right-image.png" >
</section>
</main>
</header>
<!--home section ends-->
<!--About section begins -->
<a name="about"></a>
<section class="about" >
<h1 class="heading"><span> About </span> Us</h1>
<section class="icons-container">
<div class="icons">
<i class="fas fa-user-md"></i>
<h3>140+</h3>
<p>Docters at work</p>
</div>
<div class="icons">
<i class="fas fa-users"></i>
<h3>1040+</h3>
<p>Satisfied Patients</p>
</div>
<div class="icons">
<i class="fas fa-procedures"></i>
<h3>24/7</h3>
<p>Service</p>
</div>
<div class="icons">
<i class="fas fa-hospital"></i>
<h3>80+</h3>
<p>Hospitals</p>
</div>
</section>
<section>
<div class="content">
<h1>
"HELTHIER WE" gives one stop solution to all the health problems and queries you have.we are digitalizing the health care sector so that it reaches all over the globe where the internet is avalaible.
</h1>
</div>
<a name="doctors"></a>
</section>
</section>
<!--About section ends -->
<!--Docters section begins --><a name="doctors"></a>
<section class="doctors">
<h1 class="heading">Our <span>Doctors</span></h1>
<div class="box-container">
<div class="box">
<img src="images/doc1.png" alt="">
<h3>William A</h3>
<span>General physician</span>
</div>
<div class="box">
<img src="images/doc2.jpeg" alt="">
<h3>Khalid Abbed</h3>
<span>Dentist</span>
</div>
<div class="box">
<img src="images/doc3.png" alt="">
<h3>Fillmore C</h3>
<span>ENT specialist</span>
</div>
<div class="box">
<img src="images/doc4.jpg" alt="">
<h3>Tanya sale</h3>
<span>Children specialist</span>
</div>
<div class="box">
<img src="images/doc5.jpg" alt="">
<h3> Naresh kaul </h3>
<span>Homeopathic</span>
</div>
<div class="box">
<img src="images/doc6.jpg" alt="">
<h3>J N Mishra</h3>
<span>Cardiologist</span>
</div>
<a name="bmi"></a>
</div>
</section >
<!-- doctors section ends -->
<!--BMI section begin -->
<section class="bmi">
<h1 class="heading">Body Mass <span>Index</span></h1>
<div class="left-sec">
<img src="images/bmi.png">
</div>
<div class="cal-container">
<H2>BMI CALCULATOR</H2>
<form>
<div class="input-box">
<input class="height-field" type="text">
<label>HEIGHT IN cms</label>
</div>
<div class="input-box">
<input class="weight-field" type="text"><br><br>
<label>WEIGHT IN kgs</label>
<h2 class="result"></h2>
</div>
<a onclick="calculateBMI()">
<span></span>
<span></span>
<span></span>
<span></span>
CALCULATE
</a>
</form>
</div>
<a name="booka"></a>
</section>
<!--BMI section ends -->
<!--Appoinment section begin -->
<a name="review"></a>
<section class="book">
<h1 class="heading"> <span>book</span> Here </h1>
<div class="row">
<div class="form">
<form >
<h2>Book appointment</h2>
<input type="text" placeholder="enter name" class="box" required>
<input type="number" placeholder="enter number" class="box" required>
<input type="email" placeholder="enter email" class="box" required>
<input type="date" class="box" required><br><br>
<input type="submit" value="book now" class="btn" onclick="booknow()" >
</form>
</div>
<div class="right-col">
<img src="images/appoin.png" alt="ntg">
</div>
</section>
<!--Appoinment section ends -->
<!--Review section begin -->
<section class="review" id="review">
<h1 class="heading"> client's <span>review</span> </h1>
<div class="box-container">
<div class="box">
<img src="images/review1.jpg" alt="">
<h3>John Rheo</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
<p class="text">Most comfortable and one stop solution to all my health queries</p>
</div>
<div class="box">
<img src="images/review2.jpg" alt="">
<h3>Mark</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
<p class="text">UI is awesome easy to book appointments </p>
</div>
<div class="box">
<img src="images/review3.jpeg" alt="">
<h3>kenny</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
<p class="text">wide range of doctors available 24/7 for any kind of emergency</p>
</div>
</div>
</section>
<!--contact section begins-->
<section class="contact">
<div class="box-container">
<div class="box">
<h3>quick links</h3>
<a href="#home"> <i class="fas fa-chevron-right"></i> home </a>
<a href="#about"> <i class="fas fa-chevron-right"></i> about</a>
<a href="#doctors"> <i class="fas fa-chevron-right"></i> doctors </a>
<a href="#bmi"> <i class="fas fa-chevron-right"></i> bmi </a>
<a href="#review"> <i class="fas fa-chevron-right"></i> review </a>
<a href="regform.html"> <i class="fas fa-chevron-right"></i>register</a>
<a href="#book"> <i class="fas fa-chevron-right"></i>book appointment</a>
</div>
<div class="box">
<h3>services</h3>
<a href="#"> <i class="fas fa-chevron-right"></i> dental care </a>
<a href="#"> <i class="fas fa-chevron-right"></i> massage therapy </a>
<a href="#"> <i class="fas fa-chevron-right"></i> cardioloty </a>
<a href="#"> <i class="fas fa-chevron-right"></i> diagnosis </a>
<a href="#"> <i class="fas fa-chevron-right"></i> ambulance service </a>
</div>
<div class="box">
<h3>contact info</h3>
<a href="#"> <i class="fas fa-phone"></i> +91 6067898756</a>
<a href="#"> <i class="fas fa-phone"></i> +91 7654345678 </a>
<a href="#"> <i class="fas fa-envelope"></i> healthierwe@gmail.com </a>
<a href="#"> <i class="fas fa-envelope"></i> techbuddies@gmail.com </a>
<a href="#"> <i class="fas fa-map-marker-alt"></i>Hyderabad, India - 500065 </a>
</div>
<div class="box">
<h3>follow us</h3>
<a href="#"> <i class="fab fa-facebook-f"></i> facebook </a>
<a href="#"> <i class="fab fa-twitter"></i> twitter </a>
<a href="#"> <i class="fab fa-twitter"></i> twitter </a>
<a href="#"> <i class="fab fa-instagram"></i> instagram </a>
<a href="#"> <i class="fab fa-linkedin"></i> linkedin </a>
<a href="#"> <i class="fab fa-pinterest"></i> pinterest </a>
</div>
</div>
<div class="credit"> created by <span>Tech_Buddies</span> | all rights reserved </div>
</section>
<!--contact section ends-->
</body>
</html>