Compare commits

...

4 Commits

8 changed files with 18 additions and 13 deletions

View File

@ -1,3 +1,6 @@
{ {
"livePreview.autoRefreshPreview": "On Changes to Saved Files" "livePreview.autoRefreshPreview": "On Changes to Saved Files",
"cSpell.words": [
"Fulfill"
]
} }

6
.vscode/tasks.json vendored
View File

@ -6,7 +6,8 @@
{ {
"label": "Start dev server", "label": "Start dev server",
"type": "shell", "type": "shell",
"command": "browser-sync start --server build/ --watch" "command": "browser-sync start --server build/ --watch",
"problemMatcher": []
}, },
{ {
"label": "Build", "label": "Build",
@ -17,7 +18,8 @@
{ {
"label": "Extract localization messages", "label": "Extract localization messages",
"type": "shell", "type": "shell",
"command": "nox -R -s extract_messages" "command": "nox -R -s extract_messages",
"problemMatcher": []
} }
] ]
} }

View File

@ -1,13 +1,10 @@
--- ---
title: The Guild title: ColdRidge
picture: games/the-guild.png picture: games/the-guild.png
picture_alt: in-game screenshot of a cow-boy riding in wilderness picture_alt: in-game screenshot of a cow-boy riding in wilderness
website: https://the-guild.frog-collective.com website: https://coldridge.frog-collective.com
--- ---
Saddle up, partner! Welcome to "Frontier Fortune: Prospector's Quest" where the 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.
dusty trails of the Old West lead to riches beyond your wildest dreams. In this Your mission: uncover precious resources, tackle intricate puzzles, and strategically manage contracts to maximize your gains.
thrilling adventure, you step into the boots of a rugged prospector, venturing Unveil the enigmatic secrets of the guild and their grip on ColdRidge in this captivating adventure.
into uncharted territories to uncover precious resources for a greedy guild
hungry for wealth and power.

Binary file not shown.

View File

@ -2,7 +2,7 @@
font-family: 'Knewave'; font-family: 'Knewave';
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
src: url(/fonts/Knewave.woff) format('woff'); src: url(/fonts/Knewave-Light.woff) format('woff');
} }
@mixin montserrat($style, $weight, $file) { @mixin montserrat($style, $weight, $file) {
@ -41,6 +41,7 @@ h1 {
h2 { h2 {
margin: 0 0 var(--space-medium) 0; margin: 0 0 var(--space-medium) 0;
font-family: 'Knewave';
font-size: var(--fz-2); font-size: var(--fz-2);
font-weight: bold; font-weight: bold;
text-transform: uppercase; text-transform: uppercase;

View File

@ -20,6 +20,7 @@
color: var(--color-on-dark); color: var(--color-on-dark);
padding: var(--space-small) var(--space-xlarge); padding: var(--space-small) var(--space-xlarge);
font-family: 'Knewave'; font-family: 'Knewave';
letter-spacing: 0.1rem;
font-size: 40px; font-size: 40px;
} }

View File

@ -15,6 +15,7 @@
align-items: center; align-items: center;
gap: var(--space-small); gap: var(--space-small);
font-family: 'Knewave'; font-family: 'Knewave';
letter-spacing: 0.1rem;
font-size: 24px; font-size: 24px;
@media($mobile-breakpoint) { @media($mobile-breakpoint) {
@ -40,6 +41,7 @@
flex-grow: 1; flex-grow: 1;
margin: 0; margin: 0;
font-family: 'Knewave'; font-family: 'Knewave';
letter-spacing: 0.1rem;
font-size: 32px; font-size: 32px;
@media($mobile-breakpoint) { @media($mobile-breakpoint) {

View File

@ -15,7 +15,6 @@
title_picture_offset = "170px" title_picture_offset = "170px"
) %} ) %}
<div class="presentation--content"> <div class="presentation--content">
<h2>{{ gettext("Who are we ?") }}</h2>
<p> <p>
{% trans %} {% trans %}
We are Frog Collective, a very small indie game development company with years of experience under our belts. We are Frog Collective, a very small indie game development company with years of experience under our belts.