-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (90 loc) · 1.73 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
99
100
101
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title> 💓 Abhinav Kumar</title>
<style>
body{
background-color: #EAF6F6;
}
hr{
background-color: #EAF6F6;
border-style: none;
border-top-style: dotted;
border-color: gray;
border-width:5px;
width : 30%;
}
img {height: 170px;}
</style>
</head>
<table cellspacing='20'>
<tr> <td> <img src="pic.jpeg" alt="abhi"> </td>
<td><h1>Abhinav Kumar</h1>
<p> i am ios and web devloper.I ❤️coffee and brew my own beers.
</p>
</td>
</tr>
</table>
<hr size='2' </hr>
<h3>work experience</h3>
<table cellspacing=20>
<thead>
<tr>
<th>dates
</th>
<th>
work
</th>
</tr>
</thead>
<tbody>
<tr>
<td>2010-2012</td>
<td> lead developer
</td>
</tr>
<tr>
<td>
2010
</td>
<td>
reserch at iitk
</td>
</tr>
</tbody>
</table>
<hr size= 2 </hr>
<table cellspacing=20>
<tbody>
<h3>Skills</h3>
<tr>
<td>ios development</td>
<td> ⭐⭐⭐⭐⭐
</td>
<td>
photography
</td>
<td>
⭐⭐
</td>
</tr>
<tr>
<td>
Web development
</td>
<td>
⭐⭐⭐⭐⭐
</td>
</tr>
</tbody>
</table>
<hr size='2' </hr>
<ol>
<li>
<a href="hobbies.html">my hobbies</a>
</li>
<li> <a href="contacts.html">contact details</a></li>
</ol>
</body>
</html>