-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (58 loc) · 2.04 KB
/
index.html
File metadata and controls
78 lines (58 loc) · 2.04 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
77
<!DOCTYPE html>
<html lang="en">
<head>
<title>About my project</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header">
<header>
<h1 id="h11">mohammad riziq</h1>
<nav>
<ul>
<li><a href=""></a>home </li>
<li><a href=""></a> about </li>
<li><a href=""></a> contact </li>
</ul>
</nav>
</header>
<hr>
<main>
<article>
<h2 id="first_one"><marquee>introduction about me</marquee> </h2>
<div>
<img src="img1/82365677.jpg.jpg">
<ul >
<li> My name is mohammad kamal riziq</li>
<li> am 31 </li>
<li>am software engineering </li>
<li> i graduated from zarqa univarsity in 2012</li>
<li> i work at tikyet um ali </li>
<li> i got some useful courses like asp.net</li>
<li> i wish to be a good developer soon inshallah</li>
</ul>
</div>
</article>
<hr>
<article>
<h2 id ="first_tow">The food which i like it </h2>
<div>
<ol>
<li>mansf</li>
<li>maqluba</li>
<li>kabsa</li>
<li>fool</li>
<li>falafel</li>
<li>msakhan</li>
<li>macdonalde meel</li>
<li>shawerma</li>
<li>ozee</li>
<li>saban5' and rice</li>
</ol>
</div>
</article>
<footer>© by mohammad riziq 2021</footer>
<script src="javascript/app.js"></script>
<script></script>
</body>
</html>