From e52f3e52696491add5179ae7afa9a8924fca7e7d Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Fri, 3 Nov 2023 23:28:43 -0400 Subject: [PATCH] update --- index.html | 4 +- problems/{hljs/styles => }/gruvbox-light.css | 0 problems/hljs/highlight.min.js | 474 ------------------- problems/rainwater.html | 4 +- resume.pdf => public/resume.pdf | Bin transcript.pdf => public/transcript.pdf | Bin 6 files changed, 4 insertions(+), 478 deletions(-) rename problems/{hljs/styles => }/gruvbox-light.css (100%) delete mode 100644 problems/hljs/highlight.min.js rename resume.pdf => public/resume.pdf (100%) rename transcript.pdf => public/transcript.pdf (100%) diff --git a/index.html b/index.html index 7d4931f..5aaac8a 100644 --- a/index.html +++ b/index.html @@ -64,9 +64,9 @@

interview problems

-

resume

+

resume

- transcript + transcript

- + + Sliding Window diff --git a/resume.pdf b/public/resume.pdf similarity index 100% rename from resume.pdf rename to public/resume.pdf diff --git a/transcript.pdf b/public/transcript.pdf similarity index 100% rename from transcript.pdf rename to public/transcript.pdf