-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (63 loc) · 1.48 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Shafayet Ahommed</title>
</head>
<body>
<table cellspacing="20px">
<tr>
<td><img src="images/fake-human-circle-img.png" alt="shafayet's profile image"></td>
<td>
<h1>Shafayet Ahommed</h1>
<p>Founder & CEO of <strong><em> fundmebangladesh.com</em></strong></p>
<p>Hello welcome to my personal site. I am shafayet ahommed and I love coding.</p>
</td>
</tr>
</table>
<hr>
<h4>Schools and Degress</h4>
<ul>
<li>HSC from <a href="https://msscbogra.edu.bd/">Milleninum scholatic school</a></li>
<li>SSC from <a href="https://msscbogra.edu.bd/">Milleninum scholatic school</a></li>
</ul>
<hr>
<table cellspacing="20">
<thead>
<th>Names</th>
<th>Ages</th>
</thead>
<tbody>
<tr>
<td>name</td>
<td>age</td>
</tr>
<tr>
<td>shafayet</td>
<td>20</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<hr>
<table cellspacing="20">
<h3>Skills</h3>
<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="hobbies.html">My Hobbies</a> <br>
<a href="contact-me.html">Contact me</a>
</body>
</html>