From 5f65223443c84e8168513157239f462e240d0bc0 Mon Sep 17 00:00:00 2001 From: Ly Nguyen Date: Fri, 8 Mar 2024 09:09:52 -0800 Subject: [PATCH 1/2] Fix logos --- website/snippets/_adapters-trusted.md | 24 +++++++++++------------ website/static/img/icons/apache-spark.svg | 1 + website/static/img/icons/postgres.svg | 1 + 3 files changed, 14 insertions(+), 12 deletions(-) create mode 100644 website/static/img/icons/apache-spark.svg create mode 100644 website/static/img/icons/postgres.svg diff --git a/website/snippets/_adapters-trusted.md b/website/snippets/_adapters-trusted.md index ccb98e0138c..fed6cd1d3b9 100644 --- a/website/snippets/_adapters-trusted.md +++ b/website/snippets/_adapters-trusted.md @@ -11,6 +11,17 @@ padding: 0rem 0.75rem; display:inline-block'>dbt Core" icon="alloydb"/> + + + icon="postgres"/> dbt Core" icon="snowflake"/> - - \ No newline at end of file diff --git a/website/static/img/icons/postgres.svg b/website/static/img/icons/postgres.svg new file mode 100644 index 00000000000..9fa5c4d5d22 --- /dev/null +++ b/website/static/img/icons/postgres.svg @@ -0,0 +1 @@ + \ No newline at end of file From 4baa2e2c827b98ec9d1b2646bfba91e672c8bc97 Mon Sep 17 00:00:00 2001 From: Ly Nguyen Date: Fri, 8 Mar 2024 10:06:59 -0800 Subject: [PATCH 2/2] Add for dark mode --- website/static/img/icons/white/apache-spark.svg | 1 + website/static/img/icons/white/postgres.svg | 1 + 2 files changed, 2 insertions(+) create mode 100644 website/static/img/icons/white/apache-spark.svg create mode 100644 website/static/img/icons/white/postgres.svg diff --git a/website/static/img/icons/white/apache-spark.svg b/website/static/img/icons/white/apache-spark.svg new file mode 100644 index 00000000000..30ba2b1823b --- /dev/null +++ b/website/static/img/icons/white/apache-spark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/website/static/img/icons/white/postgres.svg b/website/static/img/icons/white/postgres.svg new file mode 100644 index 00000000000..9fa5c4d5d22 --- /dev/null +++ b/website/static/img/icons/white/postgres.svg @@ -0,0 +1 @@ + \ No newline at end of file