diff --git a/site.py b/site.py
index 345dc7f..2949dee 100644
--- a/site.py
+++ b/site.py
@@ -10,3 +10,4 @@ if "FROG_LOCALE_DIR" in environ:
site.load_translations("site", environ["FROG_LOCALE_DIR"], "fr")
site.render('pages/index.html', 'index.html')
+site.render('pages/presskits/coldridge.html', 'presskits/coldridge.html')
diff --git a/src/lib/nav.html b/src/lib/nav.html
index c86d4e8..e9e93b1 100644
--- a/src/lib/nav.html
+++ b/src/lib/nav.html
@@ -11,10 +11,10 @@
{% with class_prefix="nav-bar" %}
diff --git a/src/lib/page.html b/src/lib/page.html
new file mode 100644
index 0000000..d98ee66
--- /dev/null
+++ b/src/lib/page.html
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
Frog Collective
+
+
+
+ {% if context.current_language == "fr" %}
+
+ {% endif %}
+
+
+ {% include "lib/nav.html" %}
+
+
+ {% block content %}
+ {% endblock %}
+
+ {% include "pages/index/footer.html" %}
+
+
diff --git a/src/pages/index.html b/src/pages/index.html
index 1b08b04..a77a3d0 100644
--- a/src/pages/index.html
+++ b/src/pages/index.html
@@ -1,31 +1,8 @@
-
-
-
-
-
-
-
Frog Collective
-
-
-
- {% if context.current_language == "fr" %}
-
- {% endif %}
-
-
- {% include "lib/nav.html" %}
-
-
- {% include "pages/index/presentation.html" %}
- {% include "pages/index/games.html" %}
- {% include "pages/index/news.html" %}
- {% include "pages/index/contact.html" %}
-
- {% include "pages/index/footer.html" %}
-
-
+{% extends "lib/page.html" %}
+{% block content %}
+ {% include "pages/index/presentation.html" %}
+ {% include "pages/index/games.html" %}
+ {% include "pages/index/news.html" %}
+ {% include "pages/index/contact.html" %}
+{% endblock %}
diff --git a/src/pages/index/contact.html b/src/pages/index/contact.html
index b47705d..8a87e0f 100644
--- a/src/pages/index/contact.html
+++ b/src/pages/index/contact.html
@@ -14,11 +14,19 @@
If you want to contact us about our games, for business inquiries, press or anything else please click on the button below.
{% endtrans %}
-
-
- {% trans %}
- Contact Us
- {% endtrans %}
-
+
{% endcall %}
diff --git a/src/pages/index/contact.scss b/src/pages/index/contact.scss
index 2dd5bc1..58d217c 100644
--- a/src/pages/index/contact.scss
+++ b/src/pages/index/contact.scss
@@ -6,11 +6,22 @@
flex-direction: column;
}
+ &--button-group {
+ display: flex;
+ flex-direction: row;
+ justify-content: center;
+
+ @media($mobile-breakpoint) {
+ display: contents;
+ }
+ }
+
&--button {
@extend %button;
align-self: center;
align-items: center;
display: flex;
+ margin: var(--space-xsmall) var(--space-large);
}
&--button-icon {
diff --git a/src/pages/index/games.html b/src/pages/index/games.html
index cb40dd2..a046ec8 100644
--- a/src/pages/index/games.html
+++ b/src/pages/index/games.html
@@ -28,6 +28,13 @@

Learn More
+
+
+
+ {% trans %}
+ Press Kit
+ {% endtrans %}
+
{% endfor %}
diff --git a/src/pages/index/games.scss b/src/pages/index/games.scss
index 7c8edbb..2bfe379 100644
--- a/src/pages/index/games.scss
+++ b/src/pages/index/games.scss
@@ -31,6 +31,18 @@
}
}
+ &--button {
+ @extend %button;
+ display: flex;
+ align-self: center;
+
+ img {
+ width: 2em;
+ filter: invert(100%);
+ margin-right: var(--space-small);
+ }
+ }
+
&--steam-button {
@extend %button;
display: none;
diff --git a/src/pages/presskits/_style.scss b/src/pages/presskits/_style.scss
new file mode 100644
index 0000000..fd9496f
--- /dev/null
+++ b/src/pages/presskits/_style.scss
@@ -0,0 +1,2 @@
+.presskit {
+}
diff --git a/src/pages/presskits/coldridge.html b/src/pages/presskits/coldridge.html
new file mode 100644
index 0000000..01adc9f
--- /dev/null
+++ b/src/pages/presskits/coldridge.html
@@ -0,0 +1,7 @@
+{% extends "lib/page.html" %}
+
+{% block content %}
+
+