Ajout des categories
This commit is contained in:
parent
8b4e21f32e
commit
7e654b4640
6 changed files with 803 additions and 7 deletions
12
index.html
12
index.html
|
|
@ -23,6 +23,18 @@
|
|||
<section id="map"></section>
|
||||
|
||||
<hr>
|
||||
|
||||
<nav id="explore">
|
||||
<details>
|
||||
<summary>
|
||||
<button id="explore-toggle-btn" title="Explorer les lieux"><img src="./assets/amenities-btn.svg" alt="Icone avec le signe +" /></button>
|
||||
</summary>
|
||||
<button title="Eau potable" id="explore-drinking-water"><img src="./icons/eau-potable.svg" alt="Icone de goutte sur fond bleu"></button>
|
||||
<button title="Poubelles" id="explore-bin"><img src="./icons/poubelle.svg" alt="Icone de poubelle sur fond marron"></button>
|
||||
<button title="Repos" id="explore-dodo"><img src="./icons/dortoir.svg" alt="Icone de lit"></button>
|
||||
<button title="Programmation" id="explore-on-schedule"><img src="./icons/prog.svg" alt="Icone d;orloge sur fond bleu canard"></button>
|
||||
</details>
|
||||
</nav>
|
||||
|
||||
<form id="search-section">
|
||||
<label for="search-area-query">Rechercher une zone</label><br/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue