summaryrefslogtreecommitdiff
path: root/src/pages/tech.astro
diff options
context:
space:
mode:
authorMatt Kosarek <matt.kosarek@canonical.com>2026-05-18 19:53:50 -0400
committerMatt Kosarek <matt.kosarek@canonical.com>2026-05-18 19:53:50 -0400
commit168eb38557c8ac5698f3ac89b1385089b5b4a5cd (patch)
tree792ac69752f0263bad8c513d5f75cda747804940 /src/pages/tech.astro
parent0e72c3e98e0398fcc093fe941d0a523ee77517b2 (diff)
bugfix: tech and resume pages
Diffstat (limited to 'src/pages/tech.astro')
-rw-r--r--src/pages/tech.astro40
1 files changed, 33 insertions, 7 deletions
diff --git a/src/pages/tech.astro b/src/pages/tech.astro
index 1f554aa..b533515 100644
--- a/src/pages/tech.astro
+++ b/src/pages/tech.astro
@@ -2,22 +2,48 @@
import BaseLayout from '../layouts/BaseLayout.astro';
---
-<BaseLayout title="Tech I Like - Matthew Kosarek" description="Tech that Matthew Kosarek likes and uses">
+<BaseLayout
+ title="Tech I Like - Matthew Kosarek"
+ description="Tech that Matthew Kosarek likes and uses"
+>
<div class="index-layout">
<div class="index-main">
<section>
<h2>Things I Use</h2>
<h3>For Development</h3>
<ul>
- <li><b>My dotfiles</b>: I use everything in my dotfiles every day, which you can find <a href="https://github.com/mattkae/dotfiles">here</a></li>
- <li><a href="https://www.gnu.org/software/emacs/">Emacs</a>: I am a long-time Emacs user. You can find my config <a href="https://git.matthewkosarek.xyz/emacs_config/">here</a></li>
- <li><a href="https://www.jetbrains.com/clion/">Clion</a>: I use this for my coproate life, although it is quite heavy</li>
- <li><a href="https://astro.build/">astro</a>: super simple SSG that I use constantly</li>
+ <li>
+ <b>My dotfiles</b>: I use everything in my dotfiles every day, which
+ you can find <a href="https://github.com/mattkae/dotfiles">here</a>
+ </li>
+ <li>
+ <a href="https://www.gnu.org/software/emacs/">Emacs</a>: I am a
+ long-time Emacs user. You can find my config <a
+ href="https://git.matthewkosarek.xyz/emacs_config/">here</a
+ >
+ </li>
+ <li style="text-decoration: line-through;">
+ <a href="https://www.jetbrains.com/clion/">Clion</a>: I use this for
+ my corporate life, although it is quite heavy
+ </li>
+ <li>
+ <a href="https://zed.dev/">Zed</a>: I am currently experimenting
+ using Zed for all of my development
+ </li>
+ <li>
+ <a href="https://astro.build/">astro</a>: super simple SSG that I
+ use constantly
+ </li>
</ul>
<h3>For Lifestyle</h3>
<ul>
- <li><a href="https://orgmode.org/">Org Mode</a>: for calendar, todo lists, notes, and more!</li>
- <li><a href="https://newsboat.org/">Newsboat</a>: RSS reader</li>
+ <li>
+ <a href="https://orgmode.org/">Org Mode</a>: for calendar, todo
+ lists, notes, and more!
+ </li>
+ <li>
+ <a href="https://newsboat.org/">Newsboat</a>: RSS reader
+ </li>
</ul>
</section>
</div>