Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 1.45 KB

README.md

File metadata and controls

46 lines (38 loc) · 1.45 KB

Portfolio Website

Welcome to my portfolio website! This repository contains the source code for my personal website, showcasing my projects, skills, and professional experience. It's live here

Overview

This portfolio website is designed to:

  • Highlight my skills and achievements.
  • Showcase my projects with descriptions, images, and links to live demos or GitHub repositories.
  • Provide contact information and links to my social media profiles.

Installation

To run the website locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/yourusername/your-portfolio-repo.git
    
  2. Navigate to the project directory:
    cd your-portfolio-repo
    
  3. Run index.html in browser

Contributing

If you have suggestions for improvements, feel free to open an issue or submit a pull request!

  1. Fork this repository, by clicking on "Fork" button on the top right.
  2. Clone this repository
    git clone https://github.com/<your_username>/Portfolio-website.git
    
  3. Create new branch
    git checkout -b your_branch_name
    
  4. Make changes to the repository.
  5. Commit your changes
    git commit -m "Meaningful message"
    
  6. Push your branch to Github
    git push origin your_branch_name
    
  7. Create Pull Request by clicking on "Compare and Create a Pull request" from your forked repository.