-
Notifications
You must be signed in to change notification settings - Fork 1
/
Aboutus.html
276 lines (231 loc) · 11.2 KB
/
Aboutus.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>ReliefMe</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Relief" name="keywords">
<meta content="Relief" name="description">
<!-- Favicon -->
<link href="Reliefme-04.png" rel="icon">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<!-- CSS Libraries -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Stylesheet -->
<link href="css/style.css" rel="stylesheet">
<link href="css/master.css" rel="stylesheet">
<link href="css/BMI.css" rel="stylesheet">
<link href="css/footer.css" rel="stylesheet">
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="51">
<!-- Nav Bar Start -->
<div class="navbar navbar-expand-lg bg-light navbar-light">
<div class="container-fluid">
<a href="index.html" class="navbar-brand"><img src="img/Reliefme-02.png"></a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between" id="navbarCollapse">
<div class="navbar-nav ml-auto">
<a href="index.html" target="_blank" class="nav-item nav-link">Home</a>
<a href="index.html#for-you" class="nav-item nav-link">For You</a>
<a href="index.html#covid-alert" class="nav-item nav-link">Covid Alert</a>
<!--<a href="#about" class="nav-item nav-link">About</a>-->
<!--<a href="#Product" class="nav-item nav-link">Product</a>-->
<!-- <a href="#experience" class="nav-item nav-link">Experience</a> -->
<a href="Aboutus.html" class="nav-item nav-link active">About Us</a>
<!-- <a href="#price" class="nav-item nav-link">Price</a> -->
<a href="index.html#review" class="nav-item nav-link">Review</a>
<a href="Team.html" target="_blank" class="nav-item nav-link">Team</a>
<!-- <a href="#blog" class="nav-item nav-link">Blog</a> -->
<a href="index.html#contact" class="nav-item nav-link">Contact</a>
</div>
</div>
</div>
</div>
<!-- Nav Bar End -->
<!-- Hero Start -->
<div class="hero" id="home">
<div id="carouselExampleSlidesOnly" class="carousel slide" data-ride="carousel" >
<div class="carousel-inner">
<div class="container-fluid">
<div class="carousel-item active">
<div class="row align-items-center">
<div class="col-sm-12 col-md-6">
<div class="hero-content">
<div class="hero-text">
<p style="color: #446696;">ReliefMe</p>
<h1 style="color: #446696;">WHO WE ARE?</h1>
<h6 style="color: #446696;">ReliefMe is a Foundation of
Inovation in terms of betterment, Which help`s people live their life
Healthy.</h6>
</div>
</div>
</div>
<div class="col-sm-12 col-md-6 d-none d-md-block">
<div class="hero-image">
<img src="img/aboutus.png" alt="Hero Image">
</div>
</div>
</div>
</div>
<!-- <div class="hero-content">
<div class="hero-btn" style="margin-top: 15em;">
<a class="btn" href="index.html#contact" style="color: #446696;">Suggest Us</a>
<button class="btn" id="myBtn" style="color: #446696;">Check Your BMI</button>
</div>
</div> -->
</div>
</div>
</div>
<!-- <div class="hero-btn">
<a class="btn" href="Team.html" style="color: #446696;">Suggest Us</a>
<!-- <a class="btn" id="mybtn" href="" style="color: #446696;">Check Your BMI</a>
<button class="btn" id="myBtn" style="color: #446696;">Check Your BMI</button>
</div> -->
</div>
<!-- Hero End -->
<!-- Hero End -->
<!-- BMI START -->
<!-- The Modal -->
<div id="myModal" class="modal">
<!-- Modal content -->
<div class="modal-content">
<span class="close">×</span>
<div class="form-popup" id="myForm">
<form action="" class="form-container">
<h3 style="color: white; text-align: center; margin-bottom: 2em; margin-top: 1em;">BMI Calculator
</h3>
<input type="text" placeholder="Enter Height" name="height" required>
<input type="text" placeholder="Enter Weight" name="Weight" required>
<button type="submit" class="btn">Check BMI</button>
</form>
</div>
</div>
</div>
<script>
// Get the modal
var modal = document.getElementById("myModal");
// Get the button that opens the modal
var btn = document.getElementById("myBtn");
// Get the <span> element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks the button, open the modal
btn.onclick = function () {
modal.style.display = "block";
}
// When the user clicks on <span> (x), close the modal
span.onclick = function () {
modal.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function (event) {
if (event.target == modal) {
modal.style.display = "none";
}
}
</script>
<!-- BMI END -->
<!--=== Welcome Start ===-->
<section id="about">
<div class="container">
<div class="row">
<div class="col-md-6 heading-style-one box-title-two text-left">
<h6 class="steelblue-color text-uppercase">About our Mission</h6>
<h2><span class="font-800" style="margin-left: 0%; opacity: 100%;">Mission Statement</h2>
<p>To serve humanity by providing relief to everyone and reducing mental stress. We believe
To ensure that everyone has a quick and authentic access to health services around the world.
</p>
</div>
</div>
</div>
</section>
<!--=== Welcome End ===-->
<!--=== Transmission Start ===-->
<section>
<div class="container">
<div class="row">
<div class="col-md-6 heading-style-one box-title-two text-left">
<h6 class="steelblue-color text-uppercase">About our vision</h6>
<h2><span class="font-800" style="margin-left: 0%; opacity: 100%;">Vision Statement</h2>
<p>Our vision is to make medical services accessible, affordable and remote so that anyone around
the world can get the best consultation, assistance and medical services from the palm of their
hands.</p>
</div>
</div>
</div>
</section>
<!--=== Transmission End ===-->
<!--=== Symptoms Start ===-->
<section class="light-bg" id="app" style="
padding-bottom: 30px;">
<div class="container">
<div class="row">
<div class="col-md-6 heading-style-one box-title">
<h6 class="default-color text-uppercase">About our app</h6>
<h2><span class="font-800" style="margin-left: 0%; opacity: 100%;">What Are We Developing?</span>
</h2>
<p>We are building a mobile/web app solution that uses AI models to detect COVID-19 distinct cough
and
breathing sounds along with oxygen level from finger image oximetry. </p>
<div class="welcome-style-two mt-30">
<div class="thin-border-purple thin-borders pull-left"></div>
<p class="pull-left">Users provide audio and visual clips using smartphones for self screening
and not
only does the system provide a risk assessment but it also provides monitoring by connecting
them to the
health care system.</p>
</div>
</div>
<div class="col-md-6">
<img class="img-responsive symptom-img" src="img/images/smartphone.png" alt="smartphone" />
</div>
</div>
</div>
</section>
<!--=== App End ===-->
<!-- Footer Start -->
<div class="footer wow fadeIn" data-wow-delay="0.3s">
<div class="container-fluid">
<div class="container">
<div class="footer-info">
<h2><img src="img/Reliefme-02.png">
</h2>
<h3>
Karachi,
Pakistan</h3>
<div class="footer-menu">
<!-- <p>+012 345 67890</p> -->
<p>
</div>
<div class="footer-social">
<a href=""><i class="fab fa-twitter"></i></a>
<a href="https://www.facebook.com/reliefmeorg" target="_blank"><i
class="fab fa-facebook-f"></i></a>
<a href="https://www.youtube.com/channel/UCLvB517X3mGRLKXsl80qvCA" target="_blank"><i
class="fab fa-youtube"></i></a>
<a href=""><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/company/reliefmeorg" target="_blank"><i
class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
<div class="container copyright">
<p><a href="#">ReliefMe
</a>©
All Right Reserved
</div>
</div>
</div>
<!-- Footer End -->
<!-- Back to top button -->
<a href="#" class="btn back-to-top"><i class="fa fa-chevron-up"></i></a>
</body>
</html>