This is a personal website that showcases basic information about Ankit Pangeni, his projects, and contact information. Visitors can also send direct messages through the message section.
To view the website, simply navigate to the URL: https://ankitpangeni.github.io/
To send a message, follow these steps:
- Scroll down to the "Contact Me" section
- Enter your name, email address, and message in the provided form
- Click the "Send" button
To run the website locally, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/AnkitPangeni/ankitpangeni.github.io.git
- Open the
index.html
file in a web browser to view the website
This website was built using HTML, CSS, JavaScript, and Bootstrap.
Contributions to this project are welcome and encouraged. If you would like to contribute, please follow these steps:
- Fork the repository by clicking the "Fork" button on the top right corner of the GitHub repository page.
- Clone your forked repository to your local machine:
git clone https://github.com/AnkitPangeni/ankitpangeni.github.io
- Create a new branch for your changes:
git checkout -b <Your_Branch_Name>
- Make the necessary changes to the files.
- Commit your changes:
git commit -m "Add some feature"
- Push your changes to your forked repository:
git push origin <Your_Branch_Name>