~repos /website

#astro#js#html#css

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

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


c97829c6 pyrossh

1 year ago
remove curve
src/lib/assets/logos/curve.png DELETED
Binary file
src/lib/assets/logos/inkscape.png ADDED
Binary file
src/routes/+page.svelte CHANGED
@@ -10,7 +10,7 @@
10
10
  import fish from '$lib/assets/logos/fish.png?enhanced';
11
11
  import iterm from '$lib/assets/logos/iterm.png?enhanced';
12
12
  import slurp from '$lib/assets/logos/slurp.png?enhanced';
13
- import curve from '$lib/assets/logos/curve.png?enhanced';
13
+ import inkscape from '$lib/assets/logos/inkscape.png?enhanced';
14
14
  </script>
15
15
 
16
16
  <svelte:head>
@@ -189,12 +189,12 @@
189
189
  <li>
190
190
  <a
191
191
  class="soft-link"
192
- href="https://www.vectornator.io"
192
+ href="https://inkscape.org/"
193
193
  target="_blank"
194
194
  rel="noopener noreferrer"
195
195
  >
196
- Curve
196
+ Inkscape
197
- <enhanced:img class="soft-icon" src={curve} alt="curve" />
197
+ <enhanced:img class="soft-icon" src={inkscape} alt="inkscape" />
198
198
  </a>
199
199
  </li>
200
200
  </ul>