-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (51 loc) · 2.16 KB
/
index.html
File metadata and controls
51 lines (51 loc) · 2.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome to my page!!</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css">
</head>
<body>
<header>
<div class="line">Welcome to my page!!</div>
<label id="icon"></label>
</header>
<div class="card" id="card">
<div class="dp">
<img src="jay.jpg">
<div class="social">
<a class="soc" href="https://github.com/jayaprakash27"><i class="fab fa-github"></i></a>
<a class="soc" href="https://www.linkedin.com/in/jayaprakash-sahoo-759052202/"><i class="fab fa-linkedin"></i></a>
<a class="soc" href="https://www.instagram.com/jaya.prakash.sahoo/"><i class="fab fa-instagram"></i></a>
<a class="soc" href="https://www.facebook.com/aryakumar.jayaprakash.27/"><i class="fab fa-facebook"></i></a>
</div></div>
<span class="bio">
<h2>About me</h2>
<p class="para">
Hello everyone! I am <b>Jayaprakash Sahoo</b>, currently pursuing my B.Tech degree
in Veer Surendra Sai University of Technology, Burla, Odisha.
</p>
<h2>My Interests</h2>
<p class="para">
Web development, Video editing and coding.
</p>
<h2>My Skills</h2>
<p class="para">
I have basic knowledge in JAVA, as it was included in my intermediate studies. I am a beginner in Web development, having knowledge in HTML, CSS and Javascript.
I have also started learning C programming and Python. Besides I can edit videos in Adobe Premiere Pro and Adobe After effects.
</p>
<h2>Hobbies</h2>
<p class="para">
<ul><li>Listening to music</li>
<li>Reading novels</li>
<li>watching movies, web series, short films and comedy shows</li>
<li>Video Editing</li>
</ul>
</p></span>
</div>
<script src="script.js"></script>
</body>
</html>