added some of yellore's content to the showcase

This commit is contained in:
Ell 2023-12-06 13:52:01 +01:00
parent eec7fa6de4
commit f4c2dd7f3c
6 changed files with 32 additions and 16 deletions

View file

@ -57,7 +57,26 @@
"author": "ssblur", "author": "ssblur",
"section": "mods", "section": "mods",
"links": { "links": {
"Workshop": "https://steamcommunity.com/sharedfiles/filedetails/?id=2965803577" "Workshop": "https://steamcommunity.com/sharedfiles/filedetails/?id=2965803577",
"GitHub Releases": "https://github.com/ssblur/IttyMod/releases"
}
},
{
"name": "Cute Tinies in Love",
"desc": "Yellore's Tiny has started a relationship with Liam, the Barista of Bluebird Café",
"author": "Yellore",
"section": "fanart",
"links": {
"Website": "https://yellore.carrd.co/"
}
},
{
"name": "Yellore's Cottage",
"desc": "This is a house Yellore built on stream, testing out the new update where you are able to build more than one floor!",
"author": "Yellore",
"section": "lots",
"links": {
"Workshop": "https://steamcommunity.com/sharedfiles/filedetails/?id=3049696183"
} }
} }
] ]

View file

@ -17,10 +17,10 @@
</a> </a>
</div> </div>
</div> </div>
<a class="link" href="https://twitter.com/TinyLifeGame">Follow on Twitter</a> <a class="wide-link" href="https://twitter.com/TinyLifeGame">Follow on Twitter</a>
<a class="link" href="https://link.tinylifegame.com/discordweb">Join the Discord</a> <a class="wide-link" href="https://link.tinylifegame.com/discordweb">Join the Discord</a>
<a class="link" href="https://docs.tinylifegame.com">See Documentation</a> <a class="wide-link" href="https://docs.tinylifegame.com">See Documentation</a>
<a class="link" href="https://press.ellpeck.de/tinylife/">Get Press Kit</a> <a class="wide-link" href="https://press.ellpeck.de/tinylife/">Get Press Kit</a>
</div> </div>
</div> </div>
</div> </div>

View file

@ -68,10 +68,7 @@ summary: A fun simulation game where you mess with people's lives
{% if content.links %} {% if content.links %}
<div> <div>
{% for link in content.links %} {% for link in content.links %}
<a href="{{ link[1] }}">{{ link[0] }}</a> <a class="wide-link" href="{{ link[1] }}">{{ link[0] }}</a>
{% unless forloop.last %}
&ndash;
{% endunless %}
{% endfor %} {% endfor %}
</div> </div>
{% endif %} {% endif %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 385 KiB

View file

@ -30,11 +30,16 @@ pre.highlight {
color: white; color: white;
} }
.top a:link, a:link.wide-link,
.top a:visited { a:visited.wide-link {
color: lightsteelblue; color: lightsteelblue;
} }
.wide-link {
display: inline-block;
width: 150px;
}
.top-content { .top-content {
text-align: center; text-align: center;
padding-top: 70px; padding-top: 70px;
@ -69,11 +74,6 @@ pre.highlight {
padding: 20px; padding: 20px;
} }
.link {
display: inline-block;
width: 150px;
}
.feature { .feature {
margin-top: 40px; margin-top: 40px;
margin-bottom: 40px; margin-bottom: 40px;