-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstart.html
91 lines (85 loc) · 2.65 KB
/
start.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My website</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="/Users/somiljain/Downloads/IMG_0251.jpg" alt="somil's profile picture"><br></td>
<td><h1>Somil jain</h1>
<p><em>this is somil.<strong>he is a devloper</strong> </em></p>
<p>i am a web devloper and i have my expertise in cpp python html</p></td>
</tr>
</table>
<!-- <img src="images/IMG_0251.png" alt="somil's profile picture"><br> -->
<hr>
<h3>Books and teaching</h3>
<a href="experience.html">experiences</a>
<hr>
<h3>work experience</h3>
<ul>
<li>currently dont have any experience</li>
</ul>
<hr noshade="20">
<h3>My hobbies</h3>
<ol>
<li>football</li>
<li>coding</li>
</ol>
<br>
<h3><em>skills</em></h3>
<table>
<tr>
<td>
<table cellspacing ="5" border="1" noshade>
<tr>
<td>ios devlopment </td>
<td>⭐️⭐️</td>
</tr>
<tr>
<td>web devlopment </td>
<td>⭐️</td>
</tr>
</table>
</td>
<td>
<table cellspacing ="5" border="1" noshade="1">
<tr>
<td>ios devlopment </td>
<td>⭐️⭐️</td>
</tr>
<tr>
<td>web devlopment </td>
<td>⭐️</td>
</tr>
</table>
</td>
</tr>
</table>
<a href="conatactme.html">contact me</a>
</ol>
<table border="2">
<thead>
<tr>
<th>dates</th>
<th>work</th>
<th>hours</th>
</tr>
</thead>
<tbody>
<tr>
<td>2012</td>
<td>somil</td>
<td>3</td>
</tr>
<tr>
<td>2013</td>
<td>shru</td>
<td>4</td>
</tr>
</tbody>
</table>
</body>
</html>