From e794e39bb4c0f948bea8b8bc36ed0d93eda3e305 Mon Sep 17 00:00:00 2001 From: Laurent <58115082+naaturel@users.noreply.github.com> Date: Thu, 7 Nov 2024 14:05:22 +0100 Subject: [PATCH] Add social media links --- .../.svelte-kit/generated/server/internal.js | 2 +- front/src/lib/assets/github-mark-white.svg | 1 - front/src/lib/assets/github-mark.svg | 19 +++++++++ front/src/lib/assets/twitter-mark-white.svg | 1 - front/src/lib/assets/twitter-mark.svg | 17 ++++++++ front/src/routes/+layout.svelte | 18 --------- front/src/routes/about/+page.svelte | 40 ++++++++++++++++++- 7 files changed, 76 insertions(+), 22 deletions(-) delete mode 100644 front/src/lib/assets/github-mark-white.svg create mode 100644 front/src/lib/assets/github-mark.svg delete mode 100644 front/src/lib/assets/twitter-mark-white.svg create mode 100644 front/src/lib/assets/twitter-mark.svg diff --git a/front/.svelte-kit/generated/server/internal.js b/front/.svelte-kit/generated/server/internal.js index 40c28fe..7c5c727 100644 --- a/front/.svelte-kit/generated/server/internal.js +++ b/front/.svelte-kit/generated/server/internal.js @@ -21,7 +21,7 @@ export const options = { app: ({ head, body, assets, nonce, env }) => "\n\n\t\n\t\tUnluckiest\n\n\t\t\n\t\t\n\n\t\t\n\t\t\n\n\t\t\n\t\t\n\n\t\t\n\n\t\t\n\t\t\n\n\t\t" + head + "\n\t\n\n\t\n\n\t\t
" + body + "
\n\n\t\n\n", error: ({ status, message }) => "\n\n\t\n\t\t\n\t\t" + message + "\n\n\t\t\n\t\n\t\n\t\t
\n\t\t\t" + status + "\n\t\t\t
\n\t\t\t\t

" + message + "

\n\t\t\t
\n\t\t
\n\t\n\n" }, - version_hash: "1g2lfxw" + version_hash: "18cih05" }; export async function get_hooks() { diff --git a/front/src/lib/assets/github-mark-white.svg b/front/src/lib/assets/github-mark-white.svg deleted file mode 100644 index d5e6491..0000000 --- a/front/src/lib/assets/github-mark-white.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/front/src/lib/assets/github-mark.svg b/front/src/lib/assets/github-mark.svg new file mode 100644 index 0000000..84e4d2f --- /dev/null +++ b/front/src/lib/assets/github-mark.svg @@ -0,0 +1,19 @@ + + + + + github [#142] + Created with Sketch. + + + + + + + + + + + + + \ No newline at end of file diff --git a/front/src/lib/assets/twitter-mark-white.svg b/front/src/lib/assets/twitter-mark-white.svg deleted file mode 100644 index e00c7c0..0000000 --- a/front/src/lib/assets/twitter-mark-white.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/front/src/lib/assets/twitter-mark.svg b/front/src/lib/assets/twitter-mark.svg new file mode 100644 index 0000000..50f1207 --- /dev/null +++ b/front/src/lib/assets/twitter-mark.svg @@ -0,0 +1,17 @@ + + + + + Twitter-color + Created with Sketch. + + + + + + + + + + + \ No newline at end of file diff --git a/front/src/routes/+layout.svelte b/front/src/routes/+layout.svelte index 114f09a..f673121 100644 --- a/front/src/routes/+layout.svelte +++ b/front/src/routes/+layout.svelte @@ -1,6 +1,4 @@ A propos @@ -28,11 +32,44 @@ import PageTitle from "$lib/components/PageTitle.svelte";

Design

Arwen Hirsoux

+ + +

Développement

Laurent Crema

+ + +
@@ -66,6 +103,7 @@ import PageTitle from "$lib/components/PageTitle.svelte"; flex-direction: column; justify-content: center; align-items: center; + padding: 10px; } \ No newline at end of file