diff options
24 files changed, 220 insertions, 0 deletions
diff --git a/main/src/main/AndroidManifest.xml b/main/src/main/AndroidManifest.xml index eb0c0d4f..fd21400b 100644 --- a/main/src/main/AndroidManifest.xml +++ b/main/src/main/AndroidManifest.xml @@ -31,6 +31,7 @@ android:appCategory="productivity" android:extractNativeLibs="true" android:icon="@mipmap/ic_launcher" + android:roundIcon="@mipmap/ic_launcher_round" android:label="@string/app" android:supportsRtl="true" android:theme="@style/blinkt" diff --git a/main/src/main/res/drawable/ic_launcher3_foreground.xml b/main/src/main/res/drawable/ic_launcher3_foreground.xml new file mode 100644 index 00000000..0a10a5a2 --- /dev/null +++ b/main/src/main/res/drawable/ic_launcher3_foreground.xml @@ -0,0 +1,21 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="108dp" + android:height="108dp" + android:viewportWidth="108" + android:viewportHeight="108"> + <path + android:pathData="M59.87,71.24h-11.77c-0.27,0 -0.76,-0.78 -0.59,-1.16 1.23,-2.87 2.46,-5.71 3.69,-8.58 0.74,-1.27 -0.35,-1.8 -0.77,-2.04 -1.44,-0.83 -2.47,-2.06 -3.02,-3.73 -0.48,-1.44 -0.48,-2.9 0.02,-4.34 1.03,-2.96 3.69,-4.62 6.54,-4.6 2.98,0.02 5.62,2.1 6.4,4.94 0.48,1.77 0.32,3.49 -0.55,5.11 -0.51,0.95 -1.16,1.73 -2.01,2.28 -0.35,0.23 -1.9,1.03 -1.33,2.3 1.33,2.9 2.65,5.76 3.98,8.66 0.18,0.39 -0.21,1.16 -0.59,1.16Z" + android:fillColor="#1e3863"/> + <path + android:pathData="M61.05,53.75s0.04,0.06 0.05,0.09c-0.02,-0.03 -0.04,-0.06 -0.05,-0.09Z" + android:fillColor="#f08327"/> + <path + android:pathData="M35.27,57.16L42.74,57.16A1.5,1.5 0,0 1,44.24 58.66L44.24,73.28A1.5,1.5 0,0 1,42.74 74.78L35.27,74.78A1.5,1.5 0,0 1,33.77 73.28L33.77,58.66A1.5,1.5 0,0 1,35.27 57.16z" + android:fillColor="#f08327"/> + <path + android:pathData="M72.74,74.79L65.27,74.79A1.5,1.5 0,0 1,63.77 73.29L63.77,58.67A1.5,1.5 0,0 1,65.27 57.17L72.74,57.17A1.5,1.5 0,0 1,74.24 58.67L74.24,73.29A1.5,1.5 0,0 1,72.74 74.79z" + android:fillColor="#f08327"/> + <path + android:pathData="M71.49,43.19c-1.22,-1.88 0.7,-2.97 2.59,-4.98 1.33,-1.33 1.04,-2.98 0.26,-3.66 -0.74,-0.64 -2.4,-0.93 -4.36,1.03 -1.74,2.5 -3.79,1.75 -4.28,1.41 -3.41,-2.43 -7.3,-3.72 -11.7,-3.77h0s0,0 0,0 0,0 0,0h0c-4.4,0.06 -8.29,1.34 -11.7,3.77 -0.49,0.35 -2.54,1.09 -4.28,-1.41 -1.96,-1.96 -3.61,-1.68 -4.36,-1.03 -0.79,0.68 -1.07,2.33 0.26,3.66 1.89,2.01 3.81,3.09 2.59,4.98 -1.58,2.44 -2.47,5.19 -2.86,8.11 -0.06,0.41 -0.09,0.83 -0.13,1.24 -0.06,0.75 0.52,1.39 1.27,1.41 2.15,0.03 6.21,0.07 7.92,0.08 0.7,0 1.29,-0.5 1.39,-1.19 0.44,-3.08 2.18,-10.28 9.91,-10.28s9.46,7.2 9.91,10.28c0.1,0.69 0.69,1.19 1.39,1.19 1.71,0 5.77,-0.05 7.92,-0.08 0.75,-0.01 1.33,-0.66 1.27,-1.41 -0.03,-0.42 -0.07,-0.83 -0.13,-1.24 -0.39,-2.92 -1.28,-5.67 -2.86,-8.11Z" + android:fillColor="#f08327"/> +</vector> diff --git a/main/src/main/res/drawable/ic_logo_bunt.xml b/main/src/main/res/drawable/ic_logo_bunt.xml new file mode 100644 index 00000000..0a10a5a2 --- /dev/null +++ b/main/src/main/res/drawable/ic_logo_bunt.xml @@ -0,0 +1,21 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="108dp" + android:height="108dp" + android:viewportWidth="108" + android:viewportHeight="108"> + <path + android:pathData="M59.87,71.24h-11.77c-0.27,0 -0.76,-0.78 -0.59,-1.16 1.23,-2.87 2.46,-5.71 3.69,-8.58 0.74,-1.27 -0.35,-1.8 -0.77,-2.04 -1.44,-0.83 -2.47,-2.06 -3.02,-3.73 -0.48,-1.44 -0.48,-2.9 0.02,-4.34 1.03,-2.96 3.69,-4.62 6.54,-4.6 2.98,0.02 5.62,2.1 6.4,4.94 0.48,1.77 0.32,3.49 -0.55,5.11 -0.51,0.95 -1.16,1.73 -2.01,2.28 -0.35,0.23 -1.9,1.03 -1.33,2.3 1.33,2.9 2.65,5.76 3.98,8.66 0.18,0.39 -0.21,1.16 -0.59,1.16Z" + android:fillColor="#1e3863"/> + <path + android:pathData="M61.05,53.75s0.04,0.06 0.05,0.09c-0.02,-0.03 -0.04,-0.06 -0.05,-0.09Z" + android:fillColor="#f08327"/> + <path + android:pathData="M35.27,57.16L42.74,57.16A1.5,1.5 0,0 1,44.24 58.66L44.24,73.28A1.5,1.5 0,0 1,42.74 74.78L35.27,74.78A1.5,1.5 0,0 1,33.77 73.28L33.77,58.66A1.5,1.5 0,0 1,35.27 57.16z" + android:fillColor="#f08327"/> + <path + android:pathData="M72.74,74.79L65.27,74.79A1.5,1.5 0,0 1,63.77 73.29L63.77,58.67A1.5,1.5 0,0 1,65.27 57.17L72.74,57.17A1.5,1.5 0,0 1,74.24 58.67L74.24,73.29A1.5,1.5 0,0 1,72.74 74.79z" + android:fillColor="#f08327"/> + <path + android:pathData="M71.49,43.19c-1.22,-1.88 0.7,-2.97 2.59,-4.98 1.33,-1.33 1.04,-2.98 0.26,-3.66 -0.74,-0.64 -2.4,-0.93 -4.36,1.03 -1.74,2.5 -3.79,1.75 -4.28,1.41 -3.41,-2.43 -7.3,-3.72 -11.7,-3.77h0s0,0 0,0 0,0 0,0h0c-4.4,0.06 -8.29,1.34 -11.7,3.77 -0.49,0.35 -2.54,1.09 -4.28,-1.41 -1.96,-1.96 -3.61,-1.68 -4.36,-1.03 -0.79,0.68 -1.07,2.33 0.26,3.66 1.89,2.01 3.81,3.09 2.59,4.98 -1.58,2.44 -2.47,5.19 -2.86,8.11 -0.06,0.41 -0.09,0.83 -0.13,1.24 -0.06,0.75 0.52,1.39 1.27,1.41 2.15,0.03 6.21,0.07 7.92,0.08 0.7,0 1.29,-0.5 1.39,-1.19 0.44,-3.08 2.18,-10.28 9.91,-10.28s9.46,7.2 9.91,10.28c0.1,0.69 0.69,1.19 1.39,1.19 1.71,0 5.77,-0.05 7.92,-0.08 0.75,-0.01 1.33,-0.66 1.27,-1.41 -0.03,-0.42 -0.07,-0.83 -0.13,-1.24 -0.39,-2.92 -1.28,-5.67 -2.86,-8.11Z" + android:fillColor="#f08327"/> +</vector> diff --git a/main/src/main/res/drawable/ic_logo_sw.xml b/main/src/main/res/drawable/ic_logo_sw.xml new file mode 100644 index 00000000..89ca9b36 --- /dev/null +++ b/main/src/main/res/drawable/ic_logo_sw.xml @@ -0,0 +1,21 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="108dp" + android:height="108dp" + android:viewportWidth="108" + android:viewportHeight="108"> + <path + android:fillColor="#FF000000" + android:pathData="M59.87,71.24h-11.77c-0.27,0 -0.76,-0.78 -0.59,-1.16 1.23,-2.87 2.46,-5.71 3.69,-8.58 0.74,-1.27 -0.35,-1.8 -0.77,-2.04 -1.44,-0.83 -2.47,-2.06 -3.02,-3.73 -0.48,-1.44 -0.48,-2.9 0.02,-4.34 1.03,-2.96 3.69,-4.62 6.54,-4.6 2.98,0.02 5.62,2.1 6.4,4.94 0.48,1.77 0.32,3.49 -0.55,5.11 -0.51,0.95 -1.16,1.73 -2.01,2.28 -0.35,0.23 -1.9,1.03 -1.33,2.3 1.33,2.9 2.65,5.76 3.98,8.66 0.18,0.39 -0.21,1.16 -0.59,1.16Z"/> + <path + android:fillColor="#FF000000" + android:pathData="M61.05,53.75s0.04,0.06 0.05,0.09c-0.02,-0.03 -0.04,-0.06 -0.05,-0.09Z"/> + <path + android:fillColor="#FF000000" + android:pathData="M35.16,57.16L42.63,57.16A1.5,1.5 0,0 1,44.13 58.66L44.13,73.28A1.5,1.5 0,0 1,42.63 74.78L35.16,74.78A1.5,1.5 0,0 1,33.66 73.28L33.66,58.66A1.5,1.5 0,0 1,35.16 57.16z"/> + <path + android:fillColor="#FF000000" + android:pathData="M72.74,74.79L65.27,74.79A1.5,1.5 0,0 1,63.77 73.29L63.77,58.67A1.5,1.5 0,0 1,65.27 57.17L72.74,57.17A1.5,1.5 0,0 1,74.24 58.67L74.24,73.29A1.5,1.5 0,0 1,72.74 74.79z"/> + <path + android:fillColor="#FF000000" + android:pathData="M71.49,43.19c-1.22,-1.88 0.7,-2.97 2.59,-4.98 1.33,-1.33 1.04,-2.98 0.26,-3.66 -0.74,-0.64 -2.4,-0.93 -4.36,1.03 -1.74,2.5 -3.79,1.75 -4.28,1.41 -3.41,-2.43 -7.3,-3.72 -11.7,-3.77h0s0,0 0,0 0,0 0,0h0c-4.4,0.06 -8.29,1.34 -11.7,3.77 -0.49,0.35 -2.54,1.09 -4.28,-1.41 -1.96,-1.96 -3.61,-1.68 -4.36,-1.03 -0.79,0.68 -1.07,2.33 0.26,3.66 1.89,2.01 3.81,3.09 2.59,4.98 -1.58,2.44 -2.47,5.19 -2.86,8.11 -0.06,0.41 -0.09,0.83 -0.13,1.24 -0.06,0.75 0.52,1.39 1.27,1.41 2.15,0.03 6.21,0.07 7.92,0.08 0.7,0 1.29,-0.5 1.39,-1.19 0.44,-3.08 2.18,-10.28 9.91,-10.28s9.46,7.2 9.91,10.28c0.1,0.69 0.69,1.19 1.39,1.19 1.71,0 5.77,-0.05 7.92,-0.08 0.75,-0.01 1.33,-0.66 1.27,-1.41 -0.03,-0.42 -0.07,-0.83 -0.13,-1.24 -0.39,-2.92 -1.28,-5.67 -2.86,-8.11Z"/> +</vector> diff --git a/main/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/main/src/main/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 00000000..7be41c60 --- /dev/null +++ b/main/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,7 @@ +<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> + <background android:drawable="@color/logobackground" /> + <foreground android:drawable="@drawable/ic_logo_bunt" /> + +<!-- Android 13 (API level 33) allows monochrome logos --> + <monochrome android:drawable="@drawable/ic_logo_sw"/> +</adaptive-icon>
\ No newline at end of file diff --git a/main/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/main/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 00000000..9602a2e6 --- /dev/null +++ b/main/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,7 @@ +<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> + <background android:drawable="@color/logobackground" /> + <foreground android:drawable="@drawable/ic_logo_bunt" /> + + <!-- Android 13 (API level 33) allows monochrome logos --> + <monochrome android:drawable="@drawable/ic_logo_sw"/> +</adaptive-icon>
\ No newline at end of file diff --git a/main/src/main/res/mipmap-hdpi/ic_launcher.png b/main/src/main/res/mipmap-hdpi/ic_launcher.png Binary files differindex 52fc9219..6cba5fe6 100755..100644 --- a/main/src/main/res/mipmap-hdpi/ic_launcher.png +++ b/main/src/main/res/mipmap-hdpi/ic_launcher.png diff --git a/main/src/main/res/mipmap-hdpi/ic_launcher_round.png b/main/src/main/res/mipmap-hdpi/ic_launcher_round.png Binary files differnew file mode 100644 index 00000000..7547ee07 --- /dev/null +++ b/main/src/main/res/mipmap-hdpi/ic_launcher_round.png diff --git a/main/src/main/res/mipmap-mdpi/ic_launcher.png b/main/src/main/res/mipmap-mdpi/ic_launcher.png Binary files differindex d99f7d91..060a3f61 100755..100644 --- a/main/src/main/res/mipmap-mdpi/ic_launcher.png +++ b/main/src/main/res/mipmap-mdpi/ic_launcher.png diff --git a/main/src/main/res/mipmap-mdpi/ic_launcher_round.png b/main/src/main/res/mipmap-mdpi/ic_launcher_round.png Binary files differnew file mode 100644 index 00000000..31d3debb --- /dev/null +++ b/main/src/main/res/mipmap-mdpi/ic_launcher_round.png diff --git a/main/src/main/res/mipmap-xhdpi/banner_tv.png b/main/src/main/res/mipmap-xhdpi/banner_tv.png Binary files differindex 8ffb5f43..e7418f9b 100644 --- a/main/src/main/res/mipmap-xhdpi/banner_tv.png +++ b/main/src/main/res/mipmap-xhdpi/banner_tv.png diff --git a/main/src/main/res/mipmap-xhdpi/ic_launcher.png b/main/src/main/res/mipmap-xhdpi/ic_launcher.png Binary files differindex 04ebb081..f1e8ebb7 100755..100644 --- a/main/src/main/res/mipmap-xhdpi/ic_launcher.png +++ b/main/src/main/res/mipmap-xhdpi/ic_launcher.png diff --git a/main/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/main/src/main/res/mipmap-xhdpi/ic_launcher_round.png Binary files differnew file mode 100644 index 00000000..b87b4c00 --- /dev/null +++ b/main/src/main/res/mipmap-xhdpi/ic_launcher_round.png diff --git a/main/src/main/res/mipmap-xxhdpi/ic_launcher.png b/main/src/main/res/mipmap-xxhdpi/ic_launcher.png Binary files differindex 69bea5a6..6f769e15 100755..100644 --- a/main/src/main/res/mipmap-xxhdpi/ic_launcher.png +++ b/main/src/main/res/mipmap-xxhdpi/ic_launcher.png diff --git a/main/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/main/src/main/res/mipmap-xxhdpi/ic_launcher_round.png Binary files differnew file mode 100644 index 00000000..65db499b --- /dev/null +++ b/main/src/main/res/mipmap-xxhdpi/ic_launcher_round.png diff --git a/main/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/main/src/main/res/mipmap-xxxhdpi/ic_launcher.png Binary files differindex b9b738b1..a0fc68b9 100755..100644 --- a/main/src/main/res/mipmap-xxxhdpi/ic_launcher.png +++ b/main/src/main/res/mipmap-xxxhdpi/ic_launcher.png diff --git a/main/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/main/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png Binary files differnew file mode 100644 index 00000000..84651055 --- /dev/null +++ b/main/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png diff --git a/main/src/main/res/values/colours.xml b/main/src/main/res/values/colours.xml index cf4a2a7f..5576d43a 100644 --- a/main/src/main/res/values/colours.xml +++ b/main/src/main/res/values/colours.xml @@ -21,4 +21,5 @@ <color name="dataIn">#ff0000</color> <color name="dataOut">#0000ff</color> + <color name="logobackground">#F2F2F2</color> </resources>
\ No newline at end of file diff --git a/misc/Banner_besser_tv.png b/misc/Banner_besser_tv.png Binary files differindex 39184f71..43b7969e 100644 --- a/misc/Banner_besser_tv.png +++ b/misc/Banner_besser_tv.png diff --git a/misc/Banner_besser_tv.psd b/misc/Banner_besser_tv.psd Binary files differindex b2a0d0ce..5703ba19 100644 --- a/misc/Banner_besser_tv.psd +++ b/misc/Banner_besser_tv.psd diff --git a/misc/ic_launcher-playstore.png b/misc/ic_launcher-playstore.png Binary files differnew file mode 100644 index 00000000..1b670625 --- /dev/null +++ b/misc/ic_launcher-playstore.png diff --git a/misc/logo_arne3.svg b/misc/logo_arne3.svg new file mode 100644 index 00000000..916728f6 --- /dev/null +++ b/misc/logo_arne3.svg @@ -0,0 +1,114 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 26.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" + viewBox="0 0 60.9 60.9" style="enable-background:new 0 0 60.9 60.9;" xml:space="preserve"> +<style type="text/css"> + .st0{fill:#F2F2F2;} + .st1{display:none;} + .st2{display:inline;fill:#F68BFF;} + .st3{display:inline;} + .st4{fill:#F08327;} + .st5{fill:#1E3863;} + .st6{fill:#1D3863;} + .st7{fill:#F08226;} + .st8{fill:#21325A;} + .st9{fill:#203159;} + .st10{fill:#20315A;} + .st11{display:inline;fill:#1E3863;} + .st12{display:inline;fill:#F08327;} +</style> +<g id="Squircle"> + <path class="st0" d="M42.1,60.9H18.8C8.5,60.9,0,52.4,0,42.1V18.8C0,8.5,8.5,0,18.8,0h23.2c10.3,0,18.8,8.5,18.8,18.8v23.2 + C60.9,52.4,52.4,60.9,42.1,60.9z"/> +</g> +<g id="Leerer_Rahmen" class="st1"> + <rect x="-23.6" y="-23.3" class="st2" width="108" height="108"/> +</g> +<g id="Ebene_1" class="st1"> + <g id="logo_x5F_fast_x5F_fertig_x5F_mit_Ohren_x5F_2_1_" class="st3"> + <g> + <path class="st4" d="M14.4,30.5c-0.8,0-1.6,0.1-2.4,0.1c-1.9,0-3.7,0-5.6,0c0-0.7,0-1.5,0.1-2.2c0.4-4.3,1.9-8.2,4.4-11.7 + c0.7-1,0.7-1,0-2C9.7,12.8,8.4,11,7.2,9.1C7,8.8,6.9,8.5,6.9,8.2c0-0.7,0.6-1.2,1.3-0.9C8.6,7.4,9,7.7,9.2,8 + c1.3,1.8,2.5,3.7,3.8,5.6c0.1,0.1,0.1,0.2,0.2,0.3c4.9-4.8,10.7-7.3,17.5-7.2c6.8,0.1,12.6,2.7,17.4,7.7c0.5-0.8,1.1-1.6,1.6-2.3 + c0.8-1.2,1.6-2.4,2.4-3.5c0.2-0.3,0.5-0.5,0.8-0.7c0.4-0.2,0.8-0.2,1.1,0.1c0.4,0.3,0.5,0.7,0.3,1.2c-0.1,0.2-0.2,0.4-0.3,0.6 + c-1.3,2-2.6,4-4,5.9c-0.3,0.4-0.3,0.6,0,1.1c2.3,3.2,3.7,6.9,4.3,10.8c0.1,1,0.2,2,0.3,3c-0.2,0-0.3,0.1-0.4,0.1 + c-2.4,0-4.9,0-7.3,0c-0.1,0-0.3,0-0.4-0.1c-0.3-2-0.8-3.9-1.7-5.7c-1.3-2.9-3.1-5.5-5.6-7.5c-2.2-1.7-4.6-2.8-7.3-3.1 + c-2.4-0.3-4.7,0.2-6.9,1.2c-1.2,0.5-2.2,1.3-3.2,2.1c-1.2,1-2.4,2.1-3.3,3.4c-0.8,1.3-1.6,2.7-2.2,4 + C15.2,26.8,14.7,28.6,14.4,30.5z"/> + <path class="st5" d="M14.4,30.5c0.3-1.9,0.8-3.8,1.6-5.5c0.7-1.4,1.4-2.7,2.2-4c0.9-1.4,2-2.4,3.3-3.4c1-0.8,2-1.5,3.2-2.1 + c2.2-1,4.5-1.5,6.9-1.2c2.7,0.3,5.2,1.3,7.3,3.1c2.6,2,4.3,4.6,5.6,7.5c0.8,1.8,1.3,3.7,1.7,5.7c0,0,0,0,0,0l0,0 + c-0.1,0-0.3-0.1-0.4-0.1c-2.3,0-4.6,0-6.9,0c0,0,0,0,0,0c0,0,0-0.1-0.1-0.1c-0.5-1.6-1.1-3.2-2.1-4.7c-1-1.5-2.1-2.9-3.8-3.7 + c-1.5-0.7-3-0.6-4.5,0c-1.7,0.8-2.8,2.2-3.8,3.7c-1,1.5-1.5,3.1-2.1,4.7c-2.5,0-5,0-7.5,0C14.9,30.5,14.7,30.5,14.4,30.5 + L14.4,30.5L14.4,30.5z"/> + <path class="st6" d="M37,47.3c-4.2,0-8.3,0-12.5,0c1.4-3.3,2.8-6.6,4.3-10c-1.9-0.7-3.3-2-3.9-3.9c-0.4-1.3-0.4-2.6,0-3.9 + c0.9-2.6,3.3-4.1,5.8-4.1c2.7,0,5,1.9,5.7,4.4c0.4,1.6,0.3,3.1-0.5,4.6c-0.8,1.4-2,2.4-3.5,2.9C33.9,40.7,35.4,44,37,47.3z"/> + <path class="st7" d="M52.3,32.5c0.7,0,1.4,0,2.1,0c0,7.4,0,14.8,0,22.1c-2.6,0-5.2,0-7.8,0c0-0.2,0-0.4,0-0.6 + c0-6.9,0-13.9,0-20.8c0-0.2,0-0.5,0-0.7C46.6,32.5,50.3,32.5,52.3,32.5z"/> + <path class="st4" d="M14.2,54.5c-0.1,0-0.2,0.1-0.3,0.1c-2.5,0-4.9,0-7.4,0c0-7.4,0-14.7,0-22.1c0.1,0,0.2,0,0.3,0 + c2.4,0,4.8,0,7.2,0c0.1,0,0.2,0,0.2,0c0,0.2-0.1,0.5-0.1,0.7C14.2,40.3,14.2,47.4,14.2,54.5z"/> + <path class="st6" d="M14.2,54.5c0-7.1,0-14.2,0-21.3c0-0.2,0-0.5,0.1-0.7c0.9,0,1.7,0,2.6,0c1.8,0,3.5,0,5.3,0 + c-0.4,2.4-0.6,4.7-0.5,7.1c0,0.2-0.1,0.3-0.1,0.5c0,2.2,0,4.4,0,6.6c0,0.2,0.1,0.3,0.1,0.5c-0.1,0.1-0.1,0.2-0.2,0.3 + c-2.3,2.3-4.6,4.6-6.9,6.9C14.4,54.4,14.3,54.5,14.2,54.5z"/> + <path class="st6" d="M46.5,44.1c0,3.3,0,10.2,0,10.5c-0.9-1-1.6-1.8-2.4-2.7c-1.4-1.6-2.8-3.2-4.1-4.8c-0.1-0.1-0.1-0.3-0.1-0.5 + c0-2.6,0-5.1,0-7.7c0-2.2-0.1-4.3-0.6-6.5c0.1,0,0.2,0,0.2,0c2.2,0,7,0,7,0S46.5,40.3,46.5,44.1z"/> + <path class="st8" d="M38.9,30.5c2.3,0,4.6,0,6.9,0c0.1,0,0.3,0.1,0.4,0.1c-0.1,0-0.3,0.1-0.4,0.1c-2.1,0-4.3,0-6.4,0 + C39.2,30.6,39,30.5,38.9,30.5z"/> + <path class="st9" d="M14.5,30.5c0.2,0,0.4-0.1,0.6-0.1c2.5,0,5,0,7.5,0c-0.1,0-0.2,0.1-0.3,0.1c-2.5,0-5,0-7.5,0 + C14.7,30.6,14.6,30.6,14.5,30.5z"/> + <path class="st10" d="M21.6,47.2c0-0.2-0.1-0.3-0.1-0.5c0-2.2,0-4.4,0-6.6c0-0.2,0.1-0.3,0.1-0.5C21.6,42.1,21.6,44.6,21.6,47.2z + "/> + <path class="st8" d="M38.8,30.4c0,0,0,0.1,0.1,0.1C38.9,30.4,38.9,30.4,38.8,30.4z"/> + </g> + </g> +</g> +<g id="Bunt"> + <path class="st5" d="M36.3,47.9c-4.1,0-7.7,0-11.8,0c-0.3,0-0.8-0.8-0.6-1.2c1.2-2.9,2.5-5.7,3.7-8.6c0.7-1.3-0.3-1.8-0.8-2 + c-1.4-0.8-2.5-2.1-3-3.7c-0.5-1.4-0.5-2.9,0-4.3c1-3,3.7-4.6,6.5-4.6c3,0,5.6,2.1,6.4,4.9c0.5,1.8,0.3,3.5-0.6,5.1 + c-0.5,0.9-1.2,1.7-2,2.3c-0.4,0.2-1.9,1-1.3,2.3c1.3,2.9,2.6,5.8,4,8.7C37.1,47.1,36.7,47.9,36.3,47.9z"/> + <path class="st4" d="M19.2,34.5"/> + <path class="st4" d="M37.5,30.4C37.5,30.5,37.5,30.5,37.5,30.4C37.5,30.5,37.5,30.5,37.5,30.4z"/> + <path class="st4" d="M19.2,51.5h-7.5c-0.8,0-1.5-0.7-1.5-1.5V35.3c0-0.8,0.7-1.5,1.5-1.5h7.5c0.8,0,1.5,0.7,1.5,1.5V50 + C20.7,50.8,20,51.5,19.2,51.5z"/> + <path class="st4" d="M41.7,51.5h7.5c0.8,0,1.5-0.7,1.5-1.5V35.3c0-0.8-0.7-1.5-1.5-1.5h-7.5c-0.8,0-1.5,0.7-1.5,1.5V50 + C40.2,50.8,40.9,51.5,41.7,51.5z"/> + <path class="st4" d="M47.9,19.9c-1.2-1.9,0.7-3,2.6-5c1.3-1.3,1-3,0.3-3.7c-0.7-0.6-2.4-0.9-4.4,1c-1.7,2.5-3.8,1.8-4.3,1.4 + c-3.4-2.4-7.3-3.7-11.7-3.8v0c0,0,0,0,0,0s0,0,0,0v0c-4.4,0.1-8.3,1.3-11.7,3.8c-0.5,0.3-2.5,1.1-4.3-1.4c-2-2-3.6-1.7-4.4-1 + c-0.8,0.7-1.1,2.3,0.3,3.7c1.9,2,3.8,3.1,2.6,5c-1.6,2.4-2.5,5.2-2.9,8.1c-0.1,0.4-0.1,0.8-0.1,1.2c-0.1,0.7,0.5,1.4,1.3,1.4 + c2.1,0,6.2,0.1,7.9,0.1c0.7,0,1.3-0.5,1.4-1.2c0.4-3.1,2.2-10.3,9.9-10.3s9.5,7.2,9.9,10.3c0.1,0.7,0.7,1.2,1.4,1.2 + c1.7,0,5.8,0,7.9-0.1c0.8,0,1.3-0.7,1.3-1.4c0-0.4-0.1-0.8-0.1-1.2C50.4,25.1,49.5,22.3,47.9,19.9z"/> +</g> +<g id="Altes_Android" class="st1"> + <path class="st11" d="M36.3,47.9c-4.1,0-7.7,0-11.8,0c-0.3,0-0.8-0.8-0.6-1.2c1.2-2.9,2.5-5.7,3.7-8.6c0.7-1.3-0.3-1.8-0.8-2 + c-1.4-0.8-2.5-2.1-3-3.7c-0.5-1.4-0.5-2.9,0-4.3c1-3,3.7-4.6,6.5-4.6c3,0,5.6,2.1,6.4,4.9c0.5,1.8,0.3,3.5-0.6,5.1 + c-0.5,0.9-1.2,1.7-2,2.3c-0.4,0.2-1.9,1-1.3,2.3c1.3,2.9,2.6,5.8,4,8.7C37.1,47.1,36.7,47.9,36.3,47.9z"/> + <path class="st12" d="M19.2,34.5"/> + <path class="st12" d="M37.5,30.4C37.5,30.5,37.5,30.5,37.5,30.4C37.5,30.5,37.5,30.5,37.5,30.4z"/> + <path class="st12" d="M19.2,51.5h-7.5c-0.8,0-1.5-0.7-1.5-1.5V35.3c0-0.8,0.7-1.5,1.5-1.5h7.5c0.8,0,1.5,0.7,1.5,1.5V50 + C20.7,50.8,20,51.5,19.2,51.5z"/> + <path class="st12" d="M41.7,51.5h7.5c0.8,0,1.5-0.7,1.5-1.5V35.3c0-0.8-0.7-1.5-1.5-1.5h-7.5c-0.8,0-1.5,0.7-1.5,1.5V50 + C40.2,50.8,40.9,51.5,41.7,51.5z"/> + <path class="st12" d="M47.9,19.9c-1.2-1.9,0.7-3,2.6-5c1.3-1.3,1-3,0.3-3.7c-0.7-0.6-2.4-0.9-4.4,1c-1.7,2.5-3.8,1.8-4.3,1.4 + c-3.4-2.4-7.3-3.7-11.7-3.8v0c0,0,0,0,0,0s0,0,0,0v0c-4.4,0.1-8.3,1.3-11.7,3.8c-0.5,0.3-2.5,1.1-4.3-1.4c-2-2-3.6-1.7-4.4-1 + c-0.8,0.7-1.1,2.3,0.3,3.7c1.9,2,3.8,3.1,2.6,5c-1.6,2.4-2.5,5.2-2.9,8.1c-0.1,0.4-0.1,0.8-0.1,1.2c-0.1,0.7,0.5,1.4,1.3,1.4 + c2.1,0,6.2,0.1,7.9,0.1c0.7,0,1.3-0.5,1.4-1.2c0.4-3.1,2.2-10.3,9.9-10.3s9.5,7.2,9.9,10.3c0.1,0.7,0.7,1.2,1.4,1.2 + c1.7,0,5.8,0,7.9-0.1c0.8,0,1.3-0.7,1.3-1.4c0-0.4-0.1-0.8-0.1-1.2C50.4,25.1,49.5,22.3,47.9,19.9z"/> +</g> +<g id="sw" class="st1"> + <g class="st3"> + <path d="M36.3,47.9c-4.1,0-7.7,0-11.8,0c-0.3,0-0.8-0.8-0.6-1.2c1.2-2.9,2.5-5.7,3.7-8.6c0.7-1.3-0.3-1.8-0.8-2 + c-1.4-0.8-2.5-2.1-3-3.7c-0.5-1.4-0.5-2.9,0-4.3c1-3,3.7-4.6,6.5-4.6c3,0,5.6,2.1,6.4,4.9c0.5,1.8,0.3,3.5-0.6,5.1 + c-0.5,0.9-1.2,1.7-2,2.3c-0.4,0.2-1.9,1-1.3,2.3c1.3,2.9,2.6,5.8,4,8.7C37.1,47.1,36.7,47.9,36.3,47.9z"/> + <path d="M19.2,34.5"/> + <path d="M37.5,30.4C37.5,30.5,37.5,30.5,37.5,30.4C37.5,30.5,37.5,30.5,37.5,30.4z"/> + <path d="M19.1,51.5h-7.5c-0.8,0-1.5-0.7-1.5-1.5V35.3c0-0.8,0.7-1.5,1.5-1.5h7.5c0.8,0,1.5,0.7,1.5,1.5V50 + C20.6,50.8,19.9,51.5,19.1,51.5z"/> + <path d="M41.7,51.5h7.5c0.8,0,1.5-0.7,1.5-1.5V35.3c0-0.8-0.7-1.5-1.5-1.5h-7.5c-0.8,0-1.5,0.7-1.5,1.5V50 + C40.2,50.8,40.9,51.5,41.7,51.5z"/> + <path d="M47.9,19.9c-1.2-1.9,0.7-3,2.6-5c1.3-1.3,1-3,0.3-3.7c-0.7-0.6-2.4-0.9-4.4,1c-1.7,2.5-3.8,1.8-4.3,1.4 + c-3.4-2.4-7.3-3.7-11.7-3.8v0c0,0,0,0,0,0s0,0,0,0v0c-4.4,0.1-8.3,1.3-11.7,3.8c-0.5,0.3-2.5,1.1-4.3-1.4c-2-2-3.6-1.7-4.4-1 + c-0.8,0.7-1.1,2.3,0.3,3.7c1.9,2,3.8,3.1,2.6,5c-1.6,2.4-2.5,5.2-2.9,8.1c-0.1,0.4-0.1,0.8-0.1,1.2c-0.1,0.7,0.5,1.4,1.3,1.4 + c2.1,0,6.2,0.1,7.9,0.1c0.7,0,1.3-0.5,1.4-1.2c0.4-3.1,2.2-10.3,9.9-10.3s9.5,7.2,9.9,10.3c0.1,0.7,0.7,1.2,1.4,1.2 + c1.7,0,5.8,0,7.9-0.1c0.8,0,1.3-0.7,1.3-1.4c0-0.4-0.1-0.8-0.1-1.2C50.4,25.1,49.5,22.3,47.9,19.9z"/> + </g> +</g> +</svg> diff --git a/misc/logo_bunt.svg b/misc/logo_bunt.svg new file mode 100644 index 00000000..6d0d57bf --- /dev/null +++ b/misc/logo_bunt.svg @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg id="a" data-name="Bunt" xmlns="http://www.w3.org/2000/svg" width="108" height="108" viewBox="0 0 108 108"> + <defs> + <style> + .b { + fill: #f08327; + } + + .c { + fill: #1e3863; + } + </style> + </defs> + <path class="c" d="M59.87,71.24h-11.77c-.27,0-.76-.78-.59-1.16,1.23-2.87,2.46-5.71,3.69-8.58,.74-1.27-.35-1.8-.77-2.04-1.44-.83-2.47-2.06-3.02-3.73-.48-1.44-.48-2.9,.02-4.34,1.03-2.96,3.69-4.62,6.54-4.6,2.98,.02,5.62,2.1,6.4,4.94,.48,1.77,.32,3.49-.55,5.11-.51,.95-1.16,1.73-2.01,2.28-.35,.23-1.9,1.03-1.33,2.3,1.33,2.9,2.65,5.76,3.98,8.66,.18,.39-.21,1.16-.59,1.16Z"/> + <path class="b" d="M61.05,53.75s.04,.06,.05,.09c-.02-.03-.04-.06-.05-.09Z"/> + <rect class="b" x="33.77" y="57.16" width="10.47" height="17.62" rx="1.5" ry="1.5"/> + <rect class="b" x="63.76" y="57.16" width="10.47" height="17.62" rx="1.5" ry="1.5" transform="translate(138 131.95) rotate(-180)"/> + <path class="b" d="M71.49,43.19c-1.22-1.88,.7-2.97,2.59-4.98,1.33-1.33,1.04-2.98,.26-3.66-.74-.64-2.4-.93-4.36,1.03-1.74,2.5-3.79,1.75-4.28,1.41-3.41-2.43-7.3-3.72-11.7-3.77h0s0,0,0,0,0,0,0,0h0c-4.4,.06-8.29,1.34-11.7,3.77-.49,.35-2.54,1.09-4.28-1.41-1.96-1.96-3.61-1.68-4.36-1.03-.79,.68-1.07,2.33,.26,3.66,1.89,2.01,3.81,3.09,2.59,4.98-1.58,2.44-2.47,5.19-2.86,8.11-.06,.41-.09,.83-.13,1.24-.06,.75,.52,1.39,1.27,1.41,2.15,.03,6.21,.07,7.92,.08,.7,0,1.29-.5,1.39-1.19,.44-3.08,2.18-10.28,9.91-10.28s9.46,7.2,9.91,10.28c.1,.69,.69,1.19,1.39,1.19,1.71,0,5.77-.05,7.92-.08,.75-.01,1.33-.66,1.27-1.41-.03-.42-.07-.83-.13-1.24-.39-2.92-1.28-5.67-2.86-8.11Z"/> +</svg>
\ No newline at end of file diff --git a/misc/logo_sw.svg b/misc/logo_sw.svg new file mode 100644 index 00000000..421c9561 --- /dev/null +++ b/misc/logo_sw.svg @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg id="a" data-name="sw" xmlns="http://www.w3.org/2000/svg" width="108" height="108" viewBox="0 0 108 108"> + <path d="M59.87,71.24h-11.77c-.27,0-.76-.78-.59-1.16,1.23-2.87,2.46-5.71,3.69-8.58,.74-1.27-.35-1.8-.77-2.04-1.44-.83-2.47-2.06-3.02-3.73-.48-1.44-.48-2.9,.02-4.34,1.03-2.96,3.69-4.62,6.54-4.6,2.98,.02,5.62,2.1,6.4,4.94,.48,1.77,.32,3.49-.55,5.11-.51,.95-1.16,1.73-2.01,2.28-.35,.23-1.9,1.03-1.33,2.3,1.33,2.9,2.65,5.76,3.98,8.66,.18,.39-.21,1.16-.59,1.16Z"/> + <path d="M61.05,53.75s.04,.06,.05,.09c-.02-.03-.04-.06-.05-.09Z"/> + <rect x="33.66" y="57.16" width="10.47" height="17.62" rx="1.5" ry="1.5"/> + <rect x="63.76" y="57.16" width="10.47" height="17.62" rx="1.5" ry="1.5" transform="translate(138 131.95) rotate(-180)"/> + <path d="M71.49,43.19c-1.22-1.88,.7-2.97,2.59-4.98,1.33-1.33,1.04-2.98,.26-3.66-.74-.64-2.4-.93-4.36,1.03-1.74,2.5-3.79,1.75-4.28,1.41-3.41-2.43-7.3-3.72-11.7-3.77h0s0,0,0,0,0,0,0,0h0c-4.4,.06-8.29,1.34-11.7,3.77-.49,.35-2.54,1.09-4.28-1.41-1.96-1.96-3.61-1.68-4.36-1.03-.79,.68-1.07,2.33,.26,3.66,1.89,2.01,3.81,3.09,2.59,4.98-1.58,2.44-2.47,5.19-2.86,8.11-.06,.41-.09,.83-.13,1.24-.06,.75,.52,1.39,1.27,1.41,2.15,.03,6.21,.07,7.92,.08,.7,0,1.29-.5,1.39-1.19,.44-3.08,2.18-10.28,9.91-10.28s9.46,7.2,9.91,10.28c.1,.69,.69,1.19,1.39,1.19,1.71,0,5.77-.05,7.92-.08,.75-.01,1.33-.66,1.27-1.41-.03-.42-.07-.83-.13-1.24-.39-2.92-1.28-5.67-2.86-8.11Z"/> +</svg>
\ No newline at end of file |