Skip to content

Commit bf4dcdb

Browse files
simonhampclaude
andauthored
Add Mostly Technical as a Vibes sponsor (#376)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 44fadb8 commit bf4dcdb

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

46.7 KB
Loading

resources/views/the-vibes.blade.php

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ class="text-center text-3xl font-semibold"
811811
})
812812
}
813813
"
814-
class="mt-10 grid grid-cols-2 gap-5 md:grid-cols-4"
814+
class="mt-10 grid grid-cols-1 gap-5 sm:grid-cols-2 md:grid-cols-4"
815815
>
816816
{{-- Web Mavens --}}
817817
<a
@@ -885,6 +885,26 @@ class="hidden dark:block"
885885
</div>
886886
<span class="sr-only">Beyond Code</span>
887887
</a>
888+
889+
{{-- Mostly Technical --}}
890+
<a
891+
href="https://mostlytechnical.com/"
892+
target="_blank"
893+
rel="noopener noreferrer sponsored"
894+
class="grid h-28 place-items-center rounded-2xl bg-gray-100 px-6 transition duration-200 will-change-transform hover:-translate-y-0.5 hover:bg-gray-200/80 hover:shadow-lg hover:shadow-gray-200/70 dark:bg-[#1a1a2e] dark:hover:bg-slate-800/80 dark:hover:shadow-transparent"
895+
>
896+
<div class="grid h-15 w-35 place-items-center">
897+
<img
898+
src="/img/sponsors/mostly-technical.webp"
899+
loading="lazy"
900+
alt="Mostly Technical logo"
901+
width="60"
902+
height="60"
903+
class="h-15 w-15 rounded"
904+
/>
905+
</div>
906+
<span class="sr-only">Mostly Technical</span>
907+
</a>
888908
</div>
889909

890910
{{-- Become a Sponsor CTA --}}

0 commit comments

Comments
 (0)