1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-17 17:39:08 +00:00

Render questions & answers from the faq.yml

the exception being the question about the source code, since links do not work properly. will have to figure something out in the future
This commit is contained in:
davegson 2020-06-15 22:29:36 +02:00
parent 35e91567af
commit 62a9135d27
3 changed files with 82 additions and 139 deletions
portmaster
spn
support

View file

@ -206,13 +206,13 @@ redirect_from:
<div class="support" class="max-w-screen-lg mx-auto" style="margin-bottom: 6rem; margin-top: 6rem;">
<h2 class="line text-md opacity-55 text-xl"><span>Support</span></h2>
<p style="color: #727272;" class="pt-12 max-w-lg mx-auto text-center font-medium">
If you have any qustion please check: <a class="link" href="/support/#help-port-faq">Get Help</a>
</p>
<p style="color: #727272;" class="pt-8 max-w-lg mx-auto text-center font-medium">
Please report technical issues on the <a class="link" href="{{ site.github_url }}/portmaster/issues">portmaster</a>
repository, problems with the user interface on the <a class="link" href="{{ site.github_url }}/portmaster-ui/issues">portmaster-ui</a>
repo and ask for help on <a class="link" href="{{ site.reddit_url }}">Reddit</a>
</p>
<p style="color: #727272;" class="pt-8 max-w-lg mx-auto text-center font-medium">
<a class="link" href="/support/#portmaster-faq">Check out the FAQ</a> or ask us <a class="link" href="/support/">any question</a> we did not answer yet.
</p>
</div>
<div>

View file

@ -242,51 +242,32 @@ layout: page
</div>
<div class="mt-6 pt-10 text-center md:text-left">
<dl class="md:grid md:grid-cols-2 md:gap-8">
{% for faq in site.data.faq.spn %}
<div>
<h1 class="text-xl pb-4">
{{ faq.q }}
</h1>
<dd class="mt-2">
<p class="text-md opacity-55">
{{ faq.a }}
</p>
</dd>
{% if faq.link %}
<p class="text-md pt-4" style="color: #727272;">
<a class="link" href="{{ faq.link.url }}">
{{ faq.link.text }}
</a>
</p>
{% endif %}
</div>
{% endfor %}
<div>
<div>
<h1 class="text-xl pb-4">How does the SPN compare to Tor?</h1>
<dd class="mt-2">
<p class="text-md opacity-55">
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 platforms will you support?</h1>
<dd class="mt-2">
<p class="text-md opacity-55">
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">How does the SPN compare to VPNs?</h1>
<dd class="mt-2">
<p class="text-md opacity-55">
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">Where can I find your source code?</h1>
<dd class="mt-2">
<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>
<h1 class="text-xl pb-4">Where can I find your source code?</h1>
<dd class="mt-2">
<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>
</dl>
</div>

View file

@ -93,63 +93,44 @@ layout: page
</div>
</div>
<div class="bg-white" id="help-port-faq">
<div class="bg-white" id="portmaster-faq">
<div class="max-w-screen-xl mx-auto md:pt-12 lg:pt-20 pb-16 sm:pb-20 px-4 sm:px-6 lg:pb-28 lg:px-8">
<div class="text-center pb-12">
<h2 class="text-5xl tracking-tight font-extrabold leading-none py-10 text-center">
FAQ
</h2>
<p class="text-md opacity-55">
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>
Have a question? Check out some we already answered below. You can always reach out to us to find out more or just to say hi.
</p>
</div>
<div class="mt-6 pt-10 text-center md:text-left">
<dl class="md:grid md:grid-cols-2 md:gap-8">
{% for faq in site.data.faq.portmaster %}
<div>
<h1 class="text-xl pb-4">
{{ faq.q }}
</h1>
<dd class="mt-2">
<p class="text-md opacity-55">
{{ faq.a }}
</p>
</dd>
{% if faq.link %}
<p class="text-md pt-4" style="color: #727272;">
<a class="link" href="{{ faq.link.url }}">
{{ faq.link.text }}
</a>
</p>
{% endif %}
</div>
{% endfor %}
<div>
<div>
<h1 class="text-xl pb-4">How does the SPN compare to Tor?</h1>
<dd class="mt-2">
<p class="text-md opacity-55">
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 platforms will you support?</h1>
<dd class="mt-2">
<p class="text-md opacity-55">
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">How does the SPN compare to VPNs?</h1>
<dd class="mt-2">
<p class="text-md opacity-55">
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">Where can I find your source code?</h1>
<dd class="mt-2">
<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>
<h1 class="text-xl pb-4">Where can I find your source code?</h1>
<dd class="mt-2">
<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>
</dl>
</div>
@ -198,63 +179,44 @@ layout: page
</div>
</div>
<div class="bg-white" id="help-spn-faq">
<div class="bg-white" id="spn-faq">
<div class="max-w-screen-xl mx-auto md:pt-12 pb-16 sm:pt-16 sm:pb-20 px-4 sm:px-6 lg:pt-20 lg:pb-28 lg:px-8">
<div class="text-center pb-12">
<h2 class="text-5xl tracking-tight font-extrabold leading-none py-10 text-center">
FAQ
</h2>
<p class="text-md opacity-55">
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>
Have a question? Check out some we already answered below. You can always reach out to us to find out more or just to say hi.
</p>
</div>
<div class="mt-6 pt-10 text-center md:text-left">
<dl class="md:grid md:grid-cols-2 md:gap-8">
{% for faq in site.data.faq.spn %}
<div>
<h1 class="text-xl pb-4">
{{ faq.q }}
</h1>
<dd class="mt-2">
<p class="text-md opacity-55">
{{ faq.a }}
</p>
</dd>
{% if faq.link %}
<p class="text-md pt-4" style="color: #727272;">
<a class="link" href="{{ faq.link.url }}">
{{ faq.link.text }}
</a>
</p>
{% endif %}
</div>
{% endfor %}
<div>
<div>
<h1 class="text-xl pb-4">How does the SPN compare to Tor?</h1>
<dd class="mt-2">
<p class="text-md opacity-55">
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 platforms will you support?</h1>
<dd class="mt-2">
<p class="text-md opacity-55">
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">How does the SPN compare to VPNs?</h1>
<dd class="mt-2">
<p class="text-md opacity-55">
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">Where can I find your source code?</h1>
<dd class="mt-2">
<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>
<h1 class="text-xl pb-4">Where can I find your source code?</h1>
<dd class="mt-2">
<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>
</dl>
</div>