From 1b63219086dbd3cb74ebaf46f1c12b6dd14cfcaf Mon Sep 17 00:00:00 2001 From: Arthur Danjou Date: Thu, 8 Apr 2021 22:47:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=BB=20|=20Adapt=20About=20page=20+=20W?= =?UTF-8?q?orking?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AdHome.vue | 16 +-- src/components/EnvGroup.vue | 4 +- src/components/ExperiencesAbout.vue | 44 +++++++ src/components/FormationsAbout.vue | 44 +++++++ src/components/InterestsAbout.vue | 67 ++++++++++ src/components/LanguagesAbout.vue | 32 +++++ src/components/Post.vue | 4 +- src/components/PostsHome.vue | 2 +- src/components/PresentationAbout.vue | 25 ++++ src/components/Project.vue | 4 +- src/components/ProjectsHome.vue | 4 +- src/components/SkillsAbout.vue | 43 +++++++ src/pages/about.vue | 180 ++------------------------- 13 files changed, 276 insertions(+), 193 deletions(-) create mode 100644 src/components/ExperiencesAbout.vue create mode 100644 src/components/FormationsAbout.vue create mode 100644 src/components/InterestsAbout.vue create mode 100644 src/components/LanguagesAbout.vue create mode 100644 src/components/PresentationAbout.vue create mode 100644 src/components/SkillsAbout.vue diff --git a/src/components/AdHome.vue b/src/components/AdHome.vue index 26cd320..8ef8e5e 100644 --- a/src/components/AdHome.vue +++ b/src/components/AdHome.vue @@ -1,11 +1,8 @@ + + diff --git a/src/components/FormationsAbout.vue b/src/components/FormationsAbout.vue new file mode 100644 index 0000000..4476404 --- /dev/null +++ b/src/components/FormationsAbout.vue @@ -0,0 +1,44 @@ + + + + + diff --git a/src/components/InterestsAbout.vue b/src/components/InterestsAbout.vue new file mode 100644 index 0000000..825ee42 --- /dev/null +++ b/src/components/InterestsAbout.vue @@ -0,0 +1,67 @@ + + + + + diff --git a/src/components/LanguagesAbout.vue b/src/components/LanguagesAbout.vue new file mode 100644 index 0000000..fefdbc8 --- /dev/null +++ b/src/components/LanguagesAbout.vue @@ -0,0 +1,32 @@ + + + + + diff --git a/src/components/Post.vue b/src/components/Post.vue index 8dca738..24078ed 100644 --- a/src/components/Post.vue +++ b/src/components/Post.vue @@ -1,6 +1,6 @@ + + + + diff --git a/src/components/Project.vue b/src/components/Project.vue index 962a55f..d18ca3a 100644 --- a/src/components/Project.vue +++ b/src/components/Project.vue @@ -1,6 +1,6 @@ + + + + diff --git a/src/pages/about.vue b/src/pages/about.vue index 9897146..ddd5059 100644 --- a/src/pages/about.vue +++ b/src/pages/about.vue @@ -8,155 +8,17 @@ -
-
- It's me ! -
-
-

{{ $t('about.banner.hello') }} Arthur DANJOU 👋.


-

{{ $t('about.banner.1')}}


-

{{ $t('about.banner.2') }}


-

{{ $t('about.banner.3') }}

-
-
-
-

- {{ $t('about.title.skills') }} - - - -

-
-
- -
-
-
-
-

- {{ $t('about.title.interests') }} - - - - -

-
-
    -
  • - {{ $t('about.title.technologies') }} - - - -
  • -
  • - {{ $t('about.interests.dev') }} - - - -
  • -
  • - {{ $t('about.interests.devops') }} - - - -
  • -
  • - {{ $t('about.interests.startups') }} - - - -
  • -
  • - {{ $t('about.interests.sysadmin') }} - - - -
  • -
  • - {{ $t('about.interests.trips') }} - - - -
  • -
  • - {{ $t('about.interests.moto') }} - - - -
  • -
-
-
-
-

- {{ $t('about.title.languages') }} - - - -

-
- - - - - - - - - -
{{ $t('about.languages.fr')}} 🇫🇷{{ $t('about.languages.native') }}
{{ $t('about.languages.en')}} 🇬🇧{{ $t('about.languages.fluent') }}
-
-
-
-

- {{ $t('about.title.formations') }} - - - -

-
- -
-
-
-

- {{ $t('about.title.experiences') }} - - - -

-
- -
-
- -
- {{ $t('about.cv') }} - - - -
-
+ + + + + + +