Skip to content

Commit d2d042e

Browse files
committed
refactor: update projects section
1 parent ea79dd9 commit d2d042e

2 files changed

Lines changed: 0 additions & 27 deletions

File tree

src/components/ProjectCard.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ const { name, tags, link } = project;
2222
{name}
2323
<ArrowUpRight />
2424
</a>
25-
{tags.join(", ")}
2625
</div>

src/components/Projects.astro

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -15,32 +15,6 @@ const projects: Project[] = [
1515
link: "https://github.com/milan-codes/milan-codes.github.io",
1616
tags: ["Astro", "Tailwind"],
1717
},
18-
{
19-
name: "The Briefing Room",
20-
description: "Access and visualize Formula 1 telemetry data",
21-
link: "https://github.com/milan-codes/the-briefing-room",
22-
tags: ["Next", "React.ts", "Tailwind"],
23-
},
24-
{
25-
name: "The Briefing Room API",
26-
description: "Simple Flask API to serve The Briefing Room's frontend",
27-
link: "https://github.com/milan-codes/the-briefing-room-api",
28-
tags: ["Flask"],
29-
},
30-
{
31-
name: "Studician",
32-
description:
33-
"Android app for students to digitalize their timetable and tasks",
34-
link: "https://github.com/milan-codes/studician-android-client",
35-
tags: ["Kotlin"],
36-
},
37-
{
38-
name: "Studician API",
39-
description:
40-
"Express API to make information available for Studician users",
41-
link: "https://github.com/milan-codes/studician-api",
42-
tags: ["Node.js", "Express", "Firebase"],
43-
},
4418
];
4519
---
4620

0 commit comments

Comments
 (0)