mirror of
https://github.com/safing/web
synced 2025-09-02 11:09:03 +00:00
Remove the download page
This commit is contained in:
parent
4ba6d72c92
commit
b2c3ce355b
8 changed files with 5 additions and 80 deletions
|
@ -25,7 +25,6 @@ inter_post_navigation: false
|
||||||
|
|
||||||
our_values_url: "/our-values/"
|
our_values_url: "/our-values/"
|
||||||
technology_url: "/technology/"
|
technology_url: "/technology/"
|
||||||
download_url: "/download/"
|
|
||||||
community_hub_url: "/community-hub/"
|
community_hub_url: "/community-hub/"
|
||||||
contact_url: "/contact/"
|
contact_url: "/contact/"
|
||||||
whitepaper_url: "/files/whitepaper/"
|
whitepaper_url: "/files/whitepaper/"
|
||||||
|
|
|
@ -2,14 +2,12 @@
|
||||||
<button class="ui circular icon button sidebar-toggle safing-full">
|
<button class="ui circular icon button sidebar-toggle safing-full">
|
||||||
<i class="sidebar icon"></i>
|
<i class="sidebar icon"></i>
|
||||||
</button>
|
</button>
|
||||||
{% if include.download %}
|
|
||||||
<div class="spacer"></div>
|
<div class="spacer"></div>
|
||||||
<a href="{{ site.download_url }}">
|
<a href="https://old.reddit.com/r/safing" target="_blank">
|
||||||
<button class="ui circular icon button safing-full">
|
<button class="ui circular icon button safing-full">
|
||||||
<i class="download icon"></i>
|
<i class="reddit icon"></i>
|
||||||
</button>
|
</button>
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
|
@ -11,9 +11,6 @@
|
||||||
<a class='item' href="/community-hub" >
|
<a class='item' href="/community-hub" >
|
||||||
Community
|
Community
|
||||||
</a>
|
</a>
|
||||||
<a class='item' href="/download">
|
|
||||||
Download
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- START PUSHER -->
|
<!-- START PUSHER -->
|
||||||
|
@ -36,9 +33,6 @@
|
||||||
<a class='item' href="/community-hub" >
|
<a class='item' href="/community-hub" >
|
||||||
Community
|
Community
|
||||||
</a>
|
</a>
|
||||||
<a class='item' href="/download" style="z-index: 10;">
|
|
||||||
Download
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class='right menu' id="menubar-mobile">
|
<div class='right menu' id="menubar-mobile">
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{% include header.html %}
|
{% include header.html %}
|
||||||
{% include floating_button.html download=true %}
|
{% include floating_button.html %}
|
||||||
<div class="content" style="padding: 1rem 0 0 0;">
|
<div class="content" style="padding: 1rem 0 0 0;">
|
||||||
<div class="ui basic center aligned very padded segment" style="margin: 0;" >
|
<div class="ui basic center aligned very padded segment" style="margin: 0;" >
|
||||||
|
|
||||||
|
|
|
@ -1,20 +0,0 @@
|
||||||
#download {
|
|
||||||
.row:last-child {
|
|
||||||
padding-bottom: 7em;
|
|
||||||
|
|
||||||
.ui.three.cards {
|
|
||||||
.content p {
|
|
||||||
font-size: 1.1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
button {
|
|
||||||
padding-right: 0.8em;
|
|
||||||
padding-left: 0.8em;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: $main_color;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -15,6 +15,5 @@
|
||||||
@import "floating_button.scss";
|
@import "floating_button.scss";
|
||||||
@import "our-values.scss";
|
@import "our-values.scss";
|
||||||
@import "portmaster_tour.scss";
|
@import "portmaster_tour.scss";
|
||||||
@import "download.scss";
|
|
||||||
@import "newsletter.scss";
|
@import "newsletter.scss";
|
||||||
@import "jobs.scss";
|
@import "jobs.scss";
|
||||||
|
|
|
@ -1,45 +0,0 @@
|
||||||
---
|
|
||||||
layout: page_markdown
|
|
||||||
title: Download
|
|
||||||
heading: Alpha for Linux
|
|
||||||
community_snippet_intro: Want to contribute to our private alpha?
|
|
||||||
---
|
|
||||||
|
|
||||||
<div class="ui doubling grid container" id="download">
|
|
||||||
<div class="centered row">
|
|
||||||
<div class="thirteen wide column">
|
|
||||||
<div class="ui three stackable cards">
|
|
||||||
<a class="card" href="/technology#portmaster">
|
|
||||||
<div class="content">
|
|
||||||
<p>Explore the mechanics behind Portmaster</p>
|
|
||||||
</div>
|
|
||||||
<div class="extra content">
|
|
||||||
<button class='ui safing-secondary button'>
|
|
||||||
Technical Details
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
<a class="ui raised card" href='https://github.com/Safing/portmaster/releases/' target="_blank">
|
|
||||||
<div class="content">
|
|
||||||
<p>Visit our Github to download the latest release</p>
|
|
||||||
</div>
|
|
||||||
<div class="extra content">
|
|
||||||
<button class='ui safing-primary button'>
|
|
||||||
Download from <i class="ui github icon"></i>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
<a class="card" href='/portmaster'>
|
|
||||||
<div class="content">
|
|
||||||
<p>Discover what Portmaster has to offer</p>
|
|
||||||
</div>
|
|
||||||
<div class="extra content">
|
|
||||||
<button class='ui safing-secondary button'>
|
|
||||||
Feature Tour
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
|
@ -45,9 +45,9 @@ home: true
|
||||||
<h1 class='ui inverted header' style="margin: 10px;">
|
<h1 class='ui inverted header' style="margin: 10px;">
|
||||||
Take Back Control of Your Data!
|
Take Back Control of Your Data!
|
||||||
</h1>
|
</h1>
|
||||||
<a href="/download">
|
<a href="/community-hub">
|
||||||
<button class='ui safing-primary large button' style="margin: 5px 0px 5px 10px;">
|
<button class='ui safing-primary large button' style="margin: 5px 0px 5px 10px;">
|
||||||
Download
|
Get Involved
|
||||||
</button>
|
</button>
|
||||||
</a>
|
</a>
|
||||||
<a href="#portmaster">
|
<a href="#portmaster">
|
||||||
|
|
Loading…
Add table
Reference in a new issue