Skip to content

Commit 483770a

Browse files
committed
feat: update README with new features and sections, and add portfolio screenshot
1 parent fc9663f commit 483770a

File tree

2 files changed

+28
-5
lines changed

2 files changed

+28
-5
lines changed

β€ŽREADME.md

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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.
44

5+
![Portfolio Screenshot](public/Full-App-Screenshot.png)
6+
57
🌐 **Live Demo**: [yousifabozid.github.io](https://yousifabozid.github.io)
68

79
## πŸš€ About Me
@@ -27,16 +29,22 @@ I'm a passionate Full Stack Software Engineer with 4+ years of experience creati
2729
- **System Theme Detection**: Automatically detects user's system preference
2830
- **Performance Optimized**: Fast loading with optimized builds
2931
- **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
3036

3137
### πŸ“„ Content Sections
3238

3339
- **Hero Section**: Dynamic introduction with typing animation
3440
- **About**: Personal background and professional journey
3541
- **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
4048
- **Footer**: Additional links and information
4149

4250
## πŸ› οΈ Technologies Used
@@ -127,14 +135,29 @@ npm run preview # Preview the production build
127135
YousifAbozid.github.io/
128136
β”œβ”€β”€ public/ # Static assets
129137
β”‚ β”œβ”€β”€ 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
131152
β”œβ”€β”€ src/
132153
β”‚ β”œβ”€β”€ components/ # Reusable UI components
133154
β”‚ β”‚ β”œβ”€β”€ Footer.tsx
134155
β”‚ β”‚ β”œβ”€β”€ Navbar.tsx
135156
β”‚ β”‚ └── sections/ # Page sections
136157
β”‚ β”‚ β”œβ”€β”€ About.tsx
158+
β”‚ β”‚ β”œβ”€β”€ Certificates.tsx
137159
β”‚ β”‚ β”œβ”€β”€ Contact.tsx
160+
β”‚ β”‚ β”œβ”€β”€ Education.tsx
138161
β”‚ β”‚ β”œβ”€β”€ Experience.tsx
139162
β”‚ β”‚ β”œβ”€β”€ Hero.tsx
140163
β”‚ β”‚ β”œβ”€β”€ Projects.tsx

β€Žpublic/Full-App-Screenshot.png

3.82 MB
Loading

0 commit comments

Comments
Β (0)