diff --git a/entries-json/notice.json b/entries-json/notice.json deleted file mode 100644 index 2925dc3..0000000 --- a/entries-json/notice.json +++ /dev/null @@ -1 +0,0 @@ -{"title":"Notice","date":"2024-11-14T16:22:00-08:00","tags":[],"eid":"52ae59ab-aab5-4b0e-b120-af3ed3a4a568","image":null,"content":"
I am currently actively looking for job opportunities in the US. If you come across any openings that might suit me, please contact me at the information below! Thank you!
\n\n"} diff --git a/entries/notice.org b/entries/notice.org deleted file mode 100644 index 09146b6..0000000 --- a/entries/notice.org +++ /dev/null @@ -1,9 +0,0 @@ -#+TITLE: Notice -#+DATE: <2024-11-14 Thu 16:22> -#+TZ: -0800 (PST) -#+TAGS: -#+EID: 52ae59ab-aab5-4b0e-b120-af3ed3a4a568 - -I am currently actively looking for job opportunities in the US. If you come across any openings that might suit me, please contact me at the information below! Thank you! - -*[[mailto:typester@gmail.com][typester@gmail.com]]* diff --git a/src/pages/mod.rs b/src/pages/mod.rs index 7774c4c..67bea2b 100644 --- a/src/pages/mod.rs +++ b/src/pages/mod.rs @@ -78,9 +78,6 @@ fn nav(nav: Nav) -> Markup { (nav_item(nav == Nav::Blog, html! { a href="/blog" { "Blog" } })) - (nav_item(nav == Nav::CV, html! { - a href="/cv.html" { "Resume" } - })) } } }