diff options
Diffstat (limited to 'components')
-rw-r--r-- | components/layout/Footer.tsx | 6 | ||||
-rw-r--r-- | components/layout/Header.tsx | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/components/layout/Footer.tsx b/components/layout/Footer.tsx index f18c60d..3ea7990 100644 --- a/components/layout/Footer.tsx +++ b/components/layout/Footer.tsx @@ -2,7 +2,11 @@ export default function Footer() { return ( <footer> <span>Website by ashelyn rose</span> - <a href="https://git.tempest.dev/ashe/tempest.dev">Site Source</a> + <span> + <a style={{ textDecoration: 'none' }} href="https://webring.umbreon.online/prev?from=https://tempest.dev"><</a> + <a target="_blank" href="https://webring.umbreon.online/">webring</a> + <a style={{ textDecoration: 'none' }} href="https://webring.umbreon.online/next?from=https://tempest.dev">></a> + </span> <a href="/pay-transparency">Pay Transparency</a> </footer> ) diff --git a/components/layout/Header.tsx b/components/layout/Header.tsx index 6fa16ff..5e589c9 100644 --- a/components/layout/Header.tsx +++ b/components/layout/Header.tsx @@ -22,7 +22,7 @@ export default function Title() { <a href="/about">about</a> {/* <a href="/posts">posts</a> */} <a href="/contact">contact</a> - <a href="/webring">webring</a> + <a target="blank" href="https://git.tempest.dev/ashe/tempest.dev">code</a> </nav> <div className="headerBackground"> <Image |