Skip to content

Commit

Permalink
Reorganize projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Iapetus-11 committed Oct 2, 2023
1 parent f412249 commit dd514cf
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/lib/data/me.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,11 @@ export const projects = [
href: 'https://villagerbot.com',
},
{
name: 'api.iapetus11.me',
name: 'To-ASCII',
description:
'An API written in C# utilizing Asp.Net and Entity Framework, used by Villager Bot and other projects.',
image: petusPng,
href: 'https://github.com/Iapetus-11/api.iapetus11.me',
'A Python library and command line tool which can convert images, gifs, videos, and even live video from to ASCII art.',
image: asciiMePng,
href: 'https://ascii.iapetus11.me',
},
{
name: 'Fractals',
Expand All @@ -179,25 +179,25 @@ export const projects = [
href: '/fractals',
},
{
name: 'To-ASCII',
name: 'minecraft\u200B.global',
description:
'A Python library and command line tool which can convert images, gifs, videos, and even live video from to ASCII art.',
image: asciiMePng,
href: 'https://ascii.iapetus11.me',
'An advanced Minecraft server list created with Next.js, TailwindCSS, Asp.Net, and TypeScript.',
image: minecraftGlobalPaddedPng,
href: 'https://minecraft.global',
},
{
name: 'api.iapetus11.me',
description:
'An API written in C# utilizing Asp.Net and Entity Framework, used by Villager Bot and other projects.',
image: petusPng,
href: 'https://github.com/Iapetus-11/api.iapetus11.me',
},
{
name: 'Snake',
description: 'The snake game written in Nim using a wrapper for the SFML graphics library.',
image: nimsnakePng,
href: 'https://github.com/Iapetus-11/snake',
},
{
name: 'minecraft\u200B.global',
description:
'An advanced Minecraft server list created with Next.js, TailwindCSS, Asp.Net, and TypeScript.',
image: minecraftGlobalPaddedPng,
href: 'https://minecraft.global',
},
{
name: 'Emoji Leaderboard',
description:
Expand Down

0 comments on commit dd514cf

Please sign in to comment.