Skip to content

Commit def523e

Browse files
committed
added photos
1 parent 25fa3b6 commit def523e

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

scripts/filenames-list.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/photos.ts

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,25 @@ const photos = [
2525
alt: "Catedral of Esztergom, Esztergom, Komárom-Esztergom County, Hungary" },
2626
{ src: "English_Garden.1.3024x4032.jpg", alt: "English Garden, Munich" },
2727
{ src: "hello-kitty-sandals.8330.2113x2340.jpg", alt: "Hello Kitty Sandals" },
28+
{ src: "IMG_4282.221.3264x2448.jpg", alt: "Fort Marcy cannon" },
29+
{ src: "IMG_6693.221.2448x3264.jpg", alt: "Cool Prius" },
30+
{ src: "IMG_5682.221.3264x2448.jpg", alt: "Williamsburg, Virginia" },
31+
{ src: "IMG_5332.221.3264x2448.jpg", alt: "Charleston classroom" },
32+
{ src: "IMG_5625.221.2448x3264.jpg", alt: "Big rooster" },
33+
{ src: "IMG_6343.221.3264x2448.jpg", alt: "Floodwalls in Georgetown" },
34+
{ src: "big-bird-red-tailed-hawk.221.1140x1791.jpg", alt: "Red-tailed hawk" },
35+
{ src: "Olympic_Mountains,_Washington_State_Oct._1969.221.843x821.jpg", alt: "Olympic Mountains, 1969" },
36+
{ src: "IMG_4170.221.2448x3264.jpg", alt: "Fort Marcy, Virginia" },
37+
{ src: "IMG_5603.221.3264x2448.jpg", alt: "Alligator" },
38+
{ src: "IMG_5413.221.2448x3264.jpg", alt: "Kalorama" },
39+
{ src: "IMG_8096.221.3264x2448.jpg", alt: "Potomac River" },
40+
2841

2942
// { src: "annapolis.6702.3024x4032.jpg", alt: "Sailing on a schooner in Annapolis, Maryland" },
3043
// { src: "bronze.3623.1493x1613.jpg", alt: "Bronze figurines" },
3144
// { src: "buffalo.7161.4032x3024.jpg", alt: "South Dakota buffalo" },
3245
// { src: "dino-balloon.5224.3024x4032.jpg", alt: "Dinosaur balloon" },
3346
// { src: "meeks-book.0776.4032x3024.jpg", alt: "Meeks reading" },
34-
//
3547
// { src: "meeks.3A95.1141x642.jpg", alt: "Meeks" },
3648
// { src: "meeks.693245.3024x4032.jpg", alt: "Meeks" },
3749
// { src: "meeks.7597.3024x4032.jpg", alt: "Meeks the Cat" },
@@ -40,14 +52,8 @@ const photos = [
4052
// { src: "weenie-beenie.5954.4032x3024.jpg", alt: "Weenie Beenie" },
4153
// { src: "sea-turtle.333.5568x4176.jpg", alt: "Sea Turtle, Puerto Rico"},
4254
// { src: "meeks.8143.2400x3600.jpg", alt: "Meeks" },
43-
// { src: "dishes.8073.4032x3024.jpg", alt: "Dishes"},
44-
45-
// { src: "palace.8004.4032x3024.jpg", alt: "Nymphenburg Palace, Munich" },
46-
// { src: "hotel.8016.3024x4032.jpg", alt: "Munich hotel" },
47-
// { src: "frank-and-veronica.0001.1600x1200.jpeg", alt: "Frank and Veronica" },
4855
// { src: "emyla.7743.4032x3024.jpeg", alt: "Emyla" },
4956
// { src: "postcards.7742.3024x4032.jpg", alt: "Postcards" },
50-
// { src: "dishes.8073.4032x3024.jpg", alt: "Dishes"},
5157

5258
].map(({ src, ...rest }) => {
5359
console.log('src = ' + src);

0 commit comments

Comments
 (0)