Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.16 KB

File metadata and controls

32 lines (20 loc) · 1.16 KB

My GitHub Page

This is a personal website hosted using GitHub Pages.

About This Repository

This repository contains the source code for my personal website hosted on GitHub Pages. The site is built using HTML, CSS, and JavaScript.

How to View the Website

The website is accessible at: https://[your-github-username].github.io/[repository-name]

Replace [your-github-username] with your GitHub username and [repository-name] with the name of your repository.

How to Deploy on GitHub Pages

  1. Create a new repository on GitHub named [your-github-username].github.io (or use an existing repository)
  2. Push this code to the repository
  3. Go to the repository settings on GitHub
  4. Scroll down to the "GitHub Pages" section
  5. Select the branch you want to deploy (usually main or master)
  6. Your site will be published at the URL mentioned above

Customizing the Website

  • Content: Edit the index.html file to update the content
  • Styling: Modify the CSS in the css/style.css file
  • Add Pages: Create additional HTML files and link them from the index page

License

This project is open source and available under the MIT License.