diff --git a/_includes/footer.html b/_includes/footer.html index 42cb885c..1b51897b 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,12 +1,26 @@ + \ No newline at end of file diff --git a/_includes/nav.html b/_includes/nav.html index ca649967..6d3b805d 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -4,7 +4,7 @@ -
+
Docs API Examples diff --git a/_layouts/master.html b/_layouts/master.html index d287e64c..a0bfd3f1 100644 --- a/_layouts/master.html +++ b/_layouts/master.html @@ -2,7 +2,7 @@ {% include head.html %} - +
{% include nav.html %}
diff --git a/assets/css/main.css b/assets/css/main.css index 0b65d3eb..bd13d022 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -7,8 +7,9 @@ .main-button { background-color: #EB1930; - padding: 12px 32px; - border-radius: 4px; + padding: 8px 16px; + cursor: pointer; + display: inline-block; + box-shadow: -2px 2px 0px #960D1C; color: white; - text-transform: uppercase; } \ No newline at end of file diff --git a/assets/images/bg.png b/assets/images/bg.png index 674d2341..7648f3fc 100644 Binary files a/assets/images/bg.png and b/assets/images/bg.png differ diff --git a/assets/images/footer.png b/assets/images/footer.png new file mode 100644 index 00000000..5f7ce06a Binary files /dev/null and b/assets/images/footer.png differ diff --git a/assets/images/t-rex.png b/assets/images/t-rex.png new file mode 100644 index 00000000..5a0c4525 Binary files /dev/null and b/assets/images/t-rex.png differ diff --git a/index.html b/index.html index 74daff23..649c5302 100644 --- a/index.html +++ b/index.html @@ -3,16 +3,16 @@ layout: master --- -
-
- -
-
-
2D game engine made on top of Flutter
- -
+
+ +
+ Versatile, Open Source & Portable +
+
+ Flame is a game engine built on top of Flutter. It runs on mobile, desktop, and web. +
+
\ No newline at end of file diff --git a/tailwind.config.js b/tailwind.config.js index 62ea17ed..225add43 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -32,7 +32,9 @@ module.exports = { }, extend: { colors: { - 'footer-gray': '#272727', + 'text': '#FF8835', + 'bg': '#140003', + 'footer': '#431C01', }, }, },