diff options
| author | Matt Kosarek <matt.kosarek@canonical.com> | 2026-04-29 08:01:06 -0400 |
|---|---|---|
| committer | Matt Kosarek <matt.kosarek@canonical.com> | 2026-04-29 08:01:06 -0400 |
| commit | 1f3d746b2305cdfead10ba58da8e3cd2ea16e2e5 (patch) | |
| tree | c7033488863ddee1bd496e4452606200b37b692a /src/pages/index.astro | |
| parent | cae601b0fe048add790fa3b4341d76c973f14b2b (diff) | |
Diffstat (limited to 'src/pages/index.astro')
| -rw-r--r-- | src/pages/index.astro | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index 5f7e321..d6e47c5 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -5,16 +5,6 @@ import OpenMoji from '../components/OpenMoji.astro'; <BaseLayout title="Matthew Kosarek" description="The personal website of Matthew Kosarek"> <div class="index-layout"> - <aside class="sidebar"> - <ul> - <li><a href="https://github.com/mattkae">Github</a><span>my personal github with most of my projects</span></li> - <li><a href="https://git.matthewkosarek.xyz">CGit</a><span>my self-hosted git instance with a few of my projects</span></li> - <li style="display: none;"><a href="https://physicsforgames.com">physicsforgames.com</a><span>a project that I'm currently working on in my spare time where I explore the world of realtime physics</span></li> - <li><a href="https://www.linkedin.com/in/matthew-kosarek/">LinkedIn</a><span>corporate goings-ons</span></li> - <li><a href="mailto:matthew@matthewkosarek.xyz">Email</a><span>matthew@matthewkosarek.xyz</span></li> - </ul> - </aside> - <div class="index-main"> <section> <p> @@ -36,5 +26,15 @@ import OpenMoji from '../components/OpenMoji.astro'; </p> </section> </div> + + <aside class="sidebar"> + <ul> + <li><a href="https://github.com/mattkae">Github</a><span>my personal github with most of my projects</span></li> + <li><a href="https://git.matthewkosarek.xyz">CGit</a><span>my self-hosted git instance with a few of my projects</span></li> + <li style="display: none;"><a href="https://physicsforgames.com">physicsforgames.com</a><span>a project that I'm currently working on in my spare time where I explore the world of realtime physics</span></li> + <li><a href="https://www.linkedin.com/in/matthew-kosarek/">LinkedIn</a><span>corporate goings-ons</span></li> + <li><a href="mailto:matthew@matthewkosarek.xyz">Email</a><span>matthew@matthewkosarek.xyz</span></li> + </ul> + </aside> </div> </BaseLayout> |
