Remove the download page

This commit is contained in:
davegson 2019-10-25 16:21:31 +02:00
parent 4ba6d72c92
commit b2c3ce355b
8 changed files with 5 additions and 80 deletions

View file

@ -25,7 +25,6 @@ inter_post_navigation: false
our_values_url: "/our-values/"
technology_url: "/technology/"
download_url: "/download/"
community_hub_url: "/community-hub/"
contact_url: "/contact/"
whitepaper_url: "/files/whitepaper/"

View file

@ -2,14 +2,12 @@
<button class="ui circular icon button sidebar-toggle safing-full">
<i class="sidebar icon"></i>
</button>
{% if include.download %}
<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">
<i class="download icon"></i>
<i class="reddit icon"></i>
</button>
</a>
{% endif %}
</div>
<script type="text/javascript">

View file

@ -11,9 +11,6 @@
<a class='item' href="/community-hub" >
Community
</a>
<a class='item' href="/download">
Download
</a>
</div>
<!-- START PUSHER -->
@ -36,9 +33,6 @@
<a class='item' href="/community-hub" >
Community
</a>
<a class='item' href="/download" style="z-index: 10;">
Download
</a>
</div>
<div class='right menu' id="menubar-mobile">

View file

@ -5,7 +5,7 @@
</head>
<body>
{% include header.html %}
{% include floating_button.html download=true %}
{% include floating_button.html %}
<div class="content" style="padding: 1rem 0 0 0;">
<div class="ui basic center aligned very padded segment" style="margin: 0;" >

View file

@ -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;
}
}
}
}

View file

@ -15,6 +15,5 @@
@import "floating_button.scss";
@import "our-values.scss";
@import "portmaster_tour.scss";
@import "download.scss";
@import "newsletter.scss";
@import "jobs.scss";

View file

@ -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&nbsp;&nbsp;<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>

View file

@ -45,9 +45,9 @@ home: true
<h1 class='ui inverted header' style="margin: 10px;">
Take Back Control of Your Data!
</h1>
<a href="/download">
<a href="/community-hub">
<button class='ui safing-primary large button' style="margin: 5px 0px 5px 10px;">
Download
Get Involved
</button>
</a>
<a href="#portmaster">