diff options
| -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> |
