From 65c63fcee9a646e4f4729777d65635126f1bbdff Mon Sep 17 00:00:00 2001 From: Arman Bilge Date: Mon, 6 Apr 2026 23:15:50 -0700 Subject: [PATCH] Add @wideangleanalytics to sponsors --- src/directory.conf | 5 +++++ src/foundation/README.md | 2 +- src/foundation/about.template.html | 4 ++-- src/img/sponsors/wide-angle.svg | 1 + src/main.css | 3 +++ src/templates/home.template.html | 18 +++++++++++------- 6 files changed, 23 insertions(+), 10 deletions(-) create mode 100644 src/img/sponsors/wide-angle.svg diff --git a/src/directory.conf b/src/directory.conf index 1ff0b818..89d9433c 100644 --- a/src/directory.conf +++ b/src/directory.conf @@ -122,6 +122,11 @@ shopify { url: "https://shopify.engineering" } +wide-angle { + logo: /img/sponsors/wide-angle.svg + url: "https://wideangle.co/?ref=typelevel" +} + famly { logo: /img/sponsors/famly.svg url: "https://famly.co" diff --git a/src/foundation/README.md b/src/foundation/README.md index 037d48ee..a7f1cb71 100644 --- a/src/foundation/README.md +++ b/src/foundation/README.md @@ -1,7 +1,7 @@ {% laika.html.template: about.template.html laika.title: Typelevel Foundation - sponsors: [${spotify}, ${aruna}, ${shopify}, ${famly}] + sponsors: [${spotify}, ${aruna}, ${shopify}, ${wide-angle}, ${famly}] %} # About the Typelevel Foundation diff --git a/src/foundation/about.template.html b/src/foundation/about.template.html index ec7d919f..aff432cf 100644 --- a/src/foundation/about.template.html +++ b/src/foundation/about.template.html @@ -23,9 +23,9 @@

Foundation Sponsors

-
+
@:for(sponsors) -
+
@:@ diff --git a/src/img/sponsors/wide-angle.svg b/src/img/sponsors/wide-angle.svg new file mode 100644 index 00000000..4d51e5eb --- /dev/null +++ b/src/img/sponsors/wide-angle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main.css b/src/main.css index f580cd43..3877d12c 100644 --- a/src/main.css +++ b/src/main.css @@ -59,7 +59,10 @@ h6:hover > a.anchor-link { } img.sponsor { + width: 100%; + height: auto; max-height: 48px; + object-fit: contain; } /* Hack to prevent double-rendering the title in blog posts */ diff --git a/src/templates/home.template.html b/src/templates/home.template.html index a18527b6..8fa41314 100644 --- a/src/templates/home.template.html +++ b/src/templates/home.template.html @@ -1,5 +1,5 @@ {% -sponsors: [${spotify}, ${aruna}, ${shopify}, ${famly}] +sponsors: [${spotify}, ${aruna}, ${shopify}, ${wide-angle}, ${famly}] %} @:embed(/templates/main.template.html) @@ -25,17 +25,21 @@

-
+
+
@:for(sponsors) -
+
@:@ +
+
+
+

+ Typelevel is built by a vibrant global community and backed by a nonprofit Foundation with the support of our + industry sponsors. +

-

- Typelevel is built by a vibrant global community and backed by a nonprofit Foundation with the support of our - industry sponsors. -

@:@