From 5c57d44e6631d23fbeae8e19ad4607c1c5591538 Mon Sep 17 00:00:00 2001 From: jxnshi Date: Sun, 12 Jan 2025 11:21:45 +0000 Subject: [PATCH] Change projects tab name --- public/index.html | 4 ++-- public/layout.html | 2 +- public/style.css | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index 8df775c..b9472ae 100644 --- a/public/index.html +++ b/public/index.html @@ -1,7 +1,7 @@

- Welcome to my website ! Here I post my projects, you can access them in the - *projects* tab. If you like what I do, you can support me with a Monero + Welcome to my website ! Here I post my stuff, you can check them in the + tab above. If you like what I do, you can support me with a Monero donation.

diff --git a/public/layout.html b/public/layout.html index 19b0237..f5d34e9 100644 --- a/public/layout.html +++ b/public/layout.html @@ -14,7 +14,7 @@

jxnshi.xyz

-

Projects

+

My Stuff

  • books
  • repos
  • diff --git a/public/style.css b/public/style.css index f19eaba..efb29fa 100644 --- a/public/style.css +++ b/public/style.css @@ -30,7 +30,7 @@ body { header { display: grid; grid-template-columns: 1fr 500px 1fr; - gap: 40px; + gap: 70px; } ul, ol { -- 2.49.0