Skip to content

Commit

Permalink
feat: add redtech logo
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Jul 30, 2024
1 parent 78e83c4 commit 3b867c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
const redtech = 'https://redte.ch'
---

<footer class="text-center mt-16">
<p><b>; </b><a href={redtech}>redtech</a><b> .</b></p>
</footer>
2 changes: 2 additions & 0 deletions src/layouts/Home.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
import Head from "./Head.astro"
import Footer from "../components/Footer.astro";
---

<html lang="fr">
Expand All @@ -8,6 +9,7 @@ import Head from "./Head.astro"
<body>
<main>
<slot />
<Footer />
</main>
</body>
</html>

0 comments on commit 3b867c7

Please sign in to comment.