mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 11:23:29 +01:00
added some of yellore's content to the showcase
This commit is contained in:
parent
eec7fa6de4
commit
f4c2dd7f3c
6 changed files with 32 additions and 16 deletions
|
@ -57,7 +57,26 @@
|
|||
"author": "ssblur",
|
||||
"section": "mods",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -17,10 +17,10 @@
|
|||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="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="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://twitter.com/TinyLifeGame">Follow on Twitter</a>
|
||||
<a class="wide-link" href="https://link.tinylifegame.com/discordweb">Join the Discord</a>
|
||||
<a class="wide-link" href="https://docs.tinylifegame.com">See Documentation</a>
|
||||
<a class="wide-link" href="https://press.ellpeck.de/tinylife/">Get Press Kit</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -68,10 +68,7 @@ summary: A fun simulation game where you mess with people's lives
|
|||
{% if content.links %}
|
||||
<div>
|
||||
{% for link in content.links %}
|
||||
<a href="{{ link[1] }}">{{ link[0] }}</a>
|
||||
{% unless forloop.last %}
|
||||
–
|
||||
{% endunless %}
|
||||
<a class="wide-link" href="{{ link[1] }}">{{ link[0] }}</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
BIN
web/media/community/cute-tinies-in-love.png
Normal file
BIN
web/media/community/cute-tinies-in-love.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 350 KiB |
BIN
web/media/community/yellore-s-cottage.png
Normal file
BIN
web/media/community/yellore-s-cottage.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 385 KiB |
|
@ -30,11 +30,16 @@ pre.highlight {
|
|||
color: white;
|
||||
}
|
||||
|
||||
.top a:link,
|
||||
.top a:visited {
|
||||
a:link.wide-link,
|
||||
a:visited.wide-link {
|
||||
color: lightsteelblue;
|
||||
}
|
||||
|
||||
.wide-link {
|
||||
display: inline-block;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.top-content {
|
||||
text-align: center;
|
||||
padding-top: 70px;
|
||||
|
@ -69,11 +74,6 @@ pre.highlight {
|
|||
padding: 20px;
|
||||
}
|
||||
|
||||
.link {
|
||||
display: inline-block;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.feature {
|
||||
margin-top: 40px;
|
||||
margin-bottom: 40px;
|
||||
|
|
Loading…
Reference in a new issue