-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
64 lines (62 loc) · 1.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>BHARATH N M - Resume</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="biodata.html">Bio-data</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<main>
<section>
<h2>Education</h2>
<p>B.E. Computer Science Engineering, CIT College, 5th Semester</p>
</section>
<section>
<h2>Skills</h2>
<ul>
<li>Programming: C, C++, Python</li>
<li>Web Development: HTML, CSS, JavaScript</li>
<li>Algorithms and Data Structures</li>
</ul>
</section>
<section>
<h2>Achievements</h2>
<p>Academic Achievements <br>
- Secured 7.75/10 CGPA in Computer Science and Engineering <br>
- got good Rank in the university in the 5th semester exams <br>
Technical Skills and Certifications <br>
- Programming languages: Java, Python, C++, JavaScript <br>
- Certified Data Scientist, Data Science Council of America <br>
Extracurricular Activities <br>
- Organized a tech fest in college, featuring coding competitions and workshops <br>
-Participated in hackathons and ideathons. <br>
</p>
</section>
</main>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<footer>
<p>© 2024 BHARATH N M. All rights reserved.</p>
</footer>
</body>
</html>