-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (42 loc) · 1.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My resume</title>
</head>
<body>
<h1> Somyakant Swain</h1>
<h2>Summary</h2>
<p> I am a hardworking and dedicated individual currently I am a college student. </p>
<hr/>
<h2>Education</h2>
<ul>
<li>Passeed my highschool from Institue of Higher Secondary Education (2020-2022)
</li>
<li> Currently pursuing my Btech degree from Shiksha O Anushndhan University(2022-2026)</li>
</ul>
<hr/>
<h2>Working Experience </h2>
<p> No work experience as of now .</p>
<hr/>
<h2>Skills</h2>
<ul>
<li>Java</li>
<li>C++</li>
<li>UI/UX designing </li>
<li>HTML</li>
<li>Css</li>
</ul>
<hr/>
<h2>Others</h2>
<ul>
<li>
<a href="./Contact.html"> Contact</a>
</li>
<li>
<a href="./Hobbies.html"> My hobbies</a>
</li>
</ul>
</body>
</html>