Welcome to the GitHub repository for the STUDENT SYMPOSIUM 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 (STUDENT SYMPOSIUM) 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/student-symposium-2024.git cd student-symposium-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)
- Animate.css and WOW.js (animations)
- Counter-Up and Waypoints (counters)
- jQuery (DOM manipulation)
The project structure is organized as follows:
meems-2024/
βββ assets/ # Directory containing all external resources for the website
β βββ css/ # Folder for stylesheets, which handle the website's look and feel
β β βββ library/ # Library folder for external CSS libraries
β β β βββ animate/ # Folder for animation styles
β β β β βββ animate.min.css # Animate.css library for adding animations
β β β βββ bootstrap/ # Folder for Bootstrap CSS
β β β βββ 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
β βββ library/ # Library folder for external JavaScript libraries
β β βββ counterup/ # Folder for Counter-Up library for animations
β β β βββ counterup.min.js # Counter-Up JavaScript file for counter animations
β β βββ waypoints/ # Folder for Waypoints library
β β β βββ waypoints.min.js # Waypoints JavaScript file for scroll-based animations
β β βββ wow/ # Folder for WOW.js library
β β βββ wow.min.js # WOW.js library file for triggering animations on scroll
β βββ 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
mainbranch of the original repository.
This project is licensed under the MIT License, which means you are free to use, modify, and distribute the code.
