Welcome to the GitHub repository for the CISC-2024 Conference website! This repository contains the source code for the website that provides information about the first annual International Conference on Computational Intelligence and Smart Communication (CISC-2024) organized by Shri Madhwa Vadiraja Institute of Technology and Management (SMVITM), Bantakal, Udupi, Karnataka, India.
To run this website locally or contribute to its development, follow these steps:
-
Clone the repository:
git clone https://github.com/Anuswar/cisc-2024.git cd cisc-2024
-
Open your browser and navigate to
http://localhost:8000
.
- Frontend: HTML, CSS, JavaScript
- Framework: Bootstrap
- Fonts: Google Fonts (Nunito, Rubik)
- Icons: Font Awesome
- Libraries:
- Swiper (slider)
- ScrollReveal (scroll animations)
- Masonry (Grid Layout)
The project structure is organized as follows:
cise-2024/
├── assets/ # Directory containing all external resources for the website
│ ├── css/ # Folder for stylesheets, which handle the website's look and feel
│ │ ├── bootstrap.min.css # Bootstrap framework CSS file for responsive design and styling
│ │ └── style.css # Custom CSS file to add unique styles specific to CISE 2024
│ ├── images/ # Folder to store all image assets (logos, banners, etc.) used on the site
│ └── js/ # Folder for JavaScript files to add dynamic functionality
│ └── script.js # Main JavaScript file for any custom scripts needed on the website
├── index.html # Main HTML file, the entry point for the website (homepage)
├── LICENSE.md # License file specifying terms under which the code can be used
├── README.md # Documentation file describing the project, setup, and usage instructions
├── Sitemap.xml # Sitemap file to help search engines index the site structure
├── manifest.json # Web app manifest file defining site properties for mobile/web app experience
└── robots.txt # File directing search engines on which parts of the site to crawl or avoid
Contributions are welcome! If you find any issues, have suggestions, or want to add new features, please open an issue or create a pull request. Follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with descriptive commit messages.
- Push your changes to your fork.
- Open a pull request to the
main
branch of the original repository.
This project is licensed under the MIT License, which means you are free to use, modify, and distribute the code.