mirror of
https://github.com/safing/web
synced 2025-09-02 11:09:03 +00:00
Add our features section
This commit is contained in:
parent
0d21c33502
commit
8cf58a1e0e
1 changed files with 33 additions and 18 deletions
|
@ -51,7 +51,21 @@ redirect_from:
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<section class="general-layout">
|
<section class="general-layout" >
|
||||||
|
<div class="space-y-28">
|
||||||
|
<div class="download-container" id="features">
|
||||||
|
<h2 class="download-container-title">
|
||||||
|
Our Features
|
||||||
|
</h2>
|
||||||
|
<div class="space-y-8 max-w-3xl mx-auto">
|
||||||
|
<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>
|
||||||
<div class="showcase-one-container-reverse">
|
<div class="showcase-one-container-reverse">
|
||||||
<div class="showcase-one-left" style="max-width: 1050px;">
|
<div class="showcase-one-left" style="max-width: 1050px;">
|
||||||
<img src="{{ site.img_url }}page-specific/portmaster/monitor-network-activity.png" alt="">
|
<img src="{{ site.img_url }}page-specific/portmaster/monitor-network-activity.png" alt="">
|
||||||
|
@ -71,6 +85,7 @@ redirect_from:
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<div class="showcase-one-container">
|
<div class="showcase-one-container">
|
||||||
<div class="showcase-one-left" style="max-width: 850px;">
|
<div class="showcase-one-left" style="max-width: 850px;">
|
||||||
<img src="{{ site.img_url }}page-specific/portmaster/manually-allow-ord-block-connections.png" alt="">
|
<img src="{{ site.img_url }}page-specific/portmaster/manually-allow-ord-block-connections.png" alt="">
|
||||||
|
|
Loading…
Add table
Reference in a new issue