-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
107 lines (96 loc) · 3.21 KB
/
resume.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
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html>
<STYLE>
body{
background-color: rgba(157, 141, 124, 0.321);
}
table,th,TD{
BORDER: 2PX solid BLACK;
border-collapse:collapse;
}
th{
background-color:burlywood;
}
td{
background-color:bisque;
}
table,th,td{
padding:5px;
}
</STYLE>
<head>
<title>RESUME</title>
</head>
<body>
<!---<img align="right" src="C:\Users\PRIYANKA MADIRE\OneDrive\Desktop\photo.jpeg" width="150" height="200" >_-->
<center><img src="C:\Users\PRIYANKA MADIRE\OneDrive\Desktop\photo.jpeg" width="150" height="200"></center>
<center><h3>MADIRE PRIYANKA</h3></center>
<hr>
<p><strong>Email:</strong>[email protected]</p>
<p><strong>Mobile number:</strong>9392475862</p>
<p><strong>date of birth:</strong>01/07/2003</p>
<hr>
<p><strong>Carrer objective:</strong>To secure a challenging position in a reputable organization to expand my learnings, knowledge, and skills.</p>
<hr>
<h4>Acedemic informtaion </h4>
<table style="width:100%">
<tr>
<th><h5>COURSE</h5></th>
<th><h5>INSTITUTE</h5></th>
<th><h5>UNIVERSITY</h5></th>
<th><h5>YEAR</h5></th>
<th><h5>PERCENTAGE</h5></th>
</tr>
<TBODY>
<TR>
<TD>Bachelor of Technology (computer science)</TD>
<TD>KESHAV MEMORIAL INSTITUTE OF TECHNOLOGY</TD>
<TD>JNTUH</TD>
<TD>2025</TD>
<TD>NOT KNOWN</TD>
</TR>
<TR>
<TD>Intemediate(MPC)</TD>
<TD>NARAYANA JUNIOUR COLLEGE</TD>
<Td>Telangana board</Td>
<TD>2021</TD>
<TD>95%</TD>
</TR>
<TR>
<TD>School of Secondary Certificate</TD>
<TD>VIDYA SREE HIGH SCHOOL</TD>
<Td>SSC</Td>
<TD>2019</TD>
<TD>93%</TD>
</TR>
</TBODY>
</table>
<hr>
<h4>Technical Skills:</h4>
<p>Programming languages</p>
<ul>
<li>C</li>
<li>Python</li>
</ul>
<hr>
<strong>Languages known:</strong>
<ul>
<li>Hindi</li>
<li>Telugu</li>
<li>English</li>
</ul>
<hr>
<strong>Hobbies:</strong>
<ul>
<li>Listenig songs</li>
<li>playing games</li>
<li>spending time with family</li>
</ul>
<hr>
<strong>Acheivements</strong>
<ul>
<li>Won in district level competition of kabbadi</li>
<li><p>Received elite certificate in python for data science</p></li>
</ul>
</body>
</html>