-
Notifications
You must be signed in to change notification settings - Fork 0
/
wildlife.html
84 lines (76 loc) · 4.45 KB
/
wildlife.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
79
80
81
82
83
84
<!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 | Wildlife</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">Wildlife</h1>
<div class="gallery_row">
<div class="gallery_column">
<img id="image1" src="images/photography/wildlife/3p3a0246-osprey.jpg" alt="osprey" />
<img id="image2" src="images/photography/wildlife/52a4094-blue_winged_teal.jpg" alt="blue winged teal" />
<img id="image3" src="images/photography/wildlife/752a2685-white_tailed_deer.jpg" alt="white tailed deer" />
<img id="image4" src="images/photography/wildlife/752a3060-turkey.jpg" alt="turkey" />
<img id="image5" src="images/photography/wildlife/752a3129-white_(leucistic)_white_tailed_deer.jpg" alt="white (leucistic) white tailed deer" />
<img id="image6" src="images/photography/wildlife/752a0059.jpg" alt="bald eagle flying" />
</div>
<div class="gallery_column">
<img id="image7" src="images/photography/wildlife/752a4047-snowy_owl.jpg" alt="snowy owl" />
<img id="image9" src="images/photography/wildlife/752a4455-ring_necked_duck.jpg" alt="ring necked duck" />
<img id="image10" src="images/photography/wildlife/752a4625-male_and_female_mallard.jpg" alt="male and female mallard" />
<img id="image11" src="images/photography/wildlife/752a4955-great_blue_heron.jpg" alt="great blue heron" />
<img id="image12" src="images/photography/wildlife/752a5004-northern_shovler.jpg" alt="northern shovler" />
<img id="image13" src="images/photography/wildlife/752a5028-blue_winged_teal.jpg" alt="blue winged teal" />
</div>
<div class="gallery_column">
<img id="image14" src="images/photography/wildlife/752a6198-rudy_duck.jpg" alt="rudy duck" />
<img id="image15" src="images/photography/wildlife/752a6276-snow_goose_eruption.jpg" alt="snow goose eruption" />
<img id="image16" src="images/photography/wildlife/752a6638-osprey.jpg" alt="osprey" />
<img id="image17" src="images/photography/wildlife/752a6976-great_blue_heron.jpg" alt="great blue heron" />
<img id="image18" src="images/photography/wildlife/752a7337-juvenile_bald_eagle.jpg" alt="juvenile bald eagle" />
</div>
<div class="gallery_column">
<img id="image19" src="images/photography/wildlife/752a8320-red_wing_black_bird.jpg" alt="red wing black bird" />
<img id="image20" src="images/photography/wildlife/752a8561-wood_duck.jpg" alt="wood duck" />
<img id="image21" src="images/photography/wildlife/752a8564-great_blue_heron.jpg" alt="great blue heron" />
<img id="image22" src="images/photography/wildlife/752a8671-northern_shovler.jpg" alt="northern shovler" />
</div>
</div>
</main>
<footer>
<p>Jim Porupski © 2021</p>
</footer>
</body>
</html>