change wording
This commit is contained in:
parent
52418adf43
commit
50358bc99f
|
@ -1,6 +1,5 @@
|
|||
@use 'pure';
|
||||
@use 'grids-responsive';
|
||||
/* The line above should remain empty */
|
||||
|
||||
$darkTextColor: #ccc;
|
||||
$darkTextColorStr: "ccc";
|
||||
|
@ -8,6 +7,7 @@ $darkBgGrey: #313131;
|
|||
$blueLinkVisited: #007bff;
|
||||
$grey: #666;
|
||||
$lightBlue: #008ed4;
|
||||
$lightBorderColor: #a3a3a3;
|
||||
|
||||
/************************/
|
||||
/** Very Common Things **/
|
||||
|
@ -131,7 +131,13 @@ $featuresGutter: 1rem;
|
|||
margin: 15px 0;
|
||||
padding: 0 $featuresGutter;
|
||||
}
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 2px solid $lightBorderColor;
|
||||
font-style: italic;
|
||||
line-height: 1.8;
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
|
||||
@function svgarrow($color) {
|
||||
|
@ -140,10 +146,10 @@ $featuresGutter: 1rem;
|
|||
|
||||
#page-index #faq {
|
||||
margin: 4rem 0 8rem 0;
|
||||
border-bottom: 1px solid #a3a3a3;
|
||||
border-bottom: 1px solid $lightBorderColor;
|
||||
|
||||
> article {
|
||||
border-top: 1px solid #a3a3a3;
|
||||
border-top: 1px solid $lightBorderColor;
|
||||
|
||||
input {
|
||||
display: none;
|
||||
|
@ -272,7 +278,11 @@ $featuresGutter: 1rem;
|
|||
}
|
||||
|
||||
h2.brand-subtitle {
|
||||
color: #ccc;
|
||||
color: $darkTextColor;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left-color: $darkTextColor;
|
||||
}
|
||||
|
||||
#page-index {
|
||||
|
|
|
@ -6,19 +6,15 @@
|
|||
|
||||
<div id="leading-feature">
|
||||
|
||||
11sync.net is a privacy-respecting way to back-up and synchronize files
|
||||
across your and your colleagues’ (or friends, or family) devices. With
|
||||
11sync.net, your files are always there when you need them, including
|
||||
previous versions. Utilizing Syncthing password protection, your files remain
|
||||
confidential; only those with the correct password can access them, ensuring
|
||||
the utmost privacy and security, with no exceptions even for us.
|
||||
11sync.net is a Hosted Syncthing peer. Designed for Syncthing users seeking
|
||||
reliable backups and resilience.
|
||||
|
||||
</div>
|
||||
|
||||
<section class="leftright pure-g">
|
||||
|
||||
<article class="pure-u-1 pure-u-md-1-2">
|
||||
<h1 id="backup">Synchronize + backup</h1>
|
||||
<h1>Synchronize + backup</h1>
|
||||
|
||||
Your files are automatically backed up every few minutes, with the option
|
||||
to retain old copies for as long as you need. Accidentally overwritten a
|
||||
|
@ -30,7 +26,7 @@
|
|||
</article>
|
||||
|
||||
<article class="pure-u-1 pure-u-md-1-2">
|
||||
<h1 id="privacy">Privacy</h1>
|
||||
<h1>Privacy</h1>
|
||||
|
||||
At 11sync.net, you can <a
|
||||
href="https://docs.syncthing.net/branch/untrusted/html/users/untrusted.html">secure folders
|
||||
|
@ -44,7 +40,7 @@
|
|||
</article>
|
||||
|
||||
<article class="pure-u-1 pure-u-md-1-2">
|
||||
<h1 id="privacy">Bootstrapped, users first</h1>
|
||||
<h1>Bootstrapped, users first</h1>
|
||||
|
||||
We are bootstrapped and are driven by users’ needs, placing them above
|
||||
profits. Our service is designed for effortless entry and exit, ensuring
|
||||
|
@ -54,7 +50,7 @@
|
|||
|
||||
|
||||
<article class="pure-u-1 pure-u-md-1-2">
|
||||
<h1 id="opensource">Open-source</h1>
|
||||
<h1>Open-source</h1>
|
||||
|
||||
11sync.net operates using <a href="https://syncthing.net">syncthing</a>,
|
||||
a renowned open-source file synchronization tool first launched in 2013.
|
||||
|
@ -327,6 +323,26 @@
|
|||
</div>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<input type="checkbox" id="ac-62" checked="checked" />
|
||||
<label for="ac-62"><h2>Isn’t Syncthing all about decentralization?</h2></label>
|
||||
<div>
|
||||
|
||||
Here is a comment from Syncthing Foundation about 11sync.net:
|
||||
|
||||
<blockquote> There is also a feeling that the centralisation of
|
||||
Syncthing services contradicts the project goals of individuals
|
||||
running decentralised syncing; we (as the project/foundation) will
|
||||
likely not recommend your service as best practice.</blockquote>
|
||||
|
||||
<p>We understand and value the position of Syncthing Foundation. Our
|
||||
goal is to offer a resilient peer to those who need it.
|
||||
|
||||
<div></div>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
|
||||
<article>
|
||||
<input type="checkbox" id="ac-65" checked="checked" />
|
||||
<label for="ac-65"><h2>How will my email be used?</h2></label>
|
||||
|
|
Loading…
Reference in New Issue