https://github.com/krypto-etox/college-fest
Festo Live is a college fest website made with HTML, CSS, JS, SCSS and Bootstrap
https://github.com/krypto-etox/college-fest
bootstrap css html js scss
Last synced: 10 months ago
JSON representation
Festo Live is a college fest website made with HTML, CSS, JS, SCSS and Bootstrap
- Host: GitHub
- URL: https://github.com/krypto-etox/college-fest
- Owner: Krypto-etox
- License: mit
- Created: 2024-04-11T13:59:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-29T15:24:57.000Z (about 2 years ago)
- Last Synced: 2025-04-10T04:52:45.528Z (about 1 year ago)
- Topics: bootstrap, css, html, js, scss
- Language: HTML
- Homepage: https://krypto-etox.github.io/college-fest/
- Size: 4.54 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
# π College Fest Website
Welcome to the official repository for our college fest website! This project is built using HTML, CSS, JavaScript, and Bootstrap. You can visit the live website [here](https://krypto-etox.github.io/college-fest/).
## π Table of Contents
- [About](#about)
- [Features](#features)
- [Technologies Used](#technologies-used)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)
## π About
This repository contains the source code for our college fest website, designed to provide information about events, schedules, and more. It aims to offer a seamless and engaging user experience for students and visitors.
## β¨ Features
- π€ **Event Listings:** Details about various events happening during the fest.
- π
**Schedule:** A comprehensive schedule to keep track of all activities.
- πΊοΈ **Venue Information:** Maps and directions to the fest venues.
- πΈ **Gallery:** Photos and videos from previous events.
- π **Contact:** Information to get in touch with the organizers.
## π οΈ Technologies Used
- **HTML5:** For structuring the web pages.
- **CSS3:** For styling the website.
- **JavaScript:** For interactive features.
- **Bootstrap:** For responsive design and pre-designed components.
## π Installation
To run this project locally, follow these steps:
1. **Clone the repository:**
```bash
git clone https://github.com/krypto-etox/college-fest.git
```
2. **Navigate to the project directory:**
```bash
cd college-fest
```
3. **Open `index.html` in your web browser:**
```bash
open index.html
```
## π» Usage
You can explore the website by opening `index.html` in your preferred web browser. Navigate through the different sections to learn more about the fest, events, schedule, and more.
## π€ Contributing
We welcome contributions to improve our website. If you have any suggestions or find any issues, please follow these steps:
1. **Fork the repository.**
2. **Create a new branch:**
```bash
git checkout -b feature-name
```
3. **Make your changes and commit them:**
```bash
git commit -m 'Add some feature'
```
4. **Push to the branch:**
```bash
git push origin feature-name
```
5. **Open a pull request.**
## π License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## π§ Contact
For any questions or suggestions, please reach out to us at:
- **GitHub Issues:** [Issues](https://github.com/krypto-etox/college-fest/issues)
We hope you enjoy our college fest website! π
---