feat(resume): complete Epic 4 - Resume Content Strategy and Guidelines

- Update resume data with comprehensive professional summary and optimized work experience highlights
- Add resume content tech-spec and strategy documentation for 2025 best practices
- Create resume guidelines reference document for content consistency
- Enhance PDF composable with openPdf preview function alongside downloadPdf
- Expand CSS banner hiding rules to block certificates.dev promotional content
- Add research documentation on resume best practices and ATS optimization
- Update i18n translations for resume content in English and Persian
- Include sample Ali Arghyani resume PDF template in design assets
- Refactor resume.en.ts with improved professional positioning and achievement metrics
- Update API route documentation for PDF generation story artifacts
- Establish foundation for Epic 4 sprint planning with tech specifications
This commit is contained in:
mahdiarghyani
2025-12-02 12:54:26 +03:30
parent 43ad1bb5be
commit 9c40914d6a
20 changed files with 3889 additions and 123 deletions
+10 -2
View File
@@ -130,11 +130,19 @@
--font-display: 'Vazirmatn', 'Space Grotesk', 'ui-sans-serif', 'sans-serif';
}
/* Hide promotional banners from @nuxt/ui */
/* Hide promotional banners from @nuxt/ui and certificates.dev */
[class*="VueSchool"],
[class*="banner"][class*="promotional"],
[data-v-inspector*="VueSchool"] {
[data-v-inspector*="VueSchool"],
#bb-banner,
[id^="bb-"],
[class*="bb-campaign"],
[class*="bb-close"],
a[href*="certificates.dev"] {
display: none !important;
visibility: hidden !important;
height: 0 !important;
overflow: hidden !important;
}
}