-
Notifications
You must be signed in to change notification settings - Fork 0
/
new_york.html
54 lines (45 loc) · 1.62 KB
/
new_york.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
<!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(/Users/Angelica/Desktop/photography.github.io/new_york_photos/new_york_city/IMG_3448.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>
<h1 style="text-align: center; padding: 30px"> <a href = new_york_city.html class = "link" > New York City </a> </h1>
<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>
<!--
<h1 style="text-align: center; padding: 30px"> <a href = "" class = "link" > New York State </a> </h1>
<div class="row">
<div class="column">
<img src="IMG_2549_ecuador.JPG" class="image">
</div>
<div class="column">
<img src="IMG_2537_ecuador.JPG" alt="" class = "image">
</div>
<div class="column">
<img src="IMG_2544_ecuador.JPG" alt="" class = "image">
</div>
</div>
-->
</body>
</html>