Files
simplex-chat/website/src/_data/why_privacy_matters.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

46 lines
1.8 KiB
JSON

{
"sections": [
{
"id": 1,
"title": "privacy-matters-1-title",
"imgLight": "/img/new/privacy-section-1.svg",
"imgDark": "/img/new/privacy-section-1.svg",
"overlayContent": {
"overlayId": "privacy-saves-money",
"overlayScrollTo": "why-privacy",
"title": "privacy-matters-1-overlay-1-title",
"linkText": "privacy-matters-1-overlay-1-linkText",
"showImage": false,
"contentBody": "overlay_content/why_privacy_matters/card_1.html"
}
},
{
"id": 2,
"title": "privacy-matters-2-title",
"imgLight": "/img/new/privacy-section-2.svg",
"imgDark": "/img/new/privacy-section-2.svg",
"overlayContent": {
"overlayId": "privacy-gives-power",
"overlayScrollTo": "why-privacy",
"title": "privacy-matters-2-overlay-1-title",
"linkText": "privacy-matters-2-overlay-1-linkText",
"showImage": false,
"contentBody": "overlay_content/why_privacy_matters/card_2.html"
}
},
{
"id": 3,
"title": "privacy-matters-3-title",
"imgLight": "/img/new/privacy-section-3.svg",
"imgDark": "/img/new/privacy-section-3.svg",
"overlayContent": {
"overlayId": "privacy-protects-freedom",
"overlayScrollTo": "why-privacy",
"title": "privacy-matters-3-overlay-1-title",
"linkText": "privacy-matters-3-overlay-1-linkText",
"showImage": false,
"contentBody": "overlay_content/why_privacy_matters/card_3.html"
}
}
]
}