https://github.com/andrebeolchi/drink-it-lp
https://github.com/andrebeolchi/drink-it-lp
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrebeolchi/drink-it-lp
- Owner: andrebeolchi
- Created: 2026-05-29T19:13:57.000Z (28 days ago)
- Default Branch: main
- Last Pushed: 2026-05-29T19:55:31.000Z (28 days ago)
- Last Synced: 2026-05-29T21:11:48.529Z (28 days ago)
- Language: HTML
- Size: 5.79 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# drink-it-lp
Landing page and privacy policy for **Drink It: Cards & Shots**.
Static HTML — no build step, no dependencies.
## Files
| File | Description |
|---|---|
| `index.html` | Landing page (LP) |
| `privacy-policy.html` | Privacy policy |
| `assets/ptbr/` | Screenshots in Brazilian Portuguese |
| `assets/en/` | Screenshots in English |
| `assets/es/` | Screenshots in Spanish |
## i18n
Both pages support **PT / EN / ES** via a language switcher in the nav. Language preference is persisted in `localStorage` and auto-detected from `navigator.language` on first visit.
To update copy, edit the `t` object inside the `` tag at the bottom of each file.
## Assets
Each locale folder contains:
```
three.png — 3-phone hero composite (used on the LP hero)
Slice 1–4.png — App Store promotional screenshots (used in the screenshots carousel)
home.png — Main game screen
users.png — Player setup screen
share.png — End-game results / report screen
```
## Deployment
Drop both HTML files and the `assets/` folder on any static host (GitHub Pages, Netlify, Vercel, etc.). No server-side logic required.
The `privacy-policy.html` URL must be kept stable — it is linked from the App Store and Google Play listings.