mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-06 10:39:50 +00:00
new website (#1307)
* nav in process
* edited web.yml
* navbar issue fixed
* added theme switcher
* added privacy matters section
* added features section
* updated nav padding
* added network section
* improved sidebar dark mode colors
* added footer
* simplex private section added
* added some improvements
* nav issue fixed
* simplex unique section added
* a small fix
* added overlay & data to some sections
* added overlay to simplex unique section
added some improvements to other sections too
* added a small fix
* updated CNAME
* markdown files for why simplex is unique
* Revert "markdown files for why simplex is unique"
This reverts commit ef728218f7.
* added hero section
* added comparison and simplex explained section
* added blogs page
* added articles page
* a small fix in hero section
* added contact page
* updated contact
* created files for overlay content
* a light update
* hero animation
* working on hero
* added responsiveness for mobile
* a quick fix
* added responsiveness to tablet screen
* added responsiveness for desktop screen on hero section
* switch theme of hero
* nav color update
* set comparisons sections
* switch theme of comparisons section
* added responsiveness in simplex explained section
* add logic to simplex explained
* added theme switcher to simplex explained
* manage join simplex section
* update what makes simplex private
* a quick update
* add improvements
* a bit update
* add improvements
* texts for why privacy matters section
* update headers
* texts for "why unique" and "features" sections
* EOLs
* update swipers
* update & add transitions to simplex unique section
* updated overlays
* increase the size of cross on overlays
* add overlays to hero
* website: texts for "private" and "explained" sections (#5)
* website: texts for "private" section
* texts for simplex explained
* blog previews and images (#6)
* blog previews and images
* text for dark mode
* add link style
* add overlay to -> unlike p2p networks
* add picture with blue arrows to simplex explained
* update blog list layout
* remove extra css
* bigger navigation circles & center positions
* make bullets (dots) bigger
* make private scroll thicker
* update hero & footer mobile download btns
* fix dark mode animation files (#7)
* improved contrast for light animation in hero section (#8)
* remove old animation
* Made Hero Pixel Perfect to Desktop
* texts in hero section overlays (#10)
* texts in hero section overlays
* replace hero video
* eol
* update footer links (#11)
* update footer links
* eol
* texts, links, fix layout (#12)
* mailchimp form (#13)
* site meta tags (#14)
* site meta tags
* update blog og:url
* amend texts
* font
* update text
* contact page
* Making things Polished in Hero (#15)
* Made Video Responsive on Tablet
* Fixed the issues
* remove extra files for home & contact page
* update invitation
* refactoring
* fix nav for dark
* quick fix
* update blog list layout
* refactoring
* disable inactive nav circles
* contact page
* fix mobile
* detect platform & show btns according to it
* contact & invitation page setting
* complete contact/invitation page
* create variables for download btns
* fixes for hero - for tablet & mobile
* update hero layout
* update footer layout
* increase the size of logo in navbar
* updated nav & footer logos
* add links to join simplex section
* text for p2p networks section
* text on contact page about link
* add touchstart handler to close popup
* update APK links
* update CNAME
Co-authored-by: M Sarmad Qadeer <MSarmadQadeer@gmail.com>
Co-authored-by: Ojas Shukla <54703305+whizzbbig@users.noreply.github.com>
This commit is contained in:
co-authored by
M Sarmad Qadeer
Ojas Shukla
parent
dd9e94eefd
commit
fa5a70cd19
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"sections": [
|
||||
{
|
||||
"id": 1,
|
||||
"title": "E2E-encrypted messages with markdown and editing",
|
||||
"imgLight": "/img/new/feature-1.svg",
|
||||
"imgDark": "/img/new/feature-1-dark.svg"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"title": "E2E-encrypted<br>images and files",
|
||||
"imgLight": "/img/new/feature-2.svg",
|
||||
"imgDark": "/img/new/feature-2-dark.svg"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"title": "Decentralized secret groups —<br>only users know they exist",
|
||||
"imgLight": "/img/new/feature-3.svg",
|
||||
"imgDark": "/img/new/feature-3-dark.svg"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"title": "E2E-encrypted voice messages <em>(coming soon)</em>",
|
||||
"imgLight": "/img/new/feature-4.svg",
|
||||
"imgDark": "/img/new/feature-4-dark.svg"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"title": "Disappearing secret conversations <em>(coming soon)</em>",
|
||||
"imgLight": "/img/new/feature-5.svg",
|
||||
"imgDark": "/img/new/feature-5-dark.svg"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"title": "E2E-encrypted<br>audio and video calls",
|
||||
"imgLight": "/img/new/feature-6.svg",
|
||||
"imgDark": "/img/new/feature-6-dark.svg"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"title": "Portable encrypted database — move your profile to another device",
|
||||
"imgLight": "/img/new/feature-7.svg",
|
||||
"imgDark": "/img/new/feature-7-dark.svg"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"title": "Incognito mode —<br>unique to SimpleX Chat",
|
||||
"imgLight": "/img/new/feature-8.svg",
|
||||
"imgDark": "/img/new/feature-8-dark.svg"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"sections": [
|
||||
{
|
||||
"id": 1,
|
||||
"imgLight": "/img/new/explained-2.svg",
|
||||
"imgDark": "/img/new/explained-2.svg",
|
||||
"overlayContent": {
|
||||
"overlayId": "hero-overlay-1",
|
||||
"title": "How does SimpleX work?",
|
||||
"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": "hero-overlay-2",
|
||||
"title": "Why user IDs are bad for privacy?",
|
||||
"showImage": true,
|
||||
"contentBody": "overlay_content/hero/card_2.html"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"sections": [
|
||||
{
|
||||
"id": 1,
|
||||
"imgLight": "/img/new/network-1.svg",
|
||||
"imgDark": "/img/new/network-1-dark.svg",
|
||||
"overlayContent": {
|
||||
"overlayId": "simplex-network-overlay-1",
|
||||
"title": "Comparison with P2P messaging protocols",
|
||||
"showImage": true,
|
||||
"contentBody": "overlay_content/simplex_network/card_1.html"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,103 @@
|
||||
{
|
||||
"sections": [
|
||||
{
|
||||
"id": 10,
|
||||
"title": "Temporary anonymous pairwise identifiers",
|
||||
"imgLight": "/img/new/private-10.svg",
|
||||
"imgDark": "/img/new/private-10-dark.svg",
|
||||
"points": [
|
||||
"SimpleX uses temporary anonymous pairwise addresses and credentials for each user contact or group member.",
|
||||
"It allows to deliver messages without user profile identifiers, providing better meta-data privacy than alternatives."
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"title": "Out-of-band<br>key exchange",
|
||||
"imgLight": "/img/new/private-6.svg",
|
||||
"imgDark": "/img/new/private-6-dark.svg",
|
||||
"points": [
|
||||
"Many communication platforms are vulnerable to MITM attacks by servers or network providers.",
|
||||
"To prevent it SimpleX apps pass one-time keys out-of-band, when you share an address as a link or a QR code."
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"title": "2-layers of<br>end-to-end encryption",
|
||||
"imgLight": "/img/new/private-1.svg",
|
||||
"imgDark": "/img/new/private-1-dark.svg",
|
||||
"points": [
|
||||
"Double-ratchet protocol —<br>OTR messaging with perfect forward secrecy and break-in recovery.",
|
||||
"NaCL cryptobox in each queue to prevent traffic correlation between message queues if TLS is compromised."
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"title": "Message integrity<br>verification",
|
||||
"imgLight": "/img/new/private-7.svg",
|
||||
"imgDark": "/img/new/private-7-dark.svg",
|
||||
"points": [
|
||||
"To guarantee integrity the messages are sequentially numbered and include the hash of the previous message.",
|
||||
"If any message is added, removed or changed the recipient will be alerted."
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"title": "Additional layer of<br>server encryption",
|
||||
"imgLight": "/img/new/private-2.svg",
|
||||
"imgDark": "/img/new/private-2-dark.svg",
|
||||
"points": [
|
||||
"Additional layer of server encryption for delivery to the recipient, to prevent the correlation between received and sent server traffic if TLS is compromised."
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"title": "Message mixing<br>to reduce correlation",
|
||||
"imgLight": "/img/new/private-8.svg",
|
||||
"imgDark": "/img/new/private-8-dark.svg",
|
||||
"points": [
|
||||
"SimpleX servers act as low latency mix nodes — the incoming and outgoing messages have different order."
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"title": "Secure authenticated<br>TLS transport",
|
||||
"imgLight": "/img/new/private-3.svg",
|
||||
"imgDark": "/img/new/private-3-dark.svg",
|
||||
"points": [
|
||||
"Only TLS 1.2/1.3 with strong algorithms is used for client-server connections.",
|
||||
"Server fingerprint and channel binding prevent MITM and replay attacks.",
|
||||
"Connection resumption is disabled to prevent session attacks."
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"title": "Optional<br>access via Tor",
|
||||
"imgLight": "/img/new/private-4.svg",
|
||||
"imgDark": "/img/new/private-4-dark.svg",
|
||||
"points": [
|
||||
"To protect your IP address you can access the servers via Tor or some other transport overlay network.",
|
||||
"To use SimpleX via Tor please install <a href=\"https://guardianproject.info/apps/org.torproject.android/\" target=\"_blank\">Orbot app</a> and enable SOCKS5 proxy (or VPN <a href=\"https://apps.apple.com/us/app/orbot/id1609461599?platform=iphone\" target=\"_blank\">on iOS</a>)."
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"title": "Unidirectional<br>message queues",
|
||||
"imgLight": "/img/new/private-9.svg",
|
||||
"imgDark": "/img/new/private-9-dark.svg",
|
||||
"points": [
|
||||
"Each message queue passes messages in one direction, with the different send and receive addresses.",
|
||||
"It reduces the attack vectors, compared with traditional message brokers, and available meta-data."
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"title": "Multiple layers of<br>content padding",
|
||||
"imgLight": "/img/new/private-5.svg",
|
||||
"imgDark": "/img/new/private-5-dark.svg",
|
||||
"points": [
|
||||
"SimpleX uses content padding for each encryption layer to frustrate message size attacks.",
|
||||
"It makes messages of different sizes look the same to the servers and network observers."
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"sections": [
|
||||
{
|
||||
"id": 1,
|
||||
"title": "Advertising and price discrimination",
|
||||
"imgLight": "/img/new/privacy-section-1.svg",
|
||||
"imgDark": "/img/new/privacy-section-1.svg",
|
||||
"overlayContent": {
|
||||
"overlayId": "why-privacy-matters-1",
|
||||
"title": "Privacy saves you money",
|
||||
"linkText": "Privacy saves you money",
|
||||
"showImage": false,
|
||||
"contentBody": "overlay_content/why_privacy_matters/card_1.html"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"title": "Manipulation of elections",
|
||||
"imgLight": "/img/new/privacy-section-2.svg",
|
||||
"imgDark": "/img/new/privacy-section-2.svg",
|
||||
"overlayContent": {
|
||||
"overlayId": "why-privacy-matters-2",
|
||||
"title": "Privacy gives you power",
|
||||
"linkText": "Privacy gives you power",
|
||||
"showImage": false,
|
||||
"contentBody": "overlay_content/why_privacy_matters/card_2.html"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"title": "Prosecution due to innocent association",
|
||||
"imgLight": "/img/new/privacy-section-3.svg",
|
||||
"imgDark": "/img/new/privacy-section-3.svg",
|
||||
"overlayContent": {
|
||||
"overlayId": "why-privacy-matters-3",
|
||||
"title": "Privacy protects your freedom",
|
||||
"linkText": "Privacy protects your freedom",
|
||||
"showImage": false,
|
||||
"contentBody": "overlay_content/why_privacy_matters/card_3.html"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"sections": [
|
||||
{
|
||||
"id": 1,
|
||||
"title": "You have complete privacy",
|
||||
"descBody": "sections/simplex_unique/card_1.html",
|
||||
"imgLight": "/img/new/unique-section-1.png",
|
||||
"imgDark": "/img/new/unique-section-1-dark.png",
|
||||
"overlayContent": {
|
||||
"overlayId": "why-simplex-is-unique-1",
|
||||
"title": "Full privacy of your identity, profile, contacts and metadata",
|
||||
"linkText": "Learn more",
|
||||
"showImage": true,
|
||||
"contentBody": "overlay_content/why_simplex_is_unique/card_1.html"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"title": "You are protected<br>from spam and abuse",
|
||||
"descBody": "sections/simplex_unique/card_2.html",
|
||||
"imgLight": "/img/new/unique-section-2.png",
|
||||
"imgDark": "/img/new/unique-section-2-dark.png",
|
||||
"overlayContent": {
|
||||
"overlayId": "why-simplex-is-unique-2",
|
||||
"title": "The best protection from spam and abuse",
|
||||
"linkText": "Learn more",
|
||||
"showImage": true,
|
||||
"contentBody": "overlay_content/why_simplex_is_unique/card_2.html"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"title": "You control your data",
|
||||
"descBody": "sections/simplex_unique/card_3.html",
|
||||
"imgLight": "/img/new/unique-section-3.png",
|
||||
"imgDark": "/img/new/unique-section-3-dark.png",
|
||||
"overlayContent": {
|
||||
"overlayId": "why-simplex-is-unique-3",
|
||||
"title": "Ownership, control and security of your data",
|
||||
"linkText": "Learn more",
|
||||
"showImage": true,
|
||||
"contentBody": "overlay_content/why_simplex_is_unique/card_3.html"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"title": "You own SimpleX network",
|
||||
"descBody": "sections/simplex_unique/card_4.html",
|
||||
"imgLight": "/img/new/unique-section-4.png",
|
||||
"imgDark": "/img/new/unique-section-4-dark.png",
|
||||
"overlayContent": {
|
||||
"overlayId": "why-simplex-is-unique-4",
|
||||
"title": "Fully decentralised — users own the SimpleX network",
|
||||
"linkText": "Learn more",
|
||||
"showImage": true,
|
||||
"contentBody": "overlay_content/why_simplex_is_unique/card_4.html"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user