From 1adf7ffe3144edfc6aa32262db5b57b1371a99a2 Mon Sep 17 00:00:00 2001 From: Ruben Date: Fri, 9 May 2025 02:32:17 -0500 Subject: [PATCH] update sharkey logo documentation --- packages/frontend/assets/sharkey-text-src/README.md | 11 +++++++---- .../sharkey-text-src/{sharkey_v2.svg => sharkey.svg} | 0 2 files changed, 7 insertions(+), 4 deletions(-) rename packages/frontend/assets/sharkey-text-src/{sharkey_v2.svg => sharkey.svg} (100%) diff --git a/packages/frontend/assets/sharkey-text-src/README.md b/packages/frontend/assets/sharkey-text-src/README.md index 64b4557ccc..d88aeddb6f 100644 --- a/packages/frontend/assets/sharkey-text-src/README.md +++ b/packages/frontend/assets/sharkey-text-src/README.md @@ -1,7 +1,10 @@ -This logo text was made in Inkscape by @sneexy@booping.synth.download +# Sharkey Logo -If you edit it, you can use -[svgo](https://jakearchibald.github.io/svgomg/) to generate a -browser-compatible file, to replace `../sharkey.svg` +This logo was made in Inkscape by [@sneexy@booping.synth.download](https://booping.synth.download/@sneexy). + +The font used is Lilita One ([Google Fonts](https://fonts.google.com/specimen/Lilita+One)). + +The logo should preferably be modified using Inkscape, but should work in any other software. +If modifications were made using Inkscape, you should use [svgo](https://github.com/svg/svgo) ([Web UI](https://jakearchibald.github.io/svgomg), ensure `Multipass` is enabled) to produce an SVG compatible to be viewed in web browsers, which will replace then [`../sharkey.svg`](../sharkey.svg). This logo is distributed under the same licence as Sharkey (AGPL ≥3). diff --git a/packages/frontend/assets/sharkey-text-src/sharkey_v2.svg b/packages/frontend/assets/sharkey-text-src/sharkey.svg similarity index 100% rename from packages/frontend/assets/sharkey-text-src/sharkey_v2.svg rename to packages/frontend/assets/sharkey-text-src/sharkey.svg