-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (78 loc) · 1.8 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
<!DOCTYPE html>
<html lang="" dir="ltr">
<head>
<meta charset="utf-8">
<title>anwar personal site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="https://image.shutterstock.com/image-photo/portrait-smiling-red-haired-millennial-260nw-1194497251.jpg" alt="anwar profile pic" </td>
<td>
<h1>sayed anwar</h1>
<p><strong>founder and CEO of<em> sadaat united</em></strong></p>
<p>i am web and game developer and love to play battleground games.and i love cofee</p>
</td>
</tr>
</table>
<hr>
<h3>My other websites:</h3>
<ul style="list-style-type:square;">
<li>abra ka dabra</li>
<li>engineers</li>
</ul>
<hr>
<h3>work experiance</h3>
<table cellspacing="20">
<thead>
<tr>
<th>DATES</th>
<th>work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2013-2015</td>
<td>LEAD PROGRAMMER AD W3SCHOOL</td>
</tr>
<tr>
<td>2019</td>
<td>RESEARCHER AT IIT BOMBAY</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<a href="hobbies.html">My hobbies</a>
<hr>
<h3>SKILLS</h3>
<hr>
<table>
<tr>
<td>
<table cellspacing="20">
<tr>
<td>coding</td>
<td>💛💛💛💛</td>
</tr>
<tr>
<td>seo expert</td>
<td>💛💛💛💛💛</td>
</tr>
<tr>
<td>SINGING</td>
<td>💛💛💛💛</td>
</tr>
<tr>
<td>blogging</td>
<td>💛💛💛💛</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>