Skip to content

Commit

Permalink
Add contact page
Browse files Browse the repository at this point in the history
  • Loading branch information
adzialocha committed Jan 17, 2024
1 parent 58d038c commit c3d85b1
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
7 changes: 7 additions & 0 deletions website/docs/contact.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Contact
---

- Email: contributors@p2panda.org
- Fediverse: https://autonomous.zone/@p2panda
- Chat: https://wald.liebechaos.org
6 changes: 6 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ const config = {
position: 'right',
label: 'Links',
},
{
type: 'doc',
docId: 'contact',
position: 'right',
label: 'Contact',
},
],
},
footer: {
Expand Down
15 changes: 11 additions & 4 deletions website/src/theme/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function Footer() {
}}
</ColorMode>
<div className={styles['supporters']}>
<img
<img
className={styles['supporters-img']}
src={useBaseUrl('/images/nlnet-logo.svg')}
width="140"
Expand All @@ -51,12 +51,19 @@ function Footer() {
<p className={styles['footer-text']}>
This project has received funding from the European Union’s Horizon
2020 research and innovation programme within the framework of the
NGI-POINTER Project funded under grant agreement No 871528,
NGI-ASSURE No 957073 and NGI0-ENTRUST No 101069594
NGI-POINTER Project funded under grant agreement No 871528, NGI-ASSURE
No 957073 and NGI0-ENTRUST No 101069594
</p>
</div>
<p className={styles['footer-text']}>
{copyright} - <a href="mailto:contributors@p2panda.org">Contact</a>
{copyright} - <a href="/contact">Contact</a> -{' '}
<a
href="https://autonomous.zone/@p2panda"
target="_blank"
rel="noreferrer"
>
Fediverse
</a>
</p>
</footer>
);
Expand Down

0 comments on commit c3d85b1

Please sign in to comment.