diff --git a/README.md b/README.md index b3bf083..8ff1e44 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Date used for the news is the date the file was created in git. ### HTML generation -We use https://git.collectivit.org/collectivit/jean-web to generate the +We use https://git.frog-collective.com/collectivit/jean-web to generate the website. Jinja2 templates are stored in the src directory, and use the content loaded from the 'content' folder to generate static pages. Content can be markdown document with metadata, or json files. diff --git a/content/en/games/coldridge.md b/content/en/games/coldridge.md index 009c38f..df1357d 100644 --- a/content/en/games/coldridge.md +++ b/content/en/games/coldridge.md @@ -4,6 +4,8 @@ picture: games/coldridge.png picture_alt: in-game screenshot of a cow-boy riding in wilderness website: https://store.steampowered.com/app/3052500/ColdRidge/ steam_widget_url: https://store.steampowered.com/widget/3052500/ +presskit_url: presskits/coldridge.html +discord_url: https://discord.gg/yBzZrQgG7K --- Step into the rugged boots of a prospector and venture into the untamed wilderness of ColdRidge, a land shrouded in mystery and plagued by a sinister curse. diff --git a/src/assets/img/bluesky-fill.svg b/src/assets/img/bluesky-fill.svg new file mode 100644 index 0000000..9be9413 --- /dev/null +++ b/src/assets/img/bluesky-fill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/img/discord-fill.svg b/src/assets/img/discord-fill.svg new file mode 100644 index 0000000..5d1d482 --- /dev/null +++ b/src/assets/img/discord-fill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/img/instagram-fill.svg b/src/assets/img/instagram-fill.svg new file mode 100644 index 0000000..b0662ca --- /dev/null +++ b/src/assets/img/instagram-fill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/img/threads-fill.svg b/src/assets/img/threads-fill.svg new file mode 100644 index 0000000..066b9f1 --- /dev/null +++ b/src/assets/img/threads-fill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/lib/social_links.html b/src/lib/social_links.html index a7a1dad..b1633de 100644 --- a/src/lib/social_links.html +++ b/src/lib/social_links.html @@ -9,4 +9,8 @@ {{ social_link('Youtube', 'youtube-fill.svg', 'https://www.youtube.com/@frog-collective') }} {{ social_link('Twitch', 'twitch-fill.svg', 'https://www.twitch.tv/frogcollective') }} {{ social_link('Mastodon', 'mastodon-fill.svg', 'https://mastodon.social/@frogcollective') }} +{{ social_link('Bluesky', 'bluesky-fill.svg', 'https://bsky.app/profile/frogcollective.bsky.social') }} +{{ social_link('Threads', 'threads-fill.svg', 'https://www.threads.net/@frogcogames') }} +{{ social_link('Instagram', 'instagram-fill.svg', 'https://www.instagram.com/frogcogames/') }} {{ social_link('Twitter - X', 'twitter-x-line.svg', 'https://x.com/FrogCoGames') }} + diff --git a/src/pages/index/footer.html b/src/pages/index/footer.html index aadc54f..1182b41 100644 --- a/src/pages/index/footer.html +++ b/src/pages/index/footer.html @@ -3,7 +3,7 @@ {% endfor %} diff --git a/src/pages/index/games.scss b/src/pages/index/games.scss index 6d5fca6..e725543 100644 --- a/src/pages/index/games.scss +++ b/src/pages/index/games.scss @@ -31,10 +31,21 @@ } } + &--buttons { + display: flex; + flex-direction: row; + align-self: center; + + @media($mobile-breakpoint) { + flex-direction: column; + } + } + &--button { @extend %button; display: flex; align-self: center; + margin: var(--space-small); img { width: 2em;