]> jxnshi.xyz Git - jxnshi.xyz.git/commitdiff
Change projects tab name
authorjxnshi <jxnshi@proton.me>
Sun, 12 Jan 2025 11:21:45 +0000 (11:21 +0000)
committerjxnshi <jxnshi@proton.me>
Sun, 12 Jan 2025 11:21:45 +0000 (11:21 +0000)
public/index.html
public/layout.html
public/style.css

index 8df775ccff1f748f97dde4987f60a1b552aad9c7..b9472ae9dc530229a00427cb7a7fdcc03d7924b9 100644 (file)
@@ -1,7 +1,7 @@
 <div>
     <p>
-        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.
     </p>
 </div>
index 19b02377569a0e03ad9ddeb888f42e3b5d157e62..f5d34e916289b0aba0ac94e5d0678c47b07dfdb1 100644 (file)
@@ -14,7 +14,7 @@
                     <h1><a href="/">jxnshi.xyz</a></h1>
                     <div class="isle">
                         <div>
-                            <h2 id="projects-title">Projects</h2>
+                            <h2 id="projects-title">My Stuff</h2>
                             <ul>
                                 <li><a href="/books">books</a></li>
                                 <li><a href="/repos" target="_blank">repos</a></li>
index f19eaba5cef524b480a075e25ca8b79197f5fc83..efb29fad6486515671c1e9e7963ae049c50ad5f3 100644 (file)
@@ -30,7 +30,7 @@ body {
 header {
     display: grid;
     grid-template-columns: 1fr 500px 1fr; 
-    gap: 40px;
+    gap: 70px;
 }
 
 ul, ol {