Skip to content

Commit

Permalink
fix: liens du gouv section (#181)
Browse files Browse the repository at this point in the history
* fix: liens du gouv section

* fix: date
  • Loading branch information
YoanRos authored Jun 19, 2024
1 parent f905746 commit 684ee9e
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion next-app/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,29 @@ export default function Footer() {
link="/files/ozensemble_declaration_accessibilite_finale_fixed-min.pdf"
/>
</div>
<div className="col-span-2 mb-8">
<div className="inline-block">
<p>Liens du gouv</p>
<div className="w-4/5 mt-3 mb-5 border-b border-green-300" />
</div>
<ArrowList
text="info.gouv.fr"
link="https://www.info.gouv.fr/"
/>
<ArrowList
text="service-public.fr"
link="https://www.service-public.fr/"
/>
<ArrowList
text="legifrance.gouv.fr"
link="https://www.legifrance.gouv.fr/"
/>
<ArrowList
text="data.gouv.fr"
link="https://www.data.gouv.fr/"
/>

</div>
<div className="max-w-md col-span-4 mb-8 lg:col-span-3">
<div className="inline-block">
<p>Téléchargez l'application Oz Ensemble</p>
Expand Down Expand Up @@ -170,7 +193,7 @@ export default function Footer() {
</div>
</div>
<div className="text-center mb-4 mx-[10%]">
<p>La Fabrique Numérique des Ministères Sociaux © 2023</p>
<p>La Fabrique Numérique des Ministères Sociaux © 2024</p>
</div>
</footer>
</>
Expand Down

0 comments on commit 684ee9e

Please sign in to comment.