From dd74342521590d20f117d9d610308211aefc7168 Mon Sep 17 00:00:00 2001 From: Vincevrp Date: Sun, 20 Jan 2019 20:18:40 +0100 Subject: [PATCH] Move notebooks to separate file --- _includes/sections/notebooks.html | 50 +++++++++++++++++++++++++++++++ index.html | 47 +---------------------------- 2 files changed, 51 insertions(+), 46 deletions(-) create mode 100644 _includes/sections/notebooks.html diff --git a/_includes/sections/notebooks.html b/_includes/sections/notebooks.html new file mode 100644 index 00000000..fb555f6e --- /dev/null +++ b/_includes/sections/notebooks.html @@ -0,0 +1,50 @@ +

Digital Notebook

+ + + +
+ + {% include card.html color="success" + title="Joplin" + image="assets/img/tools/Laverna.png" + image="assets/img/tools/Joplin.png" + url="https://laverna.cc/" + url="https://joplin.cozic.net/" + footer="OS: Windows, macOS, Linux, Web." + footer="OS: Windows, macOS, Linux, iOS, Android, Firefox/Chrome (Web Clipper)." + description="Laverna is a JavaScript note-taking web application with a Markdown editor and encryption support. The application stores all your notes in your browser databases, which is good for security and privacy reasons, because only you have access." + description="Joplin is a free, open source, fully featured note taking and to-do application, which can handle a large number of markdown notes organized into notebooks and tags. It offers E2EE encryption and can sync through Nextcloud, Dropbox and more. It also offers easy import from Evernote and plain text notes." + %} + + {% include card.html color="primary" + title="Standard Notes" + image="assets/img/tools/StandardNotes.png" + url="https://standardnotes.org/" + footer="OS: Windows, macOS, Linux, iOS, Android, Web." + description="Standard Notes is a simple and private notes app that makes your notes easy and available everywhere you are. Features end-to-end encryption on every platform, and a powerful desktop experience with themes and custom editors." + %} + + {% include card.html color="warning" + title="Turtl" + image="assets/img/tools/Turtl.png" + url="https://turtlapp.com/" + footer="OS: Windows, macOS, Linux, Android." + description="Turtl lets you take notes, bookmark websites, and store documents for sensitive projects. From sharing passwords with your coworkers to tracking research on an article you're writing, Turtl keeps it all safe from everyone but you and those you share with." + %} + +
+ +

Warning

+ + + +

Worth Mentioning

+ + diff --git a/index.html b/index.html index fa3bc8f5..005553d8 100644 --- a/index.html +++ b/index.html @@ -57,52 +57,7 @@ layout: default {% include sections/dns.html %} -

Digital Notebook

- - - -
- - {% include card.html color="success" - title="Joplin" - image="assets/img/tools/Laverna.png" - image="assets/img/tools/Joplin.png" - url="https://laverna.cc/" - url="https://joplin.cozic.net/" - footer="OS: Windows, macOS, Linux, Web." - footer="OS: Windows, macOS, Linux, iOS, Android, Firefox/Chrome (Web Clipper)." - description="Laverna is a JavaScript note-taking web application with a Markdown editor and encryption support. The application stores all your notes in your browser databases, which is good for security and privacy reasons, because only you have access." - description="Joplin is a free, open source, fully featured note taking and to-do application, which can handle a large number of markdown notes organized into notebooks and tags. It offers E2EE encryption and can sync through Nextcloud, Dropbox and more. It also offers easy import from Evernote and plain text notes." - %} - - {% include card.html color="primary" - title="Standard Notes" - image="assets/img/tools/StandardNotes.png" - url="https://standardnotes.org/" - footer="OS: Windows, macOS, Linux, iOS, Android, Web." - description="Standard Notes is a simple and private notes app that makes your notes easy and available everywhere you are. Features end-to-end encryption on every platform, and a powerful desktop experience with themes and custom editors." - %} - - {% include card.html color="warning" - title="Turtl" - image="assets/img/tools/Turtl.png" - url="https://turtlapp.com/" - footer="OS: Windows, macOS, Linux, Android." - description="Turtl lets you take notes, bookmark websites, and store documents for sensitive projects. From sharing passwords with your coworkers to tracking research on an article you're writing, Turtl keeps it all safe from everyone but you and those you share with." - %}
- -

Warning

- - -

Worth Mentioning

- + {% include sections/notebooks.html %}

Paste Services