-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathurban.html
115 lines (92 loc) · 3.93 KB
/
urban.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html lang="en">
<head>
<title>AAAA Photography</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-widith, initial-scale=1.0">
<link href="website.css" rel="stylesheet">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<div id="navAndHeader">
<header>
<h1>AAAA Photography</h1>
<h3>Photography by Ami Parikh</h3>
</header>
<nav>
<ul>
<li class="spacing"><a href="index.html">Home</a></li>
<li class="spacing"><a href="about.html">About</a></li>
<li class="spacing"><a href="albums.html">Albums</a></li>
<li class="spacing"><a href="https://blog.aaaaphotography.com/">Blogs</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
<main id="urban">
<div id="urbanGrid">
<figure>
<img src="urban1.jpg" alt="Panorama of downtown Portland skyline, Oregon">
<figcaption>Panorama of downtown Portland skyline, Oregon</figcaption>
</figure>
<figure>
<img src="urban2.jpg" alt="Panaorama of Cincinnati, Ohio skyline at sunset">
<figcaption>Panaorama of Cincinnati skyline at sunset, Ohio</figcaption>
</figure>
<figure>
<img src="urban3.jpg" alt="Downtown Honolulu and Waikiki from Diamond Head Crater Summit, Hawaii">
<figcaption>Downtown Honolulu and Waikiki from Diamond Head Crater Summit, Hawaii</figcaption>
</figure>
<figure>
<img src="urban4.jpg" alt="Downtown Dayton skyline">
<figcaption>Downtown Dayton skyline, Ohio</figcaption>
</figure>
<figure>
<img src="urban5.jpg" alt="Las Vegas Strip, Nevada">
<figcaption>Las Vegas Strip, Nevada</figcaption>
</figure>
<figure>
<img src="urban6.jpg" alt="Toronto Skyline, Canada">
<figcaption>Toronto Skyline, Canada</figcaption>
</figure>
<figure>
<img src="urban7.jpg" alt="Cincinnati Night Skyline prior to Super Bowl, Ohio">
<figcaption>Cincinnati Night Skyline prior to Super Bowl, Ohio</figcaption>
</figure>
<figure>
<img src="urban8.jpg" alt="Cleveland skyline on a sunny day, Ohio">
<figcaption>Cleveland skyline on a sunny day, Ohio</figcaption>
</figure>
<figure>
<img src="urban9.jpg" alt="New York City skyline across the Hudson River, New York">
<figcaption>New York City skyline across the Hudson River, New York</figcaption>
</figure>
<figure>
<img src="urban10.jpg" alt="Times Square's neon lights in New York City, New York">
<figcaption>Times Square's neon lights in New York City, New York</figcaption>
</figure>
<figure>
<img src="urban11.jpg" alt="Seattle Skyline, Washington">
<figcaption>Seattle Skyline, Washington</figcaption>
</figure>
<figure>
<img src="urban12.jpg" alt="Modern London buildings along a river, UK">
<figcaption>Modern London buildings along a river, UK</figcaption>
</figure>
</div>
</main>
<footer>
<div id="bottomGroup">
<h2 id="footerTitle"><strong>AAAA Photography</strong></h2>
<ul>
<li><a href="https://www.instagram.com/aaaaphotography/"> <img src="instagramIcon.png" alt="instagram icon" width="50" height="50" class="center"></a></li>
<li><a href="mailto:[email protected]"> <img src="mailIcon.png" alt="mail icon" width="50" height="50" class="center"></a></li>
<li><a href="https://www.shutterstock.com/g/mitgirl"> <img src="shutterstockIcon.png" alt="shutterstock icon" width="50" height="50" class="center"></a></li>
</ul>
<strong><a class="namepage" href = "index.html">Home</a> | <a class="namepage" href = "about.html">About</a> | <a class="namepage" href = "albums.html">Album</a> | <a class="namepage" href = "blogs.html">Blogs</a> | <a class="namepage" href="contact.html">Contact</a></strong>
<p><strong>Copyright © Ami Parikh</strong></p>
<p id="cite"> <strong>Developed Linear Animation with help from Thapa Technical YT Tutorial</strong></p>
</div>
</footer>
</body>
</html>