WIP website
1---
2import Item from "../PortfolioItem.astro"
3---
4<Item
5 type="freelance"
6 title="BiomeBattle"
7 subtitle="A modern Minecraft creator event. As a developer, I helped with minor improvements to the cosmetics system."
8 icon="Earth"
9 href="https://biomebattle.xyz/"
10 tag="Java"
11 tagcolor="--catppuccin-color-teal"
12 badges={[
13 {
14 icon: "Bird",
15 href: "https://x.com/biomebattle",
16 color: "var(--catppuccin-color-sapphire)"
17 },
18 {
19 icon: "Github",
20 href: "https://github.com/biomebattle",
21 color: "var(--catppuccin-color-green)"
22 },
23 {
24 icon: "MessageCircle",
25 href: "https://biomebattle.xyz/discord",
26 color: "var(--catppuccin-color-blue)"
27 },
28 {
29 icon: "Youtube",
30 href: "https://youtube.com/@BiomeBattle",
31 color: "var(--catppuccin-color-red)"
32 },
33 ]}
34/>