update
This commit is contained in:
+3
-35
@@ -3,7 +3,7 @@ import BaseLayout from "../layouts/BaseLayout.astro";
|
|||||||
import Card from "../components/Card.astro";
|
import Card from "../components/Card.astro";
|
||||||
import Section from "../components/Section.astro";
|
import Section from "../components/Section.astro";
|
||||||
import ServiceItem from "../components/ServiceItem.astro";
|
import ServiceItem from "../components/ServiceItem.astro";
|
||||||
import SupportItem from "../components/SupportItem.astro";
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<BaseLayout
|
<BaseLayout
|
||||||
@@ -81,37 +81,6 @@ import SupportItem from "../components/SupportItem.astro";
|
|||||||
</Card>
|
</Card>
|
||||||
</Section>
|
</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 -->
|
||||||
<footer class="footer" role="contentinfo">
|
<footer class="footer" role="contentinfo">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@@ -192,9 +161,8 @@ import SupportItem from "../components/SupportItem.astro";
|
|||||||
color: var(--color-text-dim);
|
color: var(--color-text-dim);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Service and Support Lists */
|
/* Service List */
|
||||||
.service-list,
|
.service-list {
|
||||||
.support-list {
|
|
||||||
margin-top: var(--space-md);
|
margin-top: var(--space-md);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
Reference in New Issue
Block a user