Welcome to my personal portfolio website! This project showcases my skills in front-end web development, featuring a clean and responsive design built using HTML, CSS, and JavaScript.
This is a fully responsive portfolio website that adapts seamlessly across different devices, including mobile, tablet, and desktop. The site includes multiple sections such as Home, Services, Projects, About, and Contact, which can be easily navigated using the top navigation bar.
- Responsive Design: Fully responsive across various screen sizes.
- Navigation Bar: A sticky navigation bar with smooth scrolling to different sections of the site.
- Hero Section: A personalized introduction with a call-to-action button leading to the projects section.
- Services Section: A brief overview of services offered with icons and descriptions.
- Projects Section: Displays a list of recent projects with descriptions and images.
- About Section: Contains personal information, including a downloadable resume.
- Contact Section: Includes phone number, email, and address with icons for easy access.
- Footer: A footer with social media links and branding.
- HTML5
- CSS3
- JavaScript
- Icons8 for icons: https://icons8.com
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/faizan-ahmad5/Portfolio-responsive.git
- Navigate to the project directory:
cd portfolio-responsive
- Open the
index.html
file in your preferred browser to view the website.
portfolio-website/
│
├── assets/
│ ├── images/
│ ├── icons/
│ └── my-cv.pdf
├── style.css
├── index.html
└── index.js
Check out the live version of my portfolio here: Live Demo
Contributions are welcome! If you'd like to improve the design, add new features, or fix any bugs, feel free to follow the steps below:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit:
git commit -m "Add your feature or fix description"
- Push to the branch:
git push origin feature/your-feature-name
- Open a Pull Request and explain what your feature or fix does.
Please ensure that your contributions follow the coding standards and maintain the website's responsiveness across all screen sizes.