From 3f3867da0044cc115ef3f1df8b2abfc22b0ca09d Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Sun, 25 Dec 2022 22:02:17 -0800 Subject: [PATCH] Provide SVG LURE icons --- src/routes/faq/+page.svelte | 7 ++ src/routes/header.svelte | 2 +- src/routes/icons/+page.svelte | 72 ++++++++++++ static/lure-no-text.svg | 65 +++++++++++ .../{header-logo.svg => lure-text-white.svg} | 0 static/lure-text.svg | 104 ++++++++++++++++++ 6 files changed, 249 insertions(+), 1 deletion(-) create mode 100644 src/routes/icons/+page.svelte create mode 100644 static/lure-no-text.svg rename static/{header-logo.svg => lure-text-white.svg} (100%) create mode 100644 static/lure-text.svg diff --git a/src/routes/faq/+page.svelte b/src/routes/faq/+page.svelte index b0ef76a..f5891e9 100644 --- a/src/routes/faq/+page.svelte +++ b/src/routes/faq/+page.svelte @@ -65,6 +65,13 @@ pkgs.org. These websites maintain comprehensive databases of package repositories for various distributions.


+

Can I use and modify LURE's icons?

+

+ LURE's icons are available on the icons page of this website and are licensed under CC-BY-NC-SA 4.0. This means that + you are free to share, modify, and use the icons for non-commercial purposes as long as you give appropriate credit and indicate any changes + made to the original icons. +

+

How do I add my own package to LURE?

To add your own package, please refer to the package documentation provided by LURE. diff --git a/src/routes/header.svelte b/src/routes/header.svelte index 45a4f93..087cc65 100644 --- a/src/routes/header.svelte +++ b/src/routes/header.svelte @@ -12,7 +12,7 @@