From a2eaecfbde0285a4b942ab8ea571dee6414c8fee Mon Sep 17 00:00:00 2001 From: Andrew <74398819+AndrewDTR@users.noreply.github.com> Date: Tue, 3 Sep 2024 23:46:43 -0500 Subject: [PATCH 1/2] fix: extra c typo --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 0342577..800c2b8 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -124,7 +124,7 @@ let socialMedia = [ I grew up in Door County, WI – known for its beautiful tourist summers and snowy Midwest winters. I spent two years as a Research Assistant in Materials Informatics. I co-founded the Wisconsin Quantum Computing Club and I am a coordinator for the Undergraduate Projects Lab. - I enjoy the high-intensity environment of Hackathons, having won 2 out of 5, with MIT IQuHACK being my favorite event to date. + I enjoy the high-intensity environment of Hackathons, having won 2 out of 5, with MIT IQuHACK being my favorite event to date. I love realizing complex ideas and I am committed to continual innovation.


From e7e53d4829b541ef4e734e3c6c3d45998fee3dff Mon Sep 17 00:00:00 2001 From: Nico Salm Date: Sun, 8 Sep 2024 12:47:09 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0fd9215..22486db 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,27 @@ # salm.dev -This is my personal website, built with [Astro](https://astro.build). - -Inspired by [Nick Winans](https://github.com/Nicell)! - -[![wakatime](https://wakatime.com/badge/user/66fd5568-da32-466f-8a36-c16978837bac/project/37b22ca2-f72b-4646-80a0-1fc8c3f740d9.svg)](https://wakatime.com/badge/user/66fd5568-da32-466f-8a36-c16978837bac/project/37b22ca2-f72b-4646-80a0-1fc8c3f740d9) +This is my personal site, built with [Astro](https://astro.build)! ## 🚀 Project Structure -Inside of your Astro project, you'll see the following folders and files: +Inside of this Astro project, you'll see the following folders and files: ``` / ├── public/ +│ ├── fonts/ +│ ├── resume.pdf │ └── favicon.ico ├── src/ │ ├── components/ -│ │ └── Layout.astro +│ │ └── Theme.astro +│ ├── styles/ +│ │ └── blog.css │ └── pages/ +│ └── blog/ │ └── index.astro +│ └── blog.astro +│ └── 404.astro └── package.json ``` @@ -41,4 +44,4 @@ All commands are run from the root of the project, from a terminal: ## 👀 Want to learn more? -Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat). +Feel free to check [Astro documentation](https://docs.astro.build) or jump into the Astro [Discord server](https://astro.build/chat).