diff --git a/src/footer/Footer.tsx b/src/footer/Footer.tsx
index f45d64b..0fcc2a6 100644
--- a/src/footer/Footer.tsx
+++ b/src/footer/Footer.tsx
@@ -5,6 +5,8 @@ import { ReactComponent as Linkedin } from "./icons/linkedin.svg";
import { ReactComponent as Copy } from "./icons/clipboard.svg";
import { ReactComponent as CopyFailed } from "./icons/clipboard-sad.svg";
import { ReactComponent as CopySuccess } from "./icons/clipboard-check.svg";
+import { ReactComponent as SourceCode } from "./icons/code.svg";
+import { ReactComponent as PDF } from "./icons/pdf.svg";
import callme from "./call-me.png";
import hearts from "./hearts.png";
@@ -138,27 +140,29 @@ export function Footer() {
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/footer/icons/pdf.svg b/src/footer/icons/pdf.svg
new file mode 100644
index 0000000..5636321
--- /dev/null
+++ b/src/footer/icons/pdf.svg
@@ -0,0 +1,13 @@
+
\ No newline at end of file
diff --git a/todo.md b/todo.md
index a6c88ff..74931c7 100644
--- a/todo.md
+++ b/todo.md
@@ -1,22 +1,24 @@
# TODO:
-- clean up copy
- css vars + shifting $primary color animation? slowly hue rotate?
## General
-- print version => resume
-- downloadable pdf for resume
+- downloadable pdf link
- clean up repetitive styling for sections
## Contributions
- overflow indicator
-- legend
-- backwards/forwards arrows?
- disclaimer?
- better loading state
- error state - use error boundary, link to github version?
+- fix month label issue on iOS after adding a few pages
+
+# Self Taught
+
+- add more LOC
+- script to do syntax highlighting for easier changes?
## Stats