From 6e68dee48130e7916617f90b87121498b58c0919 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 8 Jul 2014 15:59:04 -0700 Subject: added qr codes for android --- source/android/leap-debug-launcher.svg | 931 +++++++++++++++++++++ source/android/leap-launcher.svg | 736 ++++++++++++++++ source/android/mask-silhouette.svg | 259 ++++++ source/android/vpn_connected.svg | 61 ++ source/android/vpn_disconnected.svg | 67 ++ source/android/vpn_progress.svg | 65 ++ source/common/caution.svg | 146 ++++ source/icons/black/arrow-down.svg | 65 ++ source/icons/black/arrow-up.svg | 65 ++ source/icons/black/cloud.svg | 65 ++ source/icons/black/contract.svg | 65 ++ source/icons/black/earth-square.svg | 78 ++ source/icons/black/earth.svg | 70 ++ source/icons/black/email-square.svg | 84 ++ source/icons/black/email.svg | 76 ++ source/icons/black/expand.svg | 69 ++ source/icons/black/gear.svg | 61 ++ source/icons/black/off.svg | 90 ++ source/icons/black/on.svg | 90 ++ source/icons/black/refresh.svg | 61 ++ source/icons/black/user.svg | 65 ++ source/icons/black/wait.svg | 81 ++ source/icons/white/arrow-down.svg | 66 ++ source/icons/white/arrow-up.svg | 66 ++ source/icons/white/cloud.svg | 66 ++ source/icons/white/contract.svg | 66 ++ source/icons/white/earth.svg | 61 ++ source/icons/white/email.svg | 62 ++ source/icons/white/expand.svg | 70 ++ source/icons/white/gear.svg | 61 ++ source/icons/white/off.svg | 84 ++ source/icons/white/on.svg | 84 ++ source/icons/white/refresh.svg | 61 ++ source/icons/white/user.svg | 66 ++ source/icons/white/wait.svg | 76 ++ source/kid-jumping-bw.svg | 108 +++ source/kid-jumping-silhouette-light.svg | 99 +++ source/kid-jumping.svg | 757 +++++++++++++++++ source/letterhead/letterhead.svg | 144 ++++ source/masks/mask-favicon.svg | 522 ++++++++++++ source/masks/mask-icon.svg | 514 ++++++++++++ source/masks/mask-launcher.svg | 526 ++++++++++++ .../dl.bitmask.net-bitmask-android-latest.png | Bin 0 -> 518 bytes .../dl.bitmask.net-bitmask-android-latest.svg | 10 + source/qr-codes/market-se.leap.bitmaskclient.png | Bin 0 -> 457 bytes source/qr-codes/market-se.leap.bitmaskclient.svg | 10 + source/qr-codes/notes.txt | 17 + source/status/dark/network-vpn-acquiring.svg | 25 + source/status/dark/network-vpn-down.svg | 94 +++ source/status/dark/network-vpn-up.svg | 20 + source/status/light/network-vpn-acquiring.svg | 100 +++ source/status/light/network-vpn-down.svg | 94 +++ source/status/light/network-vpn-up.svg | 79 ++ source/web/icons/android.svg | 71 ++ source/web/icons/apple.svg | 71 ++ source/web/icons/arrow-down.svg | 71 ++ source/web/icons/linux.svg | 71 ++ source/web/icons/windows.svg | 71 ++ source/web/rainbow-masthead-android-promo.svg | 523 ++++++++++++ source/web/rainbow-masthead-centered.svg | 522 ++++++++++++ source/web/rainbow-masthead-small.svg | 523 ++++++++++++ 61 files changed, 9281 insertions(+) create mode 100644 source/android/leap-debug-launcher.svg create mode 100644 source/android/leap-launcher.svg create mode 100644 source/android/mask-silhouette.svg create mode 100644 source/android/vpn_connected.svg create mode 100644 source/android/vpn_disconnected.svg create mode 100644 source/android/vpn_progress.svg create mode 100644 source/common/caution.svg create mode 100644 source/icons/black/arrow-down.svg create mode 100644 source/icons/black/arrow-up.svg create mode 100644 source/icons/black/cloud.svg create mode 100644 source/icons/black/contract.svg create mode 100644 source/icons/black/earth-square.svg create mode 100755 source/icons/black/earth.svg create mode 100644 source/icons/black/email-square.svg create mode 100644 source/icons/black/email.svg create mode 100644 source/icons/black/expand.svg create mode 100644 source/icons/black/gear.svg create mode 100644 source/icons/black/off.svg create mode 100644 source/icons/black/on.svg create mode 100644 source/icons/black/refresh.svg create mode 100644 source/icons/black/user.svg create mode 100644 source/icons/black/wait.svg create mode 100644 source/icons/white/arrow-down.svg create mode 100644 source/icons/white/arrow-up.svg create mode 100644 source/icons/white/cloud.svg create mode 100644 source/icons/white/contract.svg create mode 100755 source/icons/white/earth.svg create mode 100644 source/icons/white/email.svg create mode 100644 source/icons/white/expand.svg create mode 100644 source/icons/white/gear.svg create mode 100644 source/icons/white/off.svg create mode 100644 source/icons/white/on.svg create mode 100644 source/icons/white/refresh.svg create mode 100644 source/icons/white/user.svg create mode 100644 source/icons/white/wait.svg create mode 100644 source/kid-jumping-bw.svg create mode 100644 source/kid-jumping-silhouette-light.svg create mode 100644 source/kid-jumping.svg create mode 100644 source/letterhead/letterhead.svg create mode 100644 source/masks/mask-favicon.svg create mode 100644 source/masks/mask-icon.svg create mode 100644 source/masks/mask-launcher.svg create mode 100644 source/qr-codes/dl.bitmask.net-bitmask-android-latest.png create mode 100644 source/qr-codes/dl.bitmask.net-bitmask-android-latest.svg create mode 100644 source/qr-codes/market-se.leap.bitmaskclient.png create mode 100644 source/qr-codes/market-se.leap.bitmaskclient.svg create mode 100644 source/qr-codes/notes.txt create mode 100644 source/status/dark/network-vpn-acquiring.svg create mode 100644 source/status/dark/network-vpn-down.svg create mode 100644 source/status/dark/network-vpn-up.svg create mode 100644 source/status/light/network-vpn-acquiring.svg create mode 100644 source/status/light/network-vpn-down.svg create mode 100644 source/status/light/network-vpn-up.svg create mode 100644 source/web/icons/android.svg create mode 100644 source/web/icons/apple.svg create mode 100644 source/web/icons/arrow-down.svg create mode 100644 source/web/icons/linux.svg create mode 100644 source/web/icons/windows.svg create mode 100644 source/web/rainbow-masthead-android-promo.svg create mode 100644 source/web/rainbow-masthead-centered.svg create mode 100644 source/web/rainbow-masthead-small.svg (limited to 'source') diff --git a/source/android/leap-debug-launcher.svg b/source/android/leap-debug-launcher.svg new file mode 100644 index 0000000..fbc4c65 --- /dev/null +++ b/source/android/leap-debug-launcher.svg @@ -0,0 +1,931 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/source/android/leap-launcher.svg b/source/android/leap-launcher.svg new file mode 100644 index 0000000..47a5687 --- /dev/null +++ b/source/android/leap-launcher.svg @@ -0,0 +1,736 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/source/android/mask-silhouette.svg b/source/android/mask-silhouette.svg new file mode 100644 index 0000000..ccf2148 --- /dev/null +++ b/source/android/mask-silhouette.svg @@ -0,0 +1,259 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/source/android/vpn_connected.svg b/source/android/vpn_connected.svg new file mode 100644 index 0000000..c1b5722 --- /dev/null +++ b/source/android/vpn_connected.svg @@ -0,0 +1,61 @@ + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/source/android/vpn_disconnected.svg b/source/android/vpn_disconnected.svg new file mode 100644 index 0000000..46b42b8 --- /dev/null +++ b/source/android/vpn_disconnected.svg @@ -0,0 +1,67 @@ + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/source/android/vpn_progress.svg b/source/android/vpn_progress.svg new file mode 100644 index 0000000..f137b06 --- /dev/null +++ b/source/android/vpn_progress.svg @@ -0,0 +1,65 @@ + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/source/common/caution.svg b/source/common/caution.svg new file mode 100644 index 0000000..f4b6559 --- /dev/null +++ b/source/common/caution.svg @@ -0,0 +1,146 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/source/icons/black/arrow-down.svg b/source/icons/black/arrow-down.svg new file mode 100644 index 0000000..14c4b5d --- /dev/null +++ b/source/icons/black/arrow-down.svg @@ -0,0 +1,65 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/source/icons/black/arrow-up.svg b/source/icons/black/arrow-up.svg new file mode 100644 index 0000000..30ea8fd --- /dev/null +++ b/source/icons/black/arrow-up.svg @@ -0,0 +1,65 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/source/icons/black/cloud.svg b/source/icons/black/cloud.svg new file mode 100644 index 0000000..bf7a94a --- /dev/null +++ b/source/icons/black/cloud.svg @@ -0,0 +1,65 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/source/icons/black/contract.svg b/source/icons/black/contract.svg new file mode 100644 index 0000000..4436dcd --- /dev/null +++ b/source/icons/black/contract.svg @@ -0,0 +1,65 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/source/icons/black/earth-square.svg b/source/icons/black/earth-square.svg new file mode 100644 index 0000000..c57e4b1 --- /dev/null +++ b/source/icons/black/earth-square.svg @@ -0,0 +1,78 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/source/icons/black/earth.svg b/source/icons/black/earth.svg new file mode 100755 index 0000000..e220ec8 --- /dev/null +++ b/source/icons/black/earth.svg @@ -0,0 +1,70 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/source/icons/black/email-square.svg b/source/icons/black/email-square.svg new file mode 100644 index 0000000..700be69 --- /dev/null +++ b/source/icons/black/email-square.svg @@ -0,0 +1,84 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/source/icons/black/email.svg b/source/icons/black/email.svg new file mode 100644 index 0000000..94ea3e7 --- /dev/null +++ b/source/icons/black/email.svg @@ -0,0 +1,76 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/source/icons/black/expand.svg b/source/icons/black/expand.svg new file mode 100644 index 0000000..1cd3c78 --- /dev/null +++ b/source/icons/black/expand.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/source/icons/black/gear.svg b/source/icons/black/gear.svg new file mode 100644 index 0000000..be5a5b3 --- /dev/null +++ b/source/icons/black/gear.svg @@ -0,0 +1,61 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/source/icons/black/off.svg b/source/icons/black/off.svg new file mode 100644 index 0000000..342a25a --- /dev/null +++ b/source/icons/black/off.svg @@ -0,0 +1,90 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/source/icons/black/on.svg b/source/icons/black/on.svg new file mode 100644 index 0000000..48fbbc7 --- /dev/null +++ b/source/icons/black/on.svg @@ -0,0 +1,90 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/source/icons/black/refresh.svg b/source/icons/black/refresh.svg new file mode 100644 index 0000000..559c456 --- /dev/null +++ b/source/icons/black/refresh.svg @@ -0,0 +1,61 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/source/icons/black/user.svg b/source/icons/black/user.svg new file mode 100644 index 0000000..ad86a75 --- /dev/null +++ b/source/icons/black/user.svg @@ -0,0 +1,65 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/source/icons/black/wait.svg b/source/icons/black/wait.svg new file mode 100644 index 0000000..9b08140 --- /dev/null +++ b/source/icons/black/wait.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/source/icons/white/arrow-down.svg b/source/icons/white/arrow-down.svg new file mode 100644 index 0000000..3e48508 --- /dev/null +++ b/source/icons/white/arrow-down.svg @@ -0,0 +1,66 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/source/icons/white/arrow-up.svg b/source/icons/white/arrow-up.svg new file mode 100644 index 0000000..48995b1 --- /dev/null +++ b/source/icons/white/arrow-up.svg @@ -0,0 +1,66 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/source/icons/white/cloud.svg b/source/icons/white/cloud.svg new file mode 100644 index 0000000..0de1cdd --- /dev/null +++ b/source/icons/white/cloud.svg @@ -0,0 +1,66 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/source/icons/white/contract.svg b/source/icons/white/contract.svg new file mode 100644 index 0000000..c2b24ed --- /dev/null +++ b/source/icons/white/contract.svg @@ -0,0 +1,66 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/source/icons/white/earth.svg b/source/icons/white/earth.svg new file mode 100755 index 0000000..8c81872 --- /dev/null +++ b/source/icons/white/earth.svg @@ -0,0 +1,61 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/source/icons/white/email.svg b/source/icons/white/email.svg new file mode 100644 index 0000000..5bcb748 --- /dev/null +++ b/source/icons/white/email.svg @@ -0,0 +1,62 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/source/icons/white/expand.svg b/source/icons/white/expand.svg new file mode 100644 index 0000000..e79e3f2 --- /dev/null +++ b/source/icons/white/expand.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/source/icons/white/gear.svg b/source/icons/white/gear.svg new file mode 100644 index 0000000..00c2c92 --- /dev/null +++ b/source/icons/white/gear.svg @@ -0,0 +1,61 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/source/icons/white/off.svg b/source/icons/white/off.svg new file mode 100644 index 0000000..d0f2456 --- /dev/null +++ b/source/icons/white/off.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/source/icons/white/on.svg b/source/icons/white/on.svg new file mode 100644 index 0000000..738aacb --- /dev/null +++ b/source/icons/white/on.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/source/icons/white/refresh.svg b/source/icons/white/refresh.svg new file mode 100644 index 0000000..e18a1b9 --- /dev/null +++ b/source/icons/white/refresh.svg @@ -0,0 +1,61 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/source/icons/white/user.svg b/source/icons/white/user.svg new file mode 100644 index 0000000..252321c --- /dev/null +++ b/source/icons/white/user.svg @@ -0,0 +1,66 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/source/icons/white/wait.svg b/source/icons/white/wait.svg new file mode 100644 index 0000000..bf2ab79 --- /dev/null +++ b/source/icons/white/wait.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/source/kid-jumping-bw.svg b/source/kid-jumping-bw.svg new file mode 100644 index 0000000..b0f4f9e --- /dev/null +++ b/source/kid-jumping-bw.svg @@ -0,0 +1,108 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/source/kid-jumping-silhouette-light.svg b/source/kid-jumping-silhouette-light.svg new file mode 100644 index 0000000..e4a0421 --- /dev/null +++ b/source/kid-jumping-silhouette-light.svg @@ -0,0 +1,99 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/source/kid-jumping.svg b/source/kid-jumping.svg new file mode 100644 index 0000000..7a330fd --- /dev/null +++ b/source/kid-jumping.svg @@ -0,0 +1,757 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/source/letterhead/letterhead.svg b/source/letterhead/letterhead.svg new file mode 100644 index 0000000..93bbb48 --- /dev/null +++ b/source/letterhead/letterhead.svg @@ -0,0 +1,144 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + LEAP Encryption Access Project + PO Box 4422, Seattle, WA 98194 — info@leap.se — +1-206-420-6613 + + diff --git a/source/masks/mask-favicon.svg b/source/masks/mask-favicon.svg new file mode 100644 index 0000000..75e42ac --- /dev/null +++ b/source/masks/mask-favicon.svg @@ -0,0 +1,522 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/source/masks/mask-icon.svg b/source/masks/mask-icon.svg new file mode 100644 index 0000000..5e65dff --- /dev/null +++ b/source/masks/mask-icon.svg @@ -0,0 +1,514 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/source/masks/mask-launcher.svg b/source/masks/mask-launcher.svg new file mode 100644 index 0000000..9413456 --- /dev/null +++ b/source/masks/mask-launcher.svg @@ -0,0 +1,526 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/source/qr-codes/dl.bitmask.net-bitmask-android-latest.png b/source/qr-codes/dl.bitmask.net-bitmask-android-latest.png new file mode 100644 index 0000000..695d7d7 Binary files /dev/null and b/source/qr-codes/dl.bitmask.net-bitmask-android-latest.png differ diff --git a/source/qr-codes/dl.bitmask.net-bitmask-android-latest.svg b/source/qr-codes/dl.bitmask.net-bitmask-android-latest.svg new file mode 100644 index 0000000..bc260e9 --- /dev/null +++ b/source/qr-codes/dl.bitmask.net-bitmask-android-latest.svg @@ -0,0 +1,10 @@ + + + + QR Code + https://dl.bitmask.net/client/android/Bitmask-Android-latest.apk + + + + + diff --git a/source/qr-codes/market-se.leap.bitmaskclient.png b/source/qr-codes/market-se.leap.bitmaskclient.png new file mode 100644 index 0000000..a702717 Binary files /dev/null and b/source/qr-codes/market-se.leap.bitmaskclient.png differ diff --git a/source/qr-codes/market-se.leap.bitmaskclient.svg b/source/qr-codes/market-se.leap.bitmaskclient.svg new file mode 100644 index 0000000..4b0c0c9 --- /dev/null +++ b/source/qr-codes/market-se.leap.bitmaskclient.svg @@ -0,0 +1,10 @@ + + + + QR Code + market://details?id=se.leap.bitmaskclient + + + + + diff --git a/source/qr-codes/notes.txt b/source/qr-codes/notes.txt new file mode 100644 index 0000000..15e82e3 --- /dev/null +++ b/source/qr-codes/notes.txt @@ -0,0 +1,17 @@ +I used http://goqr.me/ to generate the svg files. They don't have a white border +which means that the won't work unless displayed against a white background. + +The urls used here are: + +* https://play.google.com/store/apps/details?id=se.leap.bitmaskclient + this one will work for both android clients and non-android clients + although there is not much point to support non-android + +* market://details?id=se.leap.bitmaskclient + will open directly in google play app + +* https://dl.bitmask.net/client/android/Bitmask-Android-latest.apk + for directly downloading the apk + + + diff --git a/source/status/dark/network-vpn-acquiring.svg b/source/status/dark/network-vpn-acquiring.svg new file mode 100644 index 0000000..a255a39 --- /dev/null +++ b/source/status/dark/network-vpn-acquiring.svg @@ -0,0 +1,25 @@ + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + diff --git a/source/status/dark/network-vpn-down.svg b/source/status/dark/network-vpn-down.svg new file mode 100644 index 0000000..a01dc57 --- /dev/null +++ b/source/status/dark/network-vpn-down.svg @@ -0,0 +1,94 @@ + + + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + Gnome Symbolic Icon Theme + + + + + + + + + diff --git a/source/status/dark/network-vpn-up.svg b/source/status/dark/network-vpn-up.svg new file mode 100644 index 0000000..5db1174 --- /dev/null +++ b/source/status/dark/network-vpn-up.svg @@ -0,0 +1,20 @@ + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + Gnome Symbolic Icon Theme + + + + + + + diff --git a/source/status/light/network-vpn-acquiring.svg b/source/status/light/network-vpn-acquiring.svg new file mode 100644 index 0000000..4a2d059 --- /dev/null +++ b/source/status/light/network-vpn-acquiring.svg @@ -0,0 +1,100 @@ + + + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + diff --git a/source/status/light/network-vpn-down.svg b/source/status/light/network-vpn-down.svg new file mode 100644 index 0000000..cf4e1dc --- /dev/null +++ b/source/status/light/network-vpn-down.svg @@ -0,0 +1,94 @@ + + + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + Gnome Symbolic Icon Theme + + + + + + + + + diff --git a/source/status/light/network-vpn-up.svg b/source/status/light/network-vpn-up.svg new file mode 100644 index 0000000..b0ae33b --- /dev/null +++ b/source/status/light/network-vpn-up.svg @@ -0,0 +1,79 @@ + + + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + Gnome Symbolic Icon Theme + + + + + + + diff --git a/source/web/icons/android.svg b/source/web/icons/android.svg new file mode 100644 index 0000000..59b1319 --- /dev/null +++ b/source/web/icons/android.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/source/web/icons/apple.svg b/source/web/icons/apple.svg new file mode 100644 index 0000000..25c5c52 --- /dev/null +++ b/source/web/icons/apple.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/source/web/icons/arrow-down.svg b/source/web/icons/arrow-down.svg new file mode 100644 index 0000000..13e02ce --- /dev/null +++ b/source/web/icons/arrow-down.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/source/web/icons/linux.svg b/source/web/icons/linux.svg new file mode 100644 index 0000000..5fc74dc --- /dev/null +++ b/source/web/icons/linux.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/source/web/icons/windows.svg b/source/web/icons/windows.svg new file mode 100644 index 0000000..4a533e1 --- /dev/null +++ b/source/web/icons/windows.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/source/web/rainbow-masthead-android-promo.svg b/source/web/rainbow-masthead-android-promo.svg new file mode 100644 index 0000000..30bf66d --- /dev/null +++ b/source/web/rainbow-masthead-android-promo.svg @@ -0,0 +1,523 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/source/web/rainbow-masthead-centered.svg b/source/web/rainbow-masthead-centered.svg new file mode 100644 index 0000000..c8885b5 --- /dev/null +++ b/source/web/rainbow-masthead-centered.svg @@ -0,0 +1,522 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/source/web/rainbow-masthead-small.svg b/source/web/rainbow-masthead-small.svg new file mode 100644 index 0000000..c7ad0c6 --- /dev/null +++ b/source/web/rainbow-masthead-small.svg @@ -0,0 +1,523 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3