-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
98 lines (74 loc) · 1.93 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!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>Kawans Personal Site</title>
</head>
<body>
<table cellspacing="20px">
<td><img style="height: 200px;width: 200px; border-radius: 100px;" src="kawan.jpg" alt="personals pic">
</td>
<td>
<h1>Kawan Idrees </h1>
<p><em> <strong>The student of <a href="https://www.google.com/">salahadin university </a></strong> </em>
</p>
<p> i love to fuck web sites as well as and as soon as posible</p>
</td>
</table>
<hr>
<h3>books and web sites</h3>
<ul>
<li>the java developer</li>
<li>the web site dev</li>
</ul>
<hr>
<h3>Work Experince</h3>
<table>
<thead>
<tr>
<th>Date</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2020 </td>
<td>java developer</td>
</tr>
<tr>
<td>2021</td>
<td>Web developer</td>
</tr>
</tbody>
</table>
<hr>
<table>
<tr>
<td>
</table>
<table>
<tr>
<td> Ios develoment x</td>
<td>🌟🌟🌟🌟🌟</td>
</tr>
<tr>
<td>Photo graphy </td>
<td>🌟🌟</td>
</tr>
<tr>
<td>web development </td>
<td>🌟🌟🌟🌟🌟</td>
</tr>
</table>
</td>
<td>
</table>
</td>
</tr>
<hr>
<a href="hobbies.html" target="_blank">hobbies</a> <br>
<a href="contact.html" target="_blank">contact me</a>
</body>
</html>