-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
97 lines (90 loc) · 2.74 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Resume</title>
<style>
body{
margin: 100px;
border: 2px solid black;
padding: 20px;
}
</style>
</head>
<body>
<center>
<h1><u>RESUME</u></h1>
</center>
<h4>Name: AKSHAY TIWARI</h4>
<address>
<h4>Contact: <a href="tel:+918726295408">8726295408</a></h4>
<h4>Mail: <a href="mailto:[email protected]">[email protected]</a></h4>
</address>
<div>
<a href="https://www.linkedin.com/in/akshay-tiwari-6257282b7?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app" target="_blank"><img src="linkedin.png" height="40" style="float: right;"></a>
<a href="https://github.com/akahayt121" target="_blank"><img src="github.png" height="35" style="float: right;"></a>
</div>
<br>
<br><hr style="border: 1px solid black;">
<div>
<dl>
<dt><b>OBJECTIVE:</b></dt>
<dd>Driven BCA graduate with strong problem-solving skills and a passion for technology seeking entry-level opportunities in software development.</dd>
</dl>
</div>
<div>
<h4><strong>EDUCATION BACKGROUND:</strong></h4>
<center>
<table border="3px">
<tr>
<th>DEGREE</th>
<th>INSTITUTE</th>
<th>PERCENTAGE</th>
<th>YEAR OF PASSING</th>
</tr>
<tr>
<td>BCA</td>
<td>Dr. VSICS</td>
<td>70%</td>
<td>2025</td>
</tr>
<tr>
<td>10+2<sup>th</sup></td>
<td>RVSIS</td>
<td>69%</td>
<td>2022</td>
</tr>
<tr>
<td>10<sup>th</sup></td>
<td>RVSIS</td>
<td>70.2%</td>
<td>2020</td>
</tr>
</table>
</center>
</div>
<div>
<dl>
<dt><b>ADITIONAL QULAFICATION:</b></dt>
<ul>
<li>C/C++ Programming</li>
<li>JAVA</li>
<li>Python</li>
<li>HTML/CSS</li>
<li>JavaScript</li>
</ul>
</dl>
</div>
<div>
<dl>
<dt><b>Key Strength</b></dt>
<ul>
<li>Comunication</li>
<li>Problem-Solving Techniques</li>
<li>Analogical Thinking</li>
<li>Reasoning</li>
<li>Speed-Typing</li>
</ul>
</dl>
</div>
</body>
</html>