-
Notifications
You must be signed in to change notification settings - Fork 0
/
Health.html
496 lines (416 loc) · 17.5 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
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
<!DOCTYPE html>
<html>
<head>
<title> Simon Zerisenay Online Library</title>
<link rel="stylesheet" href="home-style.css">
<!-- Bootstrap JS, jquery -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"></script>
<!-- Bootstrap CSS CDN -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV"
crossorigin="anonymous"></script>
<!-- Font-Awesome cdn -->
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap" rel="stylesheet">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Faster+One&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css">
<!-- Smartsupp Live Chat script -->
<!-- Smartsupp Live Chat script -->
<script type="text/javascript">
var _smartsupp = _smartsupp || {};
_smartsupp.key = 'a0ac4fcef9a6eae5051413bb4c7485665bfa4666';
window.smartsupp || (function (d) {
var s, c, o = smartsupp = function () { o._.push(arguments) }; o._ = [];
s = d.getElementsByTagName('script')[0]; c = d.createElement('script');
c.type = 'text/javascript'; c.charset = 'utf-8'; c.async = true;
c.src = 'https://www.smartsuppchat.com/loader.js?'; s.parentNode.insertBefore(c, s);
})(document);
</script>
<style type="text/css">
h1 {
color: yellow;
}
/* theme color */
body {
transition: background 0.4s linear;
}
body.dark {
background: #000000;
}
nav {
transition: background 0.4s linear;
}
body.dark nav {
background-color: black;
}
footer {
transition: background 0.4s linear;
}
body.dark footer {
background-color: black;
}
/* body.dark nav a{
color:white;
} */
.checkbox {
opacity: 0;
position: absolute;
}
.togglers {
margin-top: 5px;
}
.togglers label {
align-items: center;
border-radius: 50px;
position: relative;
justify-content: space-between;
background-color: #111;
padding: 5px;
display: flex;
width: 50px;
height: 26px;
transform: scale(1.1);
}
.ball {
border-radius: 50%;
background-color: #fff;
position: absolute;
top: 2px;
left: 2px;
width: 22px;
height: 22px;
transition: transform 0.2s linear;
}
.fa-moon {
color: #f1c40f;
}
.fa-sun {
color: #f39c12;
}
.checkbox:checked+.label .ball {
transform: translateX(24px);
}
</style>
</head>
<body>
<!-- Navigation -->
<section id="nav-bar">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="http://simonzerisenay-com.stackstaging.com/Simon/SimonZerisenayProWebsite.html"><img
src="Sizerlogo.png"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="Home.html">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Blogs.html">BLOGS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Contacts.html">CONTACTS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="AboutUs.html">ABOUT 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">
READINGS
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="Books.html">BOOKS</a>
<a class="dropdown-item" href="Megazine.html">MEGAZINE</a>
<a class="dropdown-item" href="Article.html">ARTICLE</a>
<a class="dropdown-item" href="Newspaper.html">NEWSAPAPER</a>
</div>
</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">
MORE
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="Games.html">GAMES</a>
<a class="dropdown-item" href="http://sizer-com.stackstaging.com/Simon/SWE.245/Wforecast.php">WEATHER
FORECAST</a>
<a class="dropdown-item" href="ReactionTester.html">REACTION TESTER</a>
<a class="dropdown-item" href="Videos.html">VIDEOS</a>
<a class="dropdown-item" href="http://sizer-com.stackstaging.com/Simon/SWE.245/SQL/">SECRET DIARY</a>
<a class="dropdown-item" href="Help.html">HELP</a>
<li class="nav-item">
<div class="signin">
<a href="http://sizer-com.stackstaging.com/Simon/mySQL/SIGNUP/index.php">
Logout
</a>
</div>
</li>
<li class="nav-item">
<div class="togglers">
<input type="checkbox" class="checkbox" id="checkbox">
<label for="checkbox" class="label">
<!-- <img src="/fontawesome/svgs/regular/sun.svg" alt=""> -->
<i class="fas fa-moon"></i>
<i class="fas fa-sun"></i>
<div class="ball"></div>
</label>
</div>
</li>
<script type="text/javascript">
const checkbox = document.getElementById('checkbox');
checkbox.addEventListener('change', () => {
//change the theme of the website
document.body.classList.toggle('dark');
})
</script>
</div>
</li>
</ul>
</div>
</nav>
</section>
<section>
<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>
<li data-target="#carouselExampleIndicators" data-slide-to="7"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="8"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="health1.jpg" alt="First slide">
<div class="carousel-caption">
<div class="col-xs-3 ">
<br><br><br><br>
<h1 style="font-family: 'Faster One', cursive;">Physical.
</h1>
</div>
</div>
</div>
<div class="carousel-item" data-interval="1500">
<img class="d-block w-100" src="health2.jpg" alt="Second slide">
<div class="carousel-caption">
<div class="col-xs-3 ">
<br><br><br><br>
<h1 style="font-family: 'Faster One', cursive;"> Emotional.
</h1>
</div>
</div>
</div>
<div class="carousel-item" data-interval="1500">
<img class="d-block w-100" src="health3.jpg" alt="Third slide">
<div class="carousel-caption">
<div class="col-xs-3 ">
<br><br><br><br>
<h1 style="font-family: 'Faster One', cursive;"> Intellectual.
</h1>
</div>
</div>
</div>
<div class="carousel-item" data-interval="1500">
<img class="d-block w-100" src="health4.jpg" alt="Fourth slide">
<div class="carousel-caption">
<div class="col-xs-3 ">
<br><br><br><br>
<h1 style="font-family: 'Faster One', cursive;"> Social.
</h1>
</div>
</div>
</div>
<div class="carousel-item" data-interval="1500">
<img class="d-block w-100" src="health5.jpg" alt="Fifth slide">
<div class="carousel-caption">
<div class="col-xs-3 ">
<br><br><br><br>
<h1 style="font-family: 'Faster One', cursive;"> Spiritual.
</h1>
</div>
</div>
</div>
<div class="carousel-item" data-interval="1500">
<img class="d-block w-100" src="health6.jpg" alt="Sixth slide">
<div class="carousel-caption">
<div class="col-xs-3 ">
<br><br><br><br>
<h1 style="font-family: 'Faster One', cursive;"> Environmental.
</h1>
</div>
</div>
</div>
<div class="carousel-item" data-interval="1500">
<img class="d-block w-100" src="health7.jpg" alt="Seventh slide">
<div class="carousel-caption">
<div class="col-xs-3 ">
<br><br><br><br>
<h1 style="font-family: 'Faster One', cursive;">Occupational.</h1>
</div>
</div>
</div>
<div class="carousel-item" data-interval="1500">
<img class="d-block w-100" src="health8.jpg" alt="Eighth slide">
<div class="carousel-caption">
<div class="col-xs-3 ">
<br><br><br><br>
<h1 style="font-family: 'Faster One', cursive;">Sheik zayed bin sultan alnahyan</h1>
</div>
</div>
</div>
<div class="carousel-item" data-interval="1500">
<img class="d-block w-100" src="health3.jpg" alt="Ninth slide">
<div class="carousel-caption">
<div class="col-xs-3 ">
<br><br><br><br>
<h1 style="font-family: 'Faster One', cursive;">Albert Einstein</h1>
</div>
</div>
</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>
</section>
<section>
<div class="new1">
<div class="row">
<div class="col-xs-3 col-sm-3 col-md-3 col-lg-3">
<div class="card" style="max-width: 18rem;margin-right: 4%;">
<img src="health9.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">COMMUNITY & PUBLIC HEALTH NURSING</h5>
<p class="card-text">Community health is a branch of public health which focuses on people and their role
as determinants of their own and other people's health in contrast to environmental health </p>
<br>
<a href="/PDF/Health/Community & Public Health Nursing_ Promoting the Public's Health ( PDFDrive ).pdf"
class="btn btn-primary">View</a>
</div>
</div>
</div>
<div class="col-xs-3 col-sm-3 col-md-3 col-lg-3">
<div class="card" style="max-width: 18rem;margin-right: 4%;">
<img src="health10.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">HEALTH COMMUNICATION</h5>
<p class="card-text">Health communication is the study and practice of communicating promotional health
information, such as in public health campaigns, health education, and between doctor and patient. </p>
<br>
<a href="/PDF/Health/Health Communication_ From Theory to Practice (J-B Public Health Health Services Text) - Key words_ health communication, public health, health behavior, behavior change communications ( PDFDrive ).pdf"
class="btn btn-primary">View</a>
</div>
</div>
</div>
<div class="col-xs-3 col-sm-3 col-md-3 col-lg-3">
<div class="card" style="max-width: 18rem;margin-right: 4%;">
<img src="health11.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">INRODUCTION TO HEALTH AND SAFETY IN CONSTRUCTION</h5>
<p class="card-text">Health and safety processes play a vital role in minimising the number of risks on a
construction site and, as such, they should be implemented from the start.</p>
<br>
<a href="/PDF/Health/Introduction to Health and Safety in Construction_ for the NEBOSH National Certificate in Construction Health and Safety ( PDFDrive ).pdf" class="btn btn-primary">View</a>
</div>
</div>
</div>
<div class="col-xs-3 col-sm-3 col-md-3 col-lg-3">
<div class="card" style="max-width: 18rem;margin-right: 4%;">
<img src="health12.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">PUBLIC HEALTH INTERVENTION</h5>
<p class="card-text">A public health intervention is any effort or policy that attempts to improve mental
and physical health on a population level.</p>
<br>
<a href="PDF/Health/Public Health Interventions - Applications for Public Health Nursing ( PDFDrive ).pdf" class="btn btn-primary">View</a>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="main-content">
<div class="left box">
<h2>About us</h2>
<div class="content">
<p>
This online library as well as bookstore is created to nurture the reading lust of all people especially
readers in an easy and fun way. Moreover, you can buy books, articles, magazines as well as newspapers of
different types published from all over the world. Our motive is to build a reading community with creative
mind, prudent way of thinking, Positive and learning mindsets.
</p>
<div class="social">
<a href="#"><span class="fab fa-facebook-f"></span></a>
<a href="#"><span class="fab fa-twitter"></span></a>
<a href="#"><span class="fab fa-instagram"></span></a>
<a href="#"><span class="fab fa-youtube"></span></a>
<a href="#"><span class="fab fa-linkedin"></span></a>
<a href="#"><span class="fab fa-pinterest"></span></a>
</div>
</div>
</div>
<div class="center box">
<h2>Address</h2>
<div class="content">
<div class="place">
<a href="https://goo.gl/maps/6Q4XGAHgLy64LvAj9"><span class="fas fa-map-marker-alt"></span></a>
<span class="text"> United Arab Emirates, Abu Dhabi</span>
</div>
<div class="phone">
<span class="fas fa-phone-alt"></span>
<span class="text">+971-545-305-388</span>
</div>
<div class="email">
<span class="fa fa-envelope"></span>
<span class="text">simonzerisenay@gmail.com</span>
</div>
</div>
</div>
<div class="right box">
<h2> Contact us</h2>
<div class="content">
<form action="#">
<div class="email">
<div class="text">Email *</div>
<input type="email" required>
</div>
<div class="msg">
<div class="text"> Message *</div>
<textarea cols="25" rows="2" required></textarea>
</div>
<div class="btn">
<button class="Sbtn" type="submit">Send</button>
</div>
</form>
</div>
</div>
</div>
<!-- Copyright -->
<div class="footer-copyright text-center py-3">
<a href="https://ae.linkedin.com/in/simon-zerisenay-232220193" style="color:white;"> Simon Zerisenay</a>
</div>
<!-- Copyright -->
</footer>
</body>
</html>