~repos /website

#astro#js#html#css

git clone https://pyrossh.dev/repos/website.git

木 Personal website of pyrossh. Built with astrojs, shiki, vite.


4bf292eb Peter John

1 year ago
add zellij
src/lib/assets/logos/zellij.png ADDED
Binary file
src/routes/+page.svelte CHANGED
@@ -9,6 +9,7 @@
9
9
  import helix from '$lib/assets/logos/helix.png?enhanced';
10
10
  import fish from '$lib/assets/logos/fish.png?enhanced';
11
11
  import iterm from '$lib/assets/logos/iterm.png?enhanced';
12
+ import zellij from '$lib/assets/logos/zellij.png?enhanced';
12
13
  import slurp from '$lib/assets/logos/slurp.png?enhanced';
13
14
  import inkscape from '$lib/assets/logos/inkscape.png?enhanced';
14
15
  </script>
@@ -181,6 +182,17 @@
181
182
  <enhanced:img class="soft-icon" src={iterm} alt="iterm2" />
182
183
  </a>
183
184
  </li>
185
+ <li>
186
+ <a
187
+ class="soft-link"
188
+ href="https://zellij.dev/"
189
+ target="_blank"
190
+ rel="noopener noreferrer"
191
+ >
192
+ Zellij
193
+ <enhanced:img class="soft-icon" src={zellij} alt="zellij" />
194
+ </a>
195
+ </li>
184
196
  <li>
185
197
  <a
186
198
  class="soft-link"