feat: add scheduled binary release workflow

This commit is contained in:
Prad Nukala
2024-09-30 15:13:00 -04:00
parent 49e56239a5
commit d7d19f4bb7
22 changed files with 138 additions and 1716 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ templ SectionHero(hero Hero) {
templ heroImage() {
<!-- Image -->
<div class="max-w-5xl mx-auto px-4 sm:px-6 flex justify-center pb-12 md:pb-20 relative before:absolute before:-top-12 before:w-96 before:h-96 before:bg-zinc-900 before:opacity-[.15] before:rounded-full before:blur-3xl before:-z-10">
<div class="max-w-5xl mx-auto px-4 sm:px-6 flex justify-center pb-12 md:pb-20 relative before:absolute before:-top-12 before:w-96 before:h-96 before:bg-zinc-900 before:opacity-[.15] before:rounded-full before:blur-3xl before:-z-10 from-zinc-100 to-white">
<img
class="rounded-lg"
src="https://cdn.sonr.id/img/hero-clipped.svg"