From 8fa69da911c0f1a967cb26bb8d6d5722d97edc02 Mon Sep 17 00:00:00 2001 From: Vincevrp Date: Sun, 20 Jan 2019 20:19:37 +0100 Subject: [PATCH] Move paste services to separate file --- _includes/sections/paste-services.html | 34 ++++++++++++++++++++++++++ index.html | 34 ++------------------------ 2 files changed, 36 insertions(+), 32 deletions(-) create mode 100644 _includes/sections/paste-services.html diff --git a/_includes/sections/paste-services.html b/_includes/sections/paste-services.html new file mode 100644 index 00000000..4018c7a0 --- /dev/null +++ b/_includes/sections/paste-services.html @@ -0,0 +1,34 @@ +

Paste Services

+ +
+ + {% include card.html color="success" + title="PrivateBin" + image="assets/img/tools/PrivateBin.png" + url="https://privatebin.net/" + description="PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256bit AES. It is the improved version of ZeroBin." + %} + + {% include card.html color="primary" + title="Zerobin.net" + image="assets/img/tools/ZeroBin.png" + url="https://zerobin.net/" + tor="http://zerobinqmdqd236y.onion" + description="Zerobin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256bit AES." + %} + + {% include card.html color="warning" + title="Ghostbin" + image="assets/img/tools/Ghostbin.png" + url="https://ghostbin.com/" + description="Ghostbin supports encryption, expiration, sessions, grant users to edit your notes and pastes up to one megabyte. You can also create your own account to keep track of your pastes.
+ The software is good but ghostbin.com's security is worrisome." + %} + +
+ +

Worth Mentioning

+ + diff --git a/index.html b/index.html index 005553d8..5e563c14 100644 --- a/index.html +++ b/index.html @@ -59,39 +59,9 @@ layout: default {% include sections/notebooks.html %} -

Paste Services

+ {% include sections/paste-services.html %} -
- - {% include card.html color="success" - title="PrivateBin" - image="assets/img/tools/PrivateBin.png" - url="https://privatebin.net/" - description="PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256bit AES. It is the improved version of ZeroBin." - %} - - {% include card.html color="primary" - title="Zerobin.net" - image="assets/img/tools/ZeroBin.png" - url="https://zerobin.net/" - tor="http://zerobinqmdqd236y.onion" - description="Zerobin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256bit AES." - %} - - {% include card.html color="warning" - title="Ghostbin" - image="assets/img/tools/Ghostbin.png" - url="https://ghostbin.com/" - description="Ghostbin supports encryption, expiration, sessions, grant users to edit your notes and pastes up to one megabyte. You can also create your own account to keep track of your pastes.
- The software is good but ghostbin.com's security is worrisome." - %} - -
- -

Worth Mentioning

-

Productivity Tools

+

Productivity Tools

{% include card.html color="success"