diff --git a/public/favicon.png b/public/favicon.png new file mode 100644 index 0000000..7f68f61 Binary files /dev/null and b/public/favicon.png differ diff --git a/public/favicon.svg b/public/favicon.svg deleted file mode 100644 index f157bd1..0000000 --- a/public/favicon.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - diff --git a/src/assets/logo_medium.png b/src/assets/logo_medium.png new file mode 100644 index 0000000..5308dd2 Binary files /dev/null and b/src/assets/logo_medium.png differ diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 241f355..b3ebbb7 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -10,13 +10,18 @@ const { title, subtitle, parent } = Astro.props; ---
-
-
-

{title}

-

{subtitle}

- {parent && -

{parent.name}

- } +
+
+
+ {"Logo +
+
+

{title}

+

{subtitle}

+ {parent && +

{parent.name}

+ } +
\ No newline at end of file diff --git a/src/components/Organization.astro b/src/components/Organization.astro index 017932e..3965f2c 100644 --- a/src/components/Organization.astro +++ b/src/components/Organization.astro @@ -17,11 +17,18 @@ const { org, columns = true} = Astro.props; ---
+
+
+ +
+

{org.name}

{org.subtitle}

{org.parent &&

{org.parent.name}

} +
+

diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 5c2f83c..5a26c58 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -54,7 +54,7 @@ const og = "logo" in data ? { charset="utf-8", openGraph={og} /> - + diff --git a/src/sass/_variables.module.scss b/src/sass/_variables.module.scss index 68e9bfa..569087b 100644 --- a/src/sass/_variables.module.scss +++ b/src/sass/_variables.module.scss @@ -1,6 +1,6 @@ // Danger/success are figure/ground $danger: #ffffff; -$success: #b21f24; +$success: #990000; $link: $danger; // Info is highlight $info: #460080;