From 5b2fa435e1f807cd485cf0d868b5f45ac5f2a2d0 Mon Sep 17 00:00:00 2001 From: jlav Date: Mon, 17 Aug 2026 13:36:41 +0200 Subject: [PATCH] add section --- src/App.vue | 27 ++++++++++++++++++++------- src/components/CompanyName.vue | 4 +++- src/components/EducationCard.vue | 3 ++- src/components/JobCard.vue | 2 +- src/components/JobDates.vue | 8 +++++++- src/components/JobDescription.vue | 13 +++++++++++++ src/components/Langline.vue | 3 ++- src/components/SideMenu.vue | 6 ++---- src/main.css | 31 +++++++++++++++++-------------- 9 files changed, 67 insertions(+), 30 deletions(-) create mode 100644 src/components/JobDescription.vue diff --git a/src/App.vue b/src/App.vue index 1d64e9b..cd362f9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,19 +1,19 @@ -