-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patha.html
More file actions
76 lines (59 loc) · 2.07 KB
/
a.html
File metadata and controls
76 lines (59 loc) · 2.07 KB
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="infomain">
<div class="donate">
<h3 > Blood group A </h3>
<h3 > WHO TO DONATE AND RECEIVE BLOOD FROM </h3>
<p> There are two sides of the A blood type.
The A+ and A-.
The A+ can donate blood to:
A+, AB+
And receive blood from A-, A+, O+,O-
The A- can also donate blood to A-, A+, AB-, AB+
And receive blood from A- and O- blood type
</p>
</div>
<div class="Oinfo">
<h5> BEST WORKOUTS (EXERCISE) </h5>
<p>Intense exercises leads to fatigue and stiffness. You should opt for calming activities that helps you focus and protect your joints like Pilates, yoga, Tai Chi and Isometric exercises.
</p>
</div>
<div class="Oinfo">
<h5> BEST DIET </h5>
<p >A meat-free diet based on fruits and vegetables, beans and legumes, and whole grains is the ideal diet for you. You are a natural vegetarian
To lose weight, people with group A are to follow a vegetarian diet.
</p>
</div>
<div class="Oinfo">
<h5> DISEASES </h5>
<p> You are highly at the risk of getting stressed out and anxious. You are at a higher risk of developing type 2 Diabetes and stomach cancer and you are very prone to malaria
You have a lower risk of developing Coronary heart disease compared to blood group B and AB
</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>