-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (52 loc) · 2 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
<!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="cportfoliopagehome.css">
</head>
<body>
<div id="navbar">
<a href="portfoliopagehome.html" target="_blank" class="nvbr">Home</a>
<a href="portfolio.html" target="_blank"class="nvbr">Portfolio </a>
<a href="about.html"class="nvbr">About</a>
<a href="contact.html"class="nvbr">Contact</a>
<img id="logo" src="ARPITALOGO.jpeg" alt="Arpita's logo ">
</div>
<img src="Profile.png" alt="Arpita's Picture" >
<div class="home">
<h1 class="home">
Hi! I am Arpita Rautaray.
</h1>
<h2 class="home" >
An Enthusiast , curious Student and <span>web developer</span>
</h2>
<div class="home">
I am passionate about my work. Because I love what I do, I have a steady source of motivation that drives me to do my best.
<br>
I complete my task as soon as possible without delay or excuses.I'm a strong and independent person.
</div>
</div>
<div>
<button class="bt">
<a href="#" class="but">Hire Me!</a>
</button>
<button class="bt">
<a href="contact.html" class="but">Reach Me Out!</a>
</button>
</div>
<a href="https://www.linkedin.com/in/arpita-rautaray-75744a28a/" target="_blank">
<img id="lkdn" src="https://pics.freeicons.io/uploads/icons/png/13594160351580961642-512.png" alt="linkedin">
</a>
<a href="mailto:[email protected]" target="_blank">
<img id="gmail" src="https://pics.freeicons.io/uploads/icons/png/19388870501648950051-512.png" alt="GMAIL">
</a>
<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>