-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
296 lines (279 loc) · 14.2 KB
/
about.html
File metadata and controls
296 lines (279 loc) · 14.2 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- style.css -->
<link rel="stylesheet" href="/CSS/style.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<!-- fontawesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css"
integrity="sha512-PgQMlq+nqFLV4ylk1gwUOgm6CtIIXkKwaIHp/PAIWHzig/lKZSEGKEysh0TCVbHJXCLN7WetD8TFecIky75ZfQ=="
crossorigin="anonymous" />
<title>Health</title>
</head>
<style>
.button2 {
border-radius: 15px;
color: rgb(101, 95, 95);
padding: 15px 90px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.button2 {background-color: #48c9a5;} /* Blue */
.button2:hover {
background-color: #929697;
color: rgb(236, 249, 250);
}
</style>
<body id="top" style=" background-color: rgb(164, 195, 195);">
<!-- ==============header menu section starts here============== -->
<section class="header_menu" id="header_menu">
<div class="container-fluid px-0 shadow">
<nav class="navbar navbar-expand-lg navbar-light py-3 " style="background-color: #8EC5FC;
background-image: linear-gradient(62deg, #7f877c 0%, #a19ba7 100%);">
<a class="navbar-brand pl-5 pl-small-0" href="index.html">
<img src="images/images.png" class="img img-fluid" width="80px" alt="logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mx-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">HOME<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="prevention.html">MEASURES</a>
</li>
<li class="nav-item">
<a class="nav-link" href="vaccination.html">VACCINATINOS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="QnA.html">Q&A</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">ABOUT US</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">CONTACT US</a>
</li>
<!-- <li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Dropdown
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li> -->
</ul>
</div>
</nav>
</div>
</section>
<!-- ==============header menu section ends here============== -->
<!-- ==============about starts here============== -->
<section class="about py-5 my-5" id="about">
<div class="container ">
<div class="section_title text-center mb-5">
<h1 class="text-capitalize" style="text-decoration:none">About Us</h1>
</div>
<div class="row">
<div class="col-md-6">
<div class="row">
<div class="col-md-12">
<img src="images/covid-header-2.png" class="img img-fluid rounded shadow-lg"
alt="about us image">
</div>
</div>
</div>
<div class="col-md-6">
<div class="row">
<div class="col-md-12">
<div class="title">
<h3>Our Mission</h3>
</div>
<div class="about_text mt-sm-5">
<p>
Let's work together globally to promote health, expand universal health coverage and respond to emergencies.
</p>
<p>
To achieve our target, we care for the primary health in every country to improve access to
quality essential services. This includes training the health work force, supporting policy
development and working towards sustainable financing for health systems.
</p>
<p>
We also responds to emergencies including natural disasters, conflicts and displaced populations.
Acting in a coordinating leadership role, We provide medical supplies and equipment, doctors
and other medical professionals, and supports the local governments.
</p>
</div>
<button class="button button2"><strong>Connect to us</strong></button>
</div>
</div>
</div>
</div>
<div class="row">
<!-- ==============testimonial starts here============== -->
<section class="text-center bg-info my-5 py-5 rounded">
<div class="col-md-10 col-10 mx-auto">
<!-- Carousel Wrapper -->
<div id="carousel-example-1" class="carousel slide carousel-fade" data-ride="carousel"
data-interval="false">
<!--Slides-->
<div class="carousel-inner">
<!--First slide-->
<div class="carousel-item active">
<div class="testimonial">
<!--Avatar-->
<div class="avatar mx-auto mb-4">
<img src="images/sad-and-alone-boys-.jpg" class="rounded-circle img-fluid" width="200px" height="400px"
alt="First sample avatar image">
</div>
<!--Content-->
<p>
<i class="fas fa-quote-left"></i> I am Darshan Currently pursuing Bachelor Of Technology specialization in Information Technology .I am interested in web design and software
development. I am seeking opportunities to join a company that can help me strengthen my knowledge and enhance my skills.
I am willing to explore a wide variety of opportunities that can help me gain perspective.
<i class="fas fa-quote-right"></i>
</p>
<h4 class="font-weight-bold">Darshan Rajput</h4>
<h6 class="font-weight-bold my-3">IT Engineer </h6>
<!--Review-->
<i class="fas fa-star blue-text"> </i>
<i class="fas fa-star blue-text"> </i>
<i class="fas fa-star blue-text"> </i>
<i class="fas fa-star blue-text"> </i>
<i class="fas fa-star-half-alt blue-text"> </i>
</div>
</div>
</div>
</section>
<!-- ==============testimonial ends here============== -->
</div>
<div class="row mt-5">
<div class="col-md-3 col-6">
<div class="border border-dark rounded shadow text-center p-3">
<div class="mb-4">
<i class="fas fa-trophy fa-3x"></i>
</div>
<div>
<h5>Professionals committed to excellence in health</h5>
</div>
</div>
</div>
<div class="col-md-3 col-6">
<div class="border border-primary rounded shadow text-center p-3">
<div class="mb-4">
<i class="fas fa-hands fa-3x"></i>
</div>
<div>
<h5>People caring about people & persons of integrity</h5>
</div>
</div>
</div>
<div class="col-md-3 col-6">
<div class="border border-success rounded shadow text-center p-3">
<div class="mb-4">
<i class="fas fa-heartbeat fa-3x"></i>
</div>
<div>
<h5>We are trusted to serve public health at all times</h5>
</div>
</div>
</div>
<div class="col-md-3 col-6">
<div class="border border-danger rounded shadow text-center p-3">
<div class="mb-4">
<i class="fas fa-handshake fa-3x"></i>
</div>
<div>
<h5>Our collaborative colleagues and partners</h5>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ==============about ends here============== -->
<!-- ==============footer starts here============== -->
<section class="footer_section pt-5 pb-2 mt-5" id="footer_section">
<footer>
<div class="container-fluid">
<div class="row">
<div class="col-md-3 col-6 pl-5">
<div class="footer_title">
<a href="index.html">
<img src="images/images.png" width="150px" class="img img-fluid" alt="logo">
</a>
</div>
<div>
"Stay Safe, Stay healthy!".
</div>
</div>
<div class="col-md-3 col-6">
<div class="footer_title pt-3 mb-3">
<h3>Quick Links</h3>
</div>
<div class="footer_links">
<ul>
<li><a href="about.html">About Us</a></li>
<li><a href="javascript:;">WHO Global</a></li>
<li><a href="javascript:;">Medical Support</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
<div class="col-md-3 col-6">
<div class="footer_title pt-3 mb-3">
<h3>New Products</h3>
</div>
<div class="footer_links">
<ul>
<li><a href="javascript:;">N95 Mask</a></li>
<li><a href="javascript:;">Sanitizer</a></li>
<li><a href="javascript:;">Hand Gloves</a></li>
<li><a href="javascript:;">PPE Suit</a></li>
</ul>
</div>
</div>
<div class="col-md-3 col-6">
<div class="footer_title pt-3 mb-3">
<h3>Support</h3>
</div>
<div class="footer_links">
<ul>
<li><a href="javascript:;">Frequently Asked Questions</a></li>
<li><a href="javascript:;">Terms & Conditions</a></li>
<li><a href="javascript:;">Privacy Policy</a></li>
<li><a href="javascript:;">Report a Issue</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="border-top">
<h6 class="text-center mt-3">Copyright ©2021 Darshan</h6>
</div>
</footer>
</section>
<div class="backtop">
<a id="button" href="#top" class="btn btn-lg btn-outline-danger" role="button">
<i class="fas fa-chevron-up text-dark"></i>
</a>
</div>
<!-- ==============footer ends here============== -->
</body>
</html>