-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (89 loc) · 2.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Arvind Jaiswal's Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td>
<img
src="images/profile_pic_400x400-circle.jpg"
alt="Arvind profile pics"
/>
</td>
<td>
<h1>Arvind Jaiswal</h1>
<p>
<em>Technical Support Engineer- <strong>Accenture</strong> </em>
</p>
<p>
<em>Full Stack Developer - <strong>Facebook</strong></em>
</p>
</td>
</tr>
</table>
<hr />
<h3>Educational Qualification</h3>
<ul>
<li>Bachelor of Engineer</li>
<li>Vishwaniketan's iMEET</li>
</ul>
<hr />
<h3>Experience</h3>
<table>
<thead>
<tr>
<th>Year</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2018-2022</td>
<td>Impact Infotech Pvt Ltd</td>
</tr>
<tr>
<td>2018</td>
<td>CMS IT Services Pvt Ltd</td>
</tr>
</tbody>
<tfoot></tfoot>
</table>
<hr />
<h3>Skills</h3>
<table>
<td>
<table>
<tr>
<td>Web development</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Python</td>
<td>⭐⭐</td>
</tr>
</table>
</td>
<td>
<table cellspacing="10px">
<tr>
<td>Linux</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Technical Support</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
</td>
</table>
<hr />
<a href="hobbies.html">Hobbies</a>
<a href="contact-me.html">Contact Me</a>
<a href="sign-up.html">sign-up</a>
</body>
</html>