transferred all project pages to markdown
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
export interface Project {
|
||||
category: ProjectCategory;
|
||||
id: string;
|
||||
directLink?: string; // for linking somewhere directly instead of a project page
|
||||
banner: string;
|
||||
bannerAlt: string;
|
||||
title: string;
|
||||
@@ -67,7 +68,7 @@ export const projects: Project[] = [
|
||||
status: ProjectStatus.FINISHED,
|
||||
links: [
|
||||
{
|
||||
text: "Download the font",
|
||||
text: "download the font",
|
||||
link: "https://files.natconf.dev/public/lightyears.woff2",
|
||||
}
|
||||
],
|
||||
@@ -121,6 +122,7 @@ export const projects: Project[] = [
|
||||
{
|
||||
category: ProjectCategory.GAMES,
|
||||
id: "projectn5",
|
||||
directLink: "/projects/projectn5",
|
||||
banner: "/projects/projectn5/banner2.webp",
|
||||
bannerAlt: "",
|
||||
title: "Homesick",
|
||||
@@ -131,15 +133,15 @@ export const projects: Project[] = [
|
||||
status: ProjectStatus.ACTIVE,
|
||||
links: [
|
||||
{
|
||||
text: "View the <b>development log</b>",
|
||||
text: "view the <b>development log</b>",
|
||||
link: "/projects/projectn5",
|
||||
},
|
||||
{
|
||||
text: "Play an <b>old web build</b> (developed until 2025-05-16)",
|
||||
text: "play an <b>old web build</b> (developed until 2025-05-16)",
|
||||
link: "https://apps.natconf.dev/projectn5",
|
||||
},
|
||||
{
|
||||
text: "Download the <b>old Windows builds</b>",
|
||||
text: "download the <b>old Windows builds</b>",
|
||||
link: "https://files.natconf.dev/public/projectn5",
|
||||
},
|
||||
],
|
||||
@@ -157,7 +159,7 @@ export const projects: Project[] = [
|
||||
status: ProjectStatus.ABANDONED,
|
||||
links: [
|
||||
{
|
||||
text: "View the latest <b>Magician</b> build",
|
||||
text: "view the latest <b>Magician</b> build",
|
||||
link: "https://apps.natconf.dev/magician",
|
||||
},
|
||||
],
|
||||
@@ -189,7 +191,7 @@ export const projects: Project[] = [
|
||||
status: ProjectStatus.ABANDONED,
|
||||
links: [
|
||||
{
|
||||
text: "Play <b>Swords & Stuff</b>",
|
||||
text: "play <b>Swords & Stuff</b>",
|
||||
link: "https://apps.natconf.dev/swordsnstuff",
|
||||
},
|
||||
],
|
||||
@@ -207,11 +209,11 @@ export const projects: Project[] = [
|
||||
status: ProjectStatus.FINISHED,
|
||||
links: [
|
||||
{
|
||||
text: "Play <b>TADS 1</b>",
|
||||
text: "play <b>TADS 1</b>",
|
||||
link: "https://apps.natconf.dev/tads/1",
|
||||
},
|
||||
{
|
||||
text: "Play <b>TADS 2</b>",
|
||||
text: "play <b>TADS 2</b>",
|
||||
link: "https://apps.natconf.dev/tads/2",
|
||||
},
|
||||
],
|
||||
@@ -233,11 +235,11 @@ export const projects: Project[] = [
|
||||
status: ProjectStatus.FINISHED,
|
||||
links: [
|
||||
{
|
||||
text: "Get the <b>PCB and STL files</b>",
|
||||
text: "get the <b>PCB and STL files</b>",
|
||||
link: "https://files.natconf.dev/public/daisyfm/",
|
||||
},
|
||||
{
|
||||
text: "View the code files on <b>Codeberg</b>",
|
||||
text: "view the code files on <b>Codeberg</b>",
|
||||
link: "https://codeberg.org/denizk0461/daisy-fm-synth",
|
||||
},
|
||||
],
|
||||
@@ -259,11 +261,11 @@ export const projects: Project[] = [
|
||||
status: ProjectStatus.EOL,
|
||||
links: [
|
||||
{
|
||||
text: "View on <b>Codeberg</b>",
|
||||
text: "view on <b>Codeberg</b>",
|
||||
link: "https://codeberg.org/denizk0461/weserplaner/",
|
||||
},
|
||||
{
|
||||
text: "Link to the <b>Google Play</b> store page (outdated)",
|
||||
text: "link to the former <b>Google Play</b> store page",
|
||||
link: "https://play.google.com/store/apps/details?id=com.denizk0461.weserplaner",
|
||||
},
|
||||
],
|
||||
@@ -281,11 +283,11 @@ export const projects: Project[] = [
|
||||
status: ProjectStatus.EOL,
|
||||
links: [
|
||||
{
|
||||
text: "View on <b>Codeberg</b>",
|
||||
text: "view on <b>Codeberg</b>",
|
||||
link: "https://codeberg.org/denizk0461/text-basic/",
|
||||
},
|
||||
{
|
||||
text: "Link to the <b>Google Play</b> store page (outdated)",
|
||||
text: "link to the former <b>Google Play</b> store page",
|
||||
link: "https://play.google.com/store/apps/details?id=com.denizk0461.textbasic",
|
||||
},
|
||||
],
|
||||
@@ -303,7 +305,7 @@ export const projects: Project[] = [
|
||||
status: ProjectStatus.EOL,
|
||||
links: [
|
||||
{
|
||||
text: "View the Android app source code on <b>GitHub</b>",
|
||||
text: "view the Android app source code on <b>GitHub</b>",
|
||||
link: "https://github.com/denizk0461/qwark",
|
||||
},
|
||||
],
|
||||
@@ -321,11 +323,11 @@ export const projects: Project[] = [
|
||||
status: ProjectStatus.EOL,
|
||||
links: [
|
||||
{
|
||||
text: "View the Android app source code on <b>GitHub</b>",
|
||||
text: "view the Android app source code on <b>GitHub</b>",
|
||||
link: "https://github.com/denizk0461/avh-substitution-plan",
|
||||
},
|
||||
{
|
||||
text: "View the iOS app source code on <b>GitHub</b>",
|
||||
text: "view the iOS app source code on <b>GitHub</b>",
|
||||
link: "https://github.com/denizk0461/avh-plan-ios",
|
||||
},
|
||||
],
|
||||
@@ -348,7 +350,7 @@ export const projects: Project[] = [
|
||||
status: ProjectStatus.FINISHED,
|
||||
links: [
|
||||
{
|
||||
text: "Listen & download on my <b>copyparty</b> instance",
|
||||
text: "listen & download on <b>copyparty</b>",
|
||||
link: "https://files.natconf.dev/public/my_tracks/Dreamworld/",
|
||||
},
|
||||
],
|
||||
@@ -366,7 +368,7 @@ export const projects: Project[] = [
|
||||
status: ProjectStatus.FINISHED,
|
||||
links: [
|
||||
{
|
||||
text: "Listen & download on my <b>copyparty</b> instance",
|
||||
text: "listen & download on <b>copyparty</b>",
|
||||
link: "https://files.natconf.dev/public/my_tracks/A%20New%20Beginning/",
|
||||
},
|
||||
],
|
||||
@@ -384,11 +386,11 @@ export const projects: Project[] = [
|
||||
status: ProjectStatus.INACTIVE,
|
||||
links: [
|
||||
{
|
||||
text: "Listen to the demo dump on <b>Soundcloud</b>",
|
||||
text: "demo dump on <b>Soundcloud</b>",
|
||||
link: "https://soundcloud.com/denizk0461",
|
||||
},
|
||||
{
|
||||
text: "Listen to the archive on <b>Soundcloud</b>",
|
||||
text: "archive on <b>Soundcloud</b>",
|
||||
link: "https://soundcloud.com/djd4rkn355",
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user