Fix text content

This commit is contained in:
Paweł Rzepiński 2021-11-15 14:12:56 +01:00
parent 25efadf0ed
commit aa1d5fc256
2 changed files with 157228 additions and 9 deletions

157218
src/css/style.min.css vendored

File diff suppressed because it is too large Load Diff

View File

@ -66,7 +66,7 @@
</div>
<div class="lg:w-8/12">
<div class="lg:w-3/4">
<h1 class="text-32 text-white max-w-2xl">Waku is the communication layer for Web3. Private, secure, decentralized and runs anywhere.</h1>
<h1 class="text-32 text-white max-w-2xl">Waku is the communication layer for Web3. Decentralized communication that scales. Private, secure, and it runs anywhere.</h1>
<a class="inline-block pl-3 mt-8 text-pink text-sm italic underline bg-link-arrow-pink bg-left bg-no-repeat lg:no-underline lg:mt-16 hover:underline" href="/node.html">Try Waku</a>
</div>
</div>
@ -81,9 +81,9 @@
<h2 class="text-2xl text-gray text-center font-semibold lg:max-w-2xl lg:text-left">What is Waku?</h2>
</div>
<div class="lg:w-8/12">
<p class="text-sm mb-8 leading-normal">Waku is a fork of the p2p Whisper protocol designed for greater scalability.</p>
<p class="text-sm mb-8 leading-normal">Waku is a gossip based protocol that <b>removes centralized third parties</b> from our messaging and enables private, secure, censorship communication. </p>
<p class="text-sm mb-8 leading-normal">Waku is designed for <b>generalized messaging,</b> enabling both human-to-human or machine-to-machine communication.</p>
<p class="text-sm mb-8 leading-normal">Waku has its origins in the Whisper protocol, but optimized for scalability and better usability</p>
<p class="text-sm mb-8 leading-normal">Waku <b>removes centralized third parties</b> from our messaging, enabling private, secure, censorship-free communication. </p>
<p class="text-sm mb-8 leading-normal">Waku is designed for <b>generalized messaging</b>, enabling both human-to-human or machine-to-machine communication.</p>
<a class="inline-block text-blue text-sm underline italic pl-3 bg-link-arrow-blue bg-left bg-no-repeat lg:no-underline hover:underline" href="/about.html">Learn more about Waku</a>
</div>
</div>
@ -92,16 +92,17 @@
<section class="px-6 md:px-16 lg:px-16">
<div class="flex flex-col pt-20 pb-24 border-b-thin border-gray lg:flex-row lg:pt-48 lg:pb-32">
<div class="mb-10 md:mb-6 lg:mb-0 lg:w-4/12 md:pr-4 lg:pl-16 lg:pr-0">
<h2 class="text-2xl text-gray text-center font-semibold lg:max-w-2xl lg:text-left">How it works?</h2>
<h2 class="text-2xl text-gray text-center font-semibold lg:max-w-2xl lg:text-left">How does it work?</h2>
</div>
<div class="lg:w-8/12">
<p class="text-sm font-bold mb-8 leading-6">Waku implements PubSub over libp2p and adds capabilities on top of it. These capabilities are:</p>
<p class="text-sm font-bold leading-6">Waku v1 is a fork of Whisper that primarily improves scalability.</p>
<p class="text-sm font-bold mb-8 leading-6">Waku v2 is a complete rewrite. Its relay protocol implements pub/sub over libp2p, and also introduces additional capabilities:</p>
<ul class="text-sm mb-8 leading-6 list-decimal pl-4">
<li>Retrieving historical messages for mostly-offline devices.</li>
<li>Adaptive nodes, allowing for heterogeneous nodes to contribute.</li>
<li>Bandwidth preservation for light nodes.</li>
</ul>
<p class="text-sm mb-8 leading-6">This makes it ideal for running a p2p protocol on mobile and in similarly restricted environments.</p>
<p class="text-sm mb-8 leading-6">This makes it ideal for running a p2p protocol on mobile, or in other similarly resource restricted environments.</p>
<a class="inline-block text-blue text-sm italic underline pl-3 bg-link-arrow-blue bg-left bg-no-repeat lg:no-underline hover:underline" href="/about.html">Learn more about Waku</a>
</div>
</div>
@ -123,8 +124,8 @@
<div>
<h3 class="font-semibold text-lg leading-10 mb-2">Status</h3>
<div>
<p class="text-sm leading-6">The communication layer for Ethereum. A tech stack enabling decentralized communication between DApps and people.</p>
<a class="inline-block text-sm text-blue underline italic pl-3 mt-6 bg-link-arrow-blue bg-left bg-no-repeat lg:no-underline hover:underline" href="">Visit DApp Connect</a>
<p class="text-sm leading-6">Status is a secure messaging app, crypto wallet, and Web3 browser built with state of the art technology.</p>
<a class="inline-block text-sm text-blue underline italic pl-3 mt-6 bg-link-arrow-blue bg-left bg-no-repeat lg:no-underline hover:underline" href="">Visit Status</a>
</div>
</div>
</div>