transform css to sass
This commit is contained in:
parent
1ad2c41a8e
commit
3e110f9c55
12 changed files with 696 additions and 158 deletions
13
index.html
13
index.html
|
|
@ -31,7 +31,6 @@
|
|||
|
||||
<div class="search--container">
|
||||
<div class="icon"><include src="/components/search.html"></include></div>
|
||||
|
||||
<input type="text" class="" placeholder="Recherchez une plante ou un livret">
|
||||
</div>
|
||||
|
||||
|
|
@ -61,13 +60,13 @@
|
|||
<div class="item-nav">
|
||||
<h3 class="title">Créer un livret</h3>
|
||||
<p class="description">Inventoriez un terrain, créez votre collection et générez un livret avec sa clé de détermination.</p>
|
||||
<button class="btn--go-to"><include src="/components/icons/arrow-right.svg"></include></button>
|
||||
<button class="btn--go-to">→</button>
|
||||
</div>
|
||||
|
||||
<div class="item-nav">
|
||||
<h3 class="title">Rechercher un livret</h3>
|
||||
<p class="description">Consultez et téléchargez librement les livrets existants.</p>
|
||||
<button class="btn--go-to"><include src="/components/icons/arrow-right.svg"></include></button>
|
||||
<button class="btn--go-to">→</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
@ -93,13 +92,13 @@
|
|||
<div class="item-nav">
|
||||
<h3 class="title">Explorer les espèces</h3>
|
||||
<p class="description">Consultez et téléchargez les fiches des espèces vérifiées par Botascopia.</p>
|
||||
<button class="btn--go-to"><include src="/components/icons/arrow-right.svg"></include></button>
|
||||
<button class="btn--go-to">→</button>
|
||||
</div>
|
||||
|
||||
<div class="item-nav">
|
||||
<h3 class="title">Contribuer à la base de connaissance</h3>
|
||||
<p class="description">Seul·e ou dans le cadre d'une activité pédagogique en botanique, contactez-nous!</p>
|
||||
<button class="btn--go-to"><include src="/components/icons/arrow-right.svg"></include></button>
|
||||
<button class="btn--go-to">→</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
@ -125,13 +124,13 @@
|
|||
<div class="item-nav">
|
||||
<h3 class="title">Organiser un atelier</h3>
|
||||
<p class="description">Consultez et téléchargez les fiches des espèces vérifiées par Botascopia.</p>
|
||||
<button class="btn--go-to"><include src="/components/icons/arrow-right.svg"></include></button>
|
||||
<button class="btn--go-to">→</button>
|
||||
</div>
|
||||
|
||||
<div class="item-nav">
|
||||
<h3 class="title">Kits pédagogiques</h3>
|
||||
<p class="description">Seul·e ou dans le cadre d'une activité pédagogique en botanique, contactez-nous!</p>
|
||||
<button class="btn--go-to"><include src="/components/icons/arrow-right.svg"></include></button>
|
||||
<button class="btn--go-to">→</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue