This commit is contained in:
2026-01-01 17:51:15 +01:00
parent a0c9760dc1
commit f36f65733e
+3 -35
View File
@@ -3,7 +3,7 @@ import BaseLayout from "../layouts/BaseLayout.astro";
import Card from "../components/Card.astro";
import Section from "../components/Section.astro";
import ServiceItem from "../components/ServiceItem.astro";
import SupportItem from "../components/SupportItem.astro";
---
<BaseLayout
@@ -81,37 +81,6 @@ import SupportItem from "../components/SupportItem.astro";
</Card>
</Section>
<!-- Support Section -->
<Section class="support" ariaLabelledby="support-heading">
<Card>
<h2 id="support-heading">How to Help Out</h2>
<p>
If you'd like to support the Hidden Den and help keep the
lights on, here are some ways you can contribute:
</p>
<div class="support-list" role="list">
<SupportItem
title="Share & Spread the Word"
description="Tell others about the projects and services hosted here!"
/>
<SupportItem
title="Report Issues"
description="Found a bug or have a suggestion? Let me know!"
/>
<SupportItem
title="Buy Me a Coffee"
description="Donations help cover server costs and keep the den cozy."
comingSoonNote="Payment links coming soon!"
/>
<SupportItem
title="Contribute"
description="Check out the projects on Gitea - contributions are always welcome!"
/>
</div>
</Card>
</Section>
<!-- Footer -->
<footer class="footer" role="contentinfo">
<div class="container">
@@ -192,9 +161,8 @@ import SupportItem from "../components/SupportItem.astro";
color: var(--color-text-dim);
}
/* Service and Support Lists */
.service-list,
.support-list {
/* Service List */
.service-list {
margin-top: var(--space-md);
display: flex;
flex-direction: column;