-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
64 lines (64 loc) · 2.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Me </title>
<link rel="stylesheet" href="./css/reset.css">
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<header>
<nav>
<ul>
<li>Contact Me</li>
<li>About Me</li>
</ul>
</nav>
<img src="./img/rose img.jpg" alt="">
</header>
<main>
<h2>Greeting</h2>
<p>Warm Welcome in my web site,and thank you for your time which you spend in my guess game.</p>
<p>I in first steps (undergraduated wep develop student)to become a web developer ,so thank you to be here and encourage me keeping in it. </p>
<H2>Bio</H2>
<ul>
<li>it is Hala khamayseh</li>
<li> my age is 25</li>
<li>I graduated with my degree in Translation</li>
<li>I graduated from Yarmouk university</li>
<li> Now I am web developer student in (ASAC)</li>
</ul>
<h2>User stories</h2>
<ol>
<li>As a user, I would like to learn about the site owner so I can get to know them better.</li>
<li>As a user, I would like a personalized welcome message so that I feel like I am interacting with the site owner.</li>
<li>As a user, I would like to view a series of data related to the site owners interest so that the I can quickly view more information about them.</li>
<li>As a user, I would like to be guided to an answer through a series of feedback responses so that I can learn more about the site owner.</li>
<li>As a user, I would like to guess the answer to a question that could have many possibilities so that I can have fun with with a guessing gam</li>
<li>As a user, I would like to know my final score so that I can know how well I did</li>
</ol>
<h2>site owners interest </h2>
<ol>
<li> novels</li>
<li>planting </li>
<li>volunteering</li>
<li>traveling </li>
<li>learning some thing new as web development</li>
<li>meet new people and make friends</li>
<li>Writing thoughts</li>
<li>human beings rights</li>
<li>mathematics</li>
<li>The culture and civilization of different countries</li>
</ol>
</main>
<footer>
<p>for more info,it is my pleasure to communicate with me.
<a href="https://www.linkedin.com/in/hala-khamayseh/">Send your D.M to my linkedin account</a>
</p>
<h5>Copy rights reserved. ©</h5>
</footer>
<script src="js/app.js"></script>
</body>
</html>