From 47d97e55850dff33bb6c40bedc45d571c93e1ce9 Mon Sep 17 00:00:00 2001 From: thhsh-local Date: Mon, 7 Apr 2025 18:55:21 -0400 Subject: [PATCH] Update to head-in-circle icon, book favicon --- docs/about/attribution.md | 2 +- docs/assets/favicon.svg | 41 ++++++++++++++++++- docs/assets/starcat_cat-icon_white_tp.svg | 12 ------ .../starcat_cat-icon_white_tp_smaller.svg | 16 -------- ...cat_head-circle-only-white-transparent.svg | 16 ++++++++ ...d-circle-only-white-transparent_larger.svg | 16 ++++++++ mkdocs.yml | 2 +- 7 files changed, 74 insertions(+), 31 deletions(-) delete mode 100644 docs/assets/starcat_cat-icon_white_tp.svg delete mode 100644 docs/assets/starcat_cat-icon_white_tp_smaller.svg create mode 100644 docs/assets/starcat_head-circle-only-white-transparent.svg create mode 100644 docs/assets/starcat_head-circle-only-white-transparent_larger.svg diff --git a/docs/about/attribution.md b/docs/about/attribution.md index 8d1144f..71046f4 100644 --- a/docs/about/attribution.md +++ b/docs/about/attribution.md @@ -3,7 +3,7 @@ This site, and all StarCat Systems projects, products, and services make use of ## Icons - [StarCat Systems](https://starcat.systems) logo - adapted from [Cat](https://thenounproject.com/icon/cat-6441095/) by [Md Ahasan Habib](https://thenounproject.com/creator/md_ahasan/) from Noun Project. -- [`about` site](https://about.starcat.systems) icon - adapted from [Book](https://thenounproject.com/icon/book-7745194/) by [Kawalan Icon](https://thenounproject.com/creator/kawalan.studio/) from Noun Project. +- [`about` site](https://about.starcat.systems) favicon - adapted from [Book](https://thenounproject.com/icon/book-6252926/) by [iconpro86](https://thenounproject.com/creator/iconpro86/) from Noun Project. - [`about-docs` repo](https://git.starcat.systems/starcatsys/about_docs) icon - adapted from [Book](https://thenounproject.com/icon/book-1833960/) by [Untashable](https://thenounproject.com/creator/untashable/) from Noun Project. - [`starcat-infra` org](https://git.starcat.systems/starcat-infra) icon - adapted from [Engineering](https://thenounproject.com/icon/engineering-7486606/) by [sunardi](https://thenounproject.com/creator/matah3574/) from Noun Project. - [`starcat-dev` org](https://git.starcat.systems/starcat-dev) icon - adapted from [lab](https://thenounproject.com/icon/lab-4581077/) by [cr9183353](https://thenounproject.com/creator/cr9183353/) from Noun Project. diff --git a/docs/assets/favicon.svg b/docs/assets/favicon.svg index 511c5cc..2e2505a 100644 --- a/docs/assets/favicon.svg +++ b/docs/assets/favicon.svg @@ -1 +1,40 @@ - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/assets/starcat_cat-icon_white_tp.svg b/docs/assets/starcat_cat-icon_white_tp.svg deleted file mode 100644 index 8815c92..0000000 --- a/docs/assets/starcat_cat-icon_white_tp.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/docs/assets/starcat_cat-icon_white_tp_smaller.svg b/docs/assets/starcat_cat-icon_white_tp_smaller.svg deleted file mode 100644 index 28c8a45..0000000 --- a/docs/assets/starcat_cat-icon_white_tp_smaller.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/docs/assets/starcat_head-circle-only-white-transparent.svg b/docs/assets/starcat_head-circle-only-white-transparent.svg new file mode 100644 index 0000000..d1bdb52 --- /dev/null +++ b/docs/assets/starcat_head-circle-only-white-transparent.svg @@ -0,0 +1,16 @@ + + + + + + + + + + diff --git a/docs/assets/starcat_head-circle-only-white-transparent_larger.svg b/docs/assets/starcat_head-circle-only-white-transparent_larger.svg new file mode 100644 index 0000000..dc111e3 --- /dev/null +++ b/docs/assets/starcat_head-circle-only-white-transparent_larger.svg @@ -0,0 +1,16 @@ + + + + + + + + + + diff --git a/mkdocs.yml b/mkdocs.yml index 252d18f..04adfba 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -17,7 +17,7 @@ theme: toggle: icon: material/lightbulb-outline name: Switch to light mode - logo: assets/starcat_cat-icon_white_tp.svg + logo: assets/starcat_head-circle-only-white-transparent_larger.svg favicon: assets/favicon.svg icon: admonition: -- 2.43.0