~repos /website
git clone https://pyrossh.dev/repos/website.git
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
5c7a6557
—
pyrossh 1 year ago
update icon
- src/routes/+page.svelte +8 -7
src/routes/+page.svelte
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/svelte';
|
|
3
3
|
import Slide from '$lib/components/Slide.svelte';
|
|
4
|
-
import PlayStoreIcon from '$lib/assets/icons/playstore.svg?component';
|
|
5
|
-
import AppStoreIcon from '$lib/assets/icons/appstore.svg?component';
|
|
6
|
-
import onlyBiblePng from '$lib/assets/
|
|
4
|
+
import onlyBiblePng from '$lib/assets/images/app_icon.png?enhanced';
|
|
7
5
|
import pyrosshPng from '$lib/assets/logos/pyrossh.png?enhanced';
|
|
8
6
|
import stats from '$lib/assets/logos/stats.png?enhanced';
|
|
9
7
|
import brave from '$lib/assets/logos/brave.png?enhanced';
|
|
@@ -77,13 +75,16 @@
|
|
|
77
75
|
</span>
|
|
78
76
|
</p>
|
|
79
77
|
</Slide>
|
|
80
|
-
<Slide title="pacos
|
|
78
|
+
<Slide title="pacos" link="https://github.com/pyrossh/pacos">
|
|
79
|
+
<p>
|
|
81
|
-
|
|
80
|
+
👾 A pacman inspired statically typed, functional programming language inspired by rust,
|
|
81
|
+
koka.
|
|
82
|
+
</p>
|
|
82
83
|
<p>WIP to support compilation to WASM.</p>
|
|
83
84
|
</Slide>
|
|
84
|
-
<Slide title="
|
|
85
|
+
<Slide title="Only Bible App" link="/only-bible-app" isExternal={false}>
|
|
85
86
|
<div slot="icon">
|
|
86
|
-
<enhanced:img class="mr-2 w-
|
|
87
|
+
<enhanced:img class="mr-2 w-12 rounded-xl" src={onlyBiblePng} alt="Only Bible App" />
|
|
87
88
|
</div>
|
|
88
89
|
<p>
|
|
89
90
|
The only bible app you will ever need. No ads, No in-app purchases, No distractions.
|