1
0
mirror of https://github.com/axzilla/templui.git synced 2025-02-21 00:12:48 +00:00

change: update Product Hunt badge urls

This commit is contained in:
“axzilla” 2024-10-06 15:54:54 +02:00
parent b4076c0be0
commit 07eb76a007
2 changed files with 6 additions and 15 deletions

View File

@ -13,16 +13,11 @@ templ Footer() {
Where Go meets UI, and sanity is optional. Use at your own risk. Stupid code not excluded.
</p>
<div class="flex justify-center">
<a
href="https://www.producthunt.com/posts/goilerplate-1?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-goilerplate-1"
target="_blank"
class="inline-block"
>
<a href="https://www.producthunt.com/posts/goilerplate-1?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-goilerplate-1" target="_blank">
<img
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=494295&theme=light"
alt="Goilerplate - Build sleek web apps with Go, Templ, and Alpine.js | Product Hunt"
width="200"
height="54"
alt="Goilerplate - Minimalist Go starter kit with CRUD templates | Product Hunt"
style="width: 200px; height: auto;"
/>
</a>
</div>

View File

@ -11,15 +11,11 @@ templ Landing() {
<div class="absolute inset-0 bg-[url('/assets/img/grid.svg')] bg-center [mask-image:linear-gradient(180deg,white,rgba(255,255,255,0))]"></div>
<div class="relative z-10 max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12 text-center">
<div class="flex justify-center mb-8">
<a
href="https://www.producthunt.com/posts/goilerplate-1?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-goilerplate-1"
target="_blank"
class="inline-block"
>
<a href="https://www.producthunt.com/posts/goilerplate-1?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-goilerplate-1" target="_blank">
<img
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=494295&theme=light"
alt="Goilerplate - Build sleek web apps with Go, Templ, and Alpine.js | Product Hunt"
width="150"
alt="Goilerplate - Minimalist Go starter kit with CRUD templates | Product Hunt"
style="width: 200px; height: auto;"
/>
</a>
</div>