-
Notifications
You must be signed in to change notification settings - Fork 0
/
venice_collection_canals1.html
66 lines (50 loc) · 1.61 KB
/
venice_collection_canals1.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="stylesheet.css">
<link href='https://fonts.googleapis.com/css?family=Sofia' rel='stylesheet'>
</head>
<style>
* {
box-sizing: border-box;
}
</style>
<body style="background-color: white">
<div class = "menu-bar" style = "background-image: url(/Users/Angelica/Desktop/photography.github.io/venice_photos/IMG_5172.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="rows">
<div class="main">
<h1> Venice Collection</h1>
<img class="collect_img" src = "/Users/Angelica/Desktop/photography.github.io/venice_photos/IMG_5191.JPG">
<br>
<br>
<img class="collect_img" src = "/Users/Angelica/Desktop/photography.github.io/venice_photos/IMG_5500.JPG">
<br>
<br>
<img class="collect_img" src = "/Users/Angelica/Desktop/photography.github.io/venice_photos/IMG_5179.JPG">
<br>
<br>
<img class="collect_img" src = "/Users/Angelica/Desktop/photography.github.io/venice_photos/IMG_5260.JPG" >
<br>
<br>
<img class="collect_img" src = "/Users/Angelica/Desktop/photography.github.io/venice_photos/IMG_5261.JPG">
<br>
<br>
<img class= "collect_img" src = "/Users/Angelica/Desktop/photography.github.io/venice_photos/IMG_5451.JPG">
</div>
<div class="side">
<br>
<br>
Venice Canals
</div>
</div>
</body>
</html>