-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAboutMe.html
28 lines (28 loc) · 1.12 KB
/
AboutMe.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
<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>Document</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<nav class="nav_Bar">
<div><a href="./">Home</a></div>
<div><a href="./AboutMe.html">About Me</a></div>
<div><a href="./ContactMe.html">Contact Me</a></div>
</nav>
<section class="body-wrapper">
<header>
<h1>About Me</h1>
</header>
<div class="aboutMe">
<div><img src="WhatsApp Image 2023-01-23 at 10.45.12.jpg" alt="Error in Loading image" width="400px" height="500px"></div>
<div>
<div style="font-size: 30px;"> Hello Floks!</div>
Myself Swadhin Kumar Nayak, Currently pursuing BTech in Computer Science and Engineering(CSE) at NITRKL.This is my first work in web development.Love to code and explore new things.Excited to learn different cool things in web development.
</div>
</div>
</section>
</body>
</html>