feat: init

This commit is contained in:
2026-05-08 22:43:23 +03:00
commit b902cf0fa4
86 changed files with 13430 additions and 0 deletions

23
SITEMAP.md Normal file
View File

@@ -0,0 +1,23 @@
# Common Ground Sitemap
Editorial impact шаблон для НКО и campaign platform. Сайт продает доверие через кампании с бюджетом, истории людей, волонтерские смены, живой реестр средств и проверяемые документы.
## Pages
| Route | Page | Blocks and copy intent |
| --- | --- | --- |
| `/` | Главная | Newspaper hero, issue label, доверительный редакционный блок, featured campaign, impact strip, свежий ledger средств. |
| `/campaigns` | Кампании | Campaign index: регион, срок, сумма, прогресс, проблема, распределение средств и переход в детальную кампанию. |
| `/campaigns/clean-water` | Кампания | Dossier-style detail: проблема, цель, checkpoints, progress, donation mock-panel и бюджет кампании. |
| `/impact` | Отчет о влиянии | Метрики, методика подтверждения, ledger, связь цифр с документами и полевыми данными. |
| `/stories` | Истории | Editorial story cards with images, place, result and field context. |
| `/volunteer` | Волонтерские смены | Операционная доска: дата, время, роль, место, свободные места и тип задачи. |
| `/transparency` | Прозрачность | Структура расходов, mock-отчет, документы, партнеры и блоки проверки. |
## Visual Direction
- Newspaper/editorial layout on clay paper with strong black rules, blue primary, green secondary and warm accent.
- Avoid generic charity softness: the visual language is newsroom, field desk and public ledger.
- Real human/field imagery from Unsplash is used for campaign and story context.
- Feature mock: `DonationPanel` in `src/features/donation-panel/ui/donation-panel.tsx`.
- Domain content lives in `src/entities/site-content.ts`.