An open API service indexing awesome lists of open source software.

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

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! 🎊

---