diff --git a/assets/css/style.scss b/assets/css/style.scss index 50bf7f3..6fdfcdd 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -11,3 +11,15 @@ img, svg { @apply select-none outline-none; } +.nuxt-content { + + h1, h2, h3, h4, h5, h6 { + @apply text-black dark:text-white + } + + p { + @apply text-gray-900 dark:text-gray-900; + } + +} + diff --git a/assets/img/skills/Css.png b/assets/img/skills/Css.png new file mode 100644 index 0000000..daff865 Binary files /dev/null and b/assets/img/skills/Css.png differ diff --git a/assets/img/skills/Docker.png b/assets/img/skills/Docker.png new file mode 100644 index 0000000..b5e30b5 Binary files /dev/null and b/assets/img/skills/Docker.png differ diff --git a/assets/img/skills/ElectronJs.png b/assets/img/skills/ElectronJs.png new file mode 100644 index 0000000..270da01 Binary files /dev/null and b/assets/img/skills/ElectronJs.png differ diff --git a/assets/img/skills/Git.png b/assets/img/skills/Git.png new file mode 100644 index 0000000..748591f Binary files /dev/null and b/assets/img/skills/Git.png differ diff --git a/assets/img/skills/GoLang.png b/assets/img/skills/GoLang.png new file mode 100644 index 0000000..0dbf29b Binary files /dev/null and b/assets/img/skills/GoLang.png differ diff --git a/assets/img/skills/Html.png b/assets/img/skills/Html.png new file mode 100644 index 0000000..9db02c4 Binary files /dev/null and b/assets/img/skills/Html.png differ diff --git a/assets/img/skills/Java.png b/assets/img/skills/Java.png new file mode 100644 index 0000000..2e3aba9 Binary files /dev/null and b/assets/img/skills/Java.png differ diff --git a/assets/img/skills/JavaScript.png b/assets/img/skills/JavaScript.png new file mode 100644 index 0000000..37b87db Binary files /dev/null and b/assets/img/skills/JavaScript.png differ diff --git a/assets/img/skills/MariaDB.png b/assets/img/skills/MariaDB.png new file mode 100644 index 0000000..092a2d6 Binary files /dev/null and b/assets/img/skills/MariaDB.png differ diff --git a/assets/img/skills/NodeJs.png b/assets/img/skills/NodeJs.png new file mode 100644 index 0000000..83260e8 Binary files /dev/null and b/assets/img/skills/NodeJs.png differ diff --git a/assets/img/skills/NuxtJs.png b/assets/img/skills/NuxtJs.png new file mode 100644 index 0000000..4a55181 Binary files /dev/null and b/assets/img/skills/NuxtJs.png differ diff --git a/assets/img/skills/Python.png b/assets/img/skills/Python.png new file mode 100644 index 0000000..292e2a5 Binary files /dev/null and b/assets/img/skills/Python.png differ diff --git a/assets/img/skills/RabbitMQ.png b/assets/img/skills/RabbitMQ.png new file mode 100644 index 0000000..e8f8bb3 Binary files /dev/null and b/assets/img/skills/RabbitMQ.png differ diff --git a/assets/img/skills/Redis.png b/assets/img/skills/Redis.png new file mode 100644 index 0000000..4850d5e Binary files /dev/null and b/assets/img/skills/Redis.png differ diff --git a/assets/img/skills/Sass.png b/assets/img/skills/Sass.png new file mode 100644 index 0000000..3b768d4 Binary files /dev/null and b/assets/img/skills/Sass.png differ diff --git a/assets/img/skills/TailwindCss.png b/assets/img/skills/TailwindCss.png new file mode 100644 index 0000000..570b390 Binary files /dev/null and b/assets/img/skills/TailwindCss.png differ diff --git a/assets/img/skills/TypeScript.png b/assets/img/skills/TypeScript.png new file mode 100644 index 0000000..4c97153 Binary files /dev/null and b/assets/img/skills/TypeScript.png differ diff --git a/assets/img/skills/VueJs.png b/assets/img/skills/VueJs.png new file mode 100644 index 0000000..1ae2074 Binary files /dev/null and b/assets/img/skills/VueJs.png differ diff --git a/components/Experience.vue b/components/Experience.vue index 2541b53..4b86b12 100644 --- a/components/Experience.vue +++ b/components/Experience.vue @@ -8,8 +8,8 @@

{{ formatDate(begin) }} - {{ formatDate(end) }} | {{location}}

-

{{ $t(title) }} - {{company}}

-

{{ $t(description) }}

+

{{ $t(title) }}

+

{{ company }}

@@ -22,10 +22,6 @@ export default { type: String, default: "Title" }, - description: { - type: String, - default: "Description" - }, company: { type: String, default: "ArtDanjProduction" @@ -45,8 +41,8 @@ export default { }, methods: { formatDate(date) { - const dateFormat = new Date(date) - return date === 'Today' ? 'Today' : this.$t('month_' + dateFormat.getMonth()) + " " + dateFormat.getFullYear() + const dateFormat = date.split('-') + return date === 'Today' ? 'Today' : this.$t('month.' + dateFormat[0]) + " " + dateFormat[1] } } } diff --git a/components/Footer.vue b/components/Footer.vue index b9e695a..129a375 100644 --- a/components/Footer.vue +++ b/components/Footer.vue @@ -3,7 +3,7 @@
-

{{ $t('footer_find_me') }} +

{{ $t('footer.find_me') }}
Twitch logo @@ -16,7 +16,7 @@ Twitter logo Twitter - {{ $t('footer_separator') }} + {{ $t('footer.separator') }} @@ -25,11 +25,11 @@

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

- {{ $t('footer_credits') }} + {{ $t('footer.credits') }} NuxtJs logo NuxtJs @@ -39,9 +39,9 @@ AdonisJs logo AdonisJs - {{ $t('footer_credits_separator') }} Arthur DANJOU + {{ $t('footer.credits_separator') }} Arthur DANJOU

-

{{ $t('footer_copyrights', { date: date }) }}

+

{{ $t('footer.copyrights', { date: date }) }}

@@ -65,7 +65,7 @@ export default { } .link { - transition-duration: .2s; + @apply duration-300; &:hover { @apply border-b-2 border-opacity-0 dark:border-opacity-0 dark:hover:border-opacity-100 hover:border-opacity-100 border-black dark:border-white border-solid; diff --git a/components/Formation.vue b/components/Formation.vue index f46f555..8cd0bc1 100644 --- a/components/Formation.vue +++ b/components/Formation.vue @@ -41,8 +41,8 @@ export default { }, methods: { formatDate(date) { - const dateFormat = new Date(date) - return date === 'Today' ? 'Today' : this.$t('month_' + dateFormat.getMonth()) + " " + dateFormat.getFullYear() + const dateFormat = date.split('-') + return date === 'Today' ? 'Today' : this.$t('month.' + dateFormat[0]) + " " + dateFormat[1] } } } diff --git a/components/Header.vue b/components/Header.vue index dbc96ca..9e95c4b 100644 --- a/components/Header.vue +++ b/components/Header.vue @@ -3,7 +3,7 @@
- {{ $t('header_title') }} + {{ $t('header.title') }}