From 3821e0bcabe5b066bcb6d7e6e017edf747f00c54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tau=20G=C3=A4rtli?= Date: Tue, 2 Jul 2024 16:59:13 +0200 Subject: [PATCH 1/6] Re-draw the logo as SVG --- assets/logo/readme.md | 6 + assets/logo/rust-gamedev-logo-raw.svg | 465 ++++++++++++++++++++++++++ 2 files changed, 471 insertions(+) create mode 100644 assets/logo/readme.md create mode 100644 assets/logo/rust-gamedev-logo-raw.svg diff --git a/assets/logo/readme.md b/assets/logo/readme.md new file mode 100644 index 000000000..6b79d2d07 --- /dev/null +++ b/assets/logo/readme.md @@ -0,0 +1,6 @@ +# Logo + +The vectorized logo is a re-drawn version based on +[@shmutalov](https://github.com/shmutalov)'s [original, rasterized version](https://github.com/rust-gamedev/wg/issues/4). + +It incorporates the official [rust-logo-gear-only.svg](https://github.com/rust-lang/rust-artwork/blob/master/logo/rust-logo-gear-only.svg). diff --git a/assets/logo/rust-gamedev-logo-raw.svg b/assets/logo/rust-gamedev-logo-raw.svg new file mode 100644 index 000000000..ebc605891 --- /dev/null +++ b/assets/logo/rust-gamedev-logo-raw.svg @@ -0,0 +1,465 @@ + + From 18f9d7ca06f695e307ac2803a6ff32a3f1b8318b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tau=20G=C3=A4rtli?= Date: Tue, 2 Jul 2024 16:59:56 +0200 Subject: [PATCH 2/6] Use SVG logo in header and as favicon --- static/favicon.svg | 1 + static/logo.svg | 1 + templates/includes/header.html | 2 +- templates/index.html | 3 ++- 4 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 static/favicon.svg create mode 100644 static/logo.svg diff --git a/static/favicon.svg b/static/favicon.svg new file mode 100644 index 000000000..3def5b527 --- /dev/null +++ b/static/favicon.svg @@ -0,0 +1 @@ + diff --git a/static/logo.svg b/static/logo.svg new file mode 100644 index 000000000..f27f22b7b --- /dev/null +++ b/static/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/includes/header.html b/templates/includes/header.html index 921ea339e..537f71ca4 100644 --- a/templates/includes/header.html +++ b/templates/includes/header.html @@ -1,7 +1,7 @@