chore: clean up test documentation and refine resume header layout

- Remove outdated SSG testing guide documentation
- Remove duplicate test-ssg.md file
- Add LinkedIn post draft for future content
- Refine ResumeHeader spacing and contact information layout
- Consolidate contact details into single line with improved gap spacing
- Add whitespace-nowrap to prevent contact info wrapping
- Update resume data with refined professional information
- Improve ResumePreview component styling and spacing
- Reduce top margin on header from mb-10 to mb-8 for better visual hierarchy
This commit is contained in:
mahdiarghyani
2025-12-08 10:55:31 +03:30
parent 12c8847447
commit 7c8b701426
6 changed files with 130 additions and 230 deletions
+3 -2
View File
@@ -35,14 +35,15 @@ const { resume } = useResumeData()
background: #f3f4f6;
display: flex;
justify-content: center;
padding: 1rem;
padding: 2rem 1rem;
min-height: 100vh;
}
.resume-container {
background: white;
box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
width: 210mm;
max-width: 210mm;
width: 100%;
}
.resume-content {