port from beta

This commit is contained in:
inpharmaticist
2024-12-24 22:08:23 -08:00
parent e65d59dee5
commit 3f27c4f52b
23 changed files with 223 additions and 89 deletions

View File

@@ -1,17 +1,61 @@
---
title: My Site
toc: false
title: San Diego Bitcoiners
layout: hextra-home
---
<div class="hx-mt-6 hx-mb-6">
{{< hextra/hero-headline >}}
A meet up group
{{< /hextra/hero-headline >}}
</div>
This is the landing page.
<div class="hx-mb-12">
{{< hextra/hero-subtitle >}}
For beginners and veterans alike.
{{< /hextra/hero-subtitle >}}
</div>
## Explore
<div class="hx-mb-6">
{{< hextra/hero-button text="Learn more" link="about" >}}
</div>
{{< cards >}}
{{< card link="docs" title="Docs" icon="book-open" >}}
{{< card link="about" title="About" icon="user" >}}
{{< /cards >}}
<div class="hx-mt-6"></div>
## Documentation
For more information, visit [Hextra](https://imfing.github.io/hextra).
{{< hextra/feature-grid >}}
{{< hextra/feature-card
link="about"
icon="users"
title="Community"
subtitle="Learn more about our group."
>}}
{{< hextra/feature-card
link="about/support"
icon="support"
title="Support"
subtitle="Have a question or issue? Get help from someone with experience."
>}}
{{< hextra/feature-card
link="about/events"
icon="calendar"
title="RSVP"
subtitle="View our calendar of events and let us know you're coming."
>}}
{{< hextra/feature-card
link="about/blog"
icon="rss"
title="Blog"
subtitle="Sometimes we post about current events."
>}}
{{< hextra/feature-card
link="about/chat"
icon="support"
title="Group Chat"
subtitle="Between meetups, the chatter is on Signal."
>}}
{{< hextra/feature-card
link="about/contact"
icon="phone"
title="Contact Our Host"
subtitle="Reach out privately."
>}}
{{< /hextra/feature-grid >}}