-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
65 lines (62 loc) · 1.94 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>About the author</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<h1>Healthcare Proffessional & </h1>
<h2>Certified Innovation Professional</h2>
<h3>Welcome to
Haya Balasmeh
Biography</h3>
<img src="http://cdn.shopify.com/s/files/1/0461/4474/9736/files/Haya_logo-01_2_91b6a6eb-4f15-42d4-a0f2-8bb21d762ab0_1200x1200.png?v=1599744308">
<nav>
<ul>
<li><a href="pages/guess.html">Play Guess Game</a></li>
<li><a href="pages/aboutus.html">About Us</a></li>
<li><a href="index.html">Home</a></li>
</ul>
</nav>
</header>
<main>
<img src="https://engineering.eckovation.com/wp-content/uploads/2018/07/Biography.png">
</main>
<footer>
<div>
<ul><li><strong>Top Ten Countries You should visit</strong></li></ul>
<ol>
<li>Italy</li>
<li>Japan</li>
<li>Paris</li>
<li>Greece</li>
<li>Lebanon</li>
<li>Moroco</li>
<li>Poland</li>
<li>Australia</li>
<li>Canada</li>
<li>United States</li>
</ol>
</div>
<div>
<ul>
<li><strong>MY Work Experience:</strong></li>
<ul>
<li>Healthcare Innovation Professional</li>
<li>Clinical Pharmacist</li>
</ul>
</div>
<div>
<ul>
<li><strong>Education History</strong></li>
<ul>
<li>BACHELOR OF Doctor of Pharmacy</li>
<li>CInP: Certified Innovation Professional by GINI</li>
</ul>
</ul>
</div>
</footer>
<script src="js/app.js"></script>
</body>
</html>