This repository has been archived by the owner on Jun 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Static
Pierce James Morris edited this page Mar 25, 2019
·
1 revision
The img
folder contains all the images & icons used within the project. They can be accessed using an absolute path. The linking convention is that specified by Next.js; the package we use to render React on the server-side.
<img className="navbar-image left" src="static/img/jukebox-logo-white.png" />
For designing our project, we are using Syntactically Awesome Style Sheets (SASS) which is syntactical sugar for CSS. This allows us to clean our design code to allow for scalability, and keep design patterns reproducible.
Group 14 - BJSS Office Jukebox
- Directory Structure
- Requirements
- Architecture
- Specification
- User Interface
- Deployment
-
Front End
- Components
- Pages
- Startup
- Alexa
- Static (assets)
-
Back End
-
Functions