Skip to content

Commit cff0f79

Browse files
authored
feat(contact): add contact page with multiple communication options (#209)
Create a new contact page to provide users with various ways to reach out to AHA. The page includes options for email, PGP, and Discord, catering to different needs and sensitivity levels. This addition enhances user experience by offering clear and accessible contact information. chore(hugo.toml): add contact page to main menu Update the Hugo configuration to include the new contact page in the main menu. This ensures that users can easily navigate to the contact page from the website's main navigation, improving accessibility and usability.
1 parent 3cfcbe9 commit cff0f79

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

content/contact.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Contact
3+
aliases: ["/contact.html"]
4+
---
5+
6+
## How to reach us
7+
8+
Should you need to make contact with AHA, you can use one of the following and decide which best suites your needs and sensitivity level.
9+
10+
- **Email**: [aha@takeonme.org](mailto:aha@takeonme.org)
11+
- **PGP**: Email us from your [Proton Mail](https://proton.me/support/proton-mail-encryption-explained) to ours
12+
- **Discord**: Ask for assistance in [chat](#aha-public)

hugo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,11 @@ pagination.pagerSize = 5
133133
url = "/ourspawn/"
134134
weight = 15
135135

136+
[[languages.en.menu.main]]
137+
name = "Contact"
138+
url = "/contact/"
139+
weight =17
140+
136141
[markup]
137142
[markup.goldmark]
138143
[markup.goldmark.renderer]

0 commit comments

Comments
 (0)