-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfavorite_pictures.html
More file actions
155 lines (127 loc) · 4.85 KB
/
Copy pathfavorite_pictures.html
File metadata and controls
155 lines (127 loc) · 4.85 KB
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Andrew Sheinberg">
<meta name="keywords" content="Andrew Sheinberg">
<meta name="author" content="Andrew Sheinberg">
<link rel="stylesheet" href="/static/main.css" type="text/css">
<title>Favorite Pictures</title>
</head>
<body>
<br>
<h2> Some of my favorite pictures. </h2>
<em> Collection of my prints. </em>
<br>
<br>
<hr>
<br>
<div>
<img src="assets/favorite_pictures/paris_world_cup.JPG" alt=paris_world_cup width="600" height="800">
</div>
<br>
<hr>
<br>
<div>
<img src="assets/favorite_pictures/tetons.JPG" alt=tetons width="900" height="600">
</div>
<br>
<hr>
<br>
<div>
<img src="assets/favorite_pictures/costa_rica_sunset.JPG" alt=costa_rica_sunset width="900" height="600">
</div>
<br>
<hr>
<br>
<div>
<img src="assets/favorite_pictures/palm_beach.jpg" alt=palm_beach width="900" height="600">
</div>
<br>
<hr>
<br>
<div>
<img src="assets/favorite_pictures/vermont.JPG" alt=vermont width="900" height="600">
</div>
<br>
<hr>
<br>
<div>
<img src="assets/favorite_pictures/oregon_campsite.JPG" alt=oregon_campsite width="900" height="600">
</div>
<br>
<hr>
<br>
<div>
<img src="assets/favorite_pictures/joshua_tree.JPG" alt=joshua_tree width="900" height="600">
</div>
<br>
<hr>
<br>
<div>
<img src="assets/favorite_pictures/yellowstone_bison.JPG" alt=yellowstone_bison width="900" height="600">
</div>
<br>
<hr>
<br>
<div>
<img src="assets/favorite_pictures/yellowstone_falls.JPG" alt=yellowstone_falls width="900" height="600">
</div>
<br>
<hr>
<br>
<div>
<img src="assets/favorite_pictures/yosemite.JPG" alt=yosemite width="900" height="600">
</div>
<br>
<hr>
<br>
<div>
<img src="assets/favorite_pictures/ho_ho_forest.JPG" alt=ho_ho_forest width="900" height="600">
</div>
<br>
<hr>
<br>
<div>
<img src="assets/favorite_pictures/big_sur.JPG" alt=big_sur width="900" height="600">
</div>
<br>
<hr>
<br>
<div>
<img src="assets/favorite_pictures/utah_arches.JPG" alt=utah_arches width="900" height="600">
</div>
<br>
<hr>
<br>
<div>
<img src="assets/favorite_pictures/little_cottonwood.JPG" alt=little_cottonwood width="900" height="600">
</div>
<br>
<hr>
<br>
<div>
<img src="assets/favorite_pictures/san_diego.JPG" alt=san_diego width="900" height="600">
</div>
<br>
<hr>
<br>
<div>
<img src="assets/favorite_pictures/rooftop_tent.JPG" alt=rooftop_tent width="900" height="600">
</div>
<br>
<hr>
<br>
<div>
<img src="assets/favorite_pictures/israeli_market.JPG" alt=israeli_market width="900" height="600">
</div>
<br>
<hr>
<br>
<div>
<img src="assets/favorite_pictures/chicago_st_pattys.JPG" alt=chicago_st_pattys width="900" height="600">
</div>
<br>
</body>
</html>