-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (47 loc) · 2.58 KB
/
index.html
File metadata and controls
58 lines (47 loc) · 2.58 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
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>
Priyadarshini Muduli
</title>
<link href="images\me2.jpg" rel="icon">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1 class="header" >Hello there! Welcome to my page.</h1>
<div class="body">
<div class="first-para">
<img class="me2" src="images\me2.jpg" >
<h1> About Me</h1>
<p class="p1" >
Hello, my name is Priyadarshini Muduli. Im 18 years old. I am from Bhubaneswar. Currently I'm pursuing my bachelors of degree in
Electronics and tele - communication engineering in Veer Surendra Sai University of Technology. I am currently in second semester.
I have done my matriculation from Saint Arnold's School and my intermediate from DAV Public School, Pokhariput.
My hobby is dancing and acting. My aim to become a software engineer.
</p>
</div>
<div class="second-para">
<img class="interest" src="images\interest.jpg" height="200px" width="300px" >
<h1> Interest</h1>
<p class="p2" >
My interest is dancing. I usually dance in my free time. For me dancing is the way of expressing your feelings.
I an a semi classical dancer. I do bollywood and recently I am doing street jazz. I usually take out some time
to dance and I am the happiest at that time.
</p>
</div>
<div class="3rd-para">
<h1>Gallery</h1>
<img class ="gallery" src="images\g1.jpg" height="200px" width="200px" >
<img class ="gallery" src="images\g2.jpg" height="200px" width="200px">
<img class ="gallery" src="images\g3.jpg" height="200px" width="200px">
</div>
<h1 > Contact Me</h1>
<a class="contacts" href="https://www.facebook.com">Facebook</a>
<a class="contacts" href="https://instagram.com/darshini__004?igshid=ZDdkNTZiNTM=">Instagram</a>
<a class="contacts" href="https://www.linkedin.com/in/priyadarshini-muduli-8a7ab0258">Linkedin</a>
<a class="contacts" href="mailto:[email protected]">email</a>
<p class="tag">@Copyright Priyadarshini Muduli 2023</p>
</div>
</body>
</html>