Welcome to the source code repository for Venkatesh Pabbati's personal website. This website is built entirely using HTML and is hosted on GitHub Pages.
This repository contains the HTML source code for Venkatesh Pabbati's personal website. The site showcases Venkatesh's projects, blog posts, and contact information.
To view or edit the website locally, you can clone this repository to your machine using the following command:
git clone https://github.com/venkateshpabbati/venkateshpabbati.github.io.gitAfter cloning the repository, you can open the index.html file in your web browser to view the website locally.
cd venkateshpabbati.github.io
open index.htmlContributions are welcome! If you have suggestions or find any issues, please open a pull request or create an issue.
- Fork the repository
- Create a new branch (
git checkout -b feature-branch) - Make your changes
- Commit your changes (
git commit -am 'Add new feature') - Push to the branch (
git push origin feature-branch) - Open a pull request
This project is licensed under the MIT License. See the LICENSE file for more details.