-
Notifications
You must be signed in to change notification settings - Fork 0
/
health.html
350 lines (341 loc) · 18.4 KB
/
health.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
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="57x57"
href="./assets/img/8296eed5c03e2c33c7be19409588f226.ico/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60"
href="./assets/img/8296eed5c03e2c33c7be19409588f226.ico/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72"
href="./assets/img/8296eed5c03e2c33c7be19409588f226.ico/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76"
href="./assets/img/8296eed5c03e2c33c7be19409588f226.ico/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114"
href="./assets/img/8296eed5c03e2c33c7be19409588f226.ico/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120"
href="./assets/img/8296eed5c03e2c33c7be19409588f226.ico/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144"
href="./assets/img/8296eed5c03e2c33c7be19409588f226.ico/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152"
href="./assets/img/8296eed5c03e2c33c7be19409588f226.ico/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180"
href="./assets/img/8296eed5c03e2c33c7be19409588f226.ico/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192"
href="./assets/img/8296eed5c03e2c33c7be19409588f226.ico/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32"
href="./assets/img/8296eed5c03e2c33c7be19409588f226.ico/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96"
href="./assets/img/8296eed5c03e2c33c7be19409588f226.ico/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16"
href="./assets/img/8296eed5c03e2c33c7be19409588f226.ico/favicon-16x16.png">
<link rel="manifest" href="./assets/img/8296eed5c03e2c33c7be19409588f226.ico/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- <link rel="apple-touch-icon" sizes="76x76" href="./assets/img/favicon.ico">
<link rel="icon" type="image/png" href="./assets/img/favicon.ico"> -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Health – Mappa</title>
<!--Change Title-->
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no'
name='viewport' />
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Source+Sans+Pro:400,700"
rel="stylesheet">
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css"
integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<!-- Main CSS -->
<link href="./assets/css/main.css" rel="stylesheet" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5KGHC26LWE"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-5KGHC26LWE');
</script>
</head>
<body>
<!--------------------------------------NAVBAR--------------------------------------->
<nav class="topnav navbar navbar-expand-lg navbar-light bg-white fixed-top">
<div class="container">
<a class="navbar-brand" href="./index.html"><strong>Mappa</strong></a>
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarColor02"
aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbarColor02">
<!-- style=""-->
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="nav-item">
<a class="nav-link" href="./economics.html">Economics</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./tech.html">Tech</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./politics.html">Politics</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./health.html">Health</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./about.html">About <span
class="badge badge-lightblue">Mappa</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./mappa-docs.html">Docs <span
class="badge badge-lightblue">Developers</span></a>
</li>
</ul>
<ul class="navbar-nav ml-auto d-flex align-items-center">
<li class="nav-item highlight">
<a class="nav-link" data-toggle="modal" data-target="#exampleModalCenter"
href="https://www.wowthemes.net/mundana-free-html-bootstrap-template/">BECOME A MEMBER</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- End Navbar -->
<!-- The modal itself -->
<div class="modal fade" id="exampleModalCenter" tabindex="-1" role="dialog"
aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header border-0">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="pb-4 pr-4 pl-4 text-center">
<img src="assets/img/demo/mappa-logo-transparent.png" width="70" height="70">
<h3 class="heading mt-4">Mappa <span class="badge badge-info">BETA</span></h3>
<p>
Join the thousands of visual learners signing up for the Mappa
Community.
</p>
<p>
<form name="Member Sign Up" method="POST" data-netlify-recaptcha="true" data-netlify="true">
<div class="form-group">
<input type="email" class="form-control" id="exampleInputEmail1"
aria-describedby="emailHelp" placeholder="Enter email" required="" name="email">
<small id="emailHelp" class="form-text text-muted">We'll send you an email 2 weeks
before we
launch.</small>
</p>
<div data-netlify-recaptcha="true"></div>
<p>
</div>
<!-- <div class="form-group">
<input type="password" class="form-control" id="exampleInputPassword1"
placeholder="Password" required="">
</div> -->
<div class="form-group form-check">
<input type="checkbox" class="form-check-input" id="exampleCheck1">
<label class="form-check-label" for="exampleCheck1" name="pay">Would you pay for a
Mappa
Membership?</label>
</div>
<button type="submit" class="btn btn-success btn-round">Sign up</button>
</form>
</p>
</div>
</div>
</div>
</div>
</div>
<!--------------------------------------Main--------------------------------------->
<div class="container mt-5 mb-5">
<div class="row">
<div class="col-md-8">
<h5 class="font-weight-bold spanborder"><span>Featured in Health</span></h5>
<!--Change Category-->
<div class="card border-0 mb-5 box-shadow">
<div
style="background-image: url(./assets/img/demo/underwater.jpg); height: 350px; background-size: cover; background-repeat: no-repeat;">
</div>
<div class="card-body px-0 pb-0 d-flex flex-column align-items-start">
<h2 class="h2 font-weight-bold">
<a class="text-dark" href="/underwater-cities.html">Which World Cities will be Underwater
First?</a>
</h2>
<p class="card-text">
here is little doubt our oceans are rising and cities will go under. It is no longer an
issue of if but when. No one can predict exactly when, however, based on simple elevation
maps, we can predict which major world cities are most likely to be underwater first.
</p>
<div>
<small class="d-block"><a class="text-muted" href="./author.html">Mappa Health</a></small>
<small class="text-muted">March 29 · 6 min read</small>
</div>
</div>
</div>
<h5 class="font-weight-bold spanborder"><span>Latest</span></h5>
<div class="mb-3 d-flex justify-content-between">
<div class="pr-3">
<h2 class="mb-1 h4 font-weight-bold">
<a class="text-dark" data-toggle="modal" data-target="#exampleModalCenter"
href="./article.html">The Happiest Countries in the World
</a>
</h2>
<p>
Since 2002, the World Happiness Report has used statistical analysis to determine the
world's happiest countries. In its 2021 update, the report concluded that...
</p>
<div class="card-text text-muted small">
Daniel Bittle in Mindfulness
</div>
<small class="text-muted">Dec 12 · 5 min read</small>
</div>
<img height="120" src="./assets/img/demo/finland-hero.jpg">
</div>
<div class="mb-3 d-flex justify-content-between">
<div class="pr-3">
<h2 class="mb-1 h4 font-weight-bold">
<a class="text-dark" data-toggle="modal" data-target="#exampleModalCenter"
href="./article.html">East Antarctica's glaciers are stirring</a>
</h2>
<p>
Nasa says it has detected the first signs of significant melting in a swathe of glaciers in
East Antarctica.
</p>
<div class="card-text text-muted small">
Jake Wozzy in Health
</div>
<small class="text-muted">Dec 12 · 5 min read</small>
</div>
<img height="120" src="./assets/img/demo/1.jpg">
</div>
<div class="mb-3 d-flex justify-content-between">
<div class="pr-3">
<h2 class="mb-1 h4 font-weight-bold">
<a class="text-dark" data-toggle="modal" data-target="#exampleModalCenter"
href="./article.html">50 years ago, armadillos hinted that DNA wasn’t
destiny</a>
</h2>
<p>
Nasa says it has detected the first signs of significant melting in a swathe of glaciers in
East Antarctica.
</p>
<div class="card-text text-muted small">
Blake Scully in Exercise
</div>
<small class="text-muted">Dec 12 · 5 min read</small>
</div>
<img height="120" src="./assets/img/demo/5.jpg">
</div>
</div>
<div class="col-md-4 pl-4">
<div class="sticky-top">
<h5 class="font-weight-bold spanborder"><span>Popular in Health</span></h5>
<!--Change Category-->
<ol class="list-featured">
<li>
<span>
<h6 class="font-weight-bold">
<a data-toggle="modal" data-target="#exampleModalCenter" href="./article.html"
class="text-dark">Where Does "Free-Range" Chicken Come
From?
</a>
</h6>
<p class="text-muted">
Shoma Nakagawa in Health
</p>
</span>
</li>
<li>
<span>
<h6 class="font-weight-bold">
<a data-toggle="modal" data-target="#exampleModalCenter" href="./article.html"
class="text-dark">14 Meditation Statistics for Your
Well-Being in 2022</a>
</h6>
<p class="text-muted">
Kate Grey in Meditation
</p>
</span>
</li>
<li>
<span>
<h6 class="font-weight-bold">
<a data-toggle="modal" data-target="#exampleModalCenter" href="./article.html"
class="text-dark">This is What An Iron Man Marathon Looks
Like</a>
</h6>
<p class="text-muted">
Ana Kirkyzk in Exercise
</p>
</span>
</li>
<li>
<span>
<h6 class="font-weight-bold">
<a data-toggle="modal" data-target="#exampleModalCenter" href="./article.html"
class="text-dark">Effective New Target for Mood-Boosting
Brain Stimulation Found</a>
</h6>
<p class="text-muted">
James Green in Mindfulness
</p>
</span>
</li>
</ol>
</div>
</div>
</div>
</div>
<div class="container pt-4 pb-4">
<div class="border p-5 bg-lightblue">
<div class="row justify-content-between">
<div class="col-md-6">
<h5 class="font-weight-bold secondfont">Become a member</h5>
Get the latest news right in your inbox. It's free and you can unsubscribe at any time. We hate spam
as much as we do, so we never spam!
</div>
<div class="col-md-6">
<div class="row">
<div class="col-md-6">
<input type="text" class="form-control" placeholder="First name">
</div>
<div class="col-md-6">
<input type="text" class="form-control" placeholder="Last name">
</div>
<div class="col-md-12 mt-3">
<button type="submit" class="btn btn-success btn-block">Subscribe</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Main -->
<!--------------------------------------FOOTER--------------------------------------->
<div class="container mt-5">
<footer class="bg-white border-top p-3 text-muted small">
<div class="row align-items-center justify-content-between">
<div>
<span class="navbar-brand mr-2"><strong>Mappa</strong></span> Copyright ©
<script>document.write(new Date().getFullYear())</script>
. All rights reserved.
</div>
<div>
View our live <a target="_blank" class="text-secondary font-weight-bold"
href="https://datastudio.google.com/u/0/reporting/e6ad8ff7-2ea4-415d-90af-2fa303979c85/page/VgD">Data
Analytics</a>
</div>
</div>
</footer>
</div>
<!-- End Footer -->
<!--------------------------------------
JAVASCRIPTS
--------------------------------------->
<script src="./assets/js/vendor/jquery.min.js" type="text/javascript"></script>
<script src="./assets/js/vendor/popper.min.js" type="text/javascript"></script>
<script src="./assets/js/vendor/bootstrap.min.js" type="text/javascript"></script>
<script src="./assets/js/functions.js" type="text/javascript"></script>
</body>
</html>