From 230e3afa0b86548522e4ad173e84525b033d8da6 Mon Sep 17 00:00:00 2001 From: Enea Jahollari Date: Wed, 5 Jun 2024 02:34:16 +0200 Subject: [PATCH] docs: add new logo (#406) --- README.md | 2 +- docs/astro.config.mjs | 10 +- docs/public/ngxt-angular.svg | 65 +++++++++ docs/public/ngxt-black.svg | 6 + docs/public/ngxt-blue.svg | 24 ++++ docs/public/ngxt-white.svg | 6 + docs/public/ngxtension-angular.svg | 200 +++++++++++++++++++++++++++ docs/public/ngxtension-black.svg | 16 +++ docs/public/ngxtension-blue.svg | 74 ++++++++++ docs/public/ngxtension-white.svg | 16 +++ docs/src/content/docs/index.mdx | 4 +- docs/src/content/docs/logos/logos.md | 20 +++ 12 files changed, 439 insertions(+), 4 deletions(-) create mode 100644 docs/public/ngxt-angular.svg create mode 100644 docs/public/ngxt-black.svg create mode 100644 docs/public/ngxt-blue.svg create mode 100644 docs/public/ngxt-white.svg create mode 100644 docs/public/ngxtension-angular.svg create mode 100644 docs/public/ngxtension-black.svg create mode 100644 docs/public/ngxtension-blue.svg create mode 100644 docs/public/ngxtension-white.svg create mode 100644 docs/src/content/docs/logos/logos.md diff --git a/README.md b/README.md index 724a4719..295bf324 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

NG Extension Platform

- +

[![NPM Version](https://img.shields.io/npm/v/ngxtension?style=flat-square)](https://npmjs.org/package/ngxtension) diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 14713536..c4a07597 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -12,10 +12,12 @@ export default defineConfig({ starlight({ title: 'ngxtension', logo: { - src: './public/logo.svg', + light: './public/ngxtension-blue.svg', + dark: './public/ngxtension-white.svg', alt: 'ngxtension logo', + replacesTitle: true, }, - favicon: './logo.svg', + favicon: './ngxt-blue.svg', social: { github: 'https://github.com/nartc/ngxtension-platform', twitter: 'https://twitter.com/Nartc1410', @@ -44,6 +46,10 @@ export default defineConfig({ }, link: '/dep-graph', }, + { + label: 'Press Kit', + link: '/logos/logos', + }, ], components: { PageTitle: './src/components/PageTitle.astro', diff --git a/docs/public/ngxt-angular.svg b/docs/public/ngxt-angular.svg new file mode 100644 index 00000000..f60a35db --- /dev/null +++ b/docs/public/ngxt-angular.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/public/ngxt-black.svg b/docs/public/ngxt-black.svg new file mode 100644 index 00000000..e2f444de --- /dev/null +++ b/docs/public/ngxt-black.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/docs/public/ngxt-blue.svg b/docs/public/ngxt-blue.svg new file mode 100644 index 00000000..1e22828b --- /dev/null +++ b/docs/public/ngxt-blue.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/public/ngxt-white.svg b/docs/public/ngxt-white.svg new file mode 100644 index 00000000..59cf1a9d --- /dev/null +++ b/docs/public/ngxt-white.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/docs/public/ngxtension-angular.svg b/docs/public/ngxtension-angular.svg new file mode 100644 index 00000000..ab81c620 --- /dev/null +++ b/docs/public/ngxtension-angular.svg @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/public/ngxtension-black.svg b/docs/public/ngxtension-black.svg new file mode 100644 index 00000000..f3eba070 --- /dev/null +++ b/docs/public/ngxtension-black.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/docs/public/ngxtension-blue.svg b/docs/public/ngxtension-blue.svg new file mode 100644 index 00000000..bf957507 --- /dev/null +++ b/docs/public/ngxtension-blue.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/public/ngxtension-white.svg b/docs/public/ngxtension-white.svg new file mode 100644 index 00000000..76c37862 --- /dev/null +++ b/docs/public/ngxtension-white.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/docs/src/content/docs/index.mdx b/docs/src/content/docs/index.mdx index 4d95b159..1b4c657c 100644 --- a/docs/src/content/docs/index.mdx +++ b/docs/src/content/docs/index.mdx @@ -4,8 +4,10 @@ template: splash hero: tagline: A collection of utilities for Angular. image: - file: ../../../public/logo.svg alt: ngxtension logo + file: ../../../public/ngxt-blue.svg + dark: ../../../public/ngxt-white.png + light: ../../../public/ngxt-blue.png actions: - text: Getting Started diff --git a/docs/src/content/docs/logos/logos.md b/docs/src/content/docs/logos/logos.md new file mode 100644 index 00000000..71f37d47 --- /dev/null +++ b/docs/src/content/docs/logos/logos.md @@ -0,0 +1,20 @@ +--- +title: Press Kit +--- + +
+ + + +
+ +
+
+
+ + + +
+ +
+