mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
136 lines
6.3 KiB
HTML
136 lines
6.3 KiB
HTML
---
|
|
title: Get Help
|
|
layout: page
|
|
---
|
|
|
|
|
|
<section class="space-y-80">
|
|
|
|
<div class="download-container max-w-4xl ">
|
|
<h2 class="download-container-title">
|
|
Support
|
|
</h2>
|
|
<p class="download-container-extra">
|
|
What do you need help with?
|
|
</p>
|
|
<div class="download-container-buttons">
|
|
<a class="btn-secondary" href="#portmaster"><i class="icon-twitter text-xs mr-2"></i>Portmaster</a>
|
|
<a class="btn-secondary" href="#spn"><i class="icon-twitter text-xs mr-2"></i>SPN</a>
|
|
</div>
|
|
</div>
|
|
<div class="space-y-36" id="portmaster">
|
|
<div class="download-container max-w-4xl ">
|
|
<h2 class="download-container-title">
|
|
Portmaster
|
|
</h2>
|
|
<div class="alert-primary max-w-3xl mx-auto">
|
|
<i class="icon-twitter text-xs"></i>
|
|
<span>Portmaster is Alpha Software, treat as such; expect bugs here and there. Early Adopters welcome.</span>
|
|
</div>
|
|
<div class="download-container-buttons">
|
|
<a class="btn-secondary" href="#"><i class="icon-twitter text-xs mr-2"></i>View Documentation</a>
|
|
<a class="btn-secondary" href="#"><i class="icon-twitter text-xs mr-2"></i>Report Issuse</a>
|
|
<a class="btn-secondary" href="#"><i class="icon-twitter text-xs mr-2"></i>Ask On Reddit</a>
|
|
<a class="btn-secondary" href="#"><i class="icon-twitter text-xs mr-2"></i>Contact Us</a>
|
|
</div>
|
|
<p class="download-container-extra">
|
|
For common problems check out our documentation with extensive guides on
|
|
installation, DNS Configuration and the Settings Handbook, describing every
|
|
Portmaster setting in detail. Report issues and bugs on GitHub while you can
|
|
always ask for more help on our subreddit or via mail.
|
|
</p>
|
|
</div>
|
|
<div class="faq-container">
|
|
<div class="faq-container-top">
|
|
<span class="faq-container-top-title">
|
|
FAQ
|
|
</span>
|
|
<p class="faq-container-top-desc">
|
|
You have a question? We answered some already, but you
|
|
can always contact us at <a class="link-primary" href="">hello@safing.io</a>
|
|
</p>
|
|
</div>
|
|
<div class="faq-container-bottom">
|
|
{% for faq in site.data.faq.portmaster %}
|
|
<div class="faq-container-bottom-question">
|
|
<h1 class="faq-container-bottom-question-title">
|
|
{{ faq.q }}
|
|
</h1>
|
|
<p class="faq-container-bottom-question-desc">
|
|
{{ faq.a }}
|
|
</p>
|
|
<div class="faq-container-bottom-question-desc-extra">
|
|
{% if faq.link %}
|
|
<a class="link-primary" href="{{ faq.link.url }}">{{ faq.link.text }}</a>
|
|
{% endif %}
|
|
</div>
|
|
</div>
|
|
{% endfor %}
|
|
<div class="faq-container-bottom-question">
|
|
<h1 class="faq-container-bottom-question-title">
|
|
Where can I find your source code?
|
|
</h1>
|
|
<p class="faq-container-bottom-question-desc">
|
|
You can find our code on <a class="link-primary" href="">Github. The Portmaster</a>, the <a class="link-primary" href="">Portmaster UI</a>, the <a class="link-primary" href="">SPN</a>, the <a class="link-primary" href="">docs</a>
|
|
and <a class="link-primary" href="">this website</a> have their respective repositories. <a class="link-primary" href="">Jess</a>, the heart of the SPN, which
|
|
got audited by Cure53, can also be found online.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="space-y-36" id="spn">
|
|
<div class="download-container max-w-4xl ">
|
|
<h2 class="download-container-title">
|
|
Safing Privacy Network
|
|
</h2>
|
|
<div class="alert-primary max-w-3xl mx-auto">
|
|
<i class="icon-twitter text-xs"></i>
|
|
<span>Portmaster is Alpha Software, treat as such; expect bugs here and there. Early Adopters welcome.</span>
|
|
</div>
|
|
<div class="download-container-buttons">
|
|
<a class="btn-secondary" href="#"><i class="icon-twitter text-xs mr-2"></i>View SPN Repository</a>
|
|
<a class="btn-secondary" href="#"><i class="icon-twitter text-xs mr-2"></i>Ask On Reddit</a>
|
|
<a class="btn-secondary" href="#"><i class="icon-twitter text-xs mr-2"></i>Contact Us</a>
|
|
</div>
|
|
</div>
|
|
<div class="faq-container">
|
|
<div class="faq-container-top">
|
|
<span class="faq-container-top-title">
|
|
FAQ
|
|
</span>
|
|
<p class="faq-container-top-desc">
|
|
You have a question? We answered some already, but you
|
|
can always contact us at <a class="link-primary" href="">hello@safing.io</a>
|
|
</p>
|
|
</div>
|
|
<div class="faq-container-bottom">
|
|
{% for faq in site.data.faq.spn %}
|
|
<div class="faq-container-bottom-question">
|
|
<h1 class="faq-container-bottom-question-title">
|
|
{{ faq.q }}
|
|
</h1>
|
|
<p class="faq-container-bottom-question-desc">
|
|
{{ faq.a }}
|
|
</p>
|
|
<div class="faq-container-bottom-question-desc-extra">
|
|
{% if faq.link %}
|
|
<a class="link-primary" href="{{ faq.link.url }}">{{ faq.link.text }}</a>
|
|
{% endif %}
|
|
</div>
|
|
</div>
|
|
{% endfor %}
|
|
<div class="faq-container-bottom-question">
|
|
<h1 class="faq-container-bottom-question-title">
|
|
Where can I find your source code?
|
|
</h1>
|
|
<p class="faq-container-bottom-question-desc">
|
|
You can find our code on <a class="link-primary" href="">Github. The Portmaster</a>, the <a class="link-primary" href="">Portmaster UI</a>, the <a class="link-primary" href="">SPN</a>, the <a class="link-primary" href="">docs</a>
|
|
and <a class="link-primary" href="">this website</a> have their respective repositories. <a class="link-primary" href="">Jess</a>, the heart of the SPN, which
|
|
got audited by Cure53, can also be found online.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|