Skip to content

Responsive portfolio website showcasing web development skills with a clean design. Built using HTML, CSS, and JavaScript. Fully responsive across devices.

Notifications You must be signed in to change notification settings

faizan-ahmad5/Portfolio-responsive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Responsive Portfolio Website

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.

Table of Contents

Project Overview

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.

Features

  • 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.

Technologies Used

Setup

To run this project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/faizan-ahmad5/Portfolio-responsive.git
  2. Navigate to the project directory:
    cd portfolio-responsive
  3. Open the index.html file in your preferred browser to view the website.

Folder Structure

portfolio-website/
│
├── assets/
│   ├── images/
│   ├── icons/
│   └── my-cv.pdf
├── style.css
├── index.html
└── index.js

Live Demo

Check out the live version of my portfolio here: Live Demo

Contribution

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:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/your-feature-name
  3. Make your changes and commit:
    git commit -m "Add your feature or fix description"
  4. Push to the branch:
    git push origin feature/your-feature-name
  5. 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.