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