This is the official website for ITVersity, Inc., showcasing our training programs and placement assistance services.
- Modern, responsive design
- Information about our services and courses
- Location details
- Contact form
- Mobile-friendly interface
- Clone this repository:
git clone <your-repository-url>
- Navigate to the project directory:
cd <repository-name>
- Go to your repository settings on GitHub
- Scroll down to the "GitHub Pages" section
- Under "Source", select the branch you want to deploy (usually
main
ormaster
) - Select the root folder (/)
- Click Save
Your website will be available at: https://<your-github-username>.github.io/<repository-name>/
To test the website locally, you can use any local server. Here's one way using Python:
# If you have Python 3 installed
python -m http.server 8000
Then open your browser and visit: http://localhost:8000
- Edit
index.html
to modify the content - Edit
styles.css
to change the styling - Replace the background image in the hero section by updating the URL in
styles.css
- Update social media links in the footer section of
index.html
- HTML5
- CSS3
- Font Awesome Icons
- Google Fonts
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
For any queries regarding the website, please reach out through the contact form on the website.