Split All Services into Individual Pages (#807)
* Split sections into pages Preliminary work * Separate everything into their own pages + Permalinks! * Navbar Link Updates * Change all asset links Assets are served from the root. Hope nobody is serving this site in a subfolder for some reason! :) * Point all navbar links to pages * Make the layouts more modular * Remove unnecessary div containers * Adjust footer and headers layout * Add link to various privacy subpages to homepage * Remove test script * Add titles and descriptions to all pages * Fix links and layouts * Adjust header margins * Create master pages * Finalize master pages * Add services page * Add Javascript redirects Okay I'm pretty garbage at Javascript so this is basically hacked together. If someone who knows what they're doing wants to do this, be my guest.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<div class="row mb-2">
|
||||
{% include card.html color="success"
|
||||
title="Mobile: Signal"
|
||||
image="assets/img/tools/Signal.png"
|
||||
image="/assets/img/tools/Signal.png"
|
||||
url="https://signal.org"
|
||||
footer="OS: Android, iOS, macOS, Windows, Linux"
|
||||
description="Signal is a mobile app developed by Open Whisper Systems. The app provides instant messaging, as well as voice and video calling.
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
{% include card.html color="primary"
|
||||
title="Riot.im"
|
||||
image="assets/img/tools/riot.png"
|
||||
image="/assets/img/tools/riot.png"
|
||||
url="https://riot.im/"
|
||||
footer="OS: Android, iOS, macOS, Windows, Linux, Web"
|
||||
labels="warning:beta:The software is currently in beta and the mobile client states 'End-to-end encryption is in beta and may not be reliable. You should not yet trust it to secure data.'"
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
{% include card.html color="warning"
|
||||
title="Desktop: Ricochet"
|
||||
image="assets/img/tools/Ricochet.png"
|
||||
image="/assets/img/tools/Ricochet.png"
|
||||
url="https://ricochet.im/"
|
||||
footer="OS: Windows, macOS, Linux."
|
||||
description='Ricochet uses the <a href="#browser"><i class="fas fa-link"></i> Tor network</a> to reach your contacts without relying on messaging servers. It creates a hidden service, which is used to rendezvous with
|
||||
|
Reference in New Issue
Block a user