-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (51 loc) · 1.43 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My Resume</title>
</head>
<body>
<h1>Divya Diptiman Sahoo</h1>
<img src="./Assests/images/Photo on 02-10-24 at 10.15 AM.jpg" alt="Divya's Photo" height="200">
<h2>Summary</h2>
<p>I am a Challenging person to work with </p>
<hr>
<h2>Education</h2>
<ul>
<li>Currently pursueing Integrated MSc. Maths in Nit rkl</li>
<li>Completed 12th From Mother's Public School(CBSE)</li>
<li> Completed 10th From St.Mary's School (ICSE)</li>
</ul>
<hr>
<h2>Projects</h2>
<ol>
<li>Attended Multiple Workshops regarding Robotics</li>
<li>Made a Radar using Arduino </li>
<li>Made an Hand Controlled Car using Arduino lilypad</li>
</ol>
<hr>
<h2>Skills</h2>
<ul>
<li>Have wide knowledge on Programming languages like:
<ol>
<li>Python</li>
<li>Java</li>
<li>C</li>
<li>C++</li>
<li>HTML</li>
<li>Java Script </li>
<li>CSS</li>
</ol>
</li>
<li>Have High Leadership Skills</li>
<li>Problem Solver Mindset</li>
</ul>
<hr>
<h2>Other</h2>
<a href="./about.html">Hobbies</a>
<a href="./contact.html">Contact Me</a>
<footer>
<p>© Divya Diptman Sahoo. All rights reserved.</p>
</footer>
</body>
</html>