Add privacy policy links to Digital Notebooks #1859

Merged
nitrohorse merged 1 commits from add-privacy-policy-links-for-notebooks into master 2020-04-25 23:22:20 +00:00
2 changed files with 12 additions and 0 deletions

View File

@ -69,6 +69,15 @@
<i class="fas fa-external-link-alt fa-fw"></i>
Website
</a>
{% if include.privacy-policy %}
<a
href="{{include.privacy-policy}}"
rel="noopener"
class="btn btn-warning mt-1 mr-1">
<i class="fas fa-book fa-fw"></i>
Privacy Policy
</a>
{% endif %}
{% if include.forum %}
<a
href="{{include.forum}}"

View File

@ -9,6 +9,7 @@ title="Joplin"
image="/assets/img/svg/3rd-party/joplin.svg"
description="Joplin is a free, open-source, and fully-featured note-taking and to-do application which can handle a large number of markdown notes organized into notebooks and tags. It offers end-to-end encryption and can sync through Nextcloud, Dropbox, and more. It also offers easy import from Evernote and plain-text notes."
website="https://joplinapp.org/"
privacy-policy="https://joplinapp.org/privacy/"
github="https://github.com/laurent22/joplin"
windows="https://joplinapp.org/#desktop-applications"
mac="https://joplinapp.org/#desktop-applications"
@ -26,6 +27,7 @@ title="Standard Notes"
image="/assets/img/svg/3rd-party/standard_notes.svg"
description='Standard Notes is a simple and private notes app that makes your notes easy and available everywhere you are. It features end-to-end encryption on every platform, and a powerful desktop experience with themes and custom editors. It has also been <a href="https://s3.amazonaws.com/standard-notes/security/Report-SN-Audit.pdf">independently audited (PDF)</a>.'
website="https://standardnotes.org/"
privacy-policy="https://standardnotes.org/privacy"
github="https://github.com/standardnotes"
windows="https://standardnotes.org/#get-started"
mac="https://standardnotes.org/#get-started"
@ -41,6 +43,7 @@ title="Turtl"
image="/assets/img/svg/3rd-party/turtl.svg"
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."
website="https://turtlapp.com/"
privacy-policy="https://turtlapp.com/privacy/"
github="https://github.com/turtl"
windows="https://turtlapp.com/download/"
mac="https://turtlapp.com/download/"