Skip to content

Commit 075d5f8

Browse files
authored
Add new 8Sched project
1 parent 46f0158 commit 075d5f8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/pages/index.astro

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import noMoreGamesWEBP from "../assets/no-more-games.webp";
1717
import sprinklerPNG from "../assets/sprinkler.png";
1818
import whrappedWEBP from "../assets/posts/fonar/chatters.png";
1919
import thisWebsitePNG from "../assets/this-website.png";
20+
import schedPNG from "../assets/posts/8sched/cover.png"
2021
import { SearchPosts } from "@/components/SearchPosts";
2122
import SectionDivider from "@/components/SectionDivider.astro";
2223
import type { ImageMetadata } from "astro";
@@ -96,6 +97,13 @@ const projects = [
9697
link: "https://github.com/velolib/whrapped",
9798
img: whrappedWEBP,
9899
},
100+
{
101+
name: "8Sched",
102+
description: "Smandel's Schedule",
103+
tags: ["New"],
104+
link: "https://8sched.pages.dev/",
105+
img: schedPNG,
106+
},
99107
];
100108
---
101109

0 commit comments

Comments
 (0)