-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (85 loc) · 2.65 KB
/
index.html
File metadata and controls
88 lines (85 loc) · 2.65 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>vinit personal site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td> <img src="image/vinitimage.jpg" alt="vinit pictures"> </td>
<td> <h1>Vinit Ranjan</h1>
<p><em>Founder and CTO of<strong><a href="https://en.wikipedia.org/wiki/Bachra"> Bachra </a></strong>.</em></p>
<p>I am from Bachra and i have completed my matriculation from Dav Bachra and my hobbies include codding</p>
</td>
</tr>
</table>
<hr>
<h3>Books and Teaching</h3>
<ul>
<li>Bachra is a place rich with minerals</li>
<li>Basically minerals consist of coals</li>
</ul>
<hr>
<table>
<thead>
<tr>
<th>Dates</th>
<th>Work Experince</th>
</tr>
</thead>
<tbody>
<tr>
<td>2010-2013</td>
<td>Lead devloper at tempo</td>
</tr>
<tr>
<td>2010</td>
<td>Reascher at cognitive study of neuro science</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<h3> Skills </h3>
<table cellspacing="30">
<tr>
<td>
<table>
<tr>
<td>Ios Devlopment</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Web Devlopment</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Android Devlopment</td>
<td>⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>Ios Devlopment</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Web Devlopment</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Android Devlopment</td>
<td>⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
<a href="hobbies.html">my hobbies</a>
<a href="contactme.html">Contact me</a>
</body>
</html>