-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (60 loc) · 1.96 KB
/
Copy pathindex.html
File metadata and controls
68 lines (60 loc) · 1.96 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
<!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="reset" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<h1>About me</h1>
<nav></nav>
<h1>who I'm</h1>
<ul>
<li>My name is Oqla Alrefai</li>
<li>I'm from Jordan</li>
<li>I have 26 years old</li>
<li>biomedical engineer</li>
<li>I love sea food</li>
<li>I love football and tennis </li>
<li>i love staying up late </li>
</ul>
</header>
<main>
<p>
<img src="https://scontent.famm9-1.fna.fbcdn.net/v/t1.6435-1/p480x480/67902853_120277595958246_5682553856471334912_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=dbb9e7&_nc_ohc=DNQG5zd7RG0AX_Q5QJp&_nc_ht=scontent.famm9-1.fna&tp=6&oh=e1e4cf50bdf94736bf8d1e78dbf9a162&oe=60D622C3" alt="oqla alrefai">
<br/> My name is oqla alrefai I have 26 years old I live in Jordan<br/>
I'm biomedical engineer I graduated from yarmouk university last year <br/>
<div>
<h2>Work and education experince</h2>
<ul>
<li>trainee at King Abdullah University Hospital </li>
<li>graduated from yarmouk university</li>
<li>data Science using Python</li>
<li>Image processing usin matlab </li>
<li>Arduino</li>
<li>CNN using python</li>
</ul>
</div>
</p>
</main>
<footer>
<h2>Top 10 Series</h2>
<ol>
<li>Fargo</li>
<li>Black sail</li>
<li>vikings</li>
<li>la casa de papel</li>
<li>Game of thrones </li>
<li>breaking Bad</li>
<li>peacky blinders</li>
<li>riverdale</li>
<li>white collar</li>
<li>prison break</li>
</ol></footer>
<script src="java/app.js"></script>
</body>
</html>