mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
Add first FAQ questions
This commit is contained in:
parent
c9089feebf
commit
cd1db0753b
2 changed files with 36 additions and 42 deletions
|
@ -142,35 +142,35 @@ footer {
|
|||
}
|
||||
}
|
||||
|
||||
.line {
|
||||
width:100%;
|
||||
text-align:center;
|
||||
border-bottom: 2px solid rgba(0, 0, 0, 0.2);
|
||||
line-height:0.1em;
|
||||
.line {
|
||||
width:100%;
|
||||
text-align:center;
|
||||
border-bottom: 2px solid rgba(0, 0, 0, 0.2);
|
||||
line-height:0.1em;
|
||||
margin:10px 0 20px;
|
||||
}
|
||||
.line span {
|
||||
background:#fff;
|
||||
padding:0 25px;
|
||||
}
|
||||
.line span {
|
||||
background:#fff;
|
||||
padding:0 25px;
|
||||
}
|
||||
|
||||
.support p{
|
||||
color: #7d7d7d;
|
||||
}
|
||||
|
||||
.support a{
|
||||
a.link {
|
||||
--text-opacity: 1;
|
||||
color: #667eea;
|
||||
color: rgba(102, 126, 234, var(--text-opacity));
|
||||
text-decoration: inherit;
|
||||
background-color: transparent;
|
||||
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
|
||||
}
|
||||
|
||||
.support a:hover{
|
||||
opacity: .5;
|
||||
transition-duration: 150ms;
|
||||
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
||||
&:hover{
|
||||
opacity: .5;
|
||||
transition-duration: 150ms;
|
||||
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
||||
}
|
||||
}
|
||||
|
||||
.opacity-55 {
|
||||
|
@ -179,4 +179,4 @@ footer {
|
|||
|
||||
.hover\:opacity-55:hover {
|
||||
opacity: 0.55;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -235,59 +235,53 @@ layout: page
|
|||
FAQ
|
||||
</h2>
|
||||
<p class="text-md opacity-55">
|
||||
Got a qustion? well, it might be in here already.
|
||||
You have a question? We answered some already, but you can always contact us at <a href="mailto:hello@safing.io">hello@safing.io</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="mt-6 pt-10 text-center md:text-left">
|
||||
<dl class="md:grid md:grid-cols-2 md:gap-8">
|
||||
<div>
|
||||
<div>
|
||||
<h1 class="text-xl pb-4">What's the best thing about Switzerland?</h1>
|
||||
<h1 class="text-xl pb-4">How does the SPN compare to Tor?</h1>
|
||||
<dd class="mt-2">
|
||||
<p class="text-md opacity-55">
|
||||
I don't know, but the flag is a big plus. Lorem ipsum dolor sit amet consectetur adipisicing elit. Quas cupiditate laboriosam fugiat.
|
||||
Tor is a great project which has pioneered privacy technology and is a firm player in the space while the SPN has fresh, innovative solutions which tackle uncharted ground and focuses on ease of use before all. Depending on your threat model, the SPN may be an alternative to Tor. Or it might not.
|
||||
</p>
|
||||
<p class="text-md pt-4" style="color: #727272;">
|
||||
<a class="link" href="{{ site.blog_url }}2020/01/22/how-the-spn-compares-to-tor/">
|
||||
Read our blog post to read all about the differences.
|
||||
</a>
|
||||
</p>
|
||||
</dd>
|
||||
</div>
|
||||
<div class="mt-12">
|
||||
<h1 class="text-xl pb-4">What's the best thing about Switzerland?</h1>
|
||||
<h1 class="text-xl pb-4">What platforms will you support?</h1>
|
||||
<dd class="mt-2">
|
||||
<p class="text-md opacity-55">
|
||||
You boil the hell out of it. Lorem ipsum dolor sit amet consectetur adipisicing elit. Quas cupiditate laboriosam fugiat.
|
||||
</p>
|
||||
</dd>
|
||||
</div>
|
||||
<div class="mt-12">
|
||||
<h1 class="text-xl pb-4">What's the best thing about Switzerland?</h1>
|
||||
<dd class="mt-2">
|
||||
<p class="text-md opacity-55">
|
||||
Nobody knows. Lorem ipsum dolor sit amet consectetur adipisicing elit. Quas cupiditate laboriosam fugiat.
|
||||
Since the SPN is integrated into the Portmaster, for our the pre-alpha stage we will only support Windows and Linux. Mac and Mobile are planned, but are further down the road.
|
||||
</p>
|
||||
</dd>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mt-12 md:mt-0">
|
||||
<div>
|
||||
<h1 class="text-xl pb-4">What's the best thing about Switzerland?</h1>
|
||||
<h1 class="text-xl pb-4">How does the SPN compare to VPNs?</h1>
|
||||
<dd class="mt-2">
|
||||
<p class="text-md opacity-55">
|
||||
Sign language. Lorem ipsum dolor sit amet consectetur adipisicing elit. Quas cupiditate laboriosam fugiat.
|
||||
The VPN technology was built to securely connect two company locations. However, the SPN was developed from the ground up to protect user privacy. As a result the SPN can easily outperform VPNs in every aspect.
|
||||
</p>
|
||||
<p class="text-md pt-4" style="color: #727272;">
|
||||
<a class="link" href="{{ site.blog_url }}2020/01/22/how-the-spn-compares-to-vpns/">
|
||||
Read our blog post to read all about the differences.
|
||||
</a>
|
||||
</p>
|
||||
</dd>
|
||||
</div>
|
||||
<div class="mt-12">
|
||||
<h1 class="text-xl pb-4">What's the best thing about Switzerland?</h1>
|
||||
<h1 class="text-xl pb-4">Where can I find your source code?</h1>
|
||||
<dd class="mt-2">
|
||||
<p class="text-md opacity-55">
|
||||
Because the pee is silent. Lorem ipsum dolor sit amet consectetur adipisicing elit. Quas cupiditate laboriosam fugiat.
|
||||
</p>
|
||||
</dd>
|
||||
</div>
|
||||
<div class="mt-12">
|
||||
<h1 class="text-xl pb-4">What's the best thing about Switzerland?</h1>
|
||||
<dd class="mt-2">
|
||||
<p class="text-md opacity-55">
|
||||
He couldn't see himself doing it. Lorem ipsum dolor sit amet consectetur adipisicing elit. Quas cupiditate laboriosam fugiat.
|
||||
<p class="text-md" style="color: #727272;">
|
||||
You can find our code on <a href="{{ site.github_url }}" class="link">Github</a>. <a href="{{ site.github_url }}/portmaster/" class="link">The Portmaster</a>, the <a href="{{ site.github_url }}/portmaster-ui/" class="link">Portmaster UI</a> and <a href="{{ site.github_url }}/web/" class="link">this website</a> have their respective repositories. <a href="{{ site.github_url }}/jess/" class="link">Jess</a>, the heart of the SPN, which got audited by Cure53, is also already online. The rest of the SPN will follow suit as we go live.
|
||||
</p>
|
||||
</dd>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue