-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
57 lines (42 loc) · 1.89 KB
/
about.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
<!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="dailyTips">
<p class="mov">
we can really put anything here but we will use javascript to program it later.
</p>
</div>
<div class="aboutinfo">
<h3 class="title"> About Us </h3>
<p> <img src="assets/images/blood.png"> Knowing your blood type can often be thought of as useful only if you need a blood transfusion. However there is another argument that says eating and exercising for a specific A,B, AB, O blood type may offer health benefits. Most people are ignorant about how their Blood Group affects their health and make them more prone to lethal diseases or even protect them from such diseases. <br>
The knowledge of how your Blood Group affects your health can have life saving implications.
</p>
<p > <img src="assets/images/naj.jpg"/> Najilau is a this girl an she is a lot of thinds hfncnmbs xgnvnxfsd zsnvxgzfgx dnvnxgtdhvdv xvgvdscgdngdf xzhzsvzzdt fttp nagvjfsg sgjhgs sbghg </p>
<p> <img src="assets/images/bridge.jpg"/> Bridget is a this girl s a this girl an she is a lot of thinds hfncnmbs xgnvnxfsd zsnvxgzfgx dnvnxgtdhvdv xvgvdscgdngdf xzhzsvzzdt fttp nagvjfsg sgjhgs sbghg</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>
</ul>
</div>
</div>
<div class="footer">
<p> ©2018 by Bridget and Najilau </p>
</div>
</div>
</body>
</html>