Compare commits

..

No commits in common. "03cfda223e687ca8e14e5ca8f9ebf15a9e6d82df" and "cc882024ca6be12d429036c1f8e172a1eda6969c" have entirely different histories.

8 changed files with 13 additions and 18 deletions

View File

@ -1,6 +1,3 @@
{ {
"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,8 +6,7 @@
{ {
"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",
@ -18,8 +17,7 @@
{ {
"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,10 +1,13 @@
--- ---
title: ColdRidge title: The Guild
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://coldridge.frog-collective.com website: https://the-guild.frog-collective.com
--- ---
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. Saddle up, partner! Welcome to "Frontier Fortune: Prospector's Quest" where the
Your mission: uncover precious resources, tackle intricate puzzles, and strategically manage contracts to maximize your gains. dusty trails of the Old West lead to riches beyond your wildest dreams. In this
Unveil the enigmatic secrets of the guild and their grip on ColdRidge in this captivating adventure. thrilling adventure, you step into the boots of a rugged prospector, venturing
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-Light.woff) format('woff'); src: url(/fonts/Knewave.woff) format('woff');
} }
@mixin montserrat($style, $weight, $file) { @mixin montserrat($style, $weight, $file) {
@ -41,7 +41,6 @@ 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,7 +20,6 @@
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,7 +15,6 @@
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) {
@ -41,7 +40,6 @@
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,6 +15,7 @@
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.