-
Notifications
You must be signed in to change notification settings - Fork 0
/
new_york_city.html
54 lines (44 loc) · 1.56 KB
/
new_york_city.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="stylesheet.css">
<link href='https://fonts.googleapis.com/css?family=Sofia' rel='stylesheet'>
</head>
<body style="background-color: white">
<div class = "menu-bar" style = "background-image: url(new_york_city/IMG_3442.JPG);">
<div class = "menu-block">
<ul>
<li> <a href = index.html> Home </a> </li>
<li> <a href = galleries.html class = "active"> Galleries </a> </li>
<li> <a href = about_me.html > About Me </a> </li>
<li> <a href = contact.html > Contact </a> </li>
</ul>
</div>
</div>
<div class="row">
<div class="column">
<!-- Collection 1 New York - Central Park - Lake -->
<a href = new_york-central_park_lake_collection1.html> <img src="new_york_photos/new_york_city/IMG_3442.JPG" class="image"> </a>
</div>
<div class="column">
<!-- Collection 2 New York - Central Park - Overview -->
<img src="new_york_photos/new_york_city/IMG_3384.JPG" class="image">
</div>
<div class="column">
<img src="new_york_photos/new_york_city/IMG_3448.JPG" class="image">
</div>
</div>
<br>
<div class="row">
<div class="column">
<img src="/Users/Angelica/Desktop/photography.github.io/new_york_photos/new_york_city/IMG_3442.JPG" class="image">
</div>
<div class="column">
<img src="/Users/Angelica/Desktop/photography.github.io/new_york_photos/new_york_city/IMG_3443.JPG" class="image">
</div>
<div class="column">
<img src="/Users/Angelica/Desktop/photography.github.io/new_york_photos/new_york_city/IMG_3448.JPG" class="image">
</div>
</div>
</body>
</html>