diff --git a/web/_includes/about.html b/web/_includes/about.html index 103342e..e680a44 100644 --- a/web/_includes/about.html +++ b/web/_includes/about.html @@ -1,6 +1,5 @@
- -

About Tiny Life

+

About Tiny Life

Tiny Life is a fun simulation game that aims to capture the essence of games like The Sims, but in an isometric pixelart style.

In the game, you control a set of people that live together in a household. You take care of their daily needs, build their skills, forge new relationships... or just mess up their entire life in whatever way you can think of!

diff --git a/web/_includes/devlogs.html b/web/_includes/devlogs.html index 1944be7..d66358e 100644 --- a/web/_includes/devlogs.html +++ b/web/_includes/devlogs.html @@ -1,6 +1,5 @@
- -

Devlogs

+

Devlogs

Along with every major update, we publish a devlog that features additional information as well as some screenshots. You can read them on itch or on Steam. You can also read the full changelog.

diff --git a/web/_includes/indexnav.html b/web/_includes/indexnav.html new file mode 100644 index 0000000..f734429 --- /dev/null +++ b/web/_includes/indexnav.html @@ -0,0 +1,3 @@ +About +Devlogs +Roadmap \ No newline at end of file diff --git a/web/_includes/navbar.html b/web/_includes/navbar.html new file mode 100644 index 0000000..0f6c04f --- /dev/null +++ b/web/_includes/navbar.html @@ -0,0 +1,19 @@ + \ No newline at end of file diff --git a/web/_includes/roadmap.html b/web/_includes/roadmap.html index 98532f4..058e660 100644 --- a/web/_includes/roadmap.html +++ b/web/_includes/roadmap.html @@ -1,6 +1,5 @@
- -

Roadmap

+

Roadmap

There's a lot of stuff planned for the game! Everything on this list will be part of free updates in the future, provided that you buy the game once it's purchasable. Right now, the game is still in public beta, so everything is free!
This list is not exhaustive! There are a lot of planned and work-in-progress features that we want to keep secret for now. diff --git a/web/_includes/top.html b/web/_includes/top.html index 6e4e1f5..a2ae295 100644 --- a/web/_includes/top.html +++ b/web/_includes/top.html @@ -3,7 +3,7 @@ Tiny Life

A fun simulation game where you mess with people's lives

-
+

Play the free beta

@@ -24,9 +24,6 @@ Get Press Kit
-
- + + {% include navbar.html %} + {{ content }} - + \ No newline at end of file diff --git a/web/index.html b/web/index.html index defbc1c..e276bfa 100644 --- a/web/index.html +++ b/web/index.html @@ -1,5 +1,6 @@ --- layout: default +nav: indexnav.html title: Tiny Life summary: A fun simulation game where you mess with people's lives --- diff --git a/web/media/icon.png b/web/media/icon.png index 90c5135..287affd 100644 Binary files a/web/media/icon.png and b/web/media/icon.png differ diff --git a/web/style.css b/web/style.css index bc6a0cf..f3dbfb7 100644 --- a/web/style.css +++ b/web/style.css @@ -1,3 +1,16 @@ +html { + scroll-padding-top: 70px; +} + +body { + position: relative; + font-family: Lato, sans-serif; +} + +.navbar-container { + max-width: 950px; +} + .top { background-image: url("media/large_background.png"); background-size: 400%; @@ -11,15 +24,7 @@ .top-content { text-align: center; - padding-top: 20px; - padding-bottom: 60px; -} - -.top-footer { - position: absolute; - bottom: 30px; - left: auto; - right: auto; + padding-top: 50px; } .section { @@ -35,7 +40,7 @@ padding-bottom: 20px; } -.container { +.top-container { background-color: rgba(0, 0, 0, 0.4); border-radius: 5px; margin-bottom: 30px; @@ -80,10 +85,8 @@ } .footer { - margin-top: 15px; - margin-bottom: 15px; - width: 100%; text-align: center; + padding: 15px; } .devlog {