-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (45 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
58
59
<!DOCTYPE html>
<!--- ..................................... Setting Up ......................-->
<head>
<!-- Insert Google Analytics Here -->
<meta charset="utf-8"/>
<title>Parul Agarwal</title>
<meta name= "description" content="Works by Parul Agarwal"/>
<meta property="og:description" content="Works by Parul Agarwal" />
<meta name="author" content="Parul Agarwal"/>
<meta property="og:title" content="Parul Agarwal" />
<meta property="og:url" content="https://polk54.github.io" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://polk54.github.io/images/reflection.jpg" />
<link href="images/Favicon3.png" rel="icon" type="image/png" />
<link rel="stylesheet" href="stylemain.css"/>
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
</head>
<!--................................... Header ..............................-->
<body>
<header>
<h1>
PARUL AGARWAL
</h1>
<h2>
Visual artist
</h2>
</header>
<!--................................... Navigation Bar ......................-->
<nav>
<!-- <a href="https://www.parulagarwal.com/">Home</a> -->
<!-- <a href="https://www.parulagarwal.com/about">About</a> -->
<!-- art sections here -->
<!-- <a href="https://www.parulagarwal.com/contact">Contact</a> -->
</nav>
<!--................................. Art .........................-->
<section>
<img src="https://polk54.github.io/images/reflection.jpg" alt="Pond reflection showing shapes of green and purple shades.">
</section>
<!--................................. Footer .........................-->
<footer>
All images copyright Ⓒ 2022 Parul Agarwal - All rights reserved
</footer>
</body>
<!--................................. 10062022parulagarwalpolk54 .........................-->