File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ import noMoreGamesWEBP from "../assets/no-more-games.webp";
17
17
import sprinklerPNG from " ../assets/sprinkler.png" ;
18
18
import whrappedWEBP from " ../assets/posts/fonar/chatters.png" ;
19
19
import thisWebsitePNG from " ../assets/this-website.png" ;
20
+ import schedPNG from " ../assets/posts/8sched/cover.png"
20
21
import { SearchPosts } from " @/components/SearchPosts" ;
21
22
import SectionDivider from " @/components/SectionDivider.astro" ;
22
23
import type { ImageMetadata } from " astro" ;
@@ -96,6 +97,13 @@ const projects = [
96
97
link: " https://github.com/velolib/whrapped" ,
97
98
img: whrappedWEBP ,
98
99
},
100
+ {
101
+ name: " 8Sched" ,
102
+ description: " Smandel's Schedule" ,
103
+ tags: [" New" ],
104
+ link: " https://8sched.pages.dev/" ,
105
+ img: schedPNG ,
106
+ },
99
107
];
100
108
---
101
109
You can’t perform that action at this time.
0 commit comments