-
Notifications
You must be signed in to change notification settings - Fork 0
/
AboutMe.html
36 lines (36 loc) · 1.38 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
29
30
31
32
33
34
35
36
<!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>About Me</title>
<!-- link for css -->
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<nav class="navigation">
<div class="navbar">
<a href="index.html" class="active">Home</a>
<a href="AboutMe.html" style="color:goldenrod;">About Me</a>
<a href="contact.html">Contact Me</a>
<a href="my-gallery.html">My Gallery</a>
</div>
</nav>
</header>
<main>
<div class="img-container">
<img src="my-img.jpg" alt="image of saiprabhu" /><br>
<div>
<p id="intro-heading">
This is Saiprabhu Dandanayak .
</p>
<p>
Hello every this is saiprabhu dandanayak , i am from Adilabad dist , currently i am pursuing 4th year of btech in MVSR ENGINEERING COLLEGE in the stream of Information Technology , i have completed my 10th @ Adilaabd , later i have moved to Hyderabd for my intermediate . My father works as a sr.Asst @ zilla parishat office and my mother is housewife .Apart from studies i am intrested in playing cricket and watching a lot of movies .
</p>
</div>
</div>
</main>
</body>
</html>