Skip to content
Snippets Groups Projects
Commit 19dcc47a authored by Dorine Lambinet's avatar Dorine Lambinet
Browse files

Fix syntaxe des boutons + ajout des pictogrammes

parent 567a6116
Branches
Tags
1 merge request!4Change navigation
...@@ -17,30 +17,54 @@ ...@@ -17,30 +17,54 @@
<h1 class="font-extrabold pt-7 pb-8 text-3xl text-black"> <h1 class="font-extrabold pt-7 pb-8 text-3xl text-black">
Estimer les impacts d'une modification <br />de la loi : Estimer les impacts d'une modification <br />de la loi :
</h1> </h1>
<a href="https://leximpact.an.fr/ir"> <div class="inline-block w-full">
<button <a
class="border-black border-2 bg-white mb-4 p-3 text-lg w-full rounded-lg text-black font-extrabold shadow-md hover:bg-le-jaune hover:bg-opacity-20" href="https://leximpact.an.fr/ir"
class="flex items-center border-black border-2 bg-white mb-4 p-1 pl-5 text-lg rounded-lg text-black font-extrabold shadow-md hover:bg-le-jaune hover:bg-opacity-20"
> >
<img
class="mr-2"
width="70"
src="static/picto-impot-sur-le-revenu.png"
alt="Pictogramme représentant une feuille d'impôt"
/>
sur l'impôt sur le revenu sur l'impôt sur le revenu
</button>
</a> </a>
<a href="https://leximpact.an.fr/dotations"> </div>
<button <div class="inline-block w-full">
class="border-black border-2 bg-white mb-4 p-3 text-lg w-full rounded-lg text-black font-extrabold shadow-md hover:bg-le-jaune hover:bg-opacity-20" <a
href="https://leximpact.an.fr/dotations"
class="flex items-center border-black border-2 bg-white mb-4 p-1 pl-5 text-lg rounded-lg text-black font-extrabold shadow-md hover:bg-le-jaune hover:bg-opacity-20"
> >
<img
class="mr-2"
width="70"
src="static/picto-dotations-communes.png"
alt="Pictogramme représentant un panneau de circulation indiquant commune"
/>
sur les dotations aux communes sur les dotations aux communes
</button>
</a> </a>
<a href="/"> </div>
<button <div class="inline-block w-full">
class="border-black border-2 bg-white mb-4 p-3 text-lg w-full rounded-lg text-black font-extrabold shadow-md hover:bg-le-jaune hover:bg-opacity-20" <a
href="/"
class="flex items-center border-black border-2 bg-white mb-4 p-1 pl-5 text-lg rounded-lg text-black font-extrabold shadow-md hover:bg-le-jaune hover:bg-opacity-20"
> >
sur l'ensemble des dispositifs affectant un salarié du privé <img
</button> class="mr-2"
width="70"
src="static/picto-affaires-sociales.png"
alt="Pictogramme représentant une feuille de paie"
/>
<p class="font-extrabold">sur les affaires sociales</p>
<p class="font-extralight">&nbsp;(salariés du privé)</p>
</a> </a>
</div> </div>
</div> </div>
</div> </div>
</div>
</main> </main>
<main class="bg-white "> <main class="bg-white ">
<div class="mr-10 ml-10 mt-10 mb-30"> <div class="mr-10 ml-10 mt-10 mb-30">
......
static/picto-affaires-sociales.png

18.4 KiB

static/picto-dotations-communes.png

13.6 KiB

static/picto-impot-sur-le-revenu.png

7.43 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment