2
2
3
3
A modern, responsive portfolio website showcasing my experience as a Full Stack Software Engineer. Built with React 19, TypeScript, Vite, and Tailwind CSS v4, featuring a comprehensive theming system with dark mode support and smooth animations.
4
4
5
+ ![ Portfolio Screenshot] ( public/Full-App-Screenshot.png )
6
+
5
7
π ** Live Demo** : [ yousifabozid.github.io] ( https://yousifabozid.github.io )
6
8
7
9
## π About Me
@@ -27,16 +29,22 @@ I'm a passionate Full Stack Software Engineer with 4+ years of experience creati
27
29
- ** System Theme Detection** : Automatically detects user's system preference
28
30
- ** Performance Optimized** : Fast loading with optimized builds
29
31
- ** SEO Friendly** : Proper meta tags and semantic HTML structure
32
+ - ** Image Galleries** : Certificate image viewing with modal dialogs
33
+ - ** Timeline Components** : Interactive education and experience timelines
34
+ - ** Progress Indicators** : Visual skill level representations
35
+ - ** Expandable Content** : Collapsible sections for achievements and skills
30
36
31
37
### π Content Sections
32
38
33
39
- ** Hero Section** : Dynamic introduction with typing animation
34
40
- ** About** : Personal background and professional journey
35
41
- ** Experience** : Detailed work history with achievements and technologies
36
- - ** Skills** : Categorized skill set with proficiency levels
37
- - ** Projects** : Portfolio of notable projects and contributions
38
- - ** Testimonials** : Professional recommendations and feedback
39
- - ** Contact** : Multiple ways to get in touch
42
+ - ** Education** : Comprehensive education timeline with institutions, achievements, and certificates
43
+ - ** Certificates** : Dedicated showcase of certifications, badges, and achievements with image gallery
44
+ - ** Skills** : Categorized skill set with proficiency levels and visual progress indicators
45
+ - ** Projects** : Portfolio of notable projects and contributions with detailed descriptions
46
+ - ** Testimonials** : Professional recommendations and feedback from colleagues
47
+ - ** Contact** : Multiple ways to get in touch with contact form
40
48
- ** Footer** : Additional links and information
41
49
42
50
## π οΈ Technologies Used
@@ -127,14 +135,29 @@ npm run preview # Preview the production build
127
135
YousifAbozid.github.io/
128
136
βββ public/ # Static assets
129
137
β βββ favicon.png
130
- β βββ Yousif_Abozid_Resume.pdf
138
+ β βββ Full-App-Screenshot.png
139
+ β βββ Yousif_Abozid_Resume.pdf
140
+ β βββ certificates/ # Certificate images
141
+ β βββ Advanced-Full-Stack-Web-Development-Completion-Certificate.jpg
142
+ β βββ ALX-SE-Program-Completion-Certificate.png
143
+ β βββ Challenge-Completion-Badge.jpg
144
+ β βββ Challenge-Recipient-Badge.png
145
+ β βββ Elements-of-AI-Completion-Certificate.png
146
+ β βββ English-Diploma-Completion-Certificate.jpg
147
+ β βββ English-Diploma-Final-Exam-Completion-Certificate.jpg
148
+ β βββ Founder-Academy-Completion-Certificate.jpg
149
+ β βββ Full-Stack-Open-CI-CD-Part-Completion-Certificate.png
150
+ β βββ Full-Stack-Open-MOOC-Completion-Certificate.png
151
+ β βββ Top-Graduate-Badge.jpg
131
152
βββ src/
132
153
β βββ components/ # Reusable UI components
133
154
β β βββ Footer.tsx
134
155
β β βββ Navbar.tsx
135
156
β β βββ sections/ # Page sections
136
157
β β βββ About.tsx
158
+ β β βββ Certificates.tsx
137
159
β β βββ Contact.tsx
160
+ β β βββ Education.tsx
138
161
β β βββ Experience.tsx
139
162
β β βββ Hero.tsx
140
163
β β βββ Projects.tsx
0 commit comments