Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firestone82/websitereplication
VŠB-TUO - School project in VIA. Copy of existing website.
https://github.com/firestone82/websitereplication
html javascript replication website
Last synced: 22 days ago
JSON representation
VŠB-TUO - School project in VIA. Copy of existing website.
- Host: GitHub
- URL: https://github.com/firestone82/websitereplication
- Owner: Firestone82
- License: mit
- Created: 2023-11-18T18:43:00.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-24T22:54:42.000Z (about 2 months ago)
- Last Synced: 2024-11-24T23:27:59.747Z (about 2 months ago)
- Topics: html, javascript, replication, website
- Language: HTML
- Homepage: https://spsehavirov.cz
- Size: 6.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project for VIA: Web Page recode
- Author: Pavel Mikula (MIK0486)
- Took approximately 12 hours## Project Theme
This project is recode of any public website I could choose. Page chosen is my high school [website](https://www.spsehavirov.cz/).
Aim of this project is to recode the website by our skills and knowledge. By following the
requirements, we should create a website that will be as similar as possible to the original one.## Requirements:
- [x] Multi-column layout of page content
- Located in `index.html` file at articles
- [x] Main menu including dynamic submenu
- Located in `index.html` file at header
- [x] Content or image slider/carousel (according to graphic design)
- Located in `index.html` file at carousel
- [x] List of articles with links to the article details
- Located in `index.html` file at articles
- And detailed article in `/article` folder
- [x] Contact form with validation (at least HTML 5 and styling)
- Located in `index.html` file at contact form
- [x] Photo gallery with dynamic display of photos (enlarging a photo from the gallery)
- Located in separate `/galery` folder
- [x] Counter/timer (up to a certain number or based on a date) - custom JavaScript without using a third-party library!
- [x] Responsive behavior of the web presentation
- [x] Additional elements based on content needs or chosen design
- Breadcrumbs
- Social media icons
- Footer## Attention
**This project is used only for educational purposes. All rights reserved to their respective owners.**
Original website can be found [here](https://www.spsehavirov.cz/).