mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-11 04:07:10 +00:00
3419ce293b
* website: downloads page * link * website: fix h2 headers issue * website: fix sidebar issue * website: fix language changer for downloads page in navbar * update, add security assessment section --------- Co-authored-by: M Sarmad Qadeer <MSarmadQadeer@gmail.com>
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
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"
|
|
}
|
|
},
|
|
{
|
|
"id": 3,
|
|
"imgLight": "/img/trail-of-bits-light.png",
|
|
"imgDark": "/img/trail-of-bits-dark.png",
|
|
"overlayContent": {
|
|
"overlayId": "security-assessment",
|
|
"overlayScrollTo": "",
|
|
"title": "hero-overlay-3-title",
|
|
"showImage": true,
|
|
"contentBody": "overlay_content/hero/card_3.html"
|
|
}
|
|
}
|
|
]
|
|
} |