Add github link

This commit is contained in:
2026-04-09 15:23:33 -05:00
parent a8904c1c46
commit 40402267e1
5 changed files with 370 additions and 19 deletions

View File

@@ -2,6 +2,7 @@ import {Link} from "../router/Link";
import {ROUTES} from "../router/Route";
import ResumePdf from "../img/resume.pdf";
import {motion} from "motion/react";
import {Path} from "../router/router";
export function Links() {
@@ -19,5 +20,8 @@ export function Links() {
<Link key={ResumePdf} href={ResumePdf} target="_blank">
<h3>Resume</h3>
</Link>
<Link key="Github" href={"https://github.com/tymur999" as Path} target="_blank">
<h3>GitHub</h3>
</Link>
</div>
}