fix: clean up the landing page buttons (#24)

Reviewed-on: https://codeberg.org/nhcarrigan/docs/pulls/24
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
This commit is contained in:
Naomi Carrigan 2024-09-30 01:55:02 +00:00 committed by Naomi the Technomancer
parent 9c8f9a483c
commit 514c3847e7
6 changed files with 8 additions and 115 deletions

View File

@ -1,20 +0,0 @@
---
title: About Us
template: splash
hero:
tagline:
Learn more about Naomi, her consulting firm nhcarrigan, and our communities.
actions:
- text: Hire us!
link: /about/hire
icon: right-arrow
variant: secondary
- text: Support our Work 💜
link: /about/donate
icon: right-arrow
variant: primary
- text: Appeal a Sanction
link: /community/appeal
icon: right-arrow
variant: secondary
---

View File

@ -1,20 +0,0 @@
---
title: Community Information
template: splash
hero:
tagline:
We offer the following documents to assist you in engaging with our community in a meaningful way.
actions:
- text: Community Guidelines
link: /community/guide
icon: right-arrow
variant: primary
- text: Code of Conduct
link: /community/coc
icon: right-arrow
variant: primary
- text: Appeal a Sanction
link: /community/appeal
icon: right-arrow
variant: secondary
---

View File

@ -1,28 +0,0 @@
---
title: Developer Documentation
template: splash
hero:
tagline:
Various guides for contributing to our projects.
actions:
- text: Contributing Guide
link: /dev/contributing
icon: right-arrow
variant: primary
- text: Contributor Covenant
link: /dev/covenant
icon: right-arrow
variant: primary
- text: Issue/PR Labels
link: /dev/labels
icon: right-arrow
variant: secondary
- text: Development Environment
link: /dev/environment
icon: right-arrow
variant: secondary
- text: Server Setup
link: /dev/servers
icon: right-arrow
variant: secondary
---

View File

@ -6,16 +6,16 @@ hero:
tagline: tagline:
This site contains various information that Naomi felt would be helpful to share. This site contains various information that Naomi felt would be helpful to share.
actions: actions:
- text: ❓ About Us - text: Code of Conduct
link: /about link: /community/coc/
variant: secondary variant: secondary
- text: ⚖️ Legal Information - text: Contributing Guide
link: /legal link: /dev/contributing/
variant: secondary variant: secondary
- text: 📜 Community Guide - text: Software License
link: /community link: /legal/license/
variant: secondary variant: secondary
- text: 🛠️ Staff Guide - text: Contact Us
link: /staff link: /about/contact/
variant: secondary variant: secondary
--- ---

View File

@ -1,23 +0,0 @@
---
title: Legal Information
template: splash
hero:
tagline:
These are the legal policies you agree to when you engage with our community or consume our products.
actions:
- text: Terms of Service
link: /legal/terms
variant: primary
- text: Privacy Policy
link: /legal/privacy
variant: primary
- text: Software License
link: /legal/license
variant: secondary
- text: Security Policy
link: /legal/security
variant: secondary
- text: DMCA and Copyright
link: /legal/dmca
variant: secondary
---

View File

@ -1,16 +0,0 @@
---
title: Staff Guides
template: splash
hero:
tagline:
These documents are primarily intended for our staff members.
actions:
- text: Staff Handbook
link: /staff/handbook
icon: right-arrow
variant: primary
- text: Join the Team
link: /staff/apply
icon: right-arrow
variant: secondary
---