https://github.com/codestian/raposa-frontend
A static website for a fictional restaurant.
https://github.com/codestian/raposa-frontend
Last synced: 2 months ago
JSON representation
A static website for a fictional restaurant.
- Host: GitHub
- URL: https://github.com/codestian/raposa-frontend
- Owner: Codestian
- Created: 2020-12-11T14:39:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-16T14:18:36.000Z (about 5 years ago)
- Last Synced: 2025-02-02T06:41:31.507Z (about 1 year ago)
- Language: HTML
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A simple static HTML project for a restaurant website.
## The goals of this project is to demonstrate:
- Design and implementation of **custom CSS**, with the use of SASS, a **CSS preprocessor**.
- Hierachy and proper use of **HTML5 elements** such as `` and ``.
- Use of **basic javascript** code to make pages **interactable**, for example navigation tabs.
- **Maintain and backup** project code with Git (version control).
- Hosting a **static website** with GitHub.
> This project was originally a first year polytechnic web dev project. It was left incomplete but the lecturer was satisfied with the output.