Commit Graph

11 Commits

Author SHA1 Message Date
horus 2697a89285 fix(resume): separate JS file for resume logic
- resume-builder.js in public folder
- cleaner React component
- script loaded from public
2026-03-24 00:39:01 +01:00
horus 1052dac49c fix(resume): simplified React code 2026-03-24 00:36:39 +01:00
horus 21c4f321f3 feat(resume): copy-paste Haitham's exact HTML code
- All styling and structure preserved
- Photo upload with edit overlay
- Contenteditable sections
- LocalStorage version system
- All 4 experience entries
- All education, skills, languages
2026-03-24 00:33:45 +01:00
horus 8cd30cf5dc feat(resume): use Haitham's actual data and design
- All 4 experience entries populated
- Both education entries populated
- Skills and languages populated
- Photo upload with edit icon
- LocalStorage version system
- Print to PDF button
- Edit/Preview tabs
2026-03-24 00:29:35 +01:00
horus abbd6d2940 feat(resume): full redesign matching Haitham's design
- Circle photo frame with placeholder
- Name in sidebar and main header
- Contact with icons in gray circles
- About Me section instead of Profile
- Experience with border-left dots
- Location field in experience
- Education with location
- Skills and Languages as bullet lists
- Version manager with save/load
- Print to PDF button
2026-03-24 00:27:13 +01:00
horus 4d7073cab2 fix(resume): update preview to match Gemini's exact design
- Smaller font sizes (9-11px)
- Experience with border-left line and dots
- Education formatting with specific sizes
- Skills/Languages as bullet lists
- Main-header and section-header styling
2026-03-24 00:24:03 +01:00
horus 29312444d0 feat(resume): replace with Gemini's resume builder
- Two-column resume layout (sidebar + main)
- Edit mode with forms for all sections
- Preview mode with live resume preview
- Version saving system
- Print/Download functionality
- Personal info, Experience, Education, Skills, Languages
2026-03-24 00:22:40 +01:00
horus 626a5e10ba fix(mission-control): restore Resume Builder and PDF Viewer implementations
- Resume Builder: Full resume editing (personal, experience, education, skills)
- PDF Viewer: Upload or load from URL
- Both restored from git history
2026-03-23 20:28:54 +01:00
horus fd9cbcb8a5 fix(mission-control): consistent dark theme across all pages
- All pages now use min-h-screen bg-slate-950
- Consistent card styling: bg-slate-800 rounded-xl border border-slate-700
- Fixed all hyphenated function names
- All 27 pages tested and returning 200
2026-03-23 19:35:06 +01:00
horus 00908900c8 feat(mission-control): add BackToMC button to all pages
- Created BackToMC component
- Added to all 27 mission control pages
- Each page now has '← Back to Mission Control' button at top
- Also pushed beta to develop to sync branches
2026-03-23 18:26:37 +01:00
horus 45af56d9cf feat(mission-control): restore MC tabs - temple, office, memory, claude, pdf-viewer, resume, resume-upload, temple-3d, demos
Also added:
- Memory API endpoints
- Briefs API endpoints
- AnveVoice stats API
- Claude spawn API
- TTS proxy
- Cleopatra voice widget
- api-auth middleware
2026-03-23 16:30:44 +01:00