diff --git a/src/lib/css/content.scss b/src/lib/css/content.scss index ad56245..c099512 100644 --- a/src/lib/css/content.scss +++ b/src/lib/css/content.scss @@ -18,3 +18,13 @@ body { max-width: 1100px; } +%card { + background: white; + box-shadow: var(--elevation-medium); + padding: var(--space-large) var(--space-xlarge); + border-radius: var(--border-radius-medium); + + @media($mobile-breakpoint) { + padding: var(--space-medium) var(--space-large); + } +} diff --git a/src/lib/css/typo.scss b/src/lib/css/typo.scss index 7751294..cf6267d 100644 --- a/src/lib/css/typo.scss +++ b/src/lib/css/typo.scss @@ -36,6 +36,7 @@ h4 { } p { + margin: 0 0 var(--space-small) 0; margin-bottom: var(--space-medium); } diff --git a/src/lib/css/variables.scss b/src/lib/css/variables.scss index 93c715c..96572ec 100644 --- a/src/lib/css/variables.scss +++ b/src/lib/css/variables.scss @@ -29,6 +29,7 @@ $mobile-breakpoint: "max-width: 768px"; --border-radius-small: 3px; --border-radius-medium: 7px; --elevation-high: 0px 5px 5px 0px rgba(22, 22, 22, 0.5); + --elevation-medium: 0px 2px 7px 0px rgba(22, 22, 22, 0.3); --transitions-duration: 0.2s; } diff --git a/src/pages/index/presentation.html b/src/pages/index/presentation.html index 1a68aec..cc8c012 100644 --- a/src/pages/index/presentation.html +++ b/src/pages/index/presentation.html @@ -1,52 +1,54 @@ {% from "lib/section.html" import section %} {% call section(gettext("Collective"), "/img/section-collective.png", "/img/section-collective-hover.png") %} -
- {% trans %} - Welcome to the cozy world of the Frog Collective, where big dreams come - in small packages! We're not your typical gaming behemoth with a massive - team and towering office buildings. Nope, we're just two passionate souls - huddled around a couple of computers, fueled by an insatiable love for - crafting little nuggets of joy that won't break the bank. - {% endtrans %} -
- -- {% trans %} - Here we specialize in creating bite-sized adventures that anyone can pick - up and play, but only the true gaming aficionados can conquer. Think of - us as the David to the Goliaths of the gaming industry. Our games might - be small, but they will keep you coming back for more. Now, you might be - wondering, how on earth do two people manage to steer the ship in this - vast ocean of pixels? Well, let me tell you, it's all about that sweet, - sweet collective decision-making magic. We're like yin and yang, - balancing each other's quirks and strengths as we navigate the - treacherous waters of game development. - {% endtrans %} -
++ {% trans %} + Welcome to the cozy world of the Frog Collective, where big dreams come + in small packages! We're not your typical gaming behemoth with a massive + team and towering office buildings. Nope, we're just two passionate souls + huddled around a couple of computers, fueled by an insatiable love for + crafting little nuggets of joy that won't break the bank. + {% endtrans %} +
- {% trans %} - Whether it's brainstorming ideas over a late-night pizza session or - duking it out over the perfect shade of blue for our protagonist's cape, - every decision is a team effort. And hey, when you've only got two heads - in the game, you learn to trust each other's instincts real quick. So, if - you're tired of the same old cookie-cutter games and fancy a little dose - of indie charm, strap in and join us on this wild ride through the - pixelated cosmos. Who knows, you might just discover your new favorite - addiction in the unlikeliest of places. Welcome to Frog Collective – - where small is mighty, and fun knows no bounds! - {% endtrans %} -
+ {% trans %} + Here we specialize in creating bite-sized adventures that anyone can pick + up and play, but only the true gaming aficionados can conquer. Think of + us as the David to the Goliaths of the gaming industry. Our games might + be small, but they will keep you coming back for more. Now, you might be + wondering, how on earth do two people manage to steer the ship in this + vast ocean of pixels? Well, let me tell you, it's all about that sweet, + sweet collective decision-making magic. We're like yin and yang, + balancing each other's quirks and strengths as we navigate the + treacherous waters of game development. + {% endtrans %} + -+ {% trans %} + Whether it's brainstorming ideas over a late-night pizza session or + duking it out over the perfect shade of blue for our protagonist's cape, + every decision is a team effort. And hey, when you've only got two heads + in the game, you learn to trust each other's instincts real quick. So, if + you're tired of the same old cookie-cutter games and fancy a little dose + of indie charm, strap in and join us on this wild ride through the + pixelated cosmos. Who knows, you might just discover your new favorite + addiction in the unlikeliest of places. Welcome to Frog Collective – + where small is mighty, and fun knows no bounds! + {% endtrans %} +
+ +