mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
Create download page 2020
This commit is contained in:
parent
c89e2546b0
commit
f9baabafe9
2 changed files with 151 additions and 0 deletions
|
@ -32,3 +32,25 @@ i.icon.safing-primary {
|
|||
color: $white;
|
||||
}
|
||||
}
|
||||
|
||||
.ui.windows.button {
|
||||
background-color: #0072C6;
|
||||
color: #fff;
|
||||
|
||||
&:hover {
|
||||
background-color: darken(#0072C6, 5%);
|
||||
}
|
||||
}
|
||||
|
||||
.ui.ubuntu.button {
|
||||
background-color: #E95420;
|
||||
color: #fff;
|
||||
|
||||
&:hover {
|
||||
background-color: darken(#E95420, 5%);
|
||||
}
|
||||
}
|
||||
|
||||
.ui.apple.disabled.button {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
|
129
download/index.html
Normal file
129
download/index.html
Normal file
|
@ -0,0 +1,129 @@
|
|||
---
|
||||
layout: page_column
|
||||
title: Portmaster Download
|
||||
heading: Portmaster Download
|
||||
---
|
||||
|
||||
<div class="ui placeholder segment" style="display: block;text-align: center;padding: 1em 2.5em;">
|
||||
<span class="ui red text" style="font-size: 1.15em;"><b>Warning:</b></span> The Portmaster is still in its early "pre-alpha" development stage. It is functional, but has not yet been tested widely. Thus, currently <b>we expect you to</b> have the technical knowledge to troubleshoot and <b>fix issues on your end by yourself.</b> Limited support is available, see below.
|
||||
</div>
|
||||
<div class="ui basic very padded segment">
|
||||
<div class="ui three column centered doubling stackable grid">
|
||||
<div class="four wide column center aligned">
|
||||
<a href="https://updates.safing.io/latest/windows_amd64/packages/portmaster-installer.exe" target="_blank" class="ui windows button">
|
||||
<i class="white windows button icon"></i>
|
||||
Windows 10
|
||||
</a>
|
||||
</div>
|
||||
<div class="four wide column center aligned">
|
||||
<a href="https://updates.safing.io/latest/linux_amd64/packages/portmaster-installer.deb" target="_blank" class="ui ubuntu button">
|
||||
<i class="white ubuntu button icon"></i>
|
||||
Ubuntu <span class="ui small text">(latest)</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="four wide column center aligned">
|
||||
<button class="ui apple disabled button">
|
||||
<i class="white apple button icon"></i>
|
||||
MacOS <span class="ui small text">(expect ~ 2021)</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h1 class="ui horizontal divider header">Support</h1>
|
||||
|
||||
<div class="ui basic very padded segment">
|
||||
<div class="ui doubling center aligned grid">
|
||||
<div class="column">
|
||||
<p>Please report technical issues on <a href="{{ site.github_url }}" target="_blank">Github</a>, and ask for help on <a href="{{ site.reddit_url }}" target="_blank">Reddit</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3 class="ui horizontal divider header">Limited Support</h3>
|
||||
|
||||
<div class="ui basic very padded segment">
|
||||
<div class="ui placeholder segment" style="display: block;text-align: center;padding: 1em 2.5em;">
|
||||
<span class="ui small text">
|
||||
<span class="ui red text" style="font-size: 1.15em;"><b>Warning:</b></span> These platforms are compatible, but not all functionality is implemented or tested. <b>Probability of encountering unknown issues is high.</b> UI components may be impaired or completely broken. Issues we know about are listed:
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="ui basic segment">
|
||||
<div class="row">
|
||||
<div class="ui two column very relaxed grid">
|
||||
<div class="column">
|
||||
<div class="ui center aligned grid">
|
||||
<div class="row">
|
||||
<div class="sixteen wide column">
|
||||
<h4>Earlier Windows</h4>
|
||||
<span class="ui small text">
|
||||
<i class="info circle icon"></i> Core functional and supported.<br>
|
||||
Notifications and Prompts are not implemented. For the best experience, do not set the default action to "ask" until a workaround is available.
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="two column doubling row">
|
||||
<div class="column">
|
||||
<a href="https://updates.safing.io/latest/windows_amd64/packages/portmaster-installer.exe" target="_blank" class="ui button">
|
||||
<i class="windows icon"></i>
|
||||
Windows 7
|
||||
</a>
|
||||
</div>
|
||||
<div class="column">
|
||||
<a href="https://updates.safing.io/latest/windows_amd64/packages/portmaster-installer.exe" target="_blank" class="ui button">
|
||||
<i class="windows icon"></i>
|
||||
Windows 8
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="column">
|
||||
<div class="ui center aligned grid">
|
||||
<div class="row">
|
||||
<div class="sixteen wide column">
|
||||
<h4>Linux 2.4+</h4>
|
||||
<span class="ui small text">
|
||||
<i class="info circle icon"></i> Core functional and supported.<br>
|
||||
Desktop environment integration varies heavily. Currently only packaged for Debian and its derivatives.
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="three column stackable row">
|
||||
<div class="column">
|
||||
<a href="https://updates.safing.io/latest/linux_amd64/packages/portmaster-installer.deb" target="_blank" class="ui button">
|
||||
XFCE
|
||||
</a>
|
||||
</div>
|
||||
<div class="column">
|
||||
<a href="https://updates.safing.io/latest/linux_amd64/packages/portmaster-installer.deb" target="_blank" class="ui button">
|
||||
KDE
|
||||
</a>
|
||||
</div>
|
||||
<div class="column">
|
||||
<a href="https://updates.safing.io/latest/linux_amd64/packages/portmaster-installer.deb" target="_blank" class="ui button">
|
||||
Gnome
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ui full vertical divider">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="ui basic segment">
|
||||
<div class="ui center aligned grid">
|
||||
<div class="column">
|
||||
<span class="ui small text">
|
||||
While we aim to fully support all platforms as soon as we can, we currently do not have the resources to do so.
|
||||
<br/>
|
||||
If your platform is not listed, or you think that it is underrepresented, please <a href="mailto:{{ site.email }}">contact us</a>!
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Reference in a new issue