From 94cc40b9d4ededf5da20e8a2f5a7f478589e0782 Mon Sep 17 00:00:00 2001 From: Lorenzo Palaia Date: Sat, 2 Dec 2023 21:32:59 +0100 Subject: [PATCH] nice secondary pages template --- src/assets/personalInfo.json | 6 ++-- src/components/WorkExperience.vue | 46 ++++++++++++++++--------------- 2 files changed, 28 insertions(+), 24 deletions(-) diff --git a/src/assets/personalInfo.json b/src/assets/personalInfo.json index 5ab5713..c5b570a 100644 --- a/src/assets/personalInfo.json +++ b/src/assets/personalInfo.json @@ -13,11 +13,13 @@ "about": "Hello fellow Earthlings! 🌍 I'm Lorenzo, your friendly neighborhood Software Engineer. When I'm not coding, you can find me exploring the vast realms of programming, diving deep into the mysteries of artificial intelligence, and navigating the blockchain universe. I've got a knack for finance, and I love to embark on adventures around the globe. Let's create some magic with code!", "workExperience": [ { - "company": "Freelance Developer", + "date": "2019 - Present", + "company": "Freelance", "description": [ "Developed websites and applications for more than 5 private and corporate clients including landing pages, bots and trackers" ], - "date": "2019 - Present", + "role": "Software Engineer", + "location": "Rome, Italy", "badges": ["Python", "HTML"], "url": "" } diff --git a/src/components/WorkExperience.vue b/src/components/WorkExperience.vue index da2ec1b..f0bd97b 100644 --- a/src/components/WorkExperience.vue +++ b/src/components/WorkExperience.vue @@ -1,41 +1,43 @@