-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathResume.html
More file actions
71 lines (65 loc) · 2.83 KB
/
Resume.html
File metadata and controls
71 lines (65 loc) · 2.83 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
<!DOCTYPE html>
<html>
<head>
<title>My Resume</title>
</head>
<body bgcolor="lightblue">
<center><h1 style="color:blue;">RESUME</h1></center>
<center><img src="https://www.kindpng.com/picc/m/52-525985_transparent-unknown-person-png-unknown-icon-png-download.png" height="200" width="300" /></center>
<ol>
<li><b>NAME:</b>John Paul</li>
<li><b>ADDRES:</b>Gandhi Nagar,Chennai</li>
<li><b>PHONE NUMBER:</b>+91 567894092</li>
<li><b>E-MAIL:</b>johnpaul561@gmail.com</li>
<li><b>LINKEDIN:</b>John Paul</li>
</ol>
<hr color="black">
<h2>SUMMARY:</h2>
<ul>
<li>Proficient in languages like Python, C, and Java, with experience in building efficient and scalable applications.</li>
<li> Passionate about problem-solving, writing clean code, and continuously learning new technologies.</li>
<li> Seeking an opportunity to contribute technical expertise and innovative thinking to a dynamic development team.</li>
</ul>
<h2>OBJECTIVE:</h2>
<ul>
<li>Motivated Computer Science graduate seeking a software development role to apply my programming skills, problem-solving abilities, and passion for technology.</li>
<li> Eager to contribute to innovative projects, learn new technologies, and grow within a dynamic team.</li>
</ul>
<hr color="black">
<h2>SKILLS:</h2>
<h4>Technical Skills-</h4>
<ul>
<li>Programming Languages: Python, C, Java, JavaScript, C++</li>
<li> Web Development: HTML, CSS, JavaScript, React, Node.js</li>
<li>Operating Systems: Windows, Linux</li>
<li>Cybersecurity Basics</li>
</ul>
<h4>Soft Skills-</h4>
<ul>
<li>Problem-Solving </li>
<li>Analytical Thinking</li>
<li>Teamwork & Collaboration</li>
<li>Time Management</li>
<li>Communication Skills</li>
</ul>
<hr color="black">
<h2>EDUCATION:</h2>
<p>Btech in Computer Science and Engineering </p>
<p>From XYZ University,Madurai(2021-2025)</p>
<h2>ACHIEVEMENTS:</h2>
<h4>Academic Achievements-</h4>
<ul>
<li>Graduated with honours in Artificial Intelligence(AI).</li>
<li>Recieved scholarships and academic awards for outstanding performances.</li>
</ul>
<h4>Technical Achievements-</h4>
<ul>
<li>Successfully completed certifications of Python,C,C++,Java etc.</li>
<li>Developed an open source project.</li>
<li>Published a research paper about robotics.</li>
<li>Won and participated in various hackathons like Smart India Hackathon,NASA Space apps challenge etc.</li>
<li>Completed successful internships in companies like UST Global,Technopark etc.</li>
<li>Organised various tech events,workshops in my college.</li>
</ul>
</body>
</html>