From 73afa9f5a6b6c8a0fead5eb5784266a5608c956b Mon Sep 17 00:00:00 2001 From: mahdiarghyani Date: Sat, 6 Dec 2025 11:28:45 +0330 Subject: [PATCH] feat(resume): enhance styling and improve visual hierarchy across components - Update section spacing from mb-6 to mb-8 for better visual separation - Enhance heading styles with text-blue-700, increased padding (pb-1.5), and letter-spacing - Improve typography hierarchy by changing font-semibold to font-bold for titles - Increase spacing between list items and skill categories for better readability - Add font-medium styling to dates and institution names for improved emphasis - Enhance bullet point styling with explicit color and font-weight in experience highlights - Reorganize ResumeHeader contact section with improved link styling and layout - Promote Portfolio website link with bold styling and blue color for better visibility - Adjust print-specific spacing to maintain consistency across screen and print layouts - Update resume data with refined content structure - Archive outdated resume content technical specification document --- .../resume/ResumeAdditionalInfo.vue | 11 +++---- app/components/resume/ResumeEducation.vue | 13 +++++---- app/components/resume/ResumeExperience.vue | 17 ++++++----- app/components/resume/ResumeHeader.vue | 29 +++++++++---------- app/components/resume/ResumeLanguages.vue | 11 +++---- app/components/resume/ResumePreview.vue | 4 +-- app/components/resume/ResumeSummary.vue | 5 ++-- app/data/resume.en.ts | 4 +-- .../old-specs/resume-content-tech-spec.md | 4 +-- 9 files changed, 51 insertions(+), 47 deletions(-) diff --git a/app/components/resume/ResumeAdditionalInfo.vue b/app/components/resume/ResumeAdditionalInfo.vue index 3a4cfd6..a2834d3 100644 --- a/app/components/resume/ResumeAdditionalInfo.vue +++ b/app/components/resume/ResumeAdditionalInfo.vue @@ -9,17 +9,18 @@ const props = defineProps()