Skip to content

Latest commit

 

History

History
76 lines (60 loc) · 4.22 KB

README.md

File metadata and controls

76 lines (60 loc) · 4.22 KB

CISC-2024 Website Preview

🎓MEEMS-2024 Website

Welcome to the GitHub repository for the MEEMS-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 (MEEMS-2024) organized by Shri Madhwa Vadiraja Institute of Technology and Management (SMVITM), Bantakal, Udupi, Karnataka, India.

⚙️ Installation

To run this website locally or contribute to its development, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Anuswar/meems-2024.git
    cd meems-2024
  2. Open your browser and navigate to http://localhost:8000.

🛠️ Technologies Used

  • 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)

📂 Project Structure

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

🤝 Contributing

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:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them with descriptive commit messages.
  4. Push your changes to your fork.
  5. Open a pull request to the main branch of the original repository.

📄 License

This project is licensed under the MIT License, which means you are free to use, modify, and distribute the code.