Browse Source

get-them-all: changed files naming

pull/761/head
Marie Malarme 3 years ago committed by Clément
parent
commit
6cd5f9aa3c
  1. 10
      subjects/get-them-all/README.md
  2. 0
      subjects/get-them-all/get-them-all.data.js
  3. 2
      subjects/get-them-all/get-them-all.index.html

10
subjects/get-them-all/README.md

@ -40,12 +40,14 @@ On top of the webpage, each of the four buttons fires a function:
- [`querySelectorAll()`](https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelectorAll) / [`querySelector()`](https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelector)
- ...and bit of CSS that could help with the [`:not` pseudo class](https://developer.mozilla.org/en-US/docs/Web/CSS/:not)
### Provided files
### Files
You have at your disposal the following files that you can download to test locally:
You only need to create & submit the JS file `get-them-all.js` ; we're providing you the following files to download (click right and save link) & test locally:
- the HTML file [index.html](/public/subjects/get-them-all/index.html) to open in the browser, which includes:
- the HTML file [get-them-all.html](/public/subjects/get-them-all/get-them-all.html) to open in the browser, which includes:
- the JS script running some code, and which will also allow to run yours
- some data used to generate content
- some CSS pre-styled classes: feel free to use those as they are, or modify them
- the import of the data
- the data file [get-them-all.data.js](/public/subjects/get-them-all/get-them-all.data.js) used to generate content in the HTML

0
subjects/get-them-all/data.js → subjects/get-them-all/get-them-all.data.js

2
subjects/get-them-all/index.html → subjects/get-them-all/get-them-all.index.html

@ -98,7 +98,7 @@ span {
<body>
<script type="module">
import { people } from './data.js'
import { people } from './get-them-all.data.js'
import {
getBonannoPisano,
getActive,
Loading…
Cancel
Save