- Hi, I'm Milán. I enjoy building creative, cool products. I'm currently working
- towards obtaining my bachelor's degree in computer science at the University
- of Pécs, Faculty of Sciences.
+ Hi, I'm Milán. I enjoy building creative, cool products. I'm a software
+ developer currently located in Hungary. I do a lot of React and Next.js, and
+ also work with other frameworks like Astro. Check out the projects I've been
+ working on.
diff --git a/src/components/ProjectCard.astro b/src/components/ProjectCard.astro
index 17fd451..b384e72 100644
--- a/src/components/ProjectCard.astro
+++ b/src/components/ProjectCard.astro
@@ -7,7 +7,7 @@ interface Props {
}
const { project } = Astro.props;
-const { name, tags, link } = project;
+const { name, link } = project;
---
- {tags.join(", ")}
diff --git a/src/components/Projects.astro b/src/components/Projects.astro
index faf2c51..a299bf9 100644
--- a/src/components/Projects.astro
+++ b/src/components/Projects.astro
@@ -15,32 +15,6 @@ const projects: Project[] = [
link: "https://github.com/milan-codes/milan-codes.github.io",
tags: ["Astro", "Tailwind"],
},
- {
- name: "The Briefing Room",
- description: "Access and visualize Formula 1 telemetry data",
- link: "https://github.com/milan-codes/the-briefing-room",
- tags: ["Next", "React.ts", "Tailwind"],
- },
- {
- name: "The Briefing Room API",
- description: "Simple Flask API to serve The Briefing Room's frontend",
- link: "https://github.com/milan-codes/the-briefing-room-api",
- tags: ["Flask"],
- },
- {
- name: "Studician",
- description:
- "Android app for students to digitalize their timetable and tasks",
- link: "https://github.com/milan-codes/studician-android-client",
- tags: ["Kotlin"],
- },
- {
- name: "Studician API",
- description:
- "Express API to make information available for Studician users",
- link: "https://github.com/milan-codes/studician-api",
- tags: ["Node.js", "Express", "Firebase"],
- },
];
---
diff --git a/src/layouts/PostLayout.astro b/src/layouts/PostLayout.astro
index 06f1b23..8a71f38 100644
--- a/src/layouts/PostLayout.astro
+++ b/src/layouts/PostLayout.astro
@@ -10,7 +10,7 @@ interface Props {
const { post } = Astro.props;
---
-
+
+
diff --git a/src/pages/blog/index.astro b/src/pages/blog/index.astro
index 2d32c92..63f973b 100644
--- a/src/pages/blog/index.astro
+++ b/src/pages/blog/index.astro
@@ -14,7 +14,7 @@ const orderedPosts = posts.sort((a, b) => {
const tags = [...new Set(posts.map((post) => post.data.tags).flat())];
---
-
+