diff --git a/assets/css/style.scss b/assets/css/style.scss index 9928089..685318b 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -7,6 +7,10 @@ img, svg { position: static; } +body { + @apply dark:bg-dark-900 +} + * { @apply select-none outline-none; } diff --git a/assets/img/404.png b/assets/img/404.png deleted file mode 100644 index ae04eab..0000000 Binary files a/assets/img/404.png and /dev/null differ diff --git a/assets/img/404.svg b/assets/img/404.svg deleted file mode 100644 index 019fe9f..0000000 --- a/assets/img/404.svg +++ /dev/null @@ -1 +0,0 @@ -141-150 \ No newline at end of file diff --git a/components/Footer.vue b/components/Footer.vue index 0d76598..35258c9 100644 --- a/components/Footer.vue +++ b/components/Footer.vue @@ -16,7 +16,9 @@ Twitter logo Twitter - {{ $t('footer.separator') }} + +
+ {{ $t('footer.separator') }} @@ -24,11 +26,11 @@ Mail

+
{{ $t('footer.links_click') }} -

{{ $t('footer.credits') }} diff --git a/content/articles/fr/new-version-new-website.md b/content/articles/fr/new-version-new-website.md index f6cd405..9dfa350 100644 --- a/content/articles/fr/new-version-new-website.md +++ b/content/articles/fr/new-version-new-website.md @@ -73,8 +73,6 @@ Dans cette version, j'ai utilisé plusieurs technologies : ## 5. Conclusion -Pour conclure, je suis très satisfait du résultat de cette nouvelle version. -Je vous laisse visiter le reste du site - -### Informations Supplémentaires +Pour conclure, je suis très satisfait du résultat de cette nouvelle version, de ses fonctionnalités. +Je vous laisse visiter le reste du site et me donner votre avis ! diff --git a/content/articles/fr/test-1.md b/content/articles/fr/test-1.md index 00ddbce..7d14677 100644 --- a/content/articles/fr/test-1.md +++ b/content/articles/fr/test-1.md @@ -28,6 +28,8 @@ console.log('Hello World !') Test de lien [Twitter](https://twitter.com/ArthurDanj) +Lien [GitHub](https://github.com/arthurdanjou) + --- Hey @@ -36,9 +38,3 @@ __hey__ _hey_ ~~Hey~~ -```mermaid -graph TD - A --> B - B --> C - C --> A -``` diff --git a/layouts/default.vue b/layouts/default.vue index 164e82a..ab72648 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -1,7 +1,7 @@ @@ -10,12 +10,9 @@ import Header from "~/components/Header"; import Footer from "~/components/Footer"; export default { - components: {Footer, Header} + components: {Footer, Header}, } diff --git a/layouts/error-2.vue b/layouts/error-2.vue deleted file mode 100644 index f2db3a4..0000000 --- a/layouts/error-2.vue +++ /dev/null @@ -1,17 +0,0 @@ - - - - - diff --git a/layouts/error.vue b/layouts/error.vue index 5b2b249..ace00c9 100644 --- a/layouts/error.vue +++ b/layouts/error.vue @@ -1,23 +1,36 @@