-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (59 loc) · 2.92 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>☂Abdiwali's Website</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td> <img src="images/Abdiwali.png" alt="Abdiwali"></td>
<td> <h1>Abiwali Jama</h1>
<p><em>Web developer student</em></p>
<p><em>I am learning a code programe and how to make profisional websites</em></p></td>
</tr>
</table>
<hr>
<h3>Education</h3>
<table>
<ul>
<li>Baled-Hawo primary and Secondry school</li>
<li>Flora Highschool</li>
<li>Udemy Web Development course</li>
</ul>
</table>
<hr>
<h3>Work Expirience</h3>
<table>
<th>Date</th>
<th>Work</th>
<tr>
<td>2010-2012</td>
<td>Arabic Teacher</td>
</tr>
<tr>
<td>2012-2016</td>
<td>Taxi Driver</td>
</tr>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>iOS Development</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Web Development</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Photography</td>
<td>⭐⭐</td>
</tr>
</table>
<hr>
<a href="Hobies.html">My Hobies</a><br>
<a href="Contact.html">My contact Details</a>
</body>
</html>