Skip to content

Commit

Permalink
Link to resume from homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
banga committed Dec 27, 2023
1 parent 1ac61b5 commit 3f88e9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/pages/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React from "react";
import { Page } from "../components/Page.js";
import { SocialIcons } from "../components/SocialIcons.js";
import { BuildContext } from "../components/BuildContext.js";
import { RESUME_PATH } from "../consts.js";

function Home() {
return (
Expand All @@ -20,7 +21,8 @@ function Home() {
<a href="https://www.quip.com">Quip</a>,{" "}
<a href="https://www.quora.com">Quora</a>,{" "}
<a href="https://www.google.com">Google</a> and{" "}
<a href="https://www.adobe.com">Adobe</a>.
<a href="https://www.adobe.com">Adobe</a>. A detailed résumé can be
found <a href={RESUME_PATH}>here</a>.
</div>
<div className="m1">
My other work can be found on my{" "}
Expand Down
2 changes: 1 addition & 1 deletion todo.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[ ] Convenince to insert relative links reliably and detect broken links
[ ] Add og images for home and blog feed pages
[ ] Add robots.txt
[x] Add robots.txt
[x] Add resume
[x] clean up old build outputs when rebuilding
[x] Auto reload pages in local development
Expand Down

0 comments on commit 3f88e9c

Please sign in to comment.