This commit is contained in:
parent
b518d4e7a1
commit
be72755b8e
2 changed files with 21 additions and 11 deletions
|
@ -13,7 +13,8 @@
|
|||
"link": "https://store.steampowered.com/app/1651490/Tiny_Life/"
|
||||
}
|
||||
],
|
||||
"icon": "tiny"
|
||||
"icon": "tiny",
|
||||
"slug": "tiny-life"
|
||||
},
|
||||
{
|
||||
"name": "💡 Actually Additions",
|
||||
|
@ -33,7 +34,8 @@
|
|||
}
|
||||
],
|
||||
"status": "Maintained",
|
||||
"icon": "aa"
|
||||
"icon": "aa",
|
||||
"slug": "actually-additions"
|
||||
},
|
||||
{
|
||||
"name": "🌲 Nature's Aura",
|
||||
|
@ -53,7 +55,8 @@
|
|||
"link": "https://github.com/Ellpeck/NaturesAura/issues"
|
||||
}
|
||||
],
|
||||
"icon": "na"
|
||||
"icon": "na",
|
||||
"slug": "natures-aura"
|
||||
},
|
||||
{
|
||||
"name": "🚋 Pretty Pipes",
|
||||
|
@ -73,7 +76,8 @@
|
|||
"link": "https://github.com/Ellpeck/PrettyPipes/issues"
|
||||
}
|
||||
],
|
||||
"icon": "pp"
|
||||
"icon": "pp",
|
||||
"slug": "pretty-pipes"
|
||||
},
|
||||
{
|
||||
"name": "🖼️ Custom Frames",
|
||||
|
@ -89,7 +93,8 @@
|
|||
}
|
||||
],
|
||||
"status": "Side project",
|
||||
"icon": "obsidian"
|
||||
"icon": "obsidian",
|
||||
"slug": "custom-frames"
|
||||
},
|
||||
{
|
||||
"name": "⏱️ Super Simple Time Tracker",
|
||||
|
@ -105,7 +110,8 @@
|
|||
}
|
||||
],
|
||||
"status": "Side project",
|
||||
"icon": "obsidian"
|
||||
"icon": "obsidian",
|
||||
"slug": "super-simple-time-tracker"
|
||||
},
|
||||
{
|
||||
"name": "🕹️ MLEM",
|
||||
|
@ -121,7 +127,8 @@
|
|||
}
|
||||
],
|
||||
"status": "Side project",
|
||||
"icon": "mlem"
|
||||
"icon": "mlem",
|
||||
"slug": "mlem"
|
||||
},
|
||||
{
|
||||
"name": "🐧 Waddle",
|
||||
|
@ -133,7 +140,8 @@
|
|||
}
|
||||
],
|
||||
"status": "Team member",
|
||||
"icon": "waddle"
|
||||
"icon": "waddle",
|
||||
"slug": "waddle"
|
||||
},
|
||||
{
|
||||
"name": "🎟️ Touchy Tickets",
|
||||
|
@ -149,7 +157,8 @@
|
|||
}
|
||||
],
|
||||
"status": "Released",
|
||||
"icon": "tt"
|
||||
"icon": "tt",
|
||||
"slug": "touchy-tickets"
|
||||
},
|
||||
{
|
||||
"name": "⚔️ Foe Frenzy",
|
||||
|
@ -164,6 +173,7 @@
|
|||
}
|
||||
],
|
||||
"status": "Released",
|
||||
"icon": "ff"
|
||||
"icon": "ff",
|
||||
"slug": "foe-frenzy"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<span class="text-muted project-status">{{ item.status }}</span>
|
||||
{% endif %}
|
||||
|
||||
<h4 class="card-title">{{ item.name }}</h4>
|
||||
<h4 class="card-title" id="project-{{ item.slug }}">{{ item.name }}</h4>
|
||||
<p class="card-text">{{ item.desc }}</p>
|
||||
|
||||
{%- for link in item.links -%}
|
||||
|
|
Loading…
Reference in a new issue