moved daisy fm page to markdown

This commit is contained in:
2026-04-08 12:59:26 +02:00
parent eb99e7fdca
commit 4a1ba5bdbc
4 changed files with 122 additions and 127 deletions

View File

@@ -1,11 +1,12 @@
export interface Project {
category: ProjectCategory;
id: string;
isOngoing: boolean; // whether the project is currently active (true) or a past project (false)
banner: string;
date: string;
bannerAlt: string;
title: string;
subtitle: string;
isOngoing: boolean; // whether the project is currently active (true) or a past project (false)
date: string;
status: ProjectStatus;
};
@@ -50,6 +51,7 @@ export const projects: Project[] = [
category: ProjectCategory.MISC,
id: "lightyears-font",
banner: "",
bannerAlt: "",
title: "LIGHTYEARS font",
subtitle: "stylised font",
isOngoing: false,
@@ -60,6 +62,7 @@ export const projects: Project[] = [
category: ProjectCategory.DRAWINGS,
id: "firstmonth",
banner: "",
bannerAlt: "",
title: "My First Month Drawing",
subtitle: "self-imposed drawing challenge",
isOngoing: false,
@@ -70,6 +73,7 @@ export const projects: Project[] = [
category: ProjectCategory.ELECTRONICS,
id: "3ds-usb-c",
banner: "",
bannerAlt: "",
title: "3DS USB-C mod",
subtitle: "DIY charging port mod",
isOngoing: false,
@@ -80,6 +84,7 @@ export const projects: Project[] = [
category: ProjectCategory.ELECTRONICS,
id: "deej0461",
banner: "",
bannerAlt: "",
title: "deej0461",
subtitle: "PC companion audio source controller",
isOngoing: false,
@@ -94,6 +99,7 @@ export const projects: Project[] = [
category: ProjectCategory.GAMES,
id: "projectn5",
banner: "/projects/projectn5/banner2.webp",
bannerAlt: "",
title: "Homesick",
subtitle: "",
isOngoing: true,
@@ -104,6 +110,7 @@ export const projects: Project[] = [
category: ProjectCategory.GAMES,
id: "magician",
banner: "/projects/magician/banner.webp",
bannerAlt: "",
title: "Magician",
subtitle: "Online Multiplayer Card Game",
isOngoing: false,
@@ -114,6 +121,7 @@ export const projects: Project[] = [
category: ProjectCategory.GAMES,
id: "projektike",
banner: "/projects/projektike/banner.webp",
bannerAlt: "",
title: "Projektike",
subtitle: "PvP Game",
isOngoing: false,
@@ -124,6 +132,7 @@ export const projects: Project[] = [
category: ProjectCategory.GAMES,
id: "swordsnstuff",
banner: "/projects/swordsnstuff/banner.webp",
bannerAlt: "",
title: "Swords & Stuff",
subtitle: "Unity 2D RPG",
isOngoing: false,
@@ -134,6 +143,7 @@ export const projects: Project[] = [
category: ProjectCategory.GAMES,
id: "tads",
banner: "/projects/tads/banner.webp",
bannerAlt: "",
title: "Totally Accurate Dating Simulator",
subtitle: "HTML Text Adventure",
isOngoing: false,
@@ -147,8 +157,9 @@ export const projects: Project[] = [
{
category: ProjectCategory.ELECTRONICS,
id: "daisyfm",
banner: "/projects/daisyfm/banner.webp",
title: "Daisy",
banner: "banner.webp",
bannerAlt: "Close-up of Daisy, focussed on the effect knobs",
title: "Daisy FM Synth",
subtitle: "Electro-Smith Daisy-based FM synth",
isOngoing: false,
date: "July September 2024",
@@ -162,6 +173,7 @@ export const projects: Project[] = [
category: ProjectCategory.APPS,
id: "weserplaner",
banner: "/projects/weserplaner/banner.webp",
bannerAlt: "",
title: "WeserPlaner",
subtitle: "University Timetable & Canteen Info App",
isOngoing: false,
@@ -172,6 +184,7 @@ export const projects: Project[] = [
category: ProjectCategory.APPS,
id: "textbasic",
banner: "",
bannerAlt: "",
title: "Text Basic",
subtitle: "Extremely Basic Text Widget App",
isOngoing: false,
@@ -182,6 +195,7 @@ export const projects: Project[] = [
category: ProjectCategory.APPS,
id: "qwark",
banner: "",
bannerAlt: "",
title: "Qwark Grade Log",
subtitle: "Grade Logging App",
isOngoing: false,
@@ -192,6 +206,7 @@ export const projects: Project[] = [
category: ProjectCategory.APPS,
id: "avhplan",
banner: "",
bannerAlt: "",
title: "AvH-Vertretungsplan",
subtitle: "Substitution Plan App",
isOngoing: false,
@@ -207,6 +222,7 @@ export const projects: Project[] = [
category: ProjectCategory.MUSIC,
id: "dreamworld",
banner: "/projects/dreamworld/banner.webp",
bannerAlt: "",
title: "Dreamworld",
subtitle: "My First Album",
isOngoing: false,
@@ -217,6 +233,7 @@ export const projects: Project[] = [
category: ProjectCategory.MUSIC,
id: "anewbeginning",
banner: "",
bannerAlt: "",
title: "A New Beginning",
subtitle: "",
isOngoing: false,
@@ -227,6 +244,7 @@ export const projects: Project[] = [
category: ProjectCategory.MUSIC,
id: "soundcloud",
banner: "",
bannerAlt: "",
title: "Soundcloud",
subtitle: "Demo Dump & Archive",
isOngoing: false,