-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathab.html
76 lines (57 loc) · 2.12 KB
/
ab.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title> Genesis </title>
<link rel="stylesheet" href="assets/css/index.css" type="text/css">
</head>
<body>
<div class="container">
<div class="header">
<a href="index.html#"><img src="assets/images/blood.png" width="100vh" alt="blood logo" /> </a>
<h1> GENESIS </h1>
<!-- Best Blood App </pre> -->
</div>
<div class="aboutmain">
<div class="donate">
<h3 > Blood group AB </h3>
<h3 > WHO TO DONATE AND RECEIVE BLOOD FROM </h3>
<p> There are two sides of the AB blood type.
The AB+ and AB-.
The AB+ can donate blood to only AB+
And receive blood from all other blood type
The AB- can also donate blood to AB-, AB+
And receive blood from AB-, A-, B- and O- blood type
</p>
</div>
<div class="Oinfo">
<h5> BEST WORKOUTS (EXERCISE) </h5>
<p>Calming and relaxing exercises relieve stress and promote AB’s well-being. To achieve a consistent release of tension and revival of energy, more attention should be given to the following exercises:
Yoga, swimming, gymnastics exercises, stretching, tennis, Pilates, hiking
</p>
</div>
<div class="Oinfo">
<h5> BEST DIET </h5>
<p >You should focus on foods such as tofu, seafood, dairy (especially cultured dairy like yogurt and kefir) and green vegetables. You should avoid meat all smoked or cured meats and focus more on highly beneficial fish like tuna, salmon, sardines, and snapper.
</p>
</div>
<div class="Oinfo">
<h5> DISEASES </h5>
<p> You stand a high risk of developing cardiovascular diseases as well as stomach cancer. A greater proportion of type AB suffer cognitive impairment (memory lost and stroke).
</p>
</div>
<div class="navbar">
<ul>
<li><a href="index.html#"> Home </a> </li>
<li><a href="about.html#"> About </a> </li>
<li><a href="contact.html#"> Contact </a> </li>
<li><a href="ln.html#"> LogIn </a> </li>
</ul>
</div>
</div>
<div class="footer">
<p> ©2018 by Bridget and Najilau </p>
</div>
</div>
</body>
</html>