-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
98 lines (94 loc) · 3.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jashwanth's Resume</title>
</head>
<style>
#name {
text-align: center;
}
#details{
text-align:center;
}
#detail {
padding-bottom: 70px;
}
body{
background-color: rgb(192, 247, 247);
}
</style>
<body>
<div id="details">
<h1 id="name">Jashwanth Mallela <br><h5><p>• Problem Solver   • Quick Learner</p></h5></h1>
<p>• [email protected]   • 9346563274   • https://www.linkedin.com/in/jashwanth-mallela-39a48b240/ <br>Skype:[email protected]</p>
</div>
<div id="education">
<h2 style="padding-top:12px">Education</h2>
<p>• I have completed my schooling from Sat Gyan High School with 10.0 GPA </p>
<P>• I have completed my intermediate from Narayana Junior College with 95.2%</P>
<p>• Currently i am studying in CMR College Of Engineering & Technology</p>
</div>
<hr>
<div id="internship">
<h2>Internship</h2>
<h4>Beta Testing using Hu-Touch at -Niti:</h3>
<p> ⦁ Conduct user testing to create production ready products. </p>
<p> ⦁ Steps required to capture user feedback ,prioritize and fix.</p>
<p> ⦁ Mentality to develop code logic for 80% use cases. </p>
</div>
<hr>
<div id="skills">
<div id="programming-skills">
<h2>Skills</h2>
<h4> Programming Languages :</h4>
<p>• Advance : Java</p>
<p>• Intermediate : C,C++</p>
<p>• Novice : Python</p>
</div>
<div id="tools">
<h4>Tools :</h4>
<p>• Linux</p>
<p>• Windows</p>
<p>• Git</p>
</div>
<div id="web-technologies">
<h4>Web Technologies</h4>
<p>• HTML</p>
<p>• CSS</p>
<p>• JavaScript</p>
</div>
</div>
<hr>
<div id="projects">
<h2>Projects</h2>
<div id="vayu">
<h4>Vayu Purifier</h4>
<p>⦁ Reduces air pollution up to 70% at home which are beside the roads.</p>
<p>⦁ Since it is small in size can be placed at anywhere in the home.</p>
</div>
<div id="min">
<h4>College Forum</h4>
<p>⦁ It is a web application for college students in which they can ask any queries and solve them through fellow mates.</p>
</div>
</div>
<hr>
<div id="acheivements">
<h2>Acheivements</h2>
<p>• Participated in DevJam conducted in our college.</p>
<p>• Participated in Hackathon conducted in BVRIT.</p>
<p>• Secured 10.0 GPA in SSC.</p>
<p>• Gold medal in regional karate.</p>
<p>• Gold medal in regional painting.</p>
</div>
<hr>
<div id="languages">
<h2>Languages</h2>
<p>• English</p>
<p>• Hindi</p>
<p>• Telugu</p>
</div>
</body>
</html>