Add link to Forgejo instance

This commit is contained in:
Michael Bradley 2025-01-14 11:49:59 +13:00
parent e98602c0c2
commit b766466160
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8
2 changed files with 10 additions and 0 deletions

View file

@ -3,6 +3,7 @@ import "./style.css";
import hero from "./assets/MichaelBradley.jpeg?format=avif;webp;jpeg&as=picture";
import CV from "./assets/cv.svg?react";
import Git from "./assets/git.svg?react";
import GitHub from "./assets/github.svg?react";
import LinkedIn from "./assets/linkedin.svg?react";
import Mastodon from "./assets/mastodon.svg?react";
@ -93,6 +94,9 @@ const Fetch = () => {
const Links = () => (
<div className="links">
<a href="https://git.mmbradley.ca/MichaelBradley" title="Forgejo instance">
<Git />
</a>
<a href="https://github.com/MichaelMBradley" title="GitHub account">
<GitHub />
</a>