mirror of
https://github.com/mmahdium/portfolio.git
synced 2026-08-16 21:14:31 +03:30
feat(resume): refine resume content and optimize additional info display
- Update professional summary to reflect accurate experience level (3+ years instead of 5+) - Simplify job highlights for NexaPortal position to focus on key achievements - Limit technical skills display to top 3 categories for cleaner resume layout - Update contact information (email and portfolio URL) with current details - Refactor ResumeAdditionalInfo component to use computed property for key skills filtering - Modify certifications display format to show issuer and summary instead of name and issuer - Adjust spacing in additional information section (mb-3 to mb-2 for languages) - Add chat history documentation for resume content strategy research - Update resume content tech spec documentation with latest guidelines
This commit is contained in:
@@ -40,8 +40,8 @@ Create scannable, ATS-friendly header with all critical contact points and profe
|
||||
```
|
||||
ALI ARGHYANI
|
||||
Senior Frontend Developer | Vue.js • Nuxt.js • TypeScript
|
||||
Tehran, Iran | +98 912 322 0694 | ali.arghyani@email.com
|
||||
linkedin.com/in/aliarghyani | github.com/aliarghyani | aliarghyani.com
|
||||
Tehran, Iran | +98 912 322 0694 | aliarghyani@gmail.com
|
||||
linkedin.com/in/aliarghyani | github.com/aliarghyani | aliarghyani.vercel.app
|
||||
```
|
||||
|
||||
### **Content Specifications**
|
||||
@@ -53,10 +53,10 @@ linkedin.com/in/aliarghyani | github.com/aliarghyani | aliarghyani.com
|
||||
| **Tech Stack** | Vue.js • Nuxt.js • TypeScript | Pipe or bullet separated, concise |
|
||||
| **Location** | Tehran, Iran | City, Country format (no full address) |
|
||||
| **Phone** | +98 912 322 0694 | Include country code for international |
|
||||
| **Email** | ali.arghyani@email.com | Professional email (current is good) |
|
||||
| **Email** | aliarghyani@gmail.com | Professional email (current is good) |
|
||||
| **LinkedIn** | linkedin.com/in/aliarghyani | Remove https://, just domain path |
|
||||
| **GitHub** | github.com/aliarghyani | **CRITICAL - Currently missing!** |
|
||||
| **Portfolio** | aliarghyani.com | Clean domain, no https:// |
|
||||
| **Portfolio** | aliarghyani.vercel.app | Clean domain, no https:// |
|
||||
|
||||
### **ATS Optimization**
|
||||
- ✅ All links as plain text (ATS can parse)
|
||||
@@ -460,7 +460,7 @@ Provide direct links to portfolio and GitHub, showcase top 3 projects with tech
|
||||
```
|
||||
FEATURED PROJECTS
|
||||
|
||||
Portfolio: aliarghyani.com | GitHub: github.com/aliarghyani
|
||||
Portfolio: aliarghyani.vercel.app | GitHub: github.com/aliarghyani
|
||||
|
||||
Elara Medical (Production) - Medical tourism platform serving 50+ countries
|
||||
Tech Stack: Vue 3 • Nuxt 3 • TypeScript • Tailwind CSS • Pinia • PWA • RBAC • i18n • WebSocket
|
||||
|
||||
Reference in New Issue
Block a user