-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphotography.html
More file actions
33 lines (31 loc) · 1.05 KB
/
photography.html
File metadata and controls
33 lines (31 loc) · 1.05 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<header>
<h1>Shereen's Portfolio</h1>
<h3 class="quote">"What are we breathing for if we ain't living?"</h3>
</header>
<main>
<div class="main-nav">
<ul class="nav">
<li><a href="./Portfolio.html">Home</a></li>
<li><a href="./coding.html">Coding</a></li>
<li><a href="./approunity.html">ApproUnity</a></li>
<li><a href="./poetry.html">Poetry</a></li>
<li><a href="./writing.html">Writing</a></li>
</ul>
</div>
<div class="pics">
<img src="1.jpg" width="800" height="500" class="pics">
<img src="5.jpg" width="800" height="500" class="pics">
<img src="6.jpg" width="900" height="500" class="pics">
<img src="10.jpg" width="800" height="500" class="pics">
<img src="13.jpg" width="800" height="500" class="pics">
<img src="14.jpg" width="800" height="500" class="pics">
</div>
</main>
</body>
</html>