mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-03-31 05:25:47 +00:00
* website: why SimpleX exists * doc * size, centred * why * why we built SimpleX Network * why link * para gap * cleaner layout * link to why * update * fix script * ru correction --------- Co-authored-by: Evgeny @ SimpleX Chat <259188159+evgeny-simplex@users.noreply.github.com>
52 lines
2.0 KiB
HTML
52 lines
2.0 KiB
HTML
---
|
|
layout: layouts/main.html
|
|
title: "Why we are building SimpleX Network"
|
|
description: "A network with no accounts, no identities, and no way to know who you are."
|
|
templateEngineOverride: njk
|
|
noGlossary: true
|
|
---
|
|
|
|
{% set lang = page.url | getlang %}
|
|
|
|
<section class="min-h-screen px-5 py-24 md:py-32 lg:py-40">
|
|
<div class="max-w-[680px] mx-auto">
|
|
|
|
<h1 class="text-grey-black dark:text-white text-[24px] md:text-[36px] lg:text-[40px] font-bold leading-[1.2] tracking-[-0.01em] mb-12 md:mb-16">
|
|
{{ "why-p1" | i18n({}, lang) | safe }}
|
|
</h1>
|
|
|
|
<p class="text-grey-black dark:text-white text-[18px] md:text-[20px] lg:text-[22px] font-normal leading-[1.6] mb-6 md:mb-8">
|
|
{{ "why-p2" | i18n({}, lang) | safe }}
|
|
</p>
|
|
|
|
<p class="text-grey-black dark:text-white text-[18px] md:text-[20px] lg:text-[22px] font-normal leading-[1.6] mb-6 md:mb-8">
|
|
{{ "why-p3" | i18n({}, lang) | safe }}
|
|
</p>
|
|
|
|
<p class="text-grey-black dark:text-white text-[20px] md:text-[24px] lg:text-[26px] font-medium leading-[1.5] mb-6 md:mb-8">
|
|
{{ "why-p4" | i18n({}, lang) | safe }}
|
|
</p>
|
|
|
|
<p class="text-grey-black dark:text-white text-[18px] md:text-[20px] lg:text-[22px] font-normal leading-[1.6] mb-6 md:mb-8">
|
|
{{ "why-p5" | i18n({}, lang) | safe }}
|
|
</p>
|
|
|
|
<p class="text-grey-black dark:text-white text-[18px] md:text-[20px] lg:text-[22px] font-normal leading-[1.6] mb-6 md:mb-8">
|
|
{{ "why-p6" | i18n({}, lang) | safe }}
|
|
</p>
|
|
|
|
<p class="text-grey-black dark:text-white text-[18px] md:text-[20px] lg:text-[22px] font-normal leading-[1.6] mb-6 md:mb-8">
|
|
{{ "why-p7" | i18n({}, lang) | safe }}
|
|
</p>
|
|
|
|
<p class="text-grey-black dark:text-white text-[20px] md:text-[24px] lg:text-[26px] font-medium leading-[1.5] mb-10 md:mb-14">
|
|
{{ "why-p8" | i18n({}, lang) | safe }}
|
|
</p>
|
|
|
|
<p class="text-[36px] md:text-[40px] lg:text-[46px] font-bold leading-[1.15] gradient-text">
|
|
{{ "why-tagline" | i18n({}, lang) | safe }}
|
|
</p>
|
|
|
|
</div>
|
|
</section>
|