-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebResume.html
More file actions
49 lines (47 loc) · 1.79 KB
/
webResume.html
File metadata and controls
49 lines (47 loc) · 1.79 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
<html>
<head>
<title>
WebResume
</title>
</head>
<body style="background-color: beige">
<table style="page-break-before: always" width="100%" cellspacing="0" cellpadding="2" border="0">
<colgroup><col width="58*">
<col width="196*">
</colgroup><tbody><tr bgcolor="#cccccc">
<td width="150">
<p><img src="One.jpg" name="graphics2" width="140" border="0" align="LEFT"> </p>
</td>
<td width="76%">
<p align="LEFT"><font size="4"><b>Yerram Sathwik</b></font></p>
</td>
</tr>
</tbody>
</table>
<div>
<h3>About Me:</h3>
<p style="padding-left: 05%">I am currently purusuing my under graduation in Computer Science Engineering at Mahindra Ecole Centrale.<br>
My interests are developing android apps,websites etc<br></p>
</div>
<div>
<h3 >Projects:</h3>
<p style="padding-left: 05%">My latest project is developing a Communication app (equivalent to whatsapp) for MEC students</p>
</div>
<div>
<h3>Education:</h3>
<p style="padding-left: 05%">B.Tech in CSE(currently),Mahindra Ecole Centrale,India<br></p>
</div>
<div>
<h3>Address:</h3>
<p style="padding-left: 05%">
Survey No: 62/ 1A, Bahadurpally,<br>
Jeedimetla <br>
Telangana,Hyderabad - 500 0043
</p>
</div>
<div>
<h3>Contact:</h3>
<p style="padding-left: 05%">Email: sathwik1101@gmail.com</p>
</div>
</body>
</html>