From 21862fd629483f577922bd54b956b7f7fc122d31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Mon, 27 Sep 2021 13:17:31 +0200 Subject: [PATCH] Add Footer component --- src/components/organisms/Footer.svelte | 41 ++++++++++++++++++++++++++ src/routes/__layout.svelte | 11 +++++-- static/images/logo-ctf.svg | 4 ++- 3 files changed, 52 insertions(+), 4 deletions(-) create mode 100644 src/components/organisms/Footer.svelte diff --git a/src/components/organisms/Footer.svelte b/src/components/organisms/Footer.svelte new file mode 100644 index 0000000..1caea9d --- /dev/null +++ b/src/components/organisms/Footer.svelte @@ -0,0 +1,41 @@ + + + + \ No newline at end of file diff --git a/src/routes/__layout.svelte b/src/routes/__layout.svelte index bce8595..eb777f4 100644 --- a/src/routes/__layout.svelte +++ b/src/routes/__layout.svelte @@ -1,8 +1,9 @@