diff --git a/src/components/footer.svelte b/src/components/footer.svelte index f2ebb05..5c3ffb1 100644 --- a/src/components/footer.svelte +++ b/src/components/footer.svelte @@ -1,5 +1,5 @@
+Last updated August, 2025.
diff --git a/static/projects/data.json b/static/projects/data.json index 3910527..8c17d02 100644 --- a/static/projects/data.json +++ b/static/projects/data.json @@ -1,4 +1,28 @@ [ + { + "title": "Termtap", + "description": "Tap into your app's API traffic from the terminal. Observe outbound HTTP requests in real time - without modifying your code.", + "date": "April, 2026 - Current", + "stack": [ + "Go", + "Bubble Tea" + ], + "image": "projects/termtap.png", + "imageAlt": null, + "link": "https://github.com/haydenhargreaves/termtap" + }, + { + "title": "Gim", + "description": "Gim is a modern, lightweight text editor written in Go that brings the power of vim-style modal editing to your terminal. Built on the excellent Charm stack, it combines the speed of Go with the elegance of functional UI patterns.", + "date": "January, 2026 - April, 2026", + "stack": [ + "Go", + "Bubble Tea" + ], + "image": "", + "imageAlt": null, + "link": "https://git.gophernest.net/azpect/Gim" + }, { "title": "Markdown to HTML Transpiler", "description": "A C++ tool that converts Markdown files into clean HTML. It uses a recursive descent parser to recognize headings, lists, and formatting, then outputs valid HTML for easy web publishing or automation. The code is modular, modern, and designed to be both reliable and easy to extend. I have plans to migrate this project to a different tech stack in the near future.", diff --git a/static/projects/termtap.png b/static/projects/termtap.png new file mode 100644 index 0000000..ae5bdf8 Binary files /dev/null and b/static/projects/termtap.png differ diff --git a/static/work/data.json b/static/work/data.json index 0d4568f..924b56f 100644 --- a/static/work/data.json +++ b/static/work/data.json @@ -1,4 +1,10 @@ [ + { + "company": "Garmin", + "position": "Software Engineer Intern", + "description": "Served as an intern on the Marine Cloud Backend team.", + "timeframe": "May 2026 - August 2026" + }, { "company": "Embry-Riddle Aeronautical University", "position": "Teaching Assistant",