-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (51 loc) · 2.91 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>
Swapnita Singh
</title>
<link rel="stylesheet" href="css\style.css">
</head>
<body>
<h1 class="heading">Hello everyone! Welcome to my page.</h1>
<div class="body">
<div class="firstpart">
<img class ="ME"src="https://pbs.twimg.com/profile_images/1382013350196875264/H_QeAm6s_400x400.jpg" height="300px" width="300px">
<h1 class="you">About Me </h1>
<p class="about">
Hello there! I am Swapnita Singh, from Cuttack.
Currently I am pursuing my Bachelor's of technology degree in the department of Computer science and engineering.
I have completed my matriculation and intermediate from Kendriya Vidyalaya ARC Charbatia,Cuttack.
I love to explore a hell lot of things besides academics.
</p>
</div>
<div class="secondpart">
<h1 class="fine">My Interest:</h1>
<p class="interest">
My hobbies include Dancing,Writing poems and listening music!
Dance has always excited me and I enjoy doing it.
Writing poems is a way of expressing what i think and this is soemething I have been doing since class 6th.
And who doesn't love listening music....it's so soothing to ears.
</p>
<img src="https://images.unsplash.com/photo-1547153760-18fc86324498?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mnx8ZGFuY2UlMjBwb3NlfGVufDB8fDB8fA%3D%3D&w=1000&q=80" height="350px" width="300px">
<img src="https://gobookmart.com/wp-content/uploads/2022/04/How-to-Write-a-Good-Poem-Fundamentals-of-Writing-Poetry-3.jpg" height="350px" width="300px">
</div>
<div class="thirdpart">
<h1 class="dance"> Gallery:</h1>
<p class="gallery">
Let's have a look into my gallery:
</p>
<img src="https://media.nojoto.com/content/media/120575/2019/10/profile/5b80c50e7bb28c69e22bdea0f557e3dd_120575/default.jpg" height="300px" width="300px">
<img src="https://www.seriouseats.com/thmb/xw1krLC9Yh85qx1wl5jw0BPCWHk=/1500x0/filters:no_upscale():max_bytes(150000):strip_icc()/__opt__aboutcom__coeus__resources__content_migration__serious_eats__seriouseats.com__2015__07__20210324-SouthernFriedChicken-Andrew-Janjigian-21-cea1fe39234844638018b15259cabdc2.jpg" height="300px" width="300px">
<img src="https://i.pinimg.com/236x/df/cf/af/dfcfafa75a4c7aa1953d0fca72f48f76.jpg" height="300px" width="300px">
</div>
<div class="fourthpart">
<h1> Contact :</h1>
<a class="contact"href="https://www.instagram.com/ ">Instagram</a>
<a class="contact"href="https://www.facebook.com/">Facebook</a>
<a class="contact"href="mailto:swapimamuni@gmail.com">email</a>
</div>
<p class="tag">@Swapnita Singh 2023</p>
</body>
</html>