HIET Gate is a simple and lightweight academic portal designed as a digital library for students of
Higher Institute of Engineering and Technology β Sohag.
The project is built using HTML, CSS, and JavaScript only, focusing on clarity, performance, and easy maintenance.
- Five academic years:
- Preparatory Year
- Electrical Engineering β First Year
- Electrical Engineering β Second Year
- Electrical Engineering β Third Year
- Electrical Engineering β Fourth Year
- Subjects organized per academic year
- Downloadable study materials:
- Lectures
- Exams
- Summaries
- Global search functionality
- Filters for file types
- PDF preview support
- Responsive modern UI
- Easy-to-edit data structure
- Test/demo data for development phase
HIET-Gate/ β βββ index.html βββ README.md βββ .gitignore β βββ assets/ β βββ css/ β β βββ style.css β β β βββ js/ β β βββ main.js β β β βββ images/ β β βββ logo.png β β β βββ files/ β βββ preparatory/ β βββ first-year/ β βββ second-year/ β βββ third-year/ β βββ fourth-year/ β βββ data/ β βββ data.js β βββ pages/ βββ about.html
- HTML5
- CSS3
- JavaScript (Vanilla JS)
This project uses dummy data and sample files during the development phase.
Real academic materials can be added later easily without changing the core logic.
- All subjects and files are managed from
data/data.js - Add or remove content without editing HTML structure
- Easily scalable for future updates
- Dark mode
- Online quizzes and interactive content
- Admin upload interface
This project is for educational purposes only.