decup_website/index.html

98 lines
4.0 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8" />
<title>DecUp</title>
<link href="style.css" rel="stylesheet" />
</head>
<body>
<div id="header">
<div class="container">
<h1>DecUp</h1>
<a class="primary" href="install.html">Установить</a>
</div>
</div>
<div id="main">
<div class="container">
<h2>Ваши сервисы — наша забота</h2>
<p>
DecUp поможет развернуть <strong>собственную</strong> инфраструктуру
легче, чем когда-либо.
</p>
<div class="block">
<h2>Зачем?</h2>
<p>
Два года назад блокировки Facebook<span class="ref">*</span>,
Instagram<span class="ref">*</span> и Twitter были
<strong>немыслимыми</strong>.
</p>
<p>Также как и вычистка <strong>банков</strong> из Play Store.</p>
<p>Также как и «<strong>замедление</strong>» YouTube.</p>
<p>
Уже понятно, что будущее России
<strong>закрыто чёрной плашкой</strong>.
</p>
<p class="ref">
* — принадлежит корпорации Meta, признанной в РФ экстремистской
</p>
</div>
<div class="block">
<h2>Что делать?</h2>
<p>
Сейчас набирают популярность
<strong>децентрализованные сервисы</strong>.
</p>
<p>
Их крайне сложно заблокировать: всё раздроблено на маленькие
сервера, которые можно создать <strong>за минуты</strong>.
</p>
<p>
Они предлагают <strong>полный контроль</strong> за вашими данными,
будь то секрет компании или план по захвату мира.
<span class="ref">;)</span>
</p>
</div>
<div class="block">
<h2>Почему мы?</h2>
<h3>Легковесность:</h3>
<p class="details">
DecUp оптимизирован, чтобы не мешать вам пользоваться сервисами.
</p>
<address>лучше, чем SelfPrivacy</address>
<h3>Контроль:</h3>
<p class="details">
DecUp не привязан к чужому компьютеру. С нами вы можете выбрать,
где хранятся ваши данные.
</p>
<address>лучше, чем Yunohost</address>
<h3>Отделённость:</h3>
<p class="details">
DecUp — <strong>не ОС</strong>. После установки программы сервером
можно продолжать пользоваться <strong>как угодно</strong>.
</p>
<h3>Простота установки:</h3>
<p class="details">
Единственное, что нужно — Unix-подобная ОС
<strong>с правами root</strong>.
</p>
<h3>Поддержка:</h3>
<p class="details">
Большинство подобных проектов предоставляются «как есть» (as is).
Мы предлагаем <strong>техподдержку</strong> по различным вопросам,
связанным с DecUp.
</p>
</div>
<a class="full primary" href="install.html">Установить</a>
</div>
</div>
</body>
</html>