moved tiny life to the top
All checks were successful
Jenkins
Ellpeck/Web/pipeline/head This commit looks good
All checks were successful
Jenkins
Ellpeck/Web/pipeline/head This commit looks good
This commit is contained in:
parent
4d2b00b30e
commit
41e8e84f57
2 changed files with 17 additions and 17 deletions
|
@ -1,4 +1,20 @@
|
||||||
[
|
[
|
||||||
|
{
|
||||||
|
"name": "🏡 Tiny Life",
|
||||||
|
"desc": "Tiny Life is a fun simulation game that tries to capture the essence of games like The Sims, but in an isometric pixelart style. It's published by Top Hat Studios, and it's currently in Steam Early Access.",
|
||||||
|
"status": "In development",
|
||||||
|
"links": [
|
||||||
|
{
|
||||||
|
"name": "Check it out",
|
||||||
|
"link": "https://tinylifegame.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Get it on Steam",
|
||||||
|
"link": "https://store.steampowered.com/app/1651490/Tiny_Life/"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"icon": "tiny"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "💡 Actually Additions",
|
"name": "💡 Actually Additions",
|
||||||
"desc": "Actually Additions is a rather popular Minecraft mod that I used to work on. It's become widely known in the modding community and has reached over 30 million downloads by now, which is crazy. I don't work on it anymore myself, but it's being maintained for current versions by someone else.",
|
"desc": "Actually Additions is a rather popular Minecraft mod that I used to work on. It's become widely known in the modding community and has reached over 30 million downloads by now, which is crazy. I don't work on it anymore myself, but it's being maintained for current versions by someone else.",
|
||||||
|
@ -59,22 +75,6 @@
|
||||||
],
|
],
|
||||||
"icon": "pp"
|
"icon": "pp"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "🏡 Tiny Life",
|
|
||||||
"desc": "Tiny Life is a fun simulation game that tries to capture the essence of games like The Sims, but in an isometric pixelart style. It's published by Top Hat Studios, and it's currently in Steam Early Access.",
|
|
||||||
"status": "In development",
|
|
||||||
"links": [
|
|
||||||
{
|
|
||||||
"name": "Check it out",
|
|
||||||
"link": "https://tinylifegame.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Get it on Steam",
|
|
||||||
"link": "https://store.steampowered.com/app/1651490/Tiny_Life/"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"icon": "tiny"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "🖼️ Obsidian Custom Frames",
|
"name": "🖼️ Obsidian Custom Frames",
|
||||||
"desc": "Custom Frames is an Obsidian plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep and more.",
|
"desc": "Custom Frames is an Obsidian plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep and more.",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<h1 id="projects">💻 Projects</h1>
|
<h1 id="projects">💻 Projects</h1>
|
||||||
<p>
|
<p>
|
||||||
Here is a list of some of my bigger projects as well as some things you might know me from.<br>
|
Here is a list of some of my bigger projects as well as some things you might know me from.<br>
|
||||||
<span class="text-muted">For a more exhaustive list of my projects, you can also check out the <a href="#social">Social</a> section.</span>
|
<span class="text-muted">For a more exhaustive list of my projects, you can also check out some of the sites in the <a href="#social">Social</a> section.</span>
|
||||||
</p>
|
</p>
|
||||||
<div id="project-list">
|
<div id="project-list">
|
||||||
{% for item in site.data.projects %}
|
{% for item in site.data.projects %}
|
||||||
|
|
Loading…
Reference in a new issue