-
Notifications
You must be signed in to change notification settings - Fork 1
/
AboutJeevan.html
231 lines (192 loc) · 9.24 KB
/
AboutJeevan.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv = "X-UA-Compatible" content= "ie=edge">
<title>Jeevan | About Jeevan</title>
<!-- main css -->
<link rel ="stylesheet" href = "homepage.css">
<link rel ="stylesheet" href = "./navBar.css">
<!-- google font css -->
<link href="http://fonts.googleapis.com/css?family=Cookie" rel="stylesheet" type="text/css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap" rel="stylesheet">
<!-- font awesome css -->
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<!-- css file-speficfic -->
<style>
#content{
border:5px double rgba(51, 108, 65, 0.96);
font-size: 1.25em;
margin-right: 12.5%;
margin-left: 12.5% ;
margin-top: 50px;
margin-bottom: 50px;
overflow: hidden;
}
#content p{
margin-right: 2.5%;
margin-left: 2.5% ;
text-align: justify;
font-weight: bold;
}
#content h2{
text-align: center;
}
@media screen and (max-width:700px) {
#content{
border:4px double rgba(51, 108, 65, 0.96);
font-size: 1.1em;
margin-right: 9.5%;
margin-left: 9.5% ;
margin-top: 45px;
}
}
</style>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
</head>
<body>
<!-- The navigation panel -->
<nav class="navbar navbar-expand-lg navbar-dark navbar-custom " >
<a class="navbar-brand" href="#">
<div id="logo">
<img src="./imgNew/logo1.png" alt="Not found">
</div>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-item nav-link" href="./homepage.html" >Home </a>
<a class="nav-item nav-link " href="./pharmacy.html">Pharmacy <span class="sr-only">(current)</span></a>
<a class="nav-item nav-link" href="./bmi.html">BMI Calculator</a>
<a class="nav-item nav-link active" href="./AboutJeevan.html">About Jeevan</a>
<!-- <a class="nav-item nav-link" href="./ContactUs.html">Contact&Us</a> -->
<a href = "./logout.php" class="nav-item nav-link logout" >    LOGOUT <i class="fa fa-sign-out"></i></a>
</div>
</div>
</nav>
<!-- the carousel starts here -->
<section id="showcase">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="4"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="5"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="6"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="./imgNew/1.jpg" class="d-block w-100">
</div>
<div class="carousel-item">
<img src="./imgNew/2.jpeg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="./imgNew/3.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="./imgNew/4.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="./imgNew/5.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="./imgNew/6.jfif" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="./imgNew/7.jfif" class="d-block w-100" alt="...">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" 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="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section>
<div id="taglinebox">
<h1 id="tagline">THE BEST CARE ONE CAN GET!!</h1>
</div>
<!-- Add main body here for About Jeevan.... -->
<div id="content">
<p>
Most hectic issue for a ill person is which doctor to visit , when there are people referring to someone while you are not so sure about him , and then beg for the contact of the doctor so as to fix an appointment . People are also shy about asking the consulting fee of a doctor to some random neighbour , because you know ‘people judge’ . </p>
<p>
When there are rising issues regarding the fake doctors or rather ‘unqualified’ doctors then trusting some random doctor without knowing about him becomes a game of chance.
In this time of pandemic there is always a threat of infectious diseases to spread at doctor’s place , sitting and waiting for your turn at doctor’s place is not so wise decision .
</p>
<p>
Also calling and booking an appointment requires the latest contact number of doctor , and then waiting for the number to be available.
Uff , remaining sick is better than all these hectic activities.
</p>
<p>
Being a student it becomes highly problematic to have so much time to visit and wait for doctor’s appointment . </p>
<h2>What’s the solution??</h2>
<p>
Solution to this problem is simple in this technological world where almost everyone uses internet . JEEVAN is a complete solution to these problems . In Jeevan we provide a list of the concerned doctor and patient has full transperancy to see consulting fees , qualification , experience and much more.
Patient has option to select the available slot of appointment with the doctor on the selected date .
Patient gets the facility to have a look at all available doctors department wise, which make it easy for them to select the best option for them.
</p>
</div>
<!-- footer starts -->
<div class="clearfix">
<footer class="footer-distributed">
<div class="footer-left">
<img src="./imgOld/logo.png">
<h3>About<span>jeevan</span></h3>
<p class="footer-links">
<a href = "./homepage.html">Home</a>
|
<a href="https://www.msn.com/en-sg/health">Health Blog</a>
|
<a href = "./AboutJeevan.html">About</a>
|
<a href = "./ContactUs.html">Contact</a>
</p>
<p class="footer-company-name">© 2021 Jeevan Pvt. Ltd.</p>
</div>
<div class="footer-center">
<div>
<i class="fas fa-map-marker-alt"></i>
<p><span>Indian institute of Technology</span>
Roorkee - 400710</p>
</div>
<div>
<i class="fas fa-phone"></i>
<p>+91 9400000085</p>
</div>
<div>
<i class="fas fa-envelope"></i>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<div class="footer-right">
<p class="footer-company-about">
<span>About the Service</span>
<span id="service_barf">Tired of long waiting at doctors' place? Use our services : </span>
</p>
<div class="footer-icons">
<a href="https://www.facebook.com/"><i class="fab fa-facebook"></i></a>
<a href="https://www.twitter.com/"><i class="fab fa-twitter"></i></a>
<a href="https://www.instagram.com/"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/"><i class="fab fa-linkedin"></i></a>
<a href="https://www.youtube.com/"><i class="fab fa-youtube"></i></a>
</div>
</div>
</footer>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>