-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (65 loc) · 1.66 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Pavan Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="Images/Pavan.jpg" alt="Pavan Profile Picture"></td>
<td>
<h1>Tirumalluri Venkata Pavan Kumar</h1>
<p><em>Aspiring <strong><a href="https://www.linkedin.com/in/tvpkn/">Software</a></strong> Engineer</em></p>
<p>I want to became a webdevelopment. I would love to work in MAANG Companies.</p>
</td>
</tr>
</table>
<hr noshade>
<h3>Education</h3>
<ul>
<li>Bachelors in Electronics and Communication from Lovely Professional University with 8.27 Cgpa - 2022</li>
<li>Intermediate in MPC from Sri Chaitanya Junior College - 2018</li>
</ul>
<hr noshade>
<table cellspacing="10">
<thead>
<tr>
<th>Work</th>
<th>Period</th>
</tr>
</thead>
<tbody>
<tr>
<td>Associate System designer at Lutron Electronics</td>
<td>July 2021 - Jan 2022</td>
</tr>
<tr>
<td>Senior Analyst Trainee at Capgemini</td>
<td>Feb 2022 - Present</td>
</tr>
</tbody>
</table>
<hr noshade>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>HTML</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>CSS</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Java Script</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
<hr noshade>
<a href="Hobbies.html">My Hobbies</a>
<br>
<a href="contact-me.html">contact-me</a>
<hr noshade>
</body>
</html>