added all content to projects page
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
export interface Project {
|
||||
id: string;
|
||||
bannerImg: string;
|
||||
iconImg: string;
|
||||
isActive: boolean; // whether the project is currently active (true) or a past project (false)
|
||||
banner: string;
|
||||
icon: string;
|
||||
title: string;
|
||||
subtitle: string;
|
||||
paragraphs: string[];
|
||||
@@ -16,8 +17,9 @@ export interface Link {
|
||||
export const projects: Project[] = [
|
||||
{
|
||||
id: "projectn5",
|
||||
bannerImg: "",
|
||||
iconImg: "",
|
||||
isActive: true,
|
||||
banner: "/projects/projectn5/banner.webp",
|
||||
icon: "",
|
||||
title: "Project N5",
|
||||
subtitle: "",
|
||||
paragraphs: [
|
||||
@@ -33,8 +35,9 @@ export const projects: Project[] = [
|
||||
},
|
||||
{
|
||||
id: "projektike",
|
||||
bannerImg: "",
|
||||
iconImg: "",
|
||||
isActive: true,
|
||||
banner: "/projects/projektike/banner.webp",
|
||||
icon: "",
|
||||
title: "Projektike",
|
||||
subtitle: "Wizard Game",
|
||||
paragraphs: [
|
||||
@@ -49,8 +52,9 @@ export const projects: Project[] = [
|
||||
},
|
||||
{
|
||||
id: "daisyfm",
|
||||
bannerImg: "",
|
||||
iconImg: "",
|
||||
isActive: false,
|
||||
banner: "/projects/daisyfm/banner.webp",
|
||||
icon: "",
|
||||
title: "Daisy",
|
||||
subtitle: "Electro-Smith Daisy-based FM synth",
|
||||
paragraphs: [
|
||||
@@ -73,8 +77,9 @@ export const projects: Project[] = [
|
||||
},
|
||||
{
|
||||
id: "swordsnstuff",
|
||||
bannerImg: "",
|
||||
iconImg: "",
|
||||
isActive: false,
|
||||
banner: "/projects/swordsnstuff/banner.webp",
|
||||
icon: "",
|
||||
title: "Swords & Stuff",
|
||||
subtitle: "Unity 2D RPG",
|
||||
paragraphs: [
|
||||
@@ -90,9 +95,10 @@ export const projects: Project[] = [
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "",
|
||||
bannerImg: "",
|
||||
iconImg: "",
|
||||
id: "tads",
|
||||
isActive: false,
|
||||
banner: "/projects/tads/banner.webp",
|
||||
icon: "/projects/tads/icon.webp",
|
||||
title: "Totally Accurate Dating Simulator",
|
||||
subtitle: "HTML Text Adventure",
|
||||
paragraphs: [
|
||||
@@ -111,8 +117,9 @@ export const projects: Project[] = [
|
||||
},
|
||||
{
|
||||
id: "weserplaner",
|
||||
bannerImg: "",
|
||||
iconImg: "",
|
||||
isActive: false,
|
||||
banner: "/projects/weserplaner/banner.webp",
|
||||
icon: "/projects/weserplaner/icon.webp",
|
||||
title: "WeserPlaner",
|
||||
subtitle: "University Timetable & Canteen Info App",
|
||||
paragraphs: [
|
||||
@@ -133,8 +140,9 @@ export const projects: Project[] = [
|
||||
},
|
||||
{
|
||||
id: "textbasic",
|
||||
bannerImg: "",
|
||||
iconImg: "",
|
||||
isActive: false,
|
||||
banner: "",
|
||||
icon: "/projects/textbasic/icon.webp",
|
||||
title: "Text Basic",
|
||||
subtitle: "Extremely Basic Text Widget App",
|
||||
paragraphs: [
|
||||
@@ -154,8 +162,9 @@ export const projects: Project[] = [
|
||||
},
|
||||
{
|
||||
id: "dreamworld",
|
||||
bannerImg: "",
|
||||
iconImg: "",
|
||||
isActive: false,
|
||||
banner: "",
|
||||
icon: "/projects/dreamworld/icon.webp",
|
||||
title: "Dreamworld",
|
||||
subtitle: "My First Album",
|
||||
paragraphs: [
|
||||
@@ -177,10 +186,11 @@ export const projects: Project[] = [
|
||||
},
|
||||
{
|
||||
id: "anewbeginning",
|
||||
bannerImg: "",
|
||||
iconImg: "",
|
||||
isActive: false,
|
||||
banner: "",
|
||||
icon: "/projects/anewbeginning/icon.webp",
|
||||
title: "A New Beginning",
|
||||
subtitle: "????",
|
||||
subtitle: "",
|
||||
paragraphs: [
|
||||
"<b>A New Beginning</b> is an EP I wrote back in 2018 in an effort to change up my production style. Originally, this EP was released as <i>A New Beginning (3-Track)</i>, featuring A New Beginning as <i>Nowy Początek</i> and <i>Farewell</i> in two different versions, one being an instrumental titled <i>Trzymajcie Się</i>, and the other one being a bootleg of Kelly Clarkson's <i>Behind These Hazel Eyes</i> called <i>Behind These Hazel Eyes (D4rkn355 'Farewell' Bootleg)</i>! For copyright reasons, the bootleg never made it onto Spotify.",
|
||||
"This EP, to me, represents the start of a deviation in tone, production quality, and musical style from my previous works. While it was only a start, I am quite proud of the works I produced.",
|
||||
@@ -198,8 +208,9 @@ export const projects: Project[] = [
|
||||
},
|
||||
{
|
||||
id: "qwark",
|
||||
bannerImg: "",
|
||||
iconImg: "",
|
||||
isActive: false,
|
||||
banner: "",
|
||||
icon: "/projects/qwark/icon.webp",
|
||||
title: "Qwark Grade Log",
|
||||
subtitle: "Grade Logging App",
|
||||
paragraphs: [
|
||||
@@ -215,9 +226,10 @@ export const projects: Project[] = [
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "avh-plan",
|
||||
bannerImg: "",
|
||||
iconImg: "",
|
||||
id: "avhplan",
|
||||
isActive: false,
|
||||
banner: "",
|
||||
icon: "/projects/avhplan/icon.webp",
|
||||
title: "AvH-Vertretungsplan",
|
||||
subtitle: "Substitution Plan App",
|
||||
paragraphs: [
|
||||
@@ -235,8 +247,9 @@ export const projects: Project[] = [
|
||||
},
|
||||
{
|
||||
id: "soundcloud",
|
||||
bannerImg: "",
|
||||
iconImg: "",
|
||||
isActive: false,
|
||||
banner: "",
|
||||
icon: "/projects/soundcloud/icon.webp",
|
||||
title: "Soundcloud",
|
||||
subtitle: "Demo Dump & Archive",
|
||||
paragraphs: [
|
||||
|
||||
Reference in New Issue
Block a user