-
Notifications
You must be signed in to change notification settings - Fork 0
/
nandhana.html
68 lines (64 loc) · 2.23 KB
/
nandhana.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
<!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="style.css">
</head>
<body>
<div class="resume">
<header>
<h1>C B Nandhana</h1>
<p>[email protected] |+919567279563|
<a href="https://www.linkedin.com/in/nandhana-babu-6a607b262/">LinkedIn </a>|
<a href="https://github.com/nandhana04cb">GitHub</a>
</p>
</header>
<section class="About">
<h2>About</h2>
<p>3rd year B-Tech computer science student at NSS College of
Engineering under Kerala Technical University</p>
</section>
<section class="summary">
<h2>Technical Skills</h2>
<p><b>Language/Technologies</b>:C|Java</p>
<p><b>Web Development</b>:HTML|CSS|GIT|GITHUB</p>
<p><b>Relevant Coursework</b>:Data Structures and Algorithms|Object Orient Programming|DBMS</p>
</section>
<section class="Achievements">
<h2>Achievements</h2>
<li> Participated and win preliminary level in ideaton conducted by Young Innovators Programme under KDISC
</li>
<li>Selected as Reliance Foundation Undergraduate scholar 2023</li>
<li> Paricipated in Kerala largest Women-Only Hackthon Tink-Her-Hack 2.O conducted by IEDC</li>
</section>
<section class="Education">
<h2>Education</h2>
<p>NSS College of Engineering 2022-2026(present)</p>
<ul>
<li>Computer Science and Engineering</li>
</ul>
<p>Gurukulam Public School,2022</p>
<ul>
<li>CBSE Board(Class XII-92%)</li>
</ul>
<p>Gurukulam Public School,2020</p>
<ul>
<li>CBSE Board(Class X-94.4%)</li>
</ul>
</section>
<section class="Online Certifications">
<h2>Online Certifications</h2>
<ul>
<li>NPTEL(MOOC-COURSE) on Problem Solving Through
<b>Programming In C</b></li>
<li>Basics in <b>Python</b> under Infosys Springboard</li>
<li>TCS certified certificate on:Resume Writing and Cover Letter|Introduction to Soft Skills|
Interview Skills|Communication Skills|Presentation Skills
</li>
</ul>
</section>
</div>
</body>
</html>