-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
84 lines (77 loc) · 3.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RESUME</title>
</head>
<body style="padding: 10%;">
<div>
<legend>
<center>
<h2><i>RESUME</i></h2>
<img src="selfie.jpg" height="200" style="float: right;">
</center>
</div>
<header>
<h4>AKSHAY TIWARI</h4>
<a href="tel:+916386169714"> +91 63861 69714 </a>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<p>ADDRESS: 59E/14 DABOULI, KANPUR <br>PINCODE: 208022</p>
<h5><a href="https://www.linkedin.com/in/akshay-tiwari-48280822b/?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app">LinkedIn</a></h5>
</header>
<div>
<dl>
<dt><h3>OBJECTIVE:</h3></dt>
<dd>
A BCA student seeking an internship to apply
theoretical knowledge in practical settings. Eager
to contribute programming skills and problem-
solving abilities to software development, aiming to
learn and adapt quickly while actively contributing
to innovative projects. Dedicated to leveraging
classroom learning in a dynamic work environment,
aspiring to grow and contribute effectively to
organizational success through enthusiasm for
technology and a passion for continuous learning.
</dd>
<dt><h3>EDUCATION:</h3></dt>
<dd><h4>BACHELOR OF COMPUTER EDUCATION (2022-25)</h3><ul>
<li>Dr. Virendra Swarup Institute of Computer Studies, Kanpur</li>
</ul>
<dd><h4>10+2 ISC (2022)</h4><ul>
<li> RVS International School, Fatehpur</li>
</ul>
</dd>
</dd>
<dt><h3>SKILLS:</h3></dt>
<dd><h4>Technical Skills:</h4>
<ul>
<li>Programming languages (C/C++, Java, Python)</li>
<li>Software proficiency (MS Office)</li>
<li>Database management (SQL)</li>
<li>Web development (HTML, CSS, JavaScript)</li>
</ul>
<h4>Soft Skill:</h4>
<ul>
<li>Communication skills</li>
<li>Problem-solving abilities</li>
<li>Teamwork and collaboration</li>
</ul>
</dd>
<dt><h3>CERTIFICATIONS</h3></dt>
<dd>
<ul>
<li><a href="https://drive.google.com/file/d/16xgLe_6-oq3Froa2xGFwdV1jU0J9oY3P/view?usp=sharing">C++ Tutorial</a></li>
<li><a href="https://drive.google.com/file/d/17OwUHAaiHMKpNX-flbRa4TRjIOGyozJr/view">OOPs Concepts in C++</a></li>
<li><a href="https://drive.google.com/file/d/1woh9vu_FWGphy_k3PrKDuxtaOHAe6EH5/view">Basics of Python</a></li>
<li><a href="https://drive.google.com/file/d/1918D5H6qXnLwndOozPc4deSuhoNNV-7L/view">Python for Data Science</a></li>
<li><a href="https://drive.google.com/file/d/1S3W2sfMBowvy-ZfE3xUYwxUrYI3ypwiT/view">SQL</a></li>
<li><a href="https://drive.google.com/file/d/1AQpFQ5TtNZJdwnoNrP5KPlePVfs50TNe/view">Introduction to JavaScript</a></li>
</ul>
</dd>
</dl>
</div>
</legend>
</body>
</html>