Remove CV from links
This commit is contained in:
parent
d59f435d44
commit
cff2cc57eb
2 changed files with 0 additions and 19 deletions
|
@ -1,4 +1,3 @@
|
|||
import CV from "../assets/cv.svg?react";
|
||||
import Git from "../assets/git.svg?react";
|
||||
import LinkedIn from "../assets/linkedin.svg?react";
|
||||
import Mastodon from "../assets/mastodon.svg?react";
|
||||
|
@ -20,7 +19,6 @@ const Links = () => (
|
|||
<div className="links">
|
||||
<ImageLink href="https://git.mmbradley.ca/MichaelBradley/" title="Forgejo instance" Image={Git} />
|
||||
<ImageLink href="https://www.linkedin.com/in/michaelmbradley/" title="LinkedIn account" Image={LinkedIn} />
|
||||
<ImageLink href="https://mmbradley.ca/resume.pdf" title="My Résumé" Image={CV} />
|
||||
<ImageLink href="https://mstdn.ca/@michaelbradley/" title="Mastodon account" Image={Mastodon} />
|
||||
<input id="dark-mode-toggle" type="checkbox" aria-label="Toggle dark mode" />
|
||||
<label htmlFor="dark-mode-toggle" id="dark-mode-toggle-label" title="Toggle dark mode">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue