Final assignment project for the RevoU Software Engineering Coding Camp. Static site deployed on GitHub Pages.
A project submitted as part of the RevoU Software Engineering Coding Camp assignment.
flowchart LR
Browser -->|serves| Pages["HTML pages"]
Pages -->|styles| CSS["css/"]
Pages -->|assets| Img["images/"]
| Component | Responsibility |
|---|---|
index.html |
Entry page |
css/ |
Stylesheets |
images/ |
Image assets |
| Layer | Technology | Purpose |
|---|---|---|
| Structure | HTML5 | Page markup |
| Styling | CSS3 | Visual design |
- Any modern web browser
- No build step
git clone <repo-url>
cd revou
open index.html