Переход на picnicss
This commit is contained in:
parent
a85dfc7005
commit
263ded365f
9 changed files with 313 additions and 418 deletions
155
mail.html
155
mail.html
|
@ -10,36 +10,124 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>У вас всегда есть выбор! — Электронная почта</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="css/base.css">
|
||||
<link rel="stylesheet" href="css/menu.css">
|
||||
<link rel="stylesheet" href="css/btn.css">
|
||||
</head>
|
||||
<link rel="stylesheet" href="css/picnic.min.css">
|
||||
<style>aside a.top {
|
||||
font-size: 0;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
font-weight: bold;
|
||||
width: 180px;
|
||||
padding: .6em 0;
|
||||
margin-bottom: 0;
|
||||
border-radius: .3em .3em 0 0;
|
||||
transition: all .3s ease;
|
||||
}
|
||||
aside a.top.visible {
|
||||
font-size: 1em;
|
||||
}
|
||||
aside .links a.button {
|
||||
text-align: left;
|
||||
}
|
||||
@media all and (max-width: 1000px) {
|
||||
aside a.pseudo.top {
|
||||
background: rgba(255, 255, 255, .8);
|
||||
width: 100%;
|
||||
left: 0;
|
||||
text-align: center;
|
||||
z-index: 100;
|
||||
}
|
||||
}
|
||||
.documentation article > h2 {
|
||||
margin: -2em 0 .6em;
|
||||
padding: 3em 0 0;
|
||||
line-height: 1;
|
||||
}
|
||||
.documentation article > h3 {
|
||||
margin-bottom: .6em;
|
||||
}
|
||||
.documentation aside h2 {
|
||||
margin-top: 0;
|
||||
padding: 1.25em 0;
|
||||
line-height: 1;
|
||||
}
|
||||
.documentation aside a.pseudo {
|
||||
color: #0074D9;
|
||||
margin: 0;
|
||||
}
|
||||
.documentation > section {
|
||||
background: #fff;
|
||||
text-align: left;
|
||||
width: 90%;
|
||||
max-width: 960px;
|
||||
margin: 0 auto;
|
||||
padding: 80px 0 0;
|
||||
}
|
||||
.documentation article > h1 {
|
||||
margin: 0;
|
||||
padding: 0.6em 0;
|
||||
font-size: 2em;
|
||||
line-height: 1.5;
|
||||
}
|
||||
.documentation aside a.button {
|
||||
display: block;
|
||||
}
|
||||
.documentation pre[class*="language-"] {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
.documentation .index pre {
|
||||
margin: 0;
|
||||
font-size: .9em;
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
<input type="checkbox" id="menu">
|
||||
<label for="menu" onclick></label>
|
||||
<nav role="off-canvas">
|
||||
<ul>
|
||||
<li><a href="index.html">Главная</a></li>
|
||||
<li><a href="mail.html" class="active">Почта</a></li>
|
||||
<li><a href="im.html">Мессенджеры</a></li>
|
||||
<li><a href="social.html">Соцсети</a></li>
|
||||
<li><a href="search.html">Поисковики</a></li>
|
||||
<li><a href="extra.html">Документы и агитматериалы</a></li>
|
||||
<li><a href="info.html">Подробнее</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<nav class="fedi">
|
||||
<a href="https://fedi.life" class="brand">
|
||||
<img class="logo" src="images/logo.png" />
|
||||
<span>Fedi.Life</span>
|
||||
</a>
|
||||
|
||||
<!-- responsive-->
|
||||
<input id="bmenub" type="checkbox" class="show">
|
||||
<label for="bmenub" class="burger pseudo button">menu</label>
|
||||
|
||||
<div class="menu">
|
||||
<a href="mail.html" class="pseudo button">Почта</a>
|
||||
<a href="im.html" class="pseudo button">Мессенджеры</a>
|
||||
<a href="im.html" class="pseudo button">Соцсети</a>
|
||||
<a href="search.html" class="pseudo button">Поисковики</a>
|
||||
<a href="extra.html" class="pseudo button">Документы и агитматериалы</a>
|
||||
<a href="info.html" class="pseudo button">Подробнее</a>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<main id="home" class="documentation">
|
||||
<section class="flex">
|
||||
|
||||
<div class="textblock">
|
||||
<h2>Электронная почта</h2>
|
||||
<article class="four-fifth-1000">
|
||||
<header><h3>Электронная почта<h3></header>
|
||||
|
||||
<p>Старейший инструмент сетевого общения, распределённый по своей природе. Но даже его затронула монополизация. Куда же деваться человеку, не желающему быть товаром и не готовому мириться с копающимися в его переписке маркетологами? Есть варианты.</p>
|
||||
</article>
|
||||
<article class="card four-fifth-1000">
|
||||
<header>MailFence</header>
|
||||
<center><label for="modal_mf"><img src="images/mailfence.png" width="80%"></label> </center>
|
||||
<div class="modal">
|
||||
<input id="modal_mf" type="checkbox" />
|
||||
<label for="modal_mf" class="overlay"></label>
|
||||
<article>
|
||||
<header>
|
||||
<h3>MailFence</h3>
|
||||
<label for="modal_mf" class="close">×</label>
|
||||
</header>
|
||||
<section class="content">
|
||||
<img src="images/mailfence.png" width="100%">
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<p>Старейший инструмент сетевого общения, распределённый по своей природе. Но даже его затронула монополизация. </p>
|
||||
<div class="imgblock">
|
||||
<a href="images/mailfence.png" >
|
||||
<img src="images/mailfence.png" width=43% max-width=100% style="float:left; margin:1%" alt="MailFence" class="zoom"></a>
|
||||
<h3>MailFence</h3>
|
||||
<span>
|
||||
Бельгийский сервис электронной почты без рекламы и отслеживания. Поддерживает GPG-шифрование, не выдаёт данные пользователей
|
||||
третьим лицам. Базовая учётная запись бесплатна, но можно докупить себе больше места и расширенную техподдержку.<br>
|
||||
|
@ -47,14 +135,21 @@
|
|||
<a href="https://edri.org/">Европейского фонда цифровых прав</a><br>
|
||||
|
||||
</span>
|
||||
<div class="textblock">
|
||||
<h4>Где зарегистрироваться</h4>
|
||||
<a class="Button" href="https://mailfence.com/ru/index.jsp#register">MailFence</a>
|
||||
<h4>Приложения</h4>
|
||||
<a class="Button" href="https://mailfence.com/ru/">MailFence Web</a>
|
||||
<br>Для пользователей платных аккаунтов доступна работа с любого почтового клиента, включая встроенные.
|
||||
<center>
|
||||
<div class="tabs two">
|
||||
<input id='tab-1' type='radio' name='tabgroupB' checked />
|
||||
<label class="pseudo button toggle" for="tab-1">Где зарегистрироваться</label>
|
||||
<input id='tab-2' type='radio' name='tabgroupB'>
|
||||
<label class="pseudo button toggle" for="tab-2">Приложения</label>
|
||||
|
||||
<div class="row">
|
||||
<div><center><button class="pseudo"><a href="https://mailfence.com/ru/index.jsp#register">MailFence</a></button></center></div>
|
||||
<div><center><button class="pseudo"><a href="https://mailfence.com/ru/">MailFence Web</a></button><br> (Для пользователей платных аккаунтов доступна работа с любого почтового клиента, включая встроенные.)</center></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</center>
|
||||
|
||||
</article>
|
||||
<div class="imgblock">
|
||||
<a href="images/tutanota_w.png" >
|
||||
<picture>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue