-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphotography.html
More file actions
92 lines (76 loc) · 1.89 KB
/
Copy pathphotography.html
File metadata and controls
92 lines (76 loc) · 1.89 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<html>
<css>
<head>
<link rel="stylesheet" type="text/css" href="mystyle.css">
<meta charset="utf-8">
<title>Photography</title>
<style>
body
{
background-color: #000000;
}
h3
{
color: #ffffff;
font-family: Helvetica;
}
h4
{
color: #ffffff;
font-family: Helvetica;
}
header
{
margin-top: 30px;
margin-bottom: 30px;
margin-left: 30px;
margin-right: 30px;
}
</style>
</head>
<nav>
<h2>William Kurt Macnamara Fine Art</h2>
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./photography.html">Photography</a></li>
<li><a href="./contact.html">Contact</a></li>
</ul>
</nav>
<header>
<h3> Beachside </h3>
<br>
<h4 class="heading-description">This is a collection of photographs captured in 2022 in Ft. Lauderdale Florida and Cape Cod, Massachusetts. Please check back for new images as the site is still being constructed. If you'd like to have a print, please inquire under the contact page. All black and white photos are silver gelatin prints. Color photographs are printed digitally.
</h4>
</header>
<body>
<div class="boundaries">
<ul class="photo-gallery">
<li>
<img src = "https://i.imgur.com/xCyusAR.png" alt="thought">
</li>
<li>
<img src = "https://i.imgur.com/qZVI5Or.jpeg" alt="snorkeler and treasure hunter">
</li>
<li>
<img src = "https://i.imgur.com/k013EwT.png" alt="binoculars">
</li>
<li>
<img src = "https://i.imgur.com/JwmLKCF.png" alt="palm">
</li>
<li>
<img src = "https://i.imgur.com/6rtrUt8.png" alt="hotel">
</li>
<li>
<img src = "https://i.imgur.com/FDr0Myu.png" alt="restaurant">
</li>
<li>
<img src = "https://i.imgur.com/GyyBpgh.png" alt="chairs">
</li>
<li>
<img src = "https://i.imgur.com/IpF3Ptj.jpg" alt="foot">
</li>
</ul>
</div>
</body>
</css>
</html>