diff --git a/web/_data/community_content.json b/web/_data/community_content.json index 8a097dc..6038049 100644 --- a/web/_data/community_content.json +++ b/web/_data/community_content.json @@ -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" } } ] diff --git a/web/_includes/top.html b/web/_includes/top.html index 0331bac..4669aa1 100644 --- a/web/_includes/top.html +++ b/web/_includes/top.html @@ -17,10 +17,10 @@ - Follow on Twitter - Join the Discord - See Documentation - Get Press Kit + Follow on Twitter + Join the Discord + See Documentation + Get Press Kit diff --git a/web/community.html b/web/community.html index e52e57c..b92a17a 100644 --- a/web/community.html +++ b/web/community.html @@ -68,10 +68,7 @@ summary: A fun simulation game where you mess with people's lives {% if content.links %}
{% for link in content.links %} - {{ link[0] }} - {% unless forloop.last %} - – - {% endunless %} + {{ link[0] }} {% endfor %}
{% endif %} diff --git a/web/media/community/cute-tinies-in-love.png b/web/media/community/cute-tinies-in-love.png new file mode 100644 index 0000000..a422362 Binary files /dev/null and b/web/media/community/cute-tinies-in-love.png differ diff --git a/web/media/community/yellore-s-cottage.png b/web/media/community/yellore-s-cottage.png new file mode 100644 index 0000000..11799d0 Binary files /dev/null and b/web/media/community/yellore-s-cottage.png differ diff --git a/web/style.css b/web/style.css index bbaef47..2d574ad 100644 --- a/web/style.css +++ b/web/style.css @@ -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;