gdsc-jssstu / HDU-University-Website

Open source project for creating a website for a Hypothetical Dream University(HDU) for beginners.
BSD 2-Clause "Simplified" License
6 stars 8 forks source link
beginner-friendly css3 hacktoberfest html5 javascript opensource

🏫 HDU-University-Website 🎓

HDU (Hypothetical Dream University) Website is a beginner-friendly open-source project to challenge the community to create an aesthetically designed and responsive university website for a university called HDU. Essentially we would like to reimagine the JSSSTU website, built by the community. Both beginners in web development and graphic designers are welcome to work together to make HDU's website look amazing. The website must contain all the pages that a general university website may have, you can have a look at JSSSTU's website for an idea of this.

Tech Stack Used

The tech stack used here is:

Project Structure

The project structure is as follows:


    - index.html (Home Page)
    - pages (Folder)
        - about.html
        - admission.html
        - departments.html
        - facilities.html
        - research.html
        - contact.html
        - ...
    - public (Assets, CSS, and JS Folder)
        - assets (Folder)
            - images (Folder)
                - favicon.ico
                - logo.png
                - ...
        - css (Folder)
            - index.css
            - about.css
            - admission.css
            - ...
        - js (Folder)
            - index.js
            - about.js
            - admission.js
            - ...

Project Setup Instructions

Final Vision/Guiding Designs of the project

Intended Final Project

Maintainers