Add link to Forgejo instance
This commit is contained in:
parent
e98602c0c2
commit
b766466160
2 changed files with 10 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue