mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Reorder, fix links, add linux
This commit is contained in:
parent
c76896d19e
commit
fbcd634675
1 changed files with 13 additions and 12 deletions
|
|
@ -4,18 +4,6 @@ export default {
|
|||
description: `You should use an email provider that doesn’t read your email or gather data about your conversations to target you with ads.
|
||||
`,
|
||||
apps: [
|
||||
{
|
||||
name: 'Tutanota',
|
||||
image: '/static/img/tutanota.jpg',
|
||||
url: 'https://tutanota.com/',
|
||||
sources: {
|
||||
windows: 'https://tutanota.com/',
|
||||
macos: 'https://tutanota.com/',
|
||||
ios: 'https://itunes.apple.com/app/tutanota/id922429609',
|
||||
android:
|
||||
'https://play.google.com/store/apps/details?id=de.tutao.tutanota',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'FastMail',
|
||||
image: '/static/img/fastmail.jpg',
|
||||
|
|
@ -42,6 +30,19 @@ export default {
|
|||
'https://play.google.com/store/apps/details?id=ch.protonmail.android',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'Tutanota',
|
||||
image: '/static/img/tutanota.jpg',
|
||||
url: 'https://tutanota.com/',
|
||||
sources: {
|
||||
windows: 'https://mail.tutanota.com/desktop/tutanota-desktop-win.exe',
|
||||
macos: 'https://mail.tutanota.com/desktop/tutanota-desktop-mac.zip',
|
||||
ios: 'https://itunes.apple.com/app/tutanota/id922429609',
|
||||
android:
|
||||
'https://play.google.com/store/apps/details?id=de.tutao.tutanota',
|
||||
linux: 'https://mail.tutanota.com/desktop/tutanota-desktop-linux.AppImage'
|
||||
},
|
||||
},
|
||||
],
|
||||
resources: [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue