28 lines
617 B
Markdown
28 lines
617 B
Markdown
# Paprika Frontend Mockup
|
|
|
|
This repository contains the current Paprika website mockup.
|
|
|
|
## Open the mockup
|
|
|
|
Open `index.html` in a browser.
|
|
|
|
The mockup is a single self-contained HTML file with all page routes handled through query parameters, including:
|
|
|
|
- `?page=home`
|
|
- `?page=press`
|
|
- `?page=judging`
|
|
- `?page=scholarly`
|
|
- `?page=services`
|
|
- `?page=why`
|
|
- `?page=resources`
|
|
- `?page=faq`
|
|
- `?page=terms`
|
|
- `?page=privacy`
|
|
- `?page=disclaimer`
|
|
- `?page=start`
|
|
- `?page=ask`
|
|
|
|
## Upload rule
|
|
|
|
After each approved refinement is completed, commit the updated mockup and upload it to the cloud repository immediately.
|