-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
33 lines (30 loc) · 1.2 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="cabout.css">
</head>
<body>
<marquee>
Welcome! You are viewing about Arpita.
</marquee>
<div >
<img alt="About Me" src="About me .png"id="img1">
<div id="am">
<h1>Hey There! Let me Introduce Myself.</h1><br>
I am<span> Arpita Rautaray </span>, currently pursuing Bachelors in Technology <br> in Electronics and Communication at National Institute of Technology, Rourkela.<br>
<ul><li>I am adaptable,creative and open minded.I am efficient and deadline oriented.</li> <li>I am curious and love to explore different fields,I come across.<br> </li>
<li>I look forward to strengthen my career , expand and utilise my skills ,and experience ,gained during the process apart from academics.</li>
</ul>
</div>
</div>
<footer>
<div class="foot">Terms of Use</div>
<div class="foot">Privacy Policy</div>
<div class="foot"> ©Arpitarautaray-2023</div>
<div class="foot"> Hosted by Arpita</div>
</footer>
</body>
</html>