A professional and fun landing page showcasing your CV and career timeline.
- Modern Design: Stunning gradient backgrounds with glassmorphism effects
- Responsive: Fully responsive design that works on all devices
- Interactive: Smooth animations, parallax effects, and hover interactions
- Career Timeline: Visual timeline showcasing your professional journey
- Skills Showcase: Organized skill categories with interactive badges
- Contact Section: Easy ways to connect via email and social media
cv-landing-page/
├── index.html # Main HTML file
├── styles.css # Complete CSS with design system
├── script.js # Interactive JavaScript
└── README.md # This file
-
Personal Details (in
index.html):- Replace "Malek Ziad" with your name
- Update the hero subtitle and description
- Change email address and social links
-
Career Timeline:
- Edit the timeline items with your actual work experience
- Update dates, companies, and descriptions
- Modify or add technology tags
-
Skills:
- Update skill categories and badges to match your expertise
- Add or remove skill sections as needed
-
Profile Photo:
- Replace the avatar placeholder with your photo
- Update the
.avatar-placeholdersection in the HTML
The design uses CSS variables for easy customization. Edit these in styles.css:
:root {
--primary: #667eea;
--secondary: #f5576c;
--accent: #00f2fe;
/* ... more variables */
}- Create a GitHub repository
- Push your code
- Enable GitHub Pages in repository settings
- Your site will be live at
https://yourusername.github.io/repo-name
- Drag and drop the folder to Netlify Drop
- Your site will be live instantly with a custom URL
- Install Vercel CLI:
npm i -g vercel - Run
vercelin the project directory - Follow the prompts
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
- Update the meta description for better SEO
- Add your actual profile photo for a personal touch
- Customize the color scheme to match your personal brand
- Add more sections if needed (e.g., Projects, Testimonials)
Feel free to use this template for your personal portfolio!
Built with ❤️ and modern web technologies