diff options
| author | Pinapelz <yukais@pinapelz.com> | 2023-09-11 22:37:53 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2023-09-11 22:37:53 -0700 |
| commit | d6e3d9043373ad9e32e8f8f1c766f17388358b1f (patch) | |
| tree | e75615599905965f435dd31a04e4d4e5ebd034cd | |
| parent | ddb063904f677d0030a175ac1502543f7a3b346d (diff) | |
add GitHub to homepage
| -rw-r--r-- | src/pages/index.astro | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index daf91d9..db41230 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -53,7 +53,7 @@ const posts = (await getCollection('blog')).sort( I guess its like programming documentation, but uhh more of a mess? </p> <h3>I did a thing..</h3> - <p>Here are some of the things I've done/experimented with and found pretty cool! (you can also find more stuff <a href="https://pinapelz.moe">here</a> and on <a href="https://github.com/pinapelz">GitHub</a>)</p> + <p>Here are some of the things I've done/experimented with and found pretty cool! (you can also find more <a href="https://pinapelz.moe">here</a> <style> .project-grid { display: grid; @@ -148,10 +148,9 @@ const posts = (await getCollection('blog')).sort( <a href="https://github.com/pinapelz/ytmp3AutoTag"> <img src="projects/github-mark-white.svg" alt="ytmp3 Autotag"> </a> - <p class="project-title">YTMP3 Auto Tag</p> + <p class="project-title">GitHub</p> <p class="project-text"> - A Java Swing application that uses yt-dlp to download and then automatically tag - mp3 files with metadata from the video. Supports downloading parts of a video as well + GitHub is where I store the majority of the code I write! There's a bunch of stuff over there if you're interested </p> </div> </div> |
