-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
256 lines (246 loc) · 10 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&family=Raleway:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap"
rel="stylesheet"
/>
<title>Go Corona</title>
<link
rel="stylesheet"
href="./style.css
"
/>
</head>
<body>
<div class="wrapper">
<header class="header" id="open">
<div class="header__container" id="close">
<a href="" class="header__logo">
<img src="img/together.svg" alt="logo" />
</a>
<div class="header__menu menu">
<nav class="menu__body">
<ul class="menu__list">
<li class="menu__item">
<a href="" class="menu__link">HOME</a>
</li>
<li class="menu__item">
<a href="" class="menu__link">FEATURES</a>
</li>
<li class="menu__item">
<a href="" class="menu__link">SUPPORT</a>
</li>
<li class="menu__item">
<a href="" class="menu__link">CONTACT US</a>
</li>
</ul>
</nav>
</div>
<div class="header__button">
<a href="" class="button button_blue"> DOWNLOAD </a>
<a href="#open" class="icon-menu">
<span></span>
</a>
<a href="#close" class="close-icon-menu"> </a>
</div>
</div>
</header>
<main class="main">
<section class="get-started">
<div class="get-started__container">
<div class="get-started__content">
<div class="get-started__block-text block-text">
<h1 class="block-text__title block-text__title_blue">
Take care of yours family’s <span>health.</span>
</h1>
<div class="block-text__text">
All in one destination for COVID-19 health queries. Consult
10,000+ health workers about your concerns.
</div>
<a href="" class="block-text__button button">GET STARTED</a>
</div>
</div>
<div class="get-started__image">
<img src="img/doctor.svg" alt="doctor" />
</div>
<div class="get-started__video">
<a class="video-get-started">
<div class="video-get-started__icon">
<img src="img/video1.svg" />
</div>
<div class="video-get-started__body">
<div class="video-get-started__title">
Stay safe with GoCorona
</div>
<div class="video-get-started__text">Watch Video</div>
</div>
</a>
</div>
</div>
</section>
<section class="stay-safe">
<div class="stay-safe__container">
<div class="stay-safe__media">
<div class="media-stay-safe">
<div class="media-stay-safe__image">
<img src="img/FSafe.png" alt="safe" />
</div>
<div
class="media-stay-safe__items media-stay-safe__items_1"
></div>
<div
class="media-stay-safe__items media-stay-safe__items_2"
></div>
<div
class="media-stay-safe__items media-stay-safe__items_3"
></div>
</div>
</div>
<div class="stay-safe__content">
<div class="stay-safe__block-text block-text">
<h2 class="block-text__title">
Stay safe with <span>GoCorona.</span>
</h2>
<div class="block-text__text">
24x7 Support and user friendly mobile platform to bring
healthcare to your fingertips. Signup and be a part of the new
health culture.
</div>
<a href="" class="block-text__button button">Features</a>
</div>
</div>
</div>
</section>
<section class="experts">
<div class="experts__container">
<div class="experts__statistics statistics-experts">
<div class="statistics-experts__body body-statistics-experts">
<div class="body-statistics-experts__item">
<div class="body-statistics-experts__value">2m</div>
<div class="body-statistics-experts__text">Users</div>
</div>
<div class="body-statistics-experts__item">
<div class="body-statistics-experts__value">78</div>
<div class="body-statistics-experts__text">Countries</div>
</div>
<div class="body-statistics-experts__item">
<div class="body-statistics-experts__value">10,000+</div>
<div class="body-statistics-experts__text">
Medical experts
</div>
</div>
</div>
<div
class="statistics-experts__decor statistics-experts__decor_1"
></div>
<div
class="statistics-experts__decor statistics-experts__decor_2"
></div>
<div
class="statistics-experts__decor statistics-experts__decor_3"
></div>
</div>
<div class="experts__body">
<div class="experts__content">
<div class="experts__block-text block-text">
<h2 class="block-text__title block-text__title_blue">
Talk to <span>experts.</span>
</h2>
<div class="block-text__text">
Book appointments or submit queries into thousands of forums
concerning health issues and prevention against noval Corona
Virus.
</div>
<a href="" class="block-text__button button">Features</a>
</div>
</div>
<div class="experts__video">
<iframe
src="https://www.youtube.com/embed/lPXi-5XhDPE"
title="running away | dreamcore playlist •°"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
></iframe>
</div>
</div>
</div>
</section>
<section class="healthcare">
<div class="healthcare__container">
<div class="healthcare__block-text block-text block-text_center">
<h2 class="block-text__title">
<span>Healthcare</span> at your Fingertips.
</h2>
<div class="block-text__text block-text__text_mw">
Bringing premium healthcare features to your fingertips. User
friendly mobile platform to bring healthcare to your fingertips.
Signup and be a part of the new health culture.
</div>
</div>
<div class="healthcare__items">
<div class="healthcare__column healthcare__column_1">
<div class="healthcare__item item-healthcare">
<div class="item-healthcare__icon">
<img src="img/body.png" alt="" />
</div>
<div class="item-healthcare__title">Symptom Checker</div>
<div class="item-healthcare__text">
Check if you are infected by COVID-19 with our Symptom
Checker
</div>
</div>
</div>
<div class="healthcare__column healthcare__column_2">
<div class="healthcare__item item-healthcare">
<div class="item-healthcare__icon">
<img src="img/medicine.png" alt="" />
</div>
<div class="item-healthcare__title">24x7 Medical support</div>
<div class="item-healthcare__text">
Consult with 10,000+ health workers about your concerns.
</div>
</div>
</div>
<div class="healthcare__column healthcare__column_3">
<div class="healthcare__item item-healthcare">
<div class="item-healthcare__icon">
<img src="img/heart.png" alt="" />
</div>
<div class="item-healthcare__title">Conditions</div>
<div class="item-healthcare__text">
Bringing premium healthcare features to your fingertips.
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="footer__container">
<div class="footer__items">
<a href="" class="footer__item">
<img src="img/market.png" alt="" />
</a>
<a href="" class="footer__item">
<img src="img/app.png" alt="" />
</a>
</div>
</div>
</footer>
</div>
</body>
</html>