Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/nicosalm/salm.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosalm committed Sep 16, 2024
2 parents aa93baa + e7e53d4 commit 7a0a00c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```

Expand All @@ -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).
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://skunkworks.engr.wisc.edu/" class="hover:dark:text-blue-400 hover:text-blue-600 transition-all hover:underline" target="_blank">Research Assistant</a> in Materials Informatics.
I co-founded the <a href="https://wqi.wisc.edu/wqcc/" class="hover:dark:text-blue-400 hover:text-blue-600 transition-all hover:underline" target="_blank">Wisconsin Quantum Computing Club</a> and I am a coordinator for the <a href="https://www.upl.cs.wisc.edu/" class="hover:dark:text-blue-400 hover:text-blue-600 transition-all hover:underline" target="_blank">Undergraduate Projects Lab</a>.
I enjoy the high-intensity environment of <a href="https://devpost.ccom/nicosalm" class="hover:dark:text-blue-400 hover:text-blue-600 transition-all hover:underline" target="_blank">Hackathons</a>, having won 2 out of 5, with <a href="blog/iquhack24/" class="hover:dark:text-blue-400 hover:text-blue-600 transition-all hover:underline" target="_blank">MIT IQuHACK</a> being my favorite event to date.
I enjoy the high-intensity environment of <a href="https://devpost.com/nicosalm" class="hover:dark:text-blue-400 hover:text-blue-600 transition-all hover:underline" target="_blank">Hackathons</a>, having won 2 out of 5, with <a href="blog/iquhack24/" class="hover:dark:text-blue-400 hover:text-blue-600 transition-all hover:underline" target="_blank">MIT IQuHACK</a> being my favorite event to date.
I love realizing complex ideas and I am committed to continual innovation.</p>
<br/>
<p class="xl:text-lg">
Expand Down

0 comments on commit 7a0a00c

Please sign in to comment.