From 178f8ee01ca26da4d4e0583896099fd0bb563c77 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Fri, 28 Jun 2024 14:35:05 -0700 Subject: [PATCH] Update Clerk artwork (#3599) * Add announcement * Tweak * Tweak * Tweak * Tweak * Tweak * Tweak * Tweak * Add Clerk artwork * Tweak announcement * Tweak announcement * Add links * Updates --- README.md | 18 +++++++---------- blog/index.html | 1 + deno/lib/README.md | 18 +++++++---------- index.html | 48 ++++++++++++++++++++++++++++++++++++++++------ 4 files changed, 57 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 5886f3a58..4f872ea0a 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,9 @@

-

Announcement ✨
Zod has recieved the Clerk OSS Fellowship!
Read the announcement post 👉 zod.dev/blog/clerk-fellowship

+ + +[![clerk announcement](https://github.com/colinhacks/zod/assets/3084745/6327cf99-8d82-4b44-a5b1-ba2b5c2ff6ad)](https://go.clerk.com/hqN4rp7)
@@ -44,10 +46,6 @@ > These docs have been translated into [Chinese](./README_ZH.md). - - - [Table of contents](#table-of-contents) - [Introduction](#introduction) - [Sponsors](#sponsors) @@ -185,9 +183,7 @@ Some other great aspects: ## Sponsors -Sponsorship at any level is appreciated and encouraged. For individual developers, consider the [Cup of Coffee tier](https://github.com/sponsors/colinhacks). If you built a paid product using Zod, consider one of the [podium tiers](https://github.com/sponsors/colinhacks). - -> Clerk is currently sponsoring my full-time development of Zod! If you're building an app, give it a shot—it really is the easiest way to set up authentication and user accounts. (Seriously, their DX is unparalleled.) +Sponsorship at any level is appreciated and encouraged. If you built a paid product using Zod, consider one of the [corporate tiers](https://github.com/sponsors/colinhacks).

Diamond

@@ -196,9 +192,9 @@ Sponsorship at any level is appreciated and encouraged. For individual developer
- - - clerk logo + + + clerk logo
diff --git a/blog/index.html b/blog/index.html index 1c92026e1..057c24d90 100644 --- a/blog/index.html +++ b/blog/index.html @@ -271,6 +271,7 @@ "https://twitter.com/tweetsbycolin", "https://authjs.dev", "https://authjs.dev/getting-started", + "https://go.clerk.com/zod-clerk" ], }; diff --git a/deno/lib/README.md b/deno/lib/README.md index 5886f3a58..4f872ea0a 100644 --- a/deno/lib/README.md +++ b/deno/lib/README.md @@ -36,7 +36,9 @@

-

Announcement ✨
Zod has recieved the Clerk OSS Fellowship!
Read the announcement post 👉 zod.dev/blog/clerk-fellowship

+ + +[![clerk announcement](https://github.com/colinhacks/zod/assets/3084745/6327cf99-8d82-4b44-a5b1-ba2b5c2ff6ad)](https://go.clerk.com/hqN4rp7)
@@ -44,10 +46,6 @@ > These docs have been translated into [Chinese](./README_ZH.md). - - - [Table of contents](#table-of-contents) - [Introduction](#introduction) - [Sponsors](#sponsors) @@ -185,9 +183,7 @@ Some other great aspects: ## Sponsors -Sponsorship at any level is appreciated and encouraged. For individual developers, consider the [Cup of Coffee tier](https://github.com/sponsors/colinhacks). If you built a paid product using Zod, consider one of the [podium tiers](https://github.com/sponsors/colinhacks). - -> Clerk is currently sponsoring my full-time development of Zod! If you're building an app, give it a shot—it really is the easiest way to set up authentication and user accounts. (Seriously, their DX is unparalleled.) +Sponsorship at any level is appreciated and encouraged. If you built a paid product using Zod, consider one of the [corporate tiers](https://github.com/sponsors/colinhacks).

Diamond

@@ -196,9 +192,9 @@ Sponsorship at any level is appreciated and encouraged. For individual developer
- - - clerk logo + + + clerk logo
diff --git a/index.html b/index.html index 01830d271..b5a29d41e 100644 --- a/index.html +++ b/index.html @@ -159,7 +159,8 @@ .dark .sidebar, .dark blockquote, .dark .sidebar a { - background-color: #283339; + /* background-color: #283339; */ + background-color: #0E1116; color: #d3d3d3; } @@ -259,11 +260,11 @@ .matchMedia("(prefers-color-scheme: dark)") .addEventListener("change", (e) => toggleDarkTheme(e.matches())); - document.querySelector(".theme-btn").addEventListener("click", () => { - const isDark = checkDark(); - console.log("isDark", isDark); - toggleDarkTheme(!isDark); - }); + // document.querySelector(".theme-btn").addEventListener("click", () => { + // const isDark = checkDark(); + // console.log("isDark", isDark); + // toggleDarkTheme(!isDark); + // }); function toggleDarkTheme(isDark) { if (isDark) { @@ -299,9 +300,44 @@ "https://zod.dev/", "https://deno.land/x/zod", "https://zod.dev/blog/clerk-fellowship", + "https://go.clerk.com/hqN4rp7", + "https://go.clerk.com/Qgor5NQ", + "https://go.clerk.com/PKHrcwh" + ], + noCompileLinks: [ + "https://github.com/colinhacks/zod/actions?query=branch%3Amain", + "https://opensource.org/licenses/MIT", + "https://www.npmjs.com/package/zod", + "https://discord.gg/KaSRdyX2vc", + "https://discord.gg/RcG33DQJdf", + "https://github.com/colinhacks/zod/issues/new", + "https://twitter.com/colinhacks", + "https://trpc.io/", + "https://zod.dev/", + "https://deno.land/x/zod", + "https://zod.dev/blog/clerk-fellowship", + "https://go.clerk.com/hqN4rp7", + "https://go.clerk.com/Qgor5NQ", + "https://go.clerk.com/PKHrcwh" ], }; +