-
Notifications
You must be signed in to change notification settings - Fork 0
/
landscapes.html
78 lines (70 loc) · 3.83 KB
/
landscapes.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/png" href="images/fav_icon/jim_porupski_fav_icon.png"/>
<link href="https://fonts.googleapis.com/css2?family=Catamaran" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/html5reset.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FHCHW6XYCF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-FHCHW6XYCF');
</script>
<title>Jim Porupski | Landscapes</title>
</head>
<body>
<div class="skip"><a href="#main">Skip to Main Content</a></div>
<header>
<div id="logo-black"><a href="index.html"><img src="images/logo/jim_porupski_signature_black.png" alt="home"></a></div>
<div id="logo-white"><a href="index.html"><img src="images/logo/jim_porupski_signature_white.png" alt="home"></a></div>
<nav class="navigation">
<ul>
<li><div id="hide"><a href="#" aria-haspopup="true">Menu</div></a>
<ul class="dropdown" aria-label="submenu">
<li><a href="about.html">About</a></li>
<li><a class="active" href="photography.html">Photography</a></li>
<li><a href="gear.html">Gear</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</li>
</ul>
</nav>
</header>
<main>
<h1 id="main">Landscapes</h1>
<div class="gallery_row">
<div class="gallery_column">
<img id="image1" src="images/photography/landscape/3p3a0595-sodus_point_lighthouse.jpg" alt="sodus point lighthouse" />
<img id="image2" src="images/photography/landscape/3p3a1039-havana_glen_falls.jpg" alt="havana glen falls" />
<img id="image3" src="images/photography/landscape/3p3a1173-sodus_point_lighthouse.jpg" alt="frozen sodus point lighthouse" />
<img id="image4" src="images/photography/landscape/3p3a1786-deckertown_falls.jpg" alt="deckertown falls" />
</div>
<div class="gallery_column">
<img id="image5" src="images/photography/landscape/3p3a1846-twins_falls.jpg" alt="twins falls" />
<img id="image6" src="images/photography/landscape/3p3a2160-deans_cove.jpg" alt="deans cove" />
<img id="image7" src="images/photography/landscape/3p3a2893-lightening_endicott_ny.jpg" alt="lightening endicott new york" />
<img id="image8" src="images/photography/landscape/3p3a4756-sodus_point_lighthouse.jpg" alt="sodus point lighthouse" />
</div>
<div class="gallery_column">
<img id="image9" src="images/photography/landscape/3p3a3497-taughannock_falls.jpg" alt="taughannock falls" />
<img id="image10" src="images/photography/landscape/3p3a3576-kueka_outlet.jpg" alt="kueka outlet" />
<img id="image11" src="images/photography/landscape/3p3a3593-deckertown_falls.jpg" alt="deckertown falls" />
</div>
<div class="gallery_column">
<img id="image12" src="images/photography/landscape/3p3a3684-shequaga_falls.jpg" alt="shequaga falls" />
<img id="image13" src="images/photography/landscape/3p3a5548-finger_lakes_forest.jpg" alt="snow on tree" />
<img id="image14" src="images/photography/landscape/3p3a5791.jpg" alt="sunrise on lake" />
<img id="image15" src="images/photography/landscape/3p3a9075-great_gully_falls.jpg" alt="great gully falls" />
</div>
</div>
</main>
<footer>
<p>Jim Porupski © 2021</p>
</footer>
</body>
</html>