-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (51 loc) · 1.68 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<style>
body{
background-color: hotpink;
}
</style>
</head>
<body>
<header>
<p><h1>Portfolio</h1></p>
<h2>Welcome to my page!</h2>
</header>
<hr>
<main>
<section>
<h2>My name is Vamika Arya.</h2>
<p><b></b>This is me!</p></b>
<img src="/Vamika.png" alter="Vamika Arya" height="200">
<hr>
</section>
<article>
<h3>About Me:</h3>
</article>
<hr>
<section>
<big>For viewing my education qualifications, click here:</big>
<a href="/HTML/Portfolio/education.html" target="_main"><img src="https://img.freepik.com/premium-vector/illustration-back-school-education-pile-books-golden-trophy-future-success-winner_143055-169.jpg?w=2000" height="80"></a>
<hr>
</section>
<section>
<big>For viewing my experience, click here:</big>
<a href="/HTML/Portfolio/experience.html" target="_main"><img src="https://img.jagranjosh.com/imported/images/E/Articles/imp-of-work-ex.jpg" height="70"></a>
<hr>
</section>
<section>
<big>For viewing my projects, click here:</big>
<a href="/HTML/Portfolio/project.html" target="_main"><img src="https://thumbs.dreamstime.com/b/projects-concept-black-chalkboard-d-rendering-handwritten-top-view-office-desk-lot-business-office-supplies-79906734.jpg" height="70"></a>
</section>
</main>
<hr>
<footer>
<u><i><h3>Thanks for viewing! Hope you have a nice day ahead!</h3></i></u>
<h4>Created By : Vamika Arya</h4>
</footer>
</body>
</html>