mirror of
https://github.com/safing/web
synced 2025-04-07 20:49:08 +00:00
Remove backlog and next pages
This commit is contained in:
parent
484b1538d2
commit
7e8f773031
3 changed files with 1 additions and 328 deletions
|
@ -28,9 +28,8 @@
|
|||
<div class="footer-links-left">
|
||||
<a href="{{ site.about_url }}" class="footer-link"> About Us </a>
|
||||
<a href="{{ site.business_model_url }}" class="footer-link"> Business Model </a>
|
||||
<a href="{{ site.ownership_url }}" class="footer-link"> Ownership </a>
|
||||
<div class="flex items-center">
|
||||
<span class="dot absolute -ml-5"></span>
|
||||
<!-- <span class="dot absolute -ml-5"></span> -->
|
||||
<a href="{{ site.jobs_url }}" class="footer-link"> We're Hiring </a>
|
||||
</div>
|
||||
<a href="{{ site.help_url }}" class="footer-link">Support</a>
|
||||
|
@ -45,7 +44,6 @@
|
|||
<div class="footer-links">
|
||||
<div class="footer-links-left">
|
||||
<a href="{{ site.docs_code_of_conduct_url }}" class="footer-link"> Code of Conduct </a>
|
||||
<a href="{{ site.next_page_url }}" class="footer-link"> What's Next? </a>
|
||||
<div class="flex items-center space-x-2">
|
||||
<a href="{{ site.blog_url }}" class="footer-link"> Blog </a>
|
||||
<a href="{{ site.blog_feed_url }}" class="footer-link"><i class="icon-rss text-xs"></i></a>
|
||||
|
@ -77,7 +75,6 @@
|
|||
<a href="{{ site.features_url }}" class="footer-link"> Features </a>
|
||||
<a href="{{ site.wiki_url }}" class="footer-link"> Wiki & FAQ </a>
|
||||
<a target="_blank" href="{{ site.github_url }}/portmaster/" class="footer-link link-primary-external">Source Code </a>
|
||||
<a href="{{ site.backlog_url }}#portmaster" class="footer-link"> Backlog </a>
|
||||
</div>
|
||||
<div class="footer-links-right">
|
||||
<a href="{{ site.glasswire_comparison_url }}" class="footer-link">vs GlassWire</a>
|
||||
|
@ -96,7 +93,6 @@
|
|||
<a href="{{ site.spn_url }}" class="footer-link"> Features </a>
|
||||
<a href="{{ site.whitepaper_url }}" class="footer-link"> Whitepaper </a>
|
||||
<a target="_blank" href="{{ site.github_url }}/spn/" class="footer-link link-primary-external">Source Code </a>
|
||||
<a href="{{ site.backlog_url }}#spn" class="footer-link"> Backlog </a>
|
||||
</div>
|
||||
<div class="footer-links-right">
|
||||
<a href="{{ site.vpn_comparison_url }}" class="footer-link"> vs VPNs </a>
|
||||
|
|
|
@ -1,193 +0,0 @@
|
|||
---
|
||||
title: Safing Portmaster - Backlog
|
||||
layout: page
|
||||
---
|
||||
|
||||
<!-- Project Priority according to next.yml -->
|
||||
|
||||
{% assign all_cards = site.data.backlog.cards %}
|
||||
{% assign portmaster_cards = all_cards | where_exp: "card", "card.projects contains 'Portmaster'" %}
|
||||
{% assign spn_cards = all_cards | where_exp: "card", "card.projects contains 'SPN'" %}
|
||||
{% assign website_cards = all_cards | where_exp: "card", "card.projects contains 'Website'" %}
|
||||
{% assign community_cards = all_cards | where_exp: "card", "card.projects contains 'Community'" %}
|
||||
{% assign marketing_cards = all_cards | where_exp: "card", "card.projects contains 'Marketing'" %}
|
||||
{% assign backoffice_cards = all_cards | where_exp: "card", "card.projects contains 'Back Office'" %}
|
||||
|
||||
<header class="header-three-container mt-32">
|
||||
<div class="header-three-left">
|
||||
<span class="header-three-left-data">
|
||||
{{ site.last_progress_update_on }}
|
||||
</span>
|
||||
<h1 class="header-three-left-title">
|
||||
Backlog
|
||||
</h1>
|
||||
<p class="header-three-left-desc">
|
||||
A big picture overview of our current
|
||||
mid- and long-term plans.
|
||||
</p>
|
||||
<div class="header-three-left-jump space-x-3">
|
||||
<span class="title">Jump to:</span>
|
||||
<div class="tag-list">
|
||||
{% if portmaster_cards.size > 0 %}
|
||||
<a href="#portmaster" class="flex-1 pr-2" style="word-break: normal;">
|
||||
{% include tag.html tag='Portmaster' %}
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if spn_cards.size > 0 %}
|
||||
<a href="#spn" class="flex-1 pr-2" style="word-break: normal;">
|
||||
{% include tag.html tag='SPN' %}
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if website_cards.size > 0 %}
|
||||
<a href="#website" class="flex-1 pr-2" style="word-break: normal;">
|
||||
{% include tag.html tag='Website' %}
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if community_cards.size > 0 %}
|
||||
<a href="#community" class="flex-1 pr-2" style="word-break: normal;">
|
||||
{% include tag.html tag='Community' %}
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if marketing_cards.size > 0 %}
|
||||
<a href="#marketing" class="flex-1 pr-2" style="word-break: normal;">
|
||||
{% include tag.html tag='Marketing' %}
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if backoffice_cards.size > 0 %}
|
||||
<a href="#backoffice" class="flex-1 pr-2" style="word-break: normal;">
|
||||
{% include tag.html tag='Back Office' %}
|
||||
</a>
|
||||
{% endif %}
|
||||
<!-- <a class="tag-spn" href=""> SPN </a>
|
||||
<a class="tag-spn" href=""> SPN </a>
|
||||
<a class="tag-spn" href=""> SPN </a> -->
|
||||
</div>
|
||||
</div>
|
||||
<p class="header-three-left-extra">
|
||||
Disclaimer: Even if we'd love to accomplish everything
|
||||
listed below, some projects may turn out to be unfeasible.
|
||||
</p>
|
||||
</div>
|
||||
<div class="header-three-right">
|
||||
{% assign progress_posts = site.publications | reverse | where: "progress_update", "true" %}
|
||||
{% for post in progress_posts limit: 1 %}
|
||||
{% include thumbnail_blog.html pre_header="BLOG" %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</header>
|
||||
<section class="general-layout spacing-sm">
|
||||
{% if portmaster_cards.size > 0 %}
|
||||
<div class="collection-container" id="portmaster">
|
||||
<div class="collection-container-top">
|
||||
<div class="collection-container-top-title-counter items-center">
|
||||
<span class="collection-container-top-title">
|
||||
Portmaster
|
||||
</span>
|
||||
<span class="text-sm collection-container-top-counter">
|
||||
({{ portmaster_cards.size }})
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collection-container-bottom">
|
||||
{% for card in portmaster_cards %}
|
||||
{% include project_card.html state='backlog' project='portmaster' %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if spn_cards.size > 0 %}
|
||||
<div class="collection-container" id="spn">
|
||||
<div class="collection-container-top">
|
||||
<div class="collection-container-top-title-counter items-center">
|
||||
<span class="collection-container-top-title">
|
||||
Safing Privacy Network
|
||||
</span>
|
||||
<span class="text-sm collection-container-top-counter">
|
||||
({{ spn_cards.size }})
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collection-container-bottom">
|
||||
{% for card in spn_cards %}
|
||||
{% include project_card.html state='backlog' project='spn' %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if website_cards.size > 0 %}
|
||||
<div class="collection-container" id="website">
|
||||
<div class="collection-container-top">
|
||||
<div class="collection-container-top-title-counter items-center">
|
||||
<span class="collection-container-top-title">
|
||||
Website
|
||||
</span>
|
||||
<span class="text-sm collection-container-top-counter">
|
||||
({{ website_cards.size }})
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collection-container-bottom">
|
||||
{% for card in website_cards %}
|
||||
{% include project_card.html state='backlog' project='website' %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if community_cards.size > 0 %}
|
||||
<div class="collection-container" id="community">
|
||||
<div class="collection-container-top">
|
||||
<div class="collection-container-top-title-counter items-center">
|
||||
<span class="collection-container-top-title">
|
||||
Community
|
||||
</span>
|
||||
<span class="text-sm collection-container-top-counter">
|
||||
({{ community_cards.size }})
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collection-container-bottom">
|
||||
{% for card in community_cards %}
|
||||
{% include project_card.html state='backlog' project='community' %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if marketing_cards.size > 0 %}
|
||||
<div class="collection-container" id="marketing">
|
||||
<div class="collection-container-top">
|
||||
<div class="collection-container-top-title-counter items-center">
|
||||
<span class="collection-container-top-title">
|
||||
Marketing
|
||||
</span>
|
||||
<span class="text-sm collection-container-top-counter">
|
||||
({{ marketing_cards.size }})
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collection-container-bottom">
|
||||
{% for card in marketing_cards %}
|
||||
{% include project_card.html state='backlog' project='marketing' %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if backoffice_cards.size > 0 %}
|
||||
<div class="collection-container" id="backoffice">
|
||||
<div class="collection-container-top">
|
||||
<div class="collection-container-top-title-counter items-center">
|
||||
<span class="collection-container-top-title">
|
||||
Back Office
|
||||
</span>
|
||||
<span class="text-sm collection-container-top-counter">
|
||||
({{ backoffice_cards.size }})
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collection-container-bottom">
|
||||
{% for card in backoffice_cards %}
|
||||
{% include project_card.html state='backlog' project='backoffice' %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
</section>
|
130
next/index.html
130
next/index.html
|
@ -1,130 +0,0 @@
|
|||
---
|
||||
title: What's Next at Safing Portmaster
|
||||
layout: page
|
||||
---
|
||||
|
||||
<header class="header-three-container mt-32">
|
||||
<div class="header-three-left">
|
||||
<span class="header-three-left-data">
|
||||
{{ site.last_progress_update_on }}
|
||||
</span>
|
||||
<h1 class="header-three-left-title">
|
||||
Progress Overview
|
||||
</h1>
|
||||
<p class="header-three-left-desc">
|
||||
Find out what the Safing team is currently working on. This is a compact overview of bigger tasks grouped by projects.
|
||||
</p>
|
||||
</div>
|
||||
<div class="header-three-right">
|
||||
{% comment %}
|
||||
<!-- this where_exp needs jekyll 4.1 in order to work, but GitHub pages only supports 3.9 -->
|
||||
{% assign progress_posts = site.publications | reverse | where_exp: "item", "item.portmaster_update == true or item.progress_update == true" %}
|
||||
<!-- hence we use the simpler version below, even though this now only searches for portmaster_update posts -->
|
||||
{% endcomment %}
|
||||
{% assign progress_posts = site.publications | reverse | where: "portmaster_update", "true" %}
|
||||
{% for post in progress_posts limit: 1 %}
|
||||
{% include thumbnail_blog.html pre_header="BLOG" %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</header>
|
||||
<section class="general-layout spacing-sm">
|
||||
{% if site.data.next.cards.done.size > 0 %}
|
||||
<div class="collection-container">
|
||||
<div class="collection-container-top">
|
||||
<div class="collection-container-top-title-counter items-center">
|
||||
<span class="collection-container-top-title">
|
||||
Recently Completed
|
||||
</span>
|
||||
<span class="text-sm collection-container-top-counter">
|
||||
({{ site.data.next.cards.done.size }})
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collection-container-bottom">
|
||||
{% for card in site.data.next.cards.done %}
|
||||
{% include project_card.html state = 'done' %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if site.data.next.cards.in_progress.size > 0 %}
|
||||
<div class="collection-container">
|
||||
<div class="collection-container-top">
|
||||
<div class="collection-container-top-title-counter items-center">
|
||||
<span class="collection-container-top-title">
|
||||
In Progress
|
||||
</span>
|
||||
<span class="text-sm collection-container-top-counter">
|
||||
({{ site.data.next.cards.in_progress.size }})
|
||||
</span>
|
||||
</div>
|
||||
<p class="collection-container-top-desc">
|
||||
Being in progress does not imply the project will be
|
||||
completed soon. Plenty will take a while a few
|
||||
might even get discarded. Read the progress and release blog posts
|
||||
to follow the development and conclusion of every project.
|
||||
</p>
|
||||
</div>
|
||||
<div class="collection-container-bottom">
|
||||
{% for card in site.data.next.cards.in_progress %}
|
||||
{% include project_card.html state = 'in_progress' %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if site.data.next.cards.discarded.size > 0 %}
|
||||
<div class="collection-container">
|
||||
<div class="collection-container-top">
|
||||
<div class="collection-container-top-title-counter items-center">
|
||||
<span class="collection-container-top-title">
|
||||
Recently Discarded
|
||||
</span>
|
||||
<span class="text-sm collection-container-top-counter">
|
||||
({{ site.data.next.cards.discarded.size }})
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collection-container-bottom">
|
||||
{% for card in site.data.next.cards.discarded %}
|
||||
{% include project_card.html state = 'discarded' %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if site.data.next.cards.postponed.size > 0 %}
|
||||
<div class="collection-container">
|
||||
<div class="collection-container-top">
|
||||
<div class="collection-container-top-title-counter items-center">
|
||||
<span class="collection-container-top-title">
|
||||
Postponed
|
||||
</span>
|
||||
<span class="text-sm collection-container-top-counter">
|
||||
({{ site.data.next.cards.postponed.size }})
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collection-container-bottom">
|
||||
{% for card in site.data.next.cards.postponed %}
|
||||
{% include project_card.html state = 'postponed' %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="showcase-one-container-reverse mt-32">
|
||||
<div class="showcase-one-left" style="max-width: 1050px;">
|
||||
<img src="{{ site.img_url }}page-specific/next/files.png" alt="">
|
||||
</div>
|
||||
<div class="showcase-one-right">
|
||||
<h2 class="showcase-one-right-title" style="max-width: 299px;">
|
||||
There is More. A Lot More.
|
||||
</h2>
|
||||
<p class="showcase-one-right-desc">
|
||||
We have plans and ideas for years to come. We will
|
||||
never be "done" but always evolve and progress. I'm
|
||||
sure you have cool ideas for us too! Take a look what
|
||||
we already plan on doing in the longer run.
|
||||
</p>
|
||||
<a class="btn-secondary" href="{{ site.backlog_url }}">Explore the backlog</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
Loading…
Add table
Reference in a new issue