diff --git a/_data/cards.yml b/_data/cards.yml new file mode 100644 index 0000000..dc94d73 --- /dev/null +++ b/_data/cards.yml @@ -0,0 +1,32 @@ +--- +- src: /assets/img/1.gif + title: "Researching All Layers" + text: "Concerned with all layers in the stack including underlying + transports, p2p overlays and routing, initial trust establishment, and + semantics for things like group chat." + +- src: /assets/img/3.gif + title: "Peer-to-Peer" + text: "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." + +- src: /assets/img/4.gif + title: "Security, Privacy, Censorship Resistance" + text: "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." + +- src: /assets/img/5.gif + title: "Modular System" + text: "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." + +- src: /assets/img/2.gif + title: "Generalized Messaging" + text: " 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/_data/join.yml b/_data/join.yml new file mode 100644 index 0000000..048acb3 --- /dev/null +++ b/_data/join.yml @@ -0,0 +1,21 @@ +--- +- link: https://status.im/our_team/jobs.html + src: /assets/img/logo.svg + title: "Join the team" + text: "We are a remote team of researchers dedicated to building a fair + internet." + link-text: "View open roles" + +- link: https://discord.com/ + src: /assets/img/discord.svg + title: "Join the convo" + text: " Ask questions or speak with us about our work as we research new + means of communication." + link-text: "Join our Discord" + +- link: https://github.com/vacp2p + src: /assets/img/github.svg + title: "Contribute on Github" + text: " Our work is open source and free for anyone to contribute to, use, + and modify for their needs." + link-text: "Contribute" diff --git a/index.html b/index.html index 77790d6..72682d5 100644 --- a/index.html +++ b/index.html @@ -289,7 +289,9 @@ layout: default max-w-screen-xl flex flex-col sm:flex-row - py-10 + pt-10 + pb-5 + lg:pb-2 border-b " > @@ -313,6 +315,7 @@ layout: default sm:flex-row " > + {% for card in site.data.cards %}
Gif animation - Researching All Layers + {{ card.title }}

-

- 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. +

+ {{ card.text }}

+ {% endfor %} @@ -480,11 +361,11 @@ layout: default
-