-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathresume.html
More file actions
91 lines (87 loc) · 3.67 KB
/
resume.html
File metadata and controls
91 lines (87 loc) · 3.67 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="resume.css"/>
<body>
<div class="right">
<pre id="size">
<h2 class="head">Resume</h2>
<img class="pic"
src="passphoto.jpeg" height="120px" width="120px" >
<b>Byri Manasa</b>
Email: manasabyri09@gmail.com
phnno: 7032293762
</pre>
<hr>
<h2>CAREER OBJECTIVE</h2>
<p>Looking for a challenging role in an organization to utilize my knowledge and
skills for the growth of the organization as well as to enhance my knowledge
about new and emerging trends </p>
<hr>
<h2>ACADEMIC DETAILS</h2>
<table>
<tr>
<th>COURSE</th>
<th>INSTITUTE</th>
<th>PERCENTAGE</th>
<th>YEAR</th>
</tr>
<tr>
<td>B-tech</td>
<td>CMRIT</td>
<td>88%</td>
<td>2024</td>
</tr>
<tr>
<td>Intermediate</td>
<td>Alphores junior college</td>
<td>97%</td>
<td>2020</td>
</tr>
<tr>
<td>SSC</td>
<td>Alfred Nobel High School</td>
<td>88</td>
<td>2018</td>
</tr>
</table>
<hr>
<h2>TECHNICAL SKILLS</h2>
<ul>
<li>C</li>
<li>C++</li>
<li>JAVA</li>
<li>PYTHON</li>
<li>SQL</li>
<li>HTML CSS</li>
</ul>
<hr>
<h2>CERTIFICATION</h2>
<ul>
<li>Certification of participation in CYBER SECURITY from Cisco Network Academy</li>
<li>Certification of participation in JAVA PROGRAMMING from Infosys</li>
<li>Certification from GOOGLE on Python Fundamentals</li>
</ul>
<hr>
<h2>STRENGTHS</h2>
<ul>
<li>Leadership skills</li>
<li>Team Management</li>
<li>problem solving</li>
</ul>
<hr>
<h2>PERSONAL DETAILS</h2>
<ul>
<li>Father's Name : B.Gattaiah</li>
<li>DOB : 26-09-2002</li>
<li>Languages Known 5: English and Telugu</li>
<li>Hobbies : Volunteering and Listening to Music</li>
</ul>
<hr>
<h2>DECLARATION</h2>
<P>I Sincerely Proclaim that all of the above-mentioned information is true to my
belief and I am responsible for its accuracy.</P>
</div>
</body>
</head>
</html>