-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (60 loc) · 1.17 KB
/
index.html
File metadata and controls
66 lines (60 loc) · 1.17 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>❥Welcome Page</title>
</head>
<body>
<table>
<tr>
<td><img src="tarek.jpg" alt="Tarek"></td>
<td><h1>Tarek Alkhateeb</h1>
<p>Civil Engineer:<strong> Albaath University</strong> and <em>Urabn Manager</em>: <strong>TU Berlin</strong></p>
<p>I am learning web development and I am quite beginner</p></td>
</tr>
</table>
<hr>
<h3>Education</h3>
<ul>
<li>Book1</li>
<li>Book2</li>
</ul>
<a href="hobbies.html">Hobbies</a>
<h3>Work Experiences</h3>
<table>
<thead>
<tr>
<th>Time</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2010/2012</td>
<td>Engineer</td>
</tr>
<tr>
<td>2012/2014</td>
<td>Urban Manager</td>
</tr>
</tbody>
</table>
<h3>skills</h3>
<table>
<thead>
<tr>
<td>skill</td>
<td>od</td>
</tr>
<tr>
<td>writing</td>
<td>💛💛💛💛💛</td>
</tr>
<tr>
<td>listing</td>
<td>💛💛💛</td>
</tr>
</thead>
</table>
</body>
</html>