Files
simplex-chat/website/src/_data/hero_overlays.json
T
M Sarmad Qadeer f5670c39da website: add support for overlay hash in URL (#1974)
* 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>
2023-03-06 22:25:54 +00:00

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"
}
}
]
}