-
Notifications
You must be signed in to change notification settings - Fork 0
/
ShahanshahCV.html
94 lines (86 loc) · 2.6 KB
/
ShahanshahCV.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Shahanshah Profile</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<table>
<tr>
<td><img src="circle-cropped.png" width="200" height="200" alt="Cropped Pics of mySelf"></td>
<td>
<h2>Shahanshah Ali</h2>
<p><i>Founder And CEO of </i><a href="www.facebook.com">www.fb.com</a><br></p>
<p>I am a Full Stack Developer. I 😍 PUBG and do timepass there. 😍😍</p>
</td>
</tr>
</table>
<hr>
<table>
<tr>
<td>
<h3>Work Experience</h3>
<table>
<thead>
<tr>
<th>Date</th>
<th>Work</th>
</tr>
<tr>
<th>2015-2017</th>
<th>Saksoft LMT.</th>
</tr>
<tr>
<th>2017-2020</th>
<th>Wipro LMT.</th>
</tr>
<tr>
<th>2020-Now</th>
<th>Encora LMT.</th>
</tr>
</thead>
</table>
</td>
</tr>
</table>
<hr>
<h3>Skills</h3>
<table>
<tr>
<td>
<table>
<tr>
<td>Java Backend Development</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Apache Camel</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>JEE</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>React</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>HTML CSS JavaScript</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>NodeJS</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>