Created
October 28, 2021 09:49
-
-
Save nbogie/6c0f9da8aa26d836b4b03ac4de685d37 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"placeName": "St. Thomas", | |
"location": "British Virgin Islands, Caribbean", | |
"description": "Beautiful island with great people, be careful of the lizards", | |
"image": { | |
"src": "https://images.unsplash.com/photo-1557598003-15d7d605adaa?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=2070&q=80", | |
"altText": "Virgin islands beach" | |
} | |
}, | |
{ | |
"placeName": "Dubai", | |
"location": "United Arab Emirates", | |
"description": "Weather and skyscrapers, what more could you want", | |
"image": { | |
"src": "https://media.istockphoto.com/photos/city-lights-in-dubai-at-sunset-picture-id183371461?k=20&m=183371461&s=612x612&w=0&h=MaUDugceoTmet54pMdNGY99zUl_DVYFYFsRG0HQ3hpw=", | |
"altText": "Burj Khalifa" | |
} | |
}, | |
{ | |
"placeName": "Amsterdam", | |
"location": "Holland, Europe", | |
"description": "Tulips, bike rides, canals, and clogs.", | |
"image": { | |
"src": "https://www.istockphoto.com/photo/amsterdam-gm590047232-101376623?utm_source=unsplash&utm_medium=affiliate&utm_campaign=srp_photos_top&utm_content=https%3A%2F%2Funsplash.com%2Fs%2Fphotos%2Famsterdam&utm_term=amsterdam%3A%3Asearch-aggressive-affiliates-v1%3Aa", | |
"altText": "Amsterdam canals" | |
} | |
}, | |
{ | |
"placeName": "Whitsundays", | |
"location": "Queensland, Austrlia", | |
"description": "Silica sand so pure it was used by NASA to make the Hubble telescope", | |
"contributor": "David Culemann", | |
"image": { | |
"src": "https://images.unsplash.com/photo-1600791200866-aa1a25e13191?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=3454&q=80", | |
"altText": "A beach on the Whitsunday Islands" | |
} | |
}, | |
{ | |
"placeName": "Mount Cook", | |
"location": "New Zealand, Oceania", | |
"description": "It was tall and pretty", | |
"image": { | |
"src": "https://media.istockphoto.com/photos/mt-cook-with-lake-pukaki-was-shot-from-peters-lookout-picture-id1270425113?b=1&k=20&m=1270425113&s=170667a&w=0&h=vs8w1hJ-O_bPkDc5nog1PQ291J2qLIwJ5EqE_SF_htQ=", | |
"altText": "A lake and Mount Cook with snow on it in the background" | |
}, | |
"contributor": "Martha Bowler" | |
}, | |
{ | |
"placeName": "Ravello", | |
"location": "Italy, Europe", | |
"description": "The views are amazing! Best place on the Amalfi Coast", | |
"image": { | |
"src": "https://media.istockphoto.com/photos/view-from-the-park-of-ravello-picture-id471732829?b=1&k=20&m=471732829&s=170667a&w=0&h=lSD3nld_u-Q_qHtXT9WiOKDVuBFN36kdPG43pBU21RY=", | |
"altText": "A church with a sea view in the background" | |
} | |
}, | |
{ | |
"placeName": "Acropolis of Athens", | |
"location": "Greece, Europe", | |
"description": "How they flattened the top of the hill, who knows but it made a great place for the Temples.", | |
"image": { | |
"src": "https://images.unsplash.com/photo-1603565816030-6b389eeb23cb?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1740&q=80", | |
"altText": "view of the acropolis" | |
}, | |
"contributor": "Rajwinder Bhatoe" | |
}, | |
{ | |
"placeName": "Wimbledon Park", | |
"location": "London, England, UK", | |
"description": "my local park ;)", | |
"image": { | |
"src": "https://images.unsplash.com/photo-1595514833707-a9ef741d1a22?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=2186&q=80", // copy "image" address not link address | |
"altText": "a picture of the lake at wimbledon park" | |
}, | |
"contributor": "Matt" | |
}, | |
{ | |
"placeName": "Warsaw", | |
"location": "Poland, Europe", | |
"description": "Best place to see some communist architecture and eat some pierogi", | |
"image": { | |
"src": "https://images.unsplash.com/photo-1607078486875-a697a8a38e87?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=870&q=80", | |
"altText": "Warsaw centre with the Palace of Science and Culture" | |
}, | |
"contributor": "Kasia Dziewicka" | |
}, | |
{ | |
"placeName": "El Nido", | |
"location": "Palawan, Philippines", | |
"description": "Awesome diving spots, super cheap tours, beautiful mountains and cliffs but definitely not vegetarian friendly!", | |
"image": { | |
"src": "https://www.saltinourhair.com/wp-content/uploads/2019/02/things-to-do-el-nido-island-hopping-tour-2.jpg", | |
"altText": "El Nido, Palawan" | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment