mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-30 22:04:36 +00:00
f5670c39da
* website: add support for overlay hash in URL * website: update the overlay hashes * website: fix the ui of donate button in join simplex section * website: make the text selectable of unique & explained swiper * scroll to popup context --------- Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
28 lines
892 B
JSON
28 lines
892 B
JSON
{
|
|
"sections": [
|
|
{
|
|
"id": 1,
|
|
"imgLight": "/img/new/explained-2.svg",
|
|
"imgDark": "/img/new/explained-2.svg",
|
|
"overlayContent": {
|
|
"overlayId": "how-simplex-works",
|
|
"overlayScrollTo": "",
|
|
"title": "hero-overlay-1-title",
|
|
"showImage": true,
|
|
"contentBody": "overlay_content/hero/card_1.html"
|
|
}
|
|
},
|
|
{
|
|
"id": 2,
|
|
"imgLight": "/img/new/explained-1.svg",
|
|
"imgDark": "/img/new/explained-1.svg",
|
|
"overlayContent": {
|
|
"overlayId": "why-ids-bad-for-privacy",
|
|
"overlayScrollTo": "",
|
|
"title": "hero-overlay-2-title",
|
|
"showImage": true,
|
|
"contentBody": "overlay_content/hero/card_2.html"
|
|
}
|
|
}
|
|
]
|
|
} |