From d2f9e5632f3096a694da9f4f9ebfd29115c9193e Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Wed, 19 Oct 2022 17:15:51 +0200 Subject: [PATCH] feat: timeline minor tweaks --- src/assets/timeline/list-icon.svg | 10 +++++----- src/components/Timeline.vue | 4 +++- src/locales/en.json | 10 +++++----- src/locales/fr.json | 2 +- 4 files changed, 14 insertions(+), 12 deletions(-) diff --git a/src/assets/timeline/list-icon.svg b/src/assets/timeline/list-icon.svg index 900ffe7..707250f 100644 --- a/src/assets/timeline/list-icon.svg +++ b/src/assets/timeline/list-icon.svg @@ -25,12 +25,12 @@ inkscape:document-units="mm" showgrid="false" inkscape:zoom="23.318967" - inkscape:cx="5.2532343" - inkscape:cy="9.5630307" + inkscape:cx="5.2103509" + inkscape:cy="9.5630308" inkscape:window-width="1920" - inkscape:window-height="1006" + inkscape:window-height="1008" inkscape:window-x="0" - inkscape:window-y="42" + inkscape:window-y="36" inkscape:window-maximized="1" inkscape:current-layer="layer1" /> diff --git a/src/components/Timeline.vue b/src/components/Timeline.vue index 03c8c06..1fd7558 100644 --- a/src/components/Timeline.vue +++ b/src/components/Timeline.vue @@ -605,7 +605,9 @@ export default class Timeline extends Vue { color: #fff; } i { - color: #d5d5d5; + font-size: .8em; + font-style: normal; + color: #9d9d9d; } li { diff --git a/src/locales/en.json b/src/locales/en.json index e287ddc..0199c31 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -1,12 +1,12 @@ { "home.title": "FREELANCE DEVELOPER", "home.line1": "Hi, I am another freelance developer !", - "home.line2-1": "I made this website so you can", + "home.line2-1": "I've created this website so you can", "home.line2-2": "browse", - "home.line2-3": "some of my skills and projects.", - "home.line3": "TODO", - "home.line4": "TODO", - "home.line5-1": "For now, my technologies of choice are : ", + "home.line2-3": "my skills and projects.", + "home.line3": "I started dev back in 2010. I now have worked on more than 50 projects.", + "home.line4": "I work hard to provide my clients with maintainable projects so that they can evolve at low cost (economic and ecological).", + "home.line5-1": "My top technologies at the moment are", "home.line5-2": "and", "home.line5-3": "(Arduino, Raspberry).", diff --git a/src/locales/fr.json b/src/locales/fr.json index 89a5bd4..bfc1ba0 100644 --- a/src/locales/fr.json +++ b/src/locales/fr.json @@ -6,7 +6,7 @@ "home.line2-3": "mes compétences et projets.", "home.line3": "J'ai démarré le dev en 2010. Aujourd'hui je compte plus de 50 projets à mon actif.", "home.line4": "Je suis très attaché à fournir à mes clients des projets maintenables afin qu'ils puissent évoluer à moindre coût (économique et écologique).", - "home.line5-1": "Les technologies qui m'intéressent actuellement sont : le", + "home.line5-1": "Les technologies qui m'intéressent actuellement sont le", "home.line5-2": "et l'", "home.line5-3": "(Arduino, Raspberry).",