fix: add contact page
This commit is contained in:
parent
c60ebcb0d4
commit
9c02cc90ad
@ -196,7 +196,7 @@ const nowYear = (new Date()).getFullYear()
|
||||
<h3 class="mb-4 font-display text-base font-bold md:mb-6">About</h3>
|
||||
<a href="/" class="py-2 hover:underline md:pt-0">Home</a>
|
||||
<a href="/docs" class="py-2 hover:underline md:pt-0">Docs</a>
|
||||
<a href="/contact/" class="py-2 hover:underline md:pt-0">Contact</a>
|
||||
<a href="/contact" class="py-2 hover:underline md:pt-0">Contact</a>
|
||||
<a href="/security" class="py-2 hover:underline md:pt-0">Security</a>
|
||||
<a href="/survey" class="py-2 hover:underline md:pt-0">Feedback Survey</a>
|
||||
<a
|
||||
|
32
src/pages/contact.md
Normal file
32
src/pages/contact.md
Normal file
@ -0,0 +1,32 @@
|
||||
---
|
||||
title: "Contact"
|
||||
layout: '../layouts/Content.astro'
|
||||
---
|
||||
|
||||
# Contact
|
||||
|
||||
We have public issue trackers in the different [code repos](https://code.vikunja.io).
|
||||
|
||||
#### Chat
|
||||
|
||||
You can chat with us on [matrix](https://riot.im/app/#/room/!dCRiCiLaCCFVNlDnYs:matrix.org?via=matrix.org).
|
||||
|
||||
#### Forum
|
||||
|
||||
A community forum is available on [community.vikunja.io](https://community.vikunja.io).
|
||||
|
||||
#### General
|
||||
|
||||
[hello@vikunja.io](mailto:hello@vikunja.io)
|
||||
|
||||
General inqueries and requests.
|
||||
|
||||
#### Maintainers
|
||||
|
||||
[maintainers@vikunja.io](mailto:maintainers@vikunja.io)
|
||||
|
||||
Say hello to our maintainers.
|
||||
|
||||
#### Security
|
||||
|
||||
See [our dedicated Security page](https://vikunja.io/security).
|
Loading…
x
Reference in New Issue
Block a user