-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (60 loc) · 1.78 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
60
61
62
63
64
65
66
67
<!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>Salim's Personal Site</title>
</head>
<body>
<table>
<tr>
<td>
<img src="images/me.png" alt="profile picture of salim" , sizes="3">
</td>
<td>
<h1>Salim Suleiman</h1>
<p><em>Founder and CEO of <strong><a href="http://facebook.com">Facebook</a></strong></em></p>
<p>I am a founder at Facebook. My duty focuses on building the future, making the world to be connected as much as
possible and making people happy about our site so well make some cash</p>
</td>
</tr>
</table>
<hr>
<h3>Education</h3>
<ul>
<li>Alheedaya</li>
<li>Nuril islam</li>
<li>Tahfeez</li>
<li>New era</li>
</ul>
<hr>
<h3>Hobbies</h3>
<ol>
<li><a href="https://www.youtube.com/watch?v=VB2KFWXWPuk">playing ball</a></li>
<li><a href="https://youtu.be/4DAbnHv6VHs">Coding </a></li>
<li>Watching movies</li>
<li>Reading Qur'an</li>
<li>Sleeping</li>
</ol>
<hr>
<h3><a href="./contact.html">Contact</a></h3>
<h3>Skills</h3>
<table cellspacing='10'>
<tbody>
<tr>
<td>Python programming</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Java programming</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Web development</td>
<td>⭐⭐⭐⭐</td>
</tr>
</tbody>
</table>
</body>
</html>