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
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.