-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (34 loc) · 1.2 KB
/
index.html
File metadata and controls
37 lines (34 loc) · 1.2 KB
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
<!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="styleindex.css" />
</head>
<body>
<header>
<div>
<a href="menu.html"><img src="Hamburger icon.svg" alt="" /></a>
</div>
</header>
<h6>Portfolio</h6>
<h1>Dolly Parton!</h1>
<p>
Islands in the stream. That is what we are. No one in between How can we
be wrong Sail away with me. To another world. And we rely on each other,
huhn hah
</p>
<picture>
<div class="shadow-div-img">
<p class="p-position">View Work</p>
<img class="shadow-img" src="9c02dbf10adcd5cde802acf063a8efcf3b7b70eb.jpg" alt="" />
</div>
<a href="picture.html"><img src="31955827992ce311098d950fe595deeee9d33791.jpg" alt="" /></a>
<img src="9217e70e16d83b6f4341c988df7d8b515abf4b79.jpg" alt="" />
<img src="821d996c3e3baf530416611af4f42472c0412194.jpg" alt="" />
<img src="6c85d0d65cbc48a189f5b2d02b6996cfc74db23b.jpg" alt="" />
<img src="fb1da43c7c183467ac489032fbac771603d5b48c.jpg" alt="" />
</picture>
</body>
</html>