New design (Visual Identity and Logo) by Lula Rocha
@ -9,9 +9,8 @@
|
||||
android:allowBackup="true"
|
||||
android:dataExtractionRules="@xml/data_extraction_rules"
|
||||
android:fullBackupContent="@xml/backup_rules"
|
||||
android:icon="@drawable/amethyst_logo"
|
||||
android:icon="@drawable/amethyst"
|
||||
android:label="@string/app_name"
|
||||
android:roundIcon="@drawable/amethyst_logo"
|
||||
android:enableOnBackInvokedCallback="true"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/Theme.Amethyst"
|
||||
@ -19,7 +18,6 @@
|
||||
<activity
|
||||
android:name=".ui.MainActivity"
|
||||
android:exported="true"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/Theme.Amethyst">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
@ -38,13 +38,10 @@ import kotlinx.coroutines.launch
|
||||
|
||||
@Composable
|
||||
fun AppTopBar(navController: NavHostController, scaffoldState: ScaffoldState, accountViewModel: AccountViewModel) {
|
||||
|
||||
|
||||
when (currentRoute(navController)) {
|
||||
//Route.Profile.route -> TopBarWithBackButton(navController)
|
||||
else -> MainTopBar(scaffoldState, accountViewModel)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@Composable
|
||||
@ -77,14 +74,13 @@ fun MainTopBar(scaffoldState: ScaffoldState, accountViewModel: AccountViewModel)
|
||||
}
|
||||
) {
|
||||
Icon(
|
||||
painter = painterResource(R.drawable.ic_amethyst),
|
||||
painter = painterResource(R.drawable.amethyst),
|
||||
null,
|
||||
modifier = Modifier.size(32.dp),
|
||||
tint = MaterialTheme.colors.primary
|
||||
modifier = Modifier.size(40.dp),
|
||||
tint = Color.Unspecified
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
},
|
||||
navigationIcon = {
|
||||
IconButton(
|
||||
|
@ -70,7 +70,7 @@ fun LoginPage(accountViewModel: AccountStateViewModel) {
|
||||
var errorMessage by remember { mutableStateOf("") }
|
||||
|
||||
Image(
|
||||
painterResource(id = R.drawable.amethyst_logo),
|
||||
painterResource(id = R.drawable.amethyst),
|
||||
contentDescription = "App Logo",
|
||||
modifier = Modifier.size(300.dp),
|
||||
contentScale = ContentScale.Inside
|
||||
|
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 1.6 KiB |
@ -1,30 +0,0 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:aapt="http://schemas.android.com/aapt"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="108"
|
||||
android:viewportHeight="108">
|
||||
<path android:pathData="M31,63.928c0,0 6.4,-11 12.1,-13.1c7.2,-2.6 26,-1.4 26,-1.4l38.1,38.1L107,108.928l-32,-1L31,63.928z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:endX="85.84757"
|
||||
android:endY="92.4963"
|
||||
android:startX="42.9492"
|
||||
android:startY="49.59793"
|
||||
android:type="linear">
|
||||
<item
|
||||
android:color="#44000000"
|
||||
android:offset="0.0" />
|
||||
<item
|
||||
android:color="#00000000"
|
||||
android:offset="1.0" />
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:fillColor="#FFFFFF"
|
||||
android:fillType="nonZero"
|
||||
android:pathData="M65.3,45.828l3.8,-6.6c0.2,-0.4 0.1,-0.9 -0.3,-1.1c-0.4,-0.2 -0.9,-0.1 -1.1,0.3l-3.9,6.7c-6.3,-2.8 -13.4,-2.8 -19.7,0l-3.9,-6.7c-0.2,-0.4 -0.7,-0.5 -1.1,-0.3C38.8,38.328 38.7,38.828 38.9,39.228l3.8,6.6C36.2,49.428 31.7,56.028 31,63.928h46C76.3,56.028 71.8,49.428 65.3,45.828zM43.4,57.328c-0.8,0 -1.5,-0.5 -1.8,-1.2c-0.3,-0.7 -0.1,-1.5 0.4,-2.1c0.5,-0.5 1.4,-0.7 2.1,-0.4c0.7,0.3 1.2,1 1.2,1.8C45.3,56.528 44.5,57.328 43.4,57.328L43.4,57.328zM64.6,57.328c-0.8,0 -1.5,-0.5 -1.8,-1.2s-0.1,-1.5 0.4,-2.1c0.5,-0.5 1.4,-0.7 2.1,-0.4c0.7,0.3 1.2,1 1.2,1.8C66.5,56.528 65.6,57.328 64.6,57.328L64.6,57.328z"
|
||||
android:strokeWidth="1"
|
||||
android:strokeColor="#00000000" />
|
||||
</vector>
|
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 5.4 KiB |
30
app/src/main/res/drawable/amethyst.xml
Normal file
@ -0,0 +1,30 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:aapt="http://schemas.android.com/aapt"
|
||||
android:width="192.62dp"
|
||||
android:height="288.93dp"
|
||||
android:viewportWidth="192.62"
|
||||
android:viewportHeight="288.93">
|
||||
<group>
|
||||
<clip-path
|
||||
android:pathData="m111.18,103.42c-4.68,-0 -8.47,-3.8 -8.47,-8.48 0,-4.68 3.79,-8.48 8.47,-8.48 4.68,-0 8.48,3.8 8.48,8.48 0,4.68 -3.79,8.48 -8.48,8.48zM96.31,-0 L0,91.3L0,197.63l19.9,18.86c0.63,-43.4 14.08,-106.43 37.41,-146.62 0,-0 6.05,5.23 16.74,5.93 11.02,0.73 36.71,-4.37 48.32,0.36 10.87,4.43 11.66,17.34 10.79,27.84 -1.66,20.02 8.14,25.99 25.54,34.66 8.67,4.32 10.67,9.28 7.87,14.44 -3.09,5.68 -17.49,3.05 -33.55,1.1 -17.16,-2.08 -26.79,9.45 -43.37,8.39 -23.4,30.62 -0.84,73.09 -16.14,104.73l22.81,21.62 96.31,-91.31l0,-106.32z"/>
|
||||
<path
|
||||
android:pathData="m111.18,103.42c-4.68,-0 -8.47,-3.8 -8.47,-8.48 0,-4.68 3.79,-8.48 8.47,-8.48 4.68,-0 8.48,3.8 8.48,8.48 0,4.68 -3.79,8.48 -8.48,8.48zM96.31,-0 L0,91.3L0,197.63l19.9,18.86c0.63,-43.4 14.08,-106.43 37.41,-146.62 0,-0 6.05,5.23 16.74,5.93 11.02,0.73 36.71,-4.37 48.32,0.36 10.87,4.43 11.66,17.34 10.79,27.84 -1.66,20.02 8.14,25.99 25.54,34.66 8.67,4.32 10.67,9.28 7.87,14.44 -3.09,5.68 -17.49,3.05 -33.55,1.1 -17.16,-2.08 -26.79,9.45 -43.37,8.39 -23.4,30.62 -0.84,73.09 -16.14,104.73L96.31,288.93 192.62,197.63L192.62,91.3L96.31,-0"
|
||||
android:strokeWidth="0.04"
|
||||
android:strokeColor="#00000000"
|
||||
android:fillType="nonZero">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:startX="33.75"
|
||||
android:startY="252.82"
|
||||
android:endX="158.87"
|
||||
android:endY="36.12"
|
||||
android:tileMode="clamp"
|
||||
android:type="linear">
|
||||
<item android:offset="0" android:color="#FF550066"/>
|
||||
<item android:offset="0" android:color="#FF550066"/>
|
||||
<item android:offset="1" android:color="#FFA75CCC"/>
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
</group>
|
||||
</vector>
|
@ -1,170 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<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="#3DDC84"
|
||||
android:pathData="M0,0h108v108h-108z" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M9,0L9,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,0L19,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M29,0L29,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M39,0L39,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M49,0L49,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M59,0L59,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M69,0L69,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M79,0L79,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M89,0L89,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M99,0L99,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,9L108,9"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,19L108,19"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,29L108,29"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,39L108,39"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,49L108,49"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,59L108,59"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,69L108,69"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,79L108,79"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,89L108,89"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,99L108,99"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,29L89,29"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,39L89,39"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,49L89,49"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,59L89,59"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,69L89,69"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,79L89,79"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M29,19L29,89"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M39,19L39,89"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M49,19L49,89"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M59,19L59,89"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M69,19L69,89"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M79,19L79,89"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
</vector>
|
@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@drawable/ic_launcher_background" />
|
||||
<foreground android:drawable="@drawable/ic_launcher_foreground" />
|
||||
</adaptive-icon>
|
@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@drawable/ic_launcher_background" />
|
||||
<foreground android:drawable="@drawable/ic_launcher_foreground" />
|
||||
</adaptive-icon>
|
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 982 B |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 7.6 KiB |
BIN
docs/design/Amethyst Assets.eps
Normal file
140
docs/design/Amethyst Assets.svg
Normal file
@ -0,0 +1,140 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
version="1.1"
|
||||
id="svg2"
|
||||
xml:space="preserve"
|
||||
width="1600"
|
||||
height="800"
|
||||
viewBox="0 0 1600 800"
|
||||
sodipodi:docname="Amethyst Assets.eps"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs6"><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath34"><path
|
||||
d="m 6325.09,3708.81 c -41.34,0 -74.81,33.5 -74.81,74.84 0,41.34 33.47,74.84 74.81,74.84 41.34,0 74.84,-33.5 74.84,-74.84 0,-41.34 -33.5,-74.84 -74.84,-74.84 z m -131.25,913.13 -850.41,-806.19 v -938.77 l 175.68,-166.57 c 5.58,383.19 124.36,939.72 330.28,1294.63 0,0 53.43,-46.15 147.82,-52.38 97.33,-6.47 324.17,38.62 426.65,-3.14 95.93,-39.1 102.91,-153.14 95.23,-245.81 -14.66,-176.73 71.83,-229.49 225.55,-306 76.6,-38.12 94.21,-81.97 69.5,-127.47 -27.26,-50.17 -154.45,-26.89 -296.25,-9.7 -151.52,18.34 -236.5,-83.41 -382.97,-74.13 -206.62,-270.4 -7.45,-645.38 -142.47,-924.72 l 201.39,-190.93 850.38,806.22 v 938.77 z"
|
||||
id="path32" /></clipPath><linearGradient
|
||||
x1="0"
|
||||
y1="0"
|
||||
x2="1"
|
||||
y2="0"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1104.69,1913.39,1913.39,-1104.69,5641.47,2389.67)"
|
||||
spreadMethod="pad"
|
||||
id="linearGradient42"><stop
|
||||
style="stop-opacity:1;stop-color:#550066"
|
||||
offset="0"
|
||||
id="stop36" /><stop
|
||||
style="stop-opacity:1;stop-color:#550066"
|
||||
offset="0.00046311"
|
||||
id="stop38" /><stop
|
||||
style="stop-opacity:1;stop-color:#a75ccc"
|
||||
offset="1"
|
||||
id="stop40" /></linearGradient><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath52"><path
|
||||
d="m 2583.97,3539.5 c -61.53,0 -111.36,49.88 -111.36,111.4 0,61.53 49.83,111.41 111.36,111.41 61.53,0 111.4,-49.88 111.4,-111.41 0,-61.52 -49.87,-111.4 -111.4,-111.4 z M 2388.6,4898.68 1122.8,3698.69 V 2301.35 l 261.5,-247.92 c 8.3,570.35 185.1,1398.74 491.61,1927 0,0 79.53,-68.68 220.02,-77.96 144.88,-9.62 482.52,57.49 635.05,-4.68 142.8,-58.18 153.19,-227.93 141.75,-365.87 -21.82,-263.06 106.93,-341.59 335.73,-455.47 114.01,-56.74 140.23,-122.02 103.44,-189.74 -40.57,-74.68 -229.89,-40.03 -440.95,-14.44 -225.54,27.3 -352.03,-124.15 -570.05,-110.33 -307.55,-402.49 -11.09,-960.64 -212.06,-1376.43 l 299.76,-284.19 1265.77,1200.03 v 1397.34 z"
|
||||
id="path50" /></clipPath><linearGradient
|
||||
x1="0"
|
||||
y1="0"
|
||||
x2="1"
|
||||
y2="0"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1644.31,2848.02,2848.02,-1644.31,1566.43,1576)"
|
||||
spreadMethod="pad"
|
||||
id="linearGradient60"><stop
|
||||
style="stop-opacity:1;stop-color:#550066"
|
||||
offset="0"
|
||||
id="stop54" /><stop
|
||||
style="stop-opacity:1;stop-color:#550066"
|
||||
offset="0.00046311"
|
||||
id="stop56" /><stop
|
||||
style="stop-opacity:1;stop-color:#a75ccc"
|
||||
offset="1"
|
||||
id="stop58" /></linearGradient><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath74"><path
|
||||
d="m 10040.1,3110.82 c -12.6,0 -22.8,10.24 -22.8,22.88 0,12.64 10.2,22.88 22.8,22.88 12.7,0 22.9,-10.24 22.9,-22.88 0,-12.64 -10.2,-22.88 -22.9,-22.88 z M 10000,3390 9740,3143.52 v -287.03 l 53.71,-50.92 c 1.71,117.15 38.03,287.31 100.98,395.82 0,0 16.34,-14.11 45.2,-16.02 29.76,-1.97 99.11,11.81 130.41,-0.96 29.4,-11.95 31.5,-46.82 29.1,-75.15 -4.4,-54.04 22,-70.17 69,-93.56 23.4,-11.65 28.8,-25.06 21.3,-38.97 -8.4,-15.34 -47.3,-8.22 -90.6,-2.97 -46.3,5.61 -72.3,-25.5 -117.11,-22.66 -63.17,-82.67 -2.28,-197.32 -43.56,-282.73 l 61.57,-58.37 260,246.49 v 287.03 z"
|
||||
id="path72" /></clipPath><linearGradient
|
||||
x1="0"
|
||||
y1="0"
|
||||
x2="1"
|
||||
y2="0"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(337.75,585,585,-337.75,9831.12,2707.5)"
|
||||
spreadMethod="pad"
|
||||
id="linearGradient82"><stop
|
||||
style="stop-opacity:1;stop-color:#550066"
|
||||
offset="0"
|
||||
id="stop76" /><stop
|
||||
style="stop-opacity:1;stop-color:#550066"
|
||||
offset="0.00046311"
|
||||
id="stop78" /><stop
|
||||
style="stop-opacity:1;stop-color:#a75ccc"
|
||||
offset="1"
|
||||
id="stop80" /></linearGradient></defs><sodipodi:namedview
|
||||
id="namedview4"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0" /><g
|
||||
id="g8"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="ink_ext_XXXXXX"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,0,800)"><g
|
||||
id="g10"
|
||||
transform="scale(0.1)"><path
|
||||
d="m 5128.65,1507.17 -42.72,126.17 -42.22,-126.17 z m 21.6,-64.8 H 5021.62 L 5001,1381.49 h -87.87 l 124.69,344.64 h 97.21 l 124.69,-344.64 h -88.85 l -20.62,60.88"
|
||||
style="fill:#660066;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path12" /><path
|
||||
d="m 5676.91,1726.13 v -344.64 h -83.94 v 206.69 l -77.08,-206.69 h -67.75 l -77.56,207.18 v -207.18 h -83.95 v 344.64 h 99.16 l 96.72,-238.59 95.73,238.59 h 98.67"
|
||||
style="fill:#660066;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path14" /><path
|
||||
d="m 5820.66,1658.87 v -69.71 h 112.42 v -64.8 h -112.42 v -75.61 h 127.15 v -67.26 h -211.1 v 344.64 h 211.1 v -67.26 h -127.15"
|
||||
style="fill:#660066;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path16" /><path
|
||||
d="m 6240.15,1726.13 v -67.26 h -91.31 v -277.38 h -83.95 v 277.38 h -91.31 v 67.26 h 266.57"
|
||||
style="fill:#660066;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path18" /><path
|
||||
d="m 6567.55,1726.13 v -344.64 h -83.95 v 141.88 h -130.59 v -141.88 h -83.95 v 344.64 h 83.95 v -135.01 h 130.59 v 135.01 h 83.95"
|
||||
style="fill:#660066;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path20" /><path
|
||||
d="m 6914.48,1726.13 -119.3,-230.74 v -113.9 h -83.95 v 113.9 l -119.29,230.74 h 95.24 l 66.77,-144.34 66.27,144.34 h 94.26"
|
||||
style="fill:#660066;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path22" /><path
|
||||
d="m 6983.89,1390.33 c -19.96,8.18 -35.92,20.29 -47.86,36.33 -11.96,16.03 -18.25,35.35 -18.9,57.93 h 89.34 c 1.31,-12.76 5.73,-22.51 13.26,-29.21 7.52,-6.71 17.34,-10.06 29.46,-10.06 12.43,0 22.25,2.86 29.45,8.59 7.2,5.72 10.8,13.66 10.8,23.81 0,8.5 -2.87,15.54 -8.59,21.11 -5.73,5.56 -12.76,10.14 -21.11,13.74 -8.35,3.6 -20.21,7.69 -35.59,12.28 -22.26,6.87 -40.43,13.74 -54.5,20.62 -14.07,6.87 -26.18,17.01 -36.32,30.43 -10.15,13.42 -15.22,30.93 -15.22,52.53 0,32.08 11.61,57.2 34.85,75.36 23.24,18.16 53.51,27.25 90.83,27.25 37.96,0 68.56,-9.09 91.8,-27.25 23.23,-18.16 35.67,-43.45 37.31,-75.85 h -90.82 c -0.66,11.12 -4.75,19.88 -12.28,26.27 -7.53,6.38 -17.18,9.57 -28.96,9.57 -10.15,0 -18.33,-2.7 -24.55,-8.1 -6.22,-5.4 -9.32,-13.18 -9.32,-23.32 0,-11.13 5.23,-19.81 15.71,-26.02 10.47,-6.22 26.83,-12.93 49.09,-20.13 22.25,-7.53 40.33,-14.73 54.25,-21.6 13.9,-6.87 25.93,-16.86 36.08,-29.95 10.14,-13.09 15.22,-29.94 15.22,-50.56 0,-19.64 -5,-37.48 -14.98,-53.51 -9.98,-16.04 -24.46,-28.81 -43.44,-38.29 -18.99,-9.5 -41.41,-14.24 -67.26,-14.24 -25.21,0 -47.79,4.09 -67.75,12.27"
|
||||
style="fill:#660066;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path24" /><path
|
||||
d="m 7464.31,1726.13 v -67.26 H 7373 v -277.38 h -83.95 v 277.38 h -91.32 v 67.26 h 266.58"
|
||||
style="fill:#660066;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path26" /><g
|
||||
id="g28"><g
|
||||
id="g30"
|
||||
clip-path="url(#clipPath34)"><path
|
||||
d="m 6325.09,3708.81 c -41.34,0 -74.81,33.5 -74.81,74.84 0,41.34 33.47,74.84 74.81,74.84 41.34,0 74.84,-33.5 74.84,-74.84 0,-41.34 -33.5,-74.84 -74.84,-74.84 z m -131.25,913.13 -850.41,-806.19 v -938.77 l 175.68,-166.57 c 5.58,383.19 124.36,939.72 330.28,1294.63 0,0 53.43,-46.15 147.82,-52.38 97.33,-6.47 324.17,38.62 426.65,-3.14 95.93,-39.1 102.91,-153.14 95.23,-245.81 -14.66,-176.73 71.83,-229.49 225.55,-306 76.6,-38.12 94.21,-81.97 69.5,-127.47 -27.26,-50.17 -154.45,-26.89 -296.25,-9.7 -151.52,18.34 -236.5,-83.41 -382.97,-74.13 -206.62,-270.4 -7.45,-645.38 -142.47,-924.72 l 201.39,-190.93 850.38,806.22 v 938.77 l -850.38,806.19"
|
||||
style="fill:url(#linearGradient42);fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path44" /></g></g><g
|
||||
id="g46"><g
|
||||
id="g48"
|
||||
clip-path="url(#clipPath52)"><path
|
||||
d="m 2583.97,3539.5 c -61.53,0 -111.36,49.88 -111.36,111.4 0,61.53 49.83,111.41 111.36,111.41 61.53,0 111.4,-49.88 111.4,-111.41 0,-61.52 -49.87,-111.4 -111.4,-111.4 z M 2388.6,4898.68 1122.8,3698.69 V 2301.35 l 261.5,-247.92 c 8.3,570.35 185.1,1398.74 491.61,1927 0,0 79.53,-68.68 220.02,-77.96 144.88,-9.62 482.52,57.49 635.05,-4.68 142.8,-58.18 153.19,-227.93 141.75,-365.87 -21.82,-263.06 106.93,-341.59 335.73,-455.47 114.01,-56.74 140.23,-122.02 103.44,-189.74 -40.57,-74.68 -229.89,-40.03 -440.95,-14.44 -225.54,27.3 -352.03,-124.15 -570.05,-110.33 -307.55,-402.49 -11.09,-960.64 -212.06,-1376.43 L 2388.6,1101.32 3654.37,2301.35 V 3698.69 L 2388.6,4898.68"
|
||||
style="fill:url(#linearGradient60);fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path62" /></g></g><path
|
||||
d="m 8000,0 h 4000 V 6000 H 8000 V 0"
|
||||
style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path64" /><path
|
||||
d="m 10480,3000 c 0,-265.1 -214.9,-480 -480,-480 -265.1,0 -480,214.9 -480,480 0,265.1 214.9,480 480,480 265.1,0 480,-214.9 480,-480"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path66" /><g
|
||||
id="g68"><g
|
||||
id="g70"
|
||||
clip-path="url(#clipPath74)"><path
|
||||
d="m 10040.1,3110.82 c -12.6,0 -22.8,10.24 -22.8,22.88 0,12.64 10.2,22.88 22.8,22.88 12.7,0 22.9,-10.24 22.9,-22.88 0,-12.64 -10.2,-22.88 -22.9,-22.88 z M 10000,3390 9740,3143.52 v -287.03 l 53.71,-50.92 c 1.71,117.15 38.03,287.31 100.98,395.82 0,0 16.34,-14.11 45.2,-16.02 29.76,-1.97 99.11,11.81 130.41,-0.96 29.4,-11.95 31.5,-46.82 29.1,-75.15 -4.4,-54.04 22,-70.17 69,-93.56 23.4,-11.65 28.8,-25.06 21.3,-38.97 -8.4,-15.34 -47.3,-8.22 -90.6,-2.97 -46.3,5.61 -72.3,-25.5 -117.11,-22.66 -63.17,-82.67 -2.28,-197.32 -43.56,-282.73 l 61.57,-58.37 260,246.49 v 287.03 L 10000,3390"
|
||||
style="fill:url(#linearGradient82);fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path84" /></g></g></g></g></svg>
|
After Width: | Height: | Size: 10 KiB |
BIN
docs/design/Amethyst Visual Identity.pdf
Normal file
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 8.4 KiB |
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 7.9 KiB |
106
docs/design/amethyst.svg
Normal file
@ -0,0 +1,106 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
sodipodi:docname="amethysts.svg"
|
||||
inkscape:version="1.0beta1 (32d4812, 2019-09-19)"
|
||||
id="svg1496"
|
||||
version="1.1"
|
||||
viewBox="0 0 192.62152 288.93265"
|
||||
height="288.93265mm"
|
||||
width="192.62152mm">
|
||||
<defs
|
||||
id="defs1490">
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath52">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 2583.97,3539.5 c -61.53,0 -111.36,49.88 -111.36,111.4 0,61.53 49.83,111.41 111.36,111.41 61.53,0 111.4,-49.88 111.4,-111.41 0,-61.52 -49.87,-111.4 -111.4,-111.4 z M 2388.6,4898.68 1122.8,3698.69 V 2301.35 l 261.5,-247.92 c 8.3,570.35 185.1,1398.74 491.61,1927 0,0 79.53,-68.68 220.02,-77.96 144.88,-9.62 482.52,57.49 635.05,-4.68 142.8,-58.18 153.19,-227.93 141.75,-365.87 -21.82,-263.06 106.93,-341.59 335.73,-455.47 114.01,-56.74 140.23,-122.02 103.44,-189.74 -40.57,-74.68 -229.89,-40.03 -440.95,-14.44 -225.54,27.3 -352.03,-124.15 -570.05,-110.33 -307.55,-402.49 -11.09,-960.64 -212.06,-1376.43 l 299.76,-284.19 1265.77,1200.03 v 1397.34 z"
|
||||
id="path50" />
|
||||
</clipPath>
|
||||
<linearGradient
|
||||
x1="0"
|
||||
y1="0"
|
||||
x2="1"
|
||||
y2="0"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1644.31,2848.02,2848.02,-1644.31,1566.43,1576)"
|
||||
spreadMethod="pad"
|
||||
id="linearGradient60">
|
||||
<stop
|
||||
style="stop-opacity:1;stop-color:#550066"
|
||||
offset="0"
|
||||
id="stop54" />
|
||||
<stop
|
||||
style="stop-opacity:1;stop-color:#550066"
|
||||
offset="0.00046311"
|
||||
id="stop56" />
|
||||
<stop
|
||||
style="stop-opacity:1;stop-color:#a75ccc"
|
||||
offset="1"
|
||||
id="stop58" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-height="1209"
|
||||
inkscape:window-width="1600"
|
||||
fit-margin-bottom="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-top="0"
|
||||
showgrid="false"
|
||||
inkscape:document-rotation="0"
|
||||
inkscape:current-layer="layer1"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:cy="544.58587"
|
||||
inkscape:cx="360.19993"
|
||||
inkscape:zoom="0.35"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
borderopacity="1.0"
|
||||
bordercolor="#666666"
|
||||
pagecolor="#ffffff"
|
||||
id="base" />
|
||||
<metadata
|
||||
id="metadata1493">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
transform="translate(-10.530434,-4.0783229)"
|
||||
id="layer1"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Layer 1">
|
||||
<g
|
||||
style="stroke-width:0.463646"
|
||||
transform="matrix(0.07608777,0,0,-0.07608777,-74.900914,376.80796)"
|
||||
id="g46">
|
||||
<g
|
||||
style="stroke-width:0.463646"
|
||||
id="g48"
|
||||
clip-path="url(#clipPath52)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 2583.97,3539.5 c -61.53,0 -111.36,49.88 -111.36,111.4 0,61.53 49.83,111.41 111.36,111.41 61.53,0 111.4,-49.88 111.4,-111.41 0,-61.52 -49.87,-111.4 -111.4,-111.4 z M 2388.6,4898.68 1122.8,3698.69 V 2301.35 l 261.5,-247.92 c 8.3,570.35 185.1,1398.74 491.61,1927 0,0 79.53,-68.68 220.02,-77.96 144.88,-9.62 482.52,57.49 635.05,-4.68 142.8,-58.18 153.19,-227.93 141.75,-365.87 -21.82,-263.06 106.93,-341.59 335.73,-455.47 114.01,-56.74 140.23,-122.02 103.44,-189.74 -40.57,-74.68 -229.89,-40.03 -440.95,-14.44 -225.54,27.3 -352.03,-124.15 -570.05,-110.33 -307.55,-402.49 -11.09,-960.64 -212.06,-1376.43 L 2388.6,1101.32 3654.37,2301.35 V 3698.69 L 2388.6,4898.68"
|
||||
style="fill:url(#linearGradient60);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.463646"
|
||||
id="path62" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.2 KiB |