Skip to content

Commit

Permalink
chore: reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
zaida04 authored Oct 22, 2024
1 parent c38ceb9 commit 4270a55
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions src/content/data/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,27 +40,6 @@ export const projects_data = {
github: "https://github.com/zaida04/ubhacking-fa24"
}
},
{
title: "nico.engineer",
statistics: "This site!",
description:
"My personal website. Allows you to learn more my projects and see what I'm all about. I apply whatever I learn about frontend to this site.",
tags: ["JavaScript", "TypeScript", "Astro", "React", "Tailwind"],
links: {
github: "https://github.com/zaida04/blog",
website: "https://nico.engineer",
},
},
{
title: "Y.com",
statistics: "Class Project",
description: "Built for CSE 312, this X.com alternative gives you a place to post your ramblings to no one. Also provides a global drawing board.",
tags: ["JavaScript", "TypeScript", "Next.JS", "React", "TRPC.io", "Tailwind"],
links: {
github: "https://github.com/zaida04/ycom",
website: "https://y.nico.engineer",
},
},
{
title: "Evalx",
statistics: "In Progress",
Expand All @@ -81,6 +60,27 @@ export const projects_data = {
website: "https://loggregator.nico.engineer",
},
},
{
title: "nico.engineer",
statistics: "This site!",
description:
"My personal website. Allows you to learn more my projects and see what I'm all about. I apply whatever I learn about frontend to this site.",
tags: ["JavaScript", "TypeScript", "Astro", "React", "Tailwind"],
links: {
github: "https://github.com/zaida04/blog",
website: "https://nico.engineer",
},
},
{
title: "Y.com",
statistics: "Class Project",
description: "Built for CSE 312, this X.com alternative gives you a place to post your ramblings to no one. Also provides a global drawing board.",
tags: ["JavaScript", "TypeScript", "Next.JS", "React", "TRPC.io", "Tailwind"],
links: {
github: "https://github.com/zaida04/ycom",
website: "https://y.nico.engineer",
},
}
],
backends: [
{
Expand Down

0 comments on commit 4270a55

Please sign in to comment.