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:
@ -8,7 +8,7 @@
|
||||
|
||||
{% include card.html color="success"
|
||||
title="VeraCrypt - Disk Encryption"
|
||||
image="assets/img/tools/VeraCrypt.png"
|
||||
image="/assets/img/tools/VeraCrypt.png"
|
||||
url="https://veracrypt.fr/"
|
||||
footer="OS: Windows, macOS, Linux."
|
||||
description="VeraCrypt is a source-available freeware utility used for on-the-fly encryption. It can create a virtual encrypted disk within a file or encrypt a partition
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
{% include card.html color="primary"
|
||||
title="GNU Privacy Guard - Email Encryption"
|
||||
image="assets/img/tools/GnuPG.png"
|
||||
image="/assets/img/tools/GnuPG.png"
|
||||
url="https://gpgtools.org/"
|
||||
footer="OS: Windows, macOS, Linux, Android, BSD."
|
||||
description="GnuPG is a GPL Licensed alternative to the PGP suite of cryptographic software. GnuPG is compliant with RFC 4880, which is the current IETF standards track specification
|
||||
@ -28,7 +28,7 @@
|
||||
|
||||
{% include card.html color="warning"
|
||||
title="PeaZip - File Archive Encryption"
|
||||
image="assets/img/tools/PeaZip.png"
|
||||
image="/assets/img/tools/PeaZip.png"
|
||||
url="http://www.peazip.org/"
|
||||
footer="OS: Windows, Linux, BSD."
|
||||
description="PeaZip is a free and open-source file manager and file archiver made by Giorgio Tani. It supports its native PEA archive format (featuring compression, multi volume
|
||||
|
Reference in New Issue
Block a user