VŠB-TUO — School project · Web Application Development (VIA)
An HTML/CSS/JS replication of the SPŠE Havířov high school website (spsehavirov.cz), created for the VIA (Web Application Development) course at VŠB-TUO. The goal was to reproduce the design and key interactive features using only vanilla web technologies.
Note: Educational recreation only. All intellectual property rights belong to the original creators at spsehavirov.cz.
- Multi-column article layout
- Navigation with dropdown menus
- Image carousel on the homepage
- Article listing with linked detail pages
- Contact form with HTML5 validation
- Photo gallery with enlarge-on-click
- Custom JavaScript counter/timer (no external libraries)
- Breadcrumb navigation and social links
- Mobile-responsive layout
-
Clone the repository:
git clone https://github.com/Firestone82/WebsiteReplication.git cd WebsiteReplication -
Open
index.htmlin your browser, or serve locally with any static file server:npx serve . # or python -m http.server 8080
This project was created as a school assignment at VŠB-TUO.