Browse Source

add privacy warning message, remove base tags.

zeronet
D4708 4 years ago
parent
commit
d2db3172eb
  1. 14
      css/common.css
  2. 1
      index.html
  3. 14
      install.html

14
css/common.css

@ -135,6 +135,16 @@ a.c-3:hover { @@ -135,6 +135,16 @@ a.c-3:hover {
color: #fff
}
.c-4,
a.c-4:active,
a.c-4:visited {
color: #fdebd7
}
a.c-4:hover {
color: #fff
}
/* dimensions */
.w-33-100 {
width: 33%
@ -284,6 +294,10 @@ a.c-3:hover { @@ -284,6 +294,10 @@ a.c-3:hover {
border-color: #ccc
}
.b-c-5 {
border-color: #b9aa96
}
.b-c-101 { /* branding namespace reserved from 100-199 */
border-color: #c7ffe9
}

1
index.html

@ -2,7 +2,6 @@ @@ -2,7 +2,6 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<base href="https://twisterarmy.github.io" />
<title>Twisterarmy - Community Twister Movement</title>
<link rel="stylesheet" type="text/css" href="/css/font.css" />
<link rel="stylesheet" type="text/css" href="/css/bi.css" />

14
install.html

@ -3,7 +3,6 @@ @@ -3,7 +3,6 @@
<head>
<meta charset="UTF-8">
<title>Twisterarmy - Quick Start Guide</title>
<base href="https://twisterarmy.github.io" />
<link rel="stylesheet" type="text/css" href="/css/font.css" />
<link rel="stylesheet" type="text/css" href="/css/bi.css" />
<link rel="stylesheet" type="text/css" href="/css/common.css" />
@ -53,6 +52,19 @@ @@ -53,6 +52,19 @@
&bull; <i>If you need any help with installation issues, please use feedback link in the package selected.</i>
</p>
</div>
<div class="my-36 p-16 b-c-5 b-2">
<i class="bi-exclamation-octagon mr-6 f-size-26 float-right p-16 c-4"></i>
<p class="c-4">
&bull;
<i>
Pay attention, twister database is the open and distributed storage for the public activity, all requests sending thought independent peer nodes using BitTorrent protocol.
By sharing any messages to the network you will not be able to update or delete it.
</i>
</p>
<p class="c-4">
&bull; <i>Twister is not anonimizing software. If you your personal data is sensetive, you should care about the evironment security first, before launch the node.</i>
</p>
</div>
</div>
<div class="p-16 o-h">
<h2 class="bb-1 b-c-0 f-size-20 pb-10 mb-16 px-12 f-normal">1. Install twister core</h2>

Loading…
Cancel
Save