forked from talhajjaj/About-me
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (61 loc) · 2.07 KB
/
index.html
File metadata and controls
76 lines (61 loc) · 2.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>About me</title>
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<article class="center">
<header>
<h1>Welcom to our world</h1>
</header>
<main>
<section>
<p>
Hello there , this Taima website i hope you have a nice day
i'm excited to see you here . are you curious to know who am i?
</p>
</section>
<section>
<div class="row">
<div class="column">
<img src="https://i.pinimg.com/originals/8a/a4/59/8aa4595fb24b6ed585dddac4622b2445.gif">
</div>
</section>
<section>
<p>
<h2> let me tell you about me :</h2>
<ul>
<li> My name is Taima al-hajjaj </li>
<li>I've studied Business administration at BAU</li>
<li> now i'm student in LTUC </li>
<li> I'm learning programming with ASAC to creat creative website for you.</li>
<li> My hobbies is eating or watching cooking videos and watching animes</li>
</ul>
</p>
</section>
<section>
<div class="row">
<div class="column">
<img src="https://i.pinimg.com/originals/d6/68/e9/d668e9d3b7c4e505a20f6a9c93ba9b9f.gif">
</div>
</section>
</article>
</main>
<h2>my favorite anime : </h2>
<ol>
<li>AOT is the best one</li>
<li> Death note</li>
<li>hunter x hunter</li>
<li>neverland</li>
<li>demon slayer</li>
<li>one punch man</li>
<li>one piece </li>
<li>Howls moving castle</li>
<li> spirited away</li>
<li>my neighbor totoro</li>
</ol>
<script src="js/app.js"></script>
</body>
</html>