Skip to content

Commit 6b27659

Browse files
committed
add: obligatory arch mention
1 parent 56896e3 commit 6b27659

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

src/App.svelte

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,21 @@
3131
<SocialsRow />
3232

3333
<div class="mt-100"></div>
34-
3534
<Projects />
36-
3735
<div class="mb-10"></div>
36+
37+
<h2 class="text-2xl text-center justify-center w-full flex flex-col items-center">
38+
I use Arch btw
39+
<img
40+
src="https://github.com/jumpyjacko/dotfiles/raw/wayland/images/niri_main.jpg"
41+
alt="Screenshot of an Arch-based desktop"
42+
class="w-1/2"
43+
/>
44+
</h2>
3845
</main>
39-
<footer class="hidden md:flex flex-row justify-end fixed bottom-0 right-0 p-1 z-1">
46+
<footer
47+
class="hidden md:flex flex-row justify-end fixed bottom-0 right-0 p-1 z-1"
48+
>
4049
<a
4150
href="https://github.com/jumpyjacko/jumpyjacko.github.io"
4251
target="_blank"

0 commit comments

Comments
 (0)