From 1e922be110b14c639e7bc4a4fa027eb9c0957045 Mon Sep 17 00:00:00 2001 From: Maria Rushkova Date: Mon, 2 Aug 2021 17:53:36 +0200 Subject: [PATCH] Add section about --- index.html | 187 +++++++++++++++++++++++++++++++++++++++++++++ tailwind.config.js | 2 + 2 files changed, 189 insertions(+) diff --git a/index.html b/index.html index 5923e8b..ce49f00 100644 --- a/index.html +++ b/index.html @@ -280,3 +280,190 @@ layout: default + +
+
+

+ About +

+
+
+

+ Our research is designed to remove centralized third parties from our + communication. We believe in the right to privacy, security, and autonomy + of the individual. +

+
+
+ Gif animation +

+ Researching All Layers +

+

+ Concerned with all layers in the stack including underlying + transports, p2p overlays and routing, initial trust establishment, and + semantics for things like group chat. +

+
+
+ Gif animation +

+ Peer-to-Peer +

+

+ The protocols we work on are pure peer-to-peer, and aim to minimize + centralization. This too is in opposition to many initiatives in the + secure messaging space. +

+
+
+ Gif animation +

+ Security, Privacy, Censorship Resistance +

+

+ Assumes the basics such as end-to-end encryption, forward secrecy, + avoiding MITM-attacks. Vac also places a premium on privacy and + censorship resistance from port blocking, traffic analysis, and + similar. +

+
+
+ Gif animation +

+ Modular System +

+

+ Provide options at each layer in the stack, instead of having a + tightly coupled set of protocols. Allowing developers to choose what + they use and ensure they know each choice comes with different + trade-offs. +

+
+
+ Gif animation +

+ Generalized Messaging +

+

+ This includes both human to human communication, as well as machine to + machine communication. Texting, data transfer, financial transactions, + state channels and more. +

+
+
+
+
diff --git a/tailwind.config.js b/tailwind.config.js index f2dffa5..60bb2ba 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -9,6 +9,7 @@ module.exports = { }, screens: { xxs: "370px", + xscard: "436px", xs: "450px", xm: "480px", sm: "570px", @@ -19,6 +20,7 @@ module.exports = { "lg-max": { max: "1024px" }, lg: "1024px", l: "1199px", + lm: "1280px", xl: "1440px", }, maxHeight: {