-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (54 loc) · 2.39 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
<!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">
<link rel="stylesheet" href="style.css">
<title>Saleena's Webpage</title>
</head>
<body>
<h1>Hello There! You landed on my page</h1>
<section class = "about">
<div class="main">
<img src="Pictures/me.jpg" alt="My Picture">
<div class="about-text">
<h1>About me</h1>
<p>I am Saleena Das. I am from Bhubaneswar, Odisha.
I am a first year BTech student from the Dept. of Information Technology in VSSUT, Burla.
I have completed both my matriculation & intermediate from St. Joseph's Higher Secondary School, Bhubaneswar.</p>
</div>
</div>
<div class="Hobbies">
<div class="about-text">
<h1>My Interests</h1>
<p>My hobbies are painting, stargazing, photography. During my schooling, I have participated & won in various
interschool & district level painting competitions. I have a keen interest in Artificial Intelligence & Robotics and I'm looking forward to explore the field & its domains in the near future.</p>
</div>
<img src="Pictures/paint.jpg" class="Lord Ganesha" height="200px">
</div>
</section>
<section class="gallery">
<div class="photos">
<h1>My Gallery</h1>
<!--<img src="Pictures/vssut.jpg">-->
<img src="Pictures/art.jpg">
<!--<img src="Pictures/wall-e.jpg">-->
<img src="Pictures/vssut.jpg">
<!-- <img src="Pictures/art.jpg"> -->
<img src="Pictures/wall-e.jpg">
</div>
</section>
<section class="me">
<div class="contact">
<h1>Let's Connect</h1>
<div class="links">
<a href="https://instagram.com/_saleena_.aa?igshid=ZDdkNTZiNTM="><img src="Pictures/ig-logo2.png"></a>
<a href="https://www.linkedin.com/in/saleena-das-a57866202"><img src="Pictures/linkedin-logo.png"></a>
<a href="https://www.google.com/gmail/about/"><img src="Pictures/gmail-logo.png"></a>
</div>
</div>
<p class="tag">© Copyrights Saleena Das 2023</p>
</section>
</body>
</html>