mirror of
https://github.com/airlabspl/uptimemonitor.git
synced 2025-08-15 04:39:15 +02:00
initial commit
This commit is contained in:
15
html/sponsor.html
Normal file
15
html/sponsor.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<div class="card border border-base-200 p-4 flex flex-col gap-2">
|
||||
<div class="text-center text-xs font-semibold text-neutral-400 uppercase tracking-widest">
|
||||
Sponsors
|
||||
</div>
|
||||
<div class="flex lg:flex-col gap-6 overflow-x-auto">
|
||||
{{ range .Sponsors }}
|
||||
<a href="{{ .Url }}" target="_blank" rel="noopener noreferrer">
|
||||
<div class="text-center flex flex-col shrink-0">
|
||||
<img src="{{ .Image }}" alt="{{ .Name }}" class="max-h-[30px] w-auto" />
|
||||
<div class="text-sm truncate">{{ .Name }}</div>
|
||||
</div>
|
||||
</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user