We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56896e3 commit 6b27659Copy full SHA for 6b27659
1 file changed
src/App.svelte
@@ -31,12 +31,21 @@
31
<SocialsRow />
32
33
<div class="mt-100"></div>
34
-
35
<Projects />
36
37
<div class="mb-10"></div>
+
+ <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>
45
</main>
-<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
+>
49
<a
50
href="https://github.com/jumpyjacko/jumpyjacko.github.io"
51
target="_blank"
0 commit comments