This is a personal website hosted using GitHub Pages.
This repository contains the source code for my personal website hosted on GitHub Pages. The site is built using HTML, CSS, and JavaScript.
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.
- Create a new repository on GitHub named
[your-github-username].github.io(or use an existing repository) - Push this code to the repository
- Go to the repository settings on GitHub
- Scroll down to the "GitHub Pages" section
- Select the branch you want to deploy (usually
mainormaster) - Your site will be published at the URL mentioned above
- Content: Edit the
index.htmlfile to update the content - Styling: Modify the CSS in the
css/style.cssfile - Add Pages: Create additional HTML files and link them from the index page
This project is open source and available under the MIT License.