Skip to content

Commit

Permalink
Squash commits on gh-pages branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Jan 7, 2023
1 parent 4f3d5a7 commit 6ba5326
Show file tree
Hide file tree
Showing 10 changed files with 469 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
26 changes: 26 additions & 0 deletions _404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@


<section class="not-found-page">

<h1>404</h1>
<h2>The page you requested could not be found :(</h2>

<a href="/">
Return to Home
</a>

<footer class="license">
<span>© <a href="https://aliciasykes.com">Alicia Sykes</a> 2020, Licensed under <a href="/#/LICENSE">CC YY 4.0</a></span>
</footer>

<a href="https://github.com/Lissy93/awesome-privacy">
<img
class="github-star"
alt="GitHub stars"
src="https://img.shields.io/github/stars/Lissy93/awesome-privacy?style=social"
>
</a>

</section>


81 changes: 81 additions & 0 deletions _coverpage.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@

<a href="https://github.com/Lissy93/awesome-privacy">
<img
class="github-star"
alt="GitHub stars"
src="https://img.shields.io/github/stars/Lissy93/awesome-privacy?style=social"
>
</a>
<a href="https://github.com/sindresorhus/awesome" class="awesome-list">
<img src="https://raw.githubusercontent.com/sindresorhus/awesome/main/media/badge-flat2.svg"/>
</a>

<section id="cover-page" class="cover-page">

<h1>Awesome Privacy</h1>

<img class="cover-image" src="awesome-privacy.png" width="160" />

<h2>Curated list of privacy-respecting software and services</h2>

<div class="cover-link-container">
<a class="cover-link" href="#/?id=essentials">
<span class="link-title">Essentials</span>
<span class="link-description">
Password Managers, Authenticators, File Encryption, Private Browsers, Search Engines
</span>
</a>
<a class="cover-link" href="#/?id=communication">
<span class="link-title">Communication</span>
<span class="link-description">
Encrypted Messaging, Email, Mail Clients, Mail Forwarding, Mail Security, VOIP
</span>
</a>
<a class="cover-link" href="#/?id=security-tools">
<span class="link-title">Security Tools</span>
<span class="link-description">
Browser Extensions, Mobile Apps, Online Tools
</span>
</a>
<a class="cover-link" href="#/?id=networking">
<span class="link-title">Networking</span>
<span class="link-description">
VPNs, Network Security, Proxies, DNS Providers + Clients, Firewalls, Ad Blockers, Cloud
</span>
</a>
<a class="cover-link" href="#/?id=productivity">
<span class="link-title">Productivity</span>
<span class="link-description">
Notes, Backup & Sync, Encrypted Cloud Storage, File Drop, Browser Sync
</span>
</a>
<a class="cover-link" href="#/?id=utilities">
<span class="link-title">Utilities</span>
<span class="link-description">
Virtual Machines, PGP Managers, Metadata Removal, Data Erasers
</span>
</a>
<a class="cover-link" href="#/?id=social">
<span class="link-title">Social</span>
<span class="link-description">
Social Networks, Video Platforms, Blogging Platforms, News Readers
</span>
</a>
<a class="cover-link" href="#/?id=operating-systems">
<span class="link-title">Operating Systems</span>
<span class="link-description">
Mobile OS, Desktop OS, Linux Defences, Windows Defences, Mac Defences
</span>
</a>
</div>

<a class="github-button" href="https://github.com/Lissy93/awesome-privacy">
View on GitHub
</a>

</section>

<footer class="license">
<span>© <a href="https://aliciasykes.com">Alicia Sykes</a> 2022,
Licensed under <a href="https://github.com/Lissy93/awesome-privacy/blob/master/LICENSE">CC BY 4.0</a></span>
</footer>
Empty file added _navbar.md
Empty file.
Binary file added awesome-privacy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon.ico
Binary file not shown.
51 changes: 51 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Awesome Privacy 🔐</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Curated list of privacy-respecting software and services">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta name="theme-color" content="#060b2b">
<meta property="og:title" content="Awesome Privacy">
<meta property="og:description" content="Curated list of privacy-respecting software and services">
<meta property="og:url" content="https://awesome-privacy.js.org"/>
<meta property="og:image" content="banner.png">
<meta name="twitter:card" content="banner.png">
<link href="https://fonts.googleapis.com/css2?family=Cutive+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
<link rel="stylesheet" href="styles.css">
<link rel="manifest" href="manifest.json">
</head>

<body>
<div id="app"></div>
<script>
window.$docsify = {
name: 'Awesome Privacy',
repo: 'https://github.com/Lissy93/awesome-privacy',
// basePath: 'https://awesome-privacy.js.org/',
logo: 'awesome-privacy.png',
themeColor: '#9580ff',
notFoundPage: '_404.html',
coverpage: '_coverpage.html',
loadNavbar: true,
onlyCover: false,
executeScript: true,
maxLevel: 3,
subMaxLevel: 2,
auto2top: true,
formatUpdated: '{DD}/{MM}/{YYYY} {HH}:{mm}',
mergeNavbar: true,
search: {
depth: 5,
paths: [
'/', 'README', '.github/CONTRIBUTING', '.github/CREDITS'
],
}
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
</body>
</html>
15 changes: 15 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"short_name": "Awesome Privacy",
"name": "Awesome Privacy",
"description": "Curated list of privacy & security-focused software and services",
"icons": [
{
"src": "awesome-privacy.png",
"type": "image/png",
"sizes": "512x512"
}
],
"display": "standalone",
"theme_color": "#9580ff",
"background_color": "#15171b"
}
Loading

0 comments on commit 6ba5326

Please sign in to comment.