From 42d355ff000cb14c7f5f165391dd72fe128c94c5 Mon Sep 17 00:00:00 2001
From: Pinapelz
Date: Tue, 12 Sep 2023 14:37:16 -0700
Subject: change project grid to become a component
---
src/pages/index.astro | 105 ++------------------------------------------------
1 file changed, 3 insertions(+), 102 deletions(-)
(limited to 'src/pages')
diff --git a/src/pages/index.astro b/src/pages/index.astro
index f78f64a..6d801e7 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -5,6 +5,7 @@ import Footer from '../components/Footer.astro';
import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
import { getCollection } from 'astro:content';
import FormattedDate from '../components/FormattedDate.astro';
+import ProjectGrid from '../components/ProjectGrid.astro'
const posts = (await getCollection('blog')).sort(
(a, b) => a.data.pubDate.valueOf() - b.data.pubDate.valueOf()
@@ -54,108 +55,8 @@ const posts = (await getCollection('blog')).sort(
I did a thing..
Here are some of the things I've done/experimented with and found pretty cool! (you can also find more here
-
-
-
-
-
-
-
NijiTrack
-
- Record and track historical subscriber data for a set of YouTube channels.
- Currently mine is set up to record data for Nijisanji Virtual YouTubers (Nijitracker link on repo).
-
-
-
-
-
-
-
Video Archive Web (Patchwork Archive)
-
- A Python Flask web app that can host archived YouTube videos, currently used as the
- front end for Patchwork Archive (link on repo).
-
-
-
-
-
-
-
JHolodex
-
- A Java object oriented wrapper for the Holodex API
-
-
-
-
-
-
-
Project Sapphire
-
- My fork of Sapphire, a C++ Final Fantasy XIV Server Emulator. Most of the work I've done
- is pretaining to scripting content
-
-
-
-
-
-
-
Yet Another Lavaplayer Bot
-
- A Discord music bot written in Java using JDA and Lavaplayer
-
-
-
-
-
-
-
GitHub
-
- GitHub is where I store the majority of the code I write! There's a bunch of stuff over there if you're interested
-
-
-
-
-
+
+