Skip to content

AnkitPangeni/ankitpangeni.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Resume Website GitHub stars

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.

Instructions

To view the website, simply navigate to the URL: https://ankitpangeni.github.io/

To send a message, follow these steps:

  1. Scroll down to the "Contact Me" section
  2. Enter your name, email address, and message in the provided form
  3. Click the "Send" button

To run the website locally, follow these steps:

  1. Clone the repository to your local machine: git clone https://github.com/AnkitPangeni/ankitpangeni.github.io.git
  2. Open the index.html file in a web browser to view the website

Technologies Used

This website was built using HTML, CSS, JavaScript, and Bootstrap.

Contributing

Contributions to this project are welcome and encouraged. If you would like to contribute, please follow these steps:

  1. Fork the repository by clicking the "Fork" button on the top right corner of the GitHub repository page.
  2. Clone your forked repository to your local machine: git clone https://github.com/AnkitPangeni/ankitpangeni.github.io
  3. Create a new branch for your changes: git checkout -b <Your_Branch_Name>
  4. Make the necessary changes to the files.
  5. Commit your changes: git commit -m "Add some feature"
  6. Push your changes to your forked repository: git push origin <Your_Branch_Name>