Skip to content

Latest commit

 

History

History
74 lines (51 loc) · 1.79 KB

File metadata and controls

74 lines (51 loc) · 1.79 KB

ITVersity Website

This is the official website for ITVersity, Inc., showcasing our training programs and placement assistance services.

Features

  • Modern, responsive design
  • Information about our services and courses
  • Location details
  • Contact form
  • Mobile-friendly interface

Setup

  1. Clone this repository:
git clone <your-repository-url>
  1. Navigate to the project directory:
cd <repository-name>

Deployment on GitHub Pages

  1. Go to your repository settings on GitHub
  2. Scroll down to the "GitHub Pages" section
  3. Under "Source", select the branch you want to deploy (usually main or master)
  4. Select the root folder (/)
  5. Click Save

Your website will be available at: https://<your-github-username>.github.io/<repository-name>/

Local Development

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

Customization

  • 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

Technologies Used

  • HTML5
  • CSS3
  • Font Awesome Icons
  • Google Fonts

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For any queries regarding the website, please reach out through the contact form on the website.