-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (85 loc) · 1.88 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" dir="ltr">
<head>
<meta charset="utf-8">
<title>Amit's Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td> <img src="image\Amit.jpg" alt="Profile pic" /></td>
<td><h1>Amit Kumar Jha</h1>
<p>
<em>Associate Business Consultant at <strong><a href="https://www.ey.com/en_in">Ernst & Young</a></strong></em>
</p>
<p>
I am currently working as a Business Consultant for Performance Index in the TMT service line.
</p></td>
</tr>
</table>
<hr size="3" noshade />
<h2>Education</h2>
<ul>
<li>
Indian Institute of Technology Kharagpur
</li>
<li>
J.H.Tarapore School
</li>
</ul>
<table border="1">
<thead>
<tr>
<th>Year</th>
<th>Degree</th>
<th>Institution</th>
</tr>
</thead>
<tr>
<td>2022</td>
<td>Btech</td>
<td>Indian Institute of Technology Kharagpur</td>
</tr>
<tr>
<td>2014</td>
<td>ICSE</td>
<td>J.H.Tarapore School</td>
</tr>
<tr>
<td>2016</td>
<td>ISC</td>
<td>J.H.Tarapore School</td>
</tr>
</table>
<hr>
<h2>My Skills</h2>
<p>
<table border="1">
<thead>
<tr>
<th>Skills</th>
<th>Rating</th>
<th>Skills</th>
<th>Rating</th>
</tr>
</thead>
<tr>
<td>Web Development</td>
<td>☑☑☑☑</td>
<td>Video Editing</td>
<td>☑☑☑☑</td>
</tr>
<tr>
<td>App Develeopment</td>
<td>☑☑</td>
<td>Java Programming</td>
<td>☑☑☑☑</td>
</tr>
</table>
</p>
<hr />
<a href="hobbies.html"> My Hobbies</a>
<a href="contacts.html">My Contacts</a>
</body>
</html>