Initial Paprika Next.js implementation

This commit is contained in:
2026-07-06 12:12:36 -04:00
commit 7d585484a6
38 changed files with 14824 additions and 0 deletions

27
doc/README.md Normal file
View File

@@ -0,0 +1,27 @@
# 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.

3423
doc/index.html Normal file

File diff suppressed because it is too large Load Diff