From 668b1ec0a2e1f06565343a26c631c23d3fd81765 Mon Sep 17 00:00:00 2001 From: MarieMalarme Date: Fri, 19 Jun 2020 09:58:08 +0100 Subject: [PATCH] Update README.md --- subjects/where-do-we-go/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/where-do-we-go/README.md b/subjects/where-do-we-go/README.md index 4fcea247..6a17c4d0 100644 --- a/subjects/where-do-we-go/README.md +++ b/subjects/where-do-we-go/README.md @@ -7,7 +7,7 @@ Tired of staying home for too long, you decide to develop a page to index ideas Write the function `explore` which creates a page displaying the list of `places` provided in the data file below: - sort the `places` from the Northest to the Southest -- display a fullscreen-size `
` for each place ; use the pics hosted in the `images` folder ([copy this link to get the folder path](/public/subjects/where-do-we-go/images/)) to set the `background` attribute with the corresponding image URL. The URL has to be formatted like so: `images_folder_path/name-of-the-place.jpg` ; you can see [here](https://github.com/01-edu/public/tree/master/subjects/where-do-we-go/images) the list of images that the folder contains +- display a fullscreen-size `
` for each place ; use the pics hosted in the `./images` folder to set the `background` attribute with the corresponding image URL. The URL has to be formatted like so: `.images/name-of-the-place.jpg` ; you can see [here](https://github.com/01-edu/public/tree/master/subjects/where-do-we-go/images) the list of images that the folder contains - display a location indicator as a `` tag in the middle of the screen which: - has the class `location` - displays as text strings separated by `\n`, the `name` and the `coordinates` of the current place featured in the image