diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 45c1505..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-_site
-.sass-cache
-.jekyll-metadata
diff --git a/LICENSE.md b/LICENSE.md
deleted file mode 100644
index 2adf2fc..0000000
--- a/LICENSE.md
+++ /dev/null
@@ -1,21 +0,0 @@
-# MIT License
-
-Copyright (c) 2016 Hugo Locurcio and contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
diff --git a/README.md b/README.md
deleted file mode 100644
index fb1b5bd..0000000
--- a/README.md
+++ /dev/null
@@ -1,20 +0,0 @@
-# OpenRW Website
-
-The official website of the [OpenRW](https://github.com/rwengine/openrw) project.
-
-This site uses Jekyll and is published to [GitHub Pages](https://pages.github.com/).
-
-## Workflow
-
-Install [Jekyll](http://jekyllrb.com/), open a terminal in the cloned repository
-then type this:
-
-```
-jekyll serve
-```
-
-This will start a local server and will automatically build on changes.
-
-## License
-
-MIT, see [LICENSE.md](LICENSE.md) for details.
diff --git a/_config.yml b/_config.yml
deleted file mode 100644
index 32e86a7..0000000
--- a/_config.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-# Site settings
-title: OpenRW
-description: >
- OpenRW is a free, open source re-implementation of the Grand Theft Auto III
- PC video game.
-
-# Build settings
-markdown: kramdown
-permalink: pretty
-sass:
- style: compressed
-exclude:
- - CNAME
- - README.md
- - LICENSE.md
diff --git a/_includes/download.md b/_includes/download.md
deleted file mode 100644
index f365ce1..0000000
--- a/_includes/download.md
+++ /dev/null
@@ -1,3 +0,0 @@
-Currently there are no downloads available for any platforms.
-## Source
-The latest version of the source can be accesed via the [GitHub repository](https://github.com/rwengine/openrw).
diff --git a/_includes/faq.md b/_includes/faq.md
deleted file mode 100644
index ba90327..0000000
--- a/_includes/faq.md
+++ /dev/null
@@ -1,54 +0,0 @@
-## What is OpenRW
-OpenRW is an open-source game engine that attempts to re-implement the engine used in the classic video game Grand Theft Auto III (GTA III), first released in 2001. With the purpose of enabling better compatibility with modern systems and ensuring that it remains possible to play the game in the future.
-
-The primary goal of the project is to reach “Version 1.0”, this would mean:
-* Fully implementing the original gameplay
-* Compatible with all data formats used in the game
-* Compatible with modern gamepads where possible
-* Able to load save game files from the game
-* Run with community made mods that only change game data
-* Run natively on Windows, Linux and macOS
-
-OpenRW would not aim for Version 1.0 to re-create any obvious bugs such as crashes or situations where the game becomes impossible to progress.
-
-Other features, which would not be needed for Version 1.0 include:
-* Enhanced support for user modification
-* Changes to the gameplay
-* Multiplayer
-
-Features like these will not be accepted into OpenRW at present, as these don’t contribute to the primary goal. Once Version 1.0 has been reached a “new” version of OpenRW may be forked that contains these kinds of features.
-
-## Do I need GTA III to play OpenRW?
-In short: Yes.
-
-OpenRW is simply a game engine that is compatible with the original game, it has no assets of its own. In order to play GTA III using OpenRW you must own the game and have the data installed on your system. If you need a copy of the game it’s available on [Steam](http://store.steampowered.com/app/12100/).
-
-It is theoretically possible to develop a completely new game, without any of the assets or content from GTA III, however no such project is currently under way.
-
-## Can I play OpenRW now?
-In its current state it is not possible to complete the game using OpenRW, or make any significant progress through the game. There are many bugs that need to be fixed and features that need to be developed before it becomes possible to play anything with OpenRW. The latest version of OpenRW will always be available from the source code [repository](https://github.com/rwengine/openrw).
-
-## Can I play OpenRW on my macOS / Linux computer?
-Yes. OpenRW runs on macOS and Linux, as well as some BSDs.
-
-## Why make OpenRW?
-Beyond technical curiosity, OpenRW exists to conserve the game and ensure it is playable into the future by improving compatibility with modern systems and allowing future developers to make the engine compatible with whatever systems may exist in the future.
-
-In addition to conservation it may also offer a platform for others to build 3D action games in the future.
-
-## Can I contribute to OpenRW?
-Yes, development of OpenRW is open, you can follow along and contribute via the GitHub [project page](https://github.com/rwengine/openrw). Also drop into the IRC channel, `#openrw` @ [irc.libera.chat](https://web.libera.chat/#openrw).
-
-## What licence is OpenRW released under
-The OpenRW engine is released under the GNU General Public License Version 3.
-
-## Who is working on OpenRW?
-The project is developed in an open and collaborative manner, anyone who wishes to contribute code or documentation is able to send changes via a pull request to the github [repository](https://github.com/rwengine/openrw).
-
-## Will it be possible to play Vice City with OpenRW?
-The current priority of the project is to implement support for playing GTA III. Once this is completed it will be clear how much extra work will be required to fully support Vice City in addition to III. The work may need to be done in a fork of OpenRW dedicated to Vice CIty, or it may be unfeasible for one reason or another.
-
-## What is the story?
-Development on OpenRW was started by tsjost and danhedron in 2013, where it began as a simple model viewer that became a map viewer. Over time OpenRW has gained new features such as physics, vehicles and pedestrians, and a script machine that make more of the game accessible via the OpenRW engine. Now it is possible to start a new game or load a save game within OpenRW and interact with the world.
-At present, development is performed in the open where anyone is free to contribute to the project via the github repository.
-
diff --git a/_includes/footer.html b/_includes/footer.html
deleted file mode 100644
index db4a749..0000000
--- a/_includes/footer.html
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
- © 2017 OpenRW
- OpenRW is an unofficial project and is not endorsed by Rockstar Games.
- Website Design & Code by Hugo Locurcio . Website Source .
-
-
-
diff --git a/_includes/head.html b/_includes/head.html
deleted file mode 100644
index 912c73d..0000000
--- a/_includes/head.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
- {{ page.title }} | {{ site.title }}
-
-
-
-
diff --git a/_includes/header.html b/_includes/header.html
deleted file mode 100644
index 6b67cf9..0000000
--- a/_includes/header.html
+++ /dev/null
@@ -1,15 +0,0 @@
-
diff --git a/_includes/markdown.html b/_includes/markdown.html
deleted file mode 100644
index 17770ba..0000000
--- a/_includes/markdown.html
+++ /dev/null
@@ -1,2 +0,0 @@
-{% capture mdtemp %}{% include {{ include.file }} %}{% endcapture %}
-{{ mdtemp | markdownify }}
diff --git a/_layouts/default.html b/_layouts/default.html
deleted file mode 100644
index 418fa85..0000000
--- a/_layouts/default.html
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
- {% include head.html %}
-
- {% include header.html %}
-
- {{ content }}
-
- {% include footer.html %}
-
-
diff --git a/_layouts/page.html b/_layouts/page.html
deleted file mode 100644
index 418fa85..0000000
--- a/_layouts/page.html
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
- {% include head.html %}
-
- {% include header.html %}
-
- {{ content }}
-
- {% include footer.html %}
-
-
diff --git a/_layouts/post.html b/_layouts/post.html
deleted file mode 100644
index ebda6de..0000000
--- a/_layouts/post.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
- {% include head.html %}
-
- {% include header.html %}
-
-
-
{{ page.title }}
- {{ page.date | date_to_long_string }}
-
-
-
- {% include footer.html %}
-
-
-
diff --git a/_posts/2018-07-06-update-2018-q2.md b/_posts/2018-07-06-update-2018-q2.md
deleted file mode 100644
index 31fd5fa..0000000
--- a/_posts/2018-07-06-update-2018-q2.md
+++ /dev/null
@@ -1,42 +0,0 @@
----
-layout: post
-title: State of the Union Q2 2018
----
-It’s been a very busy few months for OpenRW and contributors have done some great work. This update covers the highlights of Q2, you can see all 70 merged PRs [on GitHub](https://github.com/rwengine/openrw/pulls?page=2&q=is%3Apr+is%3Aclosed+merged%3A2018-04-01..2018-07-01&utf8=%E2%9C%93).
-
-## Respawning, [#446](https://github.com/rwengine/openrw/pull/446) by husho
-
-While it's been possible to die for some time, it was more permanent than intended. OpenRW is now better than real life, letting you come back to life for just a nominal fee.
-
-## Vehicle Damage, [#448](https://github.com/rwengine/openrw/pull/448) by husho
-Vehicle health is now partially respected. This means it’s now possible to fail missions because of careless driving.
-
-## Pickups, [#449](https://github.com/rwengine/openrw/pull/449) by husho
-Behaviour of pickups has been greatly improved by husho. Now you can grab body armour, health, and adrenaline off the street. [#493](https://github.com/rwengine/openrw/pull/493) was also added for mission-specific pickups.
-
-## Garage logic, [#480](https://github.com/rwengine/openrw/pull/480) by husho
-Groundwork for garage functionality means that garage doors now activate when you approach. If that wasn't enough, [#490](https://github.com/rwengine/openrw/pull/490) added handling for rotating garage doors.
-
-## Payphones, [#498](https://github.com/rwengine/openrw/pull/498) by husho
-Payphones in the game now have functionality. This PR made it possible for the game to enable them, for the player to walk up to them and trigger them.
-
-## Conan package management [#508](https://github.com/rwengine/openrw/pull/508), by madebr
-[Conan](https://conan.io) is a cross platform package manager for C++. Thanks to this getting dependencies is now a piece of cake on Windows. This deprecates the prebuilt dependencies repository.
-
-## Additional Changes
-- [#433: Added transparency for pickups](https://github.com/rwengine/openrw/pull/433)
- - Pickups now look reasonably correct!
-- [#436: Implemented blip opcodes](https://github.com/rwengine/openrw/pull/436)
-- Locate opcodes complete
- - [#438: Implemented some locate opcodes](https://github.com/rwengine/openrw/pull/438)
- - [#486: Locate opcodes](https://github.com/rwengine/openrw/pull/486)
-- [#439: Implement random number opcodes](https://github.com/rwengine/openrw/pull/439)
-- [#440: Make buoys float again](https://github.com/rwengine/openrw/pull/440)
-- [#450: Fixed script objects falling through the ground](https://github.com/rwengine/openrw/pull/450)
-- [#460: Mostly game stats related opcodes](https://github.com/rwengine/openrw/pull/460)
-- [#461: Missions debug menu](https://github.com/rwengine/openrw/pull/461)
- - Jump into missions from debug menu
-- [#475: Added window configs](https://github.com/rwengine/openrw/pull/475)
-- [#503: Use CPack to create archives on appveyor](https://github.com/rwengine/openrw/pull/503)
-- [#533: Fix cutscene only showing a grey screen on macOS](https://github.com/rwengine/openrw/pull/533)
-
diff --git a/_sass/_carousel.scss b/_sass/_carousel.scss
deleted file mode 100644
index 0dcae5a..0000000
--- a/_sass/_carousel.scss
+++ /dev/null
@@ -1,60 +0,0 @@
-// Carousel in pure CSS
-
-// Number of panes
-$panes: 4;
-
-.carousel, .carousel-panes {
- overflow: hidden;
-}
-
-.carousel {
- width: 100%;
-
- img {
- display: block;
- max-width: 100%;
- }
-}
-
-.carousel-panes {
- // The two following lines remove extraneous spacing around the carousel
- font-size: 0;
- padding: 0;
- width: $panes * 100%;
- list-style: none;
- position: relative;
- animation: carousel 20s infinite;
-
- > li {
- position: relative;
- float: left;
- width: 1 / $panes * 100%;
- }
-}
-
-// This needs to be changed when the number of slides is changed
-@keyframes carousel {
- 0% { left: 0; }
- 20% { left: 0; }
- 25% { left: -100%; }
- 45% { left: -100%; }
- 50% { left: -200%; }
- 70% { left: -200%; }
- 75% { left: -300%; }
- 95% { left: -300%; }
- 100% { left: 0; }
-}
-
-//
-// The following are cosmetic styles
-//
-
-.carousel {
- box-shadow: 0 0 8px rgba(0, 0, 0, .75);
-}
-
-@media (min-width: 1024px) {
- .carousel {
- margin-top: 60px;
- }
-}
diff --git a/_sass/_fonts.scss b/_sass/_fonts.scss
deleted file mode 100644
index 5916bd3..0000000
--- a/_sass/_fonts.scss
+++ /dev/null
@@ -1,55 +0,0 @@
-/* titillium-web-regular - latin */
-@font-face {
- font-family: "Titillium Web";
- font-style: normal;
- font-weight: 400;
- src: url("../fonts/titillium-web-v4-latin-regular.eot"); /* IE9 Compat Modes */
- src: local("Titillium Web"), local("TitilliumWeb-Regular"),
- url("../fonts/titillium-web-v4-latin-regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
- url("../fonts/titillium-web-v4-latin-regular.woff2") format("woff2"), /* Super Modern Browsers */
- url("../fonts/titillium-web-v4-latin-regular.woff") format("woff"), /* Modern Browsers */
- url("../fonts/titillium-web-v4-latin-regular.ttf") format("truetype"), /* Safari, Android, iOS */
- url("../fonts/titillium-web-v4-latin-regular.svg#TitilliumWeb") format("svg"); /* Legacy iOS */
-}
-
-/* titillium-web-italic - latin */
-@font-face {
- font-family: "Titillium Web";
- font-style: italic;
- font-weight: 400;
- src: url("../fonts/titillium-web-v4-latin-italic.eot"); /* IE9 Compat Modes */
- src: local("Titillium WebItalic"), local("TitilliumWeb-Italic"),
- url("../fonts/titillium-web-v4-latin-italic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
- url("../fonts/titillium-web-v4-latin-italic.woff2") format("woff2"), /* Super Modern Browsers */
- url("../fonts/titillium-web-v4-latin-italic.woff") format("woff"), /* Modern Browsers */
- url("../fonts/titillium-web-v4-latin-italic.ttf") format("truetype"), /* Safari, Android, iOS */
- url("../fonts/titillium-web-v4-latin-italic.svg#TitilliumWeb") format("svg"); /* Legacy iOS */
-}
-
-/* titillium-web-700 - latin */
-@font-face {
- font-family: "Titillium Web";
- font-style: normal;
- font-weight: 700;
- src: url("../fonts/titillium-web-v4-latin-700.eot"); /* IE9 Compat Modes */
- src: local("Titillium WebBold"), local("TitilliumWeb-Bold"),
- url("../fonts/titillium-web-v4-latin-700.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
- url("../fonts/titillium-web-v4-latin-700.woff2") format("woff2"), /* Super Modern Browsers */
- url("../fonts/titillium-web-v4-latin-700.woff") format("woff"), /* Modern Browsers */
- url("../fonts/titillium-web-v4-latin-700.ttf") format("truetype"), /* Safari, Android, iOS */
- url("../fonts/titillium-web-v4-latin-700.svg#TitilliumWeb") format("svg"); /* Legacy iOS */
-}
-
-/* titillium-web-700italic - latin */
-@font-face {
- font-family: "Titillium Web";
- font-style: italic;
- font-weight: 700;
- src: url("../fonts/titillium-web-v4-latin-700italic.eot"); /* IE9 Compat Modes */
- src: local("Titillium WebBold Italic"), local("TitilliumWeb-BoldItalic"),
- url("../fonts/titillium-web-v4-latin-700italic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
- url("../fonts/titillium-web-v4-latin-700italic.woff2") format("woff2"), /* Super Modern Browsers */
- url("../fonts/titillium-web-v4-latin-700italic.woff") format("woff"), /* Modern Browsers */
- url("../fonts/titillium-web-v4-latin-700italic.ttf") format("truetype"), /* Safari, Android, iOS */
- url("../fonts/titillium-web-v4-latin-700italic.svg#TitilliumWeb") format("svg"); /* Legacy iOS */
-}
diff --git a/_sass/_variables.scss b/_sass/_variables.scss
deleted file mode 100644
index 888f92c..0000000
--- a/_sass/_variables.scss
+++ /dev/null
@@ -1,10 +0,0 @@
-$default-color: #404040;
-$desktop-default-font-size: 17px;
-$mobile-default-font-size: 15px;
-$menu-background-color: #f0f0f0;
-$menu-color: #333;
-$menu-separator-color: #666;
-$a-color: #3265ad;
-$a-dark-color: #cdf;
-$button-color: #5aa4c9;
-$menu-height: 51px;
diff --git a/assets/css/main.scss b/assets/css/main.scss
deleted file mode 100644
index dc45d13..0000000
--- a/assets/css/main.scss
+++ /dev/null
@@ -1,284 +0,0 @@
----
-# This ensures that this file is being read by Jekyll
----
-
-@import "variables"; // Variable declarations
-@import "fonts"; // Web fonts
-@import "carousel"; // CSS carousel
-
-// Adjust anchor link location to not cover titles with header
-:target:before {
- content: "";
- display: block;
- height: $menu-height;
- margin: -$menu-height 0 0;
-}
-
-body {
- color: $default-color;
- cursor: default;
- font-size: $desktop-default-font-size;
- margin-top: $menu-height;
-}
-
-// Pure-friendly font-family setting
-// http://purecss.io/grids/#using-grids-with-custom-fonts
-html, button, input, select, textarea,
-.pure-g [class *= "pure-u"] {
- font-family: "Titillium Web", sans-serif;
-}
-
-h1 {
- margin: 50px 0;
-}
-
-h2 {
- margin: 48px 0 16px 0;
-}
-
-a {
- text-decoration: none;
- transition: 0.15s color;
- color: $a-color;
- &:hover, &:focus {
- text-decoration: underline;
- color: lighten($a-color, 15%);
- }
- &:active {
- text-decoration: none;
- color: darken($a-color, 15%);
- }
-}
-
-code {
- background-color: #dfdfdf;
-}
-
-footer {
- padding-top: 50px;
- color: #999;
- font-size: 90%;
-}
-
-// Styles that affect the whole menu
-.pure-menu.pure-menu-horizontal {
- padding: 0;
- z-index: 100;
- line-height: 1;
- margin-top: -$menu-height;
- background-color: $menu-background-color;
- box-shadow: 0 0 8px rgba(0, 0, 0, .5);
- position: fixed;
-
- a {
- color: $menu-color;
- }
-}
-
-.pure-g > div {
- box-sizing: border-box;
-}
-
-.pure-menu-heading {
- text-transform: none;
- font-weight: bold;
-}
-
-.menu-separator {
- height: 30px;
- margin: 0 10px -11px 10px;
- display: inline-block;
- width: 0;
- border-left: 1px solid $menu-separator-color;
-}
-
-.content, .nav-content {
- max-width: 1200px;
- margin: 0 auto;
-}
-
-@media (max-width: 1250px) {
- .content {
- margin: 0 2.5%;
- }
-}
-
-.note {
- margin-top: 12px;
- text-align: center;
- font-style: italic;
- font-size: 95%;
- color: #ccc;
-}
-
-.text-centered {
- text-align: center;
-}
-
-.pull-right {
- float: right;
-}
-
-a.pure-menu-link {
- transition: .15s background-color;
- text-decoration: none;
- padding: 17px 15px;
- margin: 0;
- &:hover, &:focus {
- background-color: rgba(255, 255, 255, .65);
- }
- &:active {
- background-color: rgba(0, 0, 0, .1);
- }
-}
-
-.header-main {
- margin: 0;
-}
-
-// The main section of the home page
-.jumbotron {
- background-image: url("../../media/background.jpg");
- background-color: #123456;
- padding: 50px 0;
- color: #fff;
-
- a {
- color: $a-dark-color;
- transition: .15s color;
- &:hover, &:focus {
- color: lighten($a-dark-color, 15%);
- }
- &:active {
- color: darken($a-dark-color, 15%);
- }
- }
-
- h1 {
- font-size: 52px;
- }
-}
-
-// For FAQ and news post content
-.width-reduced {
- max-width: 800px;
- margin: 0 auto;
-}
-
-// For the news list
-.post-meta, .news-item h2 {
- font-size: 140%;
- margin: 10px 0;
-}
-
-.main-heading {
- text-align: center;
-}
-
-.post-date {
- margin-top: -40px;
- margin-bottom: 40px;
-}
-
-.feed-rss {
- text-align: center;
- margin-top: 50px;
-}
-
-.pure-button {
- padding: 12px 24px;
-}
-
-a.pure-button {
- font-weight: bold;
- background-color: $button-color;
- color: #fff;
- text-decoration: none;
- transition: .15s background-color;
-
- // Prevent existing anchor styles from modifying button text color
- &:hover, &:focus, &:active {
- color: inherit;
- }
-
- // Undo some Pure styles
- &:hover, &:focus, &:active {
- box-shadow: none;
- background-image: none;
- }
-
- &:hover, &:focus {
- background-color: lighten($button-color, 8%);
- }
-
- &:active {
- background-color: darken($button-color, 8%);
- }
-}
-
-.button-download-wrapper {
- margin-top: 40px;
- text-align: center;
-}
-
-// Sticky footer
-// https://philipwalton.github.io/solved-by-flexbox/demos/sticky-footer/
-.site {
- display: flex;
- // FIXME: min-height accounts for the menu height, but inserting $menu-height
- // won't work for some reason
- min-height: calc(100vh - 51px);
- flex-direction: column;
-}
-
-.site-content {
- flex: 1;
-}
-
-.what-is-openrw {
- padding: 50px 0;
- h1 {
- margin-top: 0;
- }
-}
-
-// Styles that apply only to medium-sized screens (small laptops for example)
-@media (max-width: 1370px) {
- body {
- font-size: $mobile-default-font-size;
- margin-top: $menu-height * $mobile-default-font-size / $desktop-default-font-size;
- }
-
- .pure-menu.pure-menu-horizontal {
- margin-top: -($menu-height * $mobile-default-font-size / $desktop-default-font-size);
- }
-}
-
-// Styles that apply only to narrow screens (typically mobile devices)
-@media (max-width: 1023px) {
- .jumbotron .pure-u-1 {
- margin-bottom: 50px;
- }
-
- .jumbotron h1 {
- margin-top: 0;
- }
-
- .post-meta {
- margin-bottom: -5px;
- }
-
- .news-item h2 {
- margin-bottom: 40px;
- }
-}
-
-#issues-badge {
- padding: 0 5px 0 5px;
- border-radius: 15px;
- background-color: red;
- font-weight: bold;
- color: white;
- font-size: 0.8em;
-}
-
diff --git a/assets/css/pure-grids-responsive.min.css b/assets/css/pure-grids-responsive.min.css
deleted file mode 100644
index 1df05db..0000000
--- a/assets/css/pure-grids-responsive.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
-Pure v0.6.0
-Copyright 2014 Yahoo! Inc. All rights reserved.
-Licensed under the BSD License.
-https://github.com/yahoo/pure/blob/master/LICENSE.md
-*/
-@media screen and (min-width:35.5em){.pure-u-sm-1,.pure-u-sm-1-1,.pure-u-sm-1-2,.pure-u-sm-1-3,.pure-u-sm-2-3,.pure-u-sm-1-4,.pure-u-sm-3-4,.pure-u-sm-1-5,.pure-u-sm-2-5,.pure-u-sm-3-5,.pure-u-sm-4-5,.pure-u-sm-5-5,.pure-u-sm-1-6,.pure-u-sm-5-6,.pure-u-sm-1-8,.pure-u-sm-3-8,.pure-u-sm-5-8,.pure-u-sm-7-8,.pure-u-sm-1-12,.pure-u-sm-5-12,.pure-u-sm-7-12,.pure-u-sm-11-12,.pure-u-sm-1-24,.pure-u-sm-2-24,.pure-u-sm-3-24,.pure-u-sm-4-24,.pure-u-sm-5-24,.pure-u-sm-6-24,.pure-u-sm-7-24,.pure-u-sm-8-24,.pure-u-sm-9-24,.pure-u-sm-10-24,.pure-u-sm-11-24,.pure-u-sm-12-24,.pure-u-sm-13-24,.pure-u-sm-14-24,.pure-u-sm-15-24,.pure-u-sm-16-24,.pure-u-sm-17-24,.pure-u-sm-18-24,.pure-u-sm-19-24,.pure-u-sm-20-24,.pure-u-sm-21-24,.pure-u-sm-22-24,.pure-u-sm-23-24,.pure-u-sm-24-24{display:inline-block;*display:inline;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-u-sm-1-24{width:4.1667%;*width:4.1357%}.pure-u-sm-1-12,.pure-u-sm-2-24{width:8.3333%;*width:8.3023%}.pure-u-sm-1-8,.pure-u-sm-3-24{width:12.5%;*width:12.469%}.pure-u-sm-1-6,.pure-u-sm-4-24{width:16.6667%;*width:16.6357%}.pure-u-sm-1-5{width:20%;*width:19.969%}.pure-u-sm-5-24{width:20.8333%;*width:20.8023%}.pure-u-sm-1-4,.pure-u-sm-6-24{width:25%;*width:24.969%}.pure-u-sm-7-24{width:29.1667%;*width:29.1357%}.pure-u-sm-1-3,.pure-u-sm-8-24{width:33.3333%;*width:33.3023%}.pure-u-sm-3-8,.pure-u-sm-9-24{width:37.5%;*width:37.469%}.pure-u-sm-2-5{width:40%;*width:39.969%}.pure-u-sm-5-12,.pure-u-sm-10-24{width:41.6667%;*width:41.6357%}.pure-u-sm-11-24{width:45.8333%;*width:45.8023%}.pure-u-sm-1-2,.pure-u-sm-12-24{width:50%;*width:49.969%}.pure-u-sm-13-24{width:54.1667%;*width:54.1357%}.pure-u-sm-7-12,.pure-u-sm-14-24{width:58.3333%;*width:58.3023%}.pure-u-sm-3-5{width:60%;*width:59.969%}.pure-u-sm-5-8,.pure-u-sm-15-24{width:62.5%;*width:62.469%}.pure-u-sm-2-3,.pure-u-sm-16-24{width:66.6667%;*width:66.6357%}.pure-u-sm-17-24{width:70.8333%;*width:70.8023%}.pure-u-sm-3-4,.pure-u-sm-18-24{width:75%;*width:74.969%}.pure-u-sm-19-24{width:79.1667%;*width:79.1357%}.pure-u-sm-4-5{width:80%;*width:79.969%}.pure-u-sm-5-6,.pure-u-sm-20-24{width:83.3333%;*width:83.3023%}.pure-u-sm-7-8,.pure-u-sm-21-24{width:87.5%;*width:87.469%}.pure-u-sm-11-12,.pure-u-sm-22-24{width:91.6667%;*width:91.6357%}.pure-u-sm-23-24{width:95.8333%;*width:95.8023%}.pure-u-sm-1,.pure-u-sm-1-1,.pure-u-sm-5-5,.pure-u-sm-24-24{width:100%}}@media screen and (min-width:48em){.pure-u-md-1,.pure-u-md-1-1,.pure-u-md-1-2,.pure-u-md-1-3,.pure-u-md-2-3,.pure-u-md-1-4,.pure-u-md-3-4,.pure-u-md-1-5,.pure-u-md-2-5,.pure-u-md-3-5,.pure-u-md-4-5,.pure-u-md-5-5,.pure-u-md-1-6,.pure-u-md-5-6,.pure-u-md-1-8,.pure-u-md-3-8,.pure-u-md-5-8,.pure-u-md-7-8,.pure-u-md-1-12,.pure-u-md-5-12,.pure-u-md-7-12,.pure-u-md-11-12,.pure-u-md-1-24,.pure-u-md-2-24,.pure-u-md-3-24,.pure-u-md-4-24,.pure-u-md-5-24,.pure-u-md-6-24,.pure-u-md-7-24,.pure-u-md-8-24,.pure-u-md-9-24,.pure-u-md-10-24,.pure-u-md-11-24,.pure-u-md-12-24,.pure-u-md-13-24,.pure-u-md-14-24,.pure-u-md-15-24,.pure-u-md-16-24,.pure-u-md-17-24,.pure-u-md-18-24,.pure-u-md-19-24,.pure-u-md-20-24,.pure-u-md-21-24,.pure-u-md-22-24,.pure-u-md-23-24,.pure-u-md-24-24{display:inline-block;*display:inline;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-u-md-1-24{width:4.1667%;*width:4.1357%}.pure-u-md-1-12,.pure-u-md-2-24{width:8.3333%;*width:8.3023%}.pure-u-md-1-8,.pure-u-md-3-24{width:12.5%;*width:12.469%}.pure-u-md-1-6,.pure-u-md-4-24{width:16.6667%;*width:16.6357%}.pure-u-md-1-5{width:20%;*width:19.969%}.pure-u-md-5-24{width:20.8333%;*width:20.8023%}.pure-u-md-1-4,.pure-u-md-6-24{width:25%;*width:24.969%}.pure-u-md-7-24{width:29.1667%;*width:29.1357%}.pure-u-md-1-3,.pure-u-md-8-24{width:33.3333%;*width:33.3023%}.pure-u-md-3-8,.pure-u-md-9-24{width:37.5%;*width:37.469%}.pure-u-md-2-5{width:40%;*width:39.969%}.pure-u-md-5-12,.pure-u-md-10-24{width:41.6667%;*width:41.6357%}.pure-u-md-11-24{width:45.8333%;*width:45.8023%}.pure-u-md-1-2,.pure-u-md-12-24{width:50%;*width:49.969%}.pure-u-md-13-24{width:54.1667%;*width:54.1357%}.pure-u-md-7-12,.pure-u-md-14-24{width:58.3333%;*width:58.3023%}.pure-u-md-3-5{width:60%;*width:59.969%}.pure-u-md-5-8,.pure-u-md-15-24{width:62.5%;*width:62.469%}.pure-u-md-2-3,.pure-u-md-16-24{width:66.6667%;*width:66.6357%}.pure-u-md-17-24{width:70.8333%;*width:70.8023%}.pure-u-md-3-4,.pure-u-md-18-24{width:75%;*width:74.969%}.pure-u-md-19-24{width:79.1667%;*width:79.1357%}.pure-u-md-4-5{width:80%;*width:79.969%}.pure-u-md-5-6,.pure-u-md-20-24{width:83.3333%;*width:83.3023%}.pure-u-md-7-8,.pure-u-md-21-24{width:87.5%;*width:87.469%}.pure-u-md-11-12,.pure-u-md-22-24{width:91.6667%;*width:91.6357%}.pure-u-md-23-24{width:95.8333%;*width:95.8023%}.pure-u-md-1,.pure-u-md-1-1,.pure-u-md-5-5,.pure-u-md-24-24{width:100%}}@media screen and (min-width:64em){.pure-u-lg-1,.pure-u-lg-1-1,.pure-u-lg-1-2,.pure-u-lg-1-3,.pure-u-lg-2-3,.pure-u-lg-1-4,.pure-u-lg-3-4,.pure-u-lg-1-5,.pure-u-lg-2-5,.pure-u-lg-3-5,.pure-u-lg-4-5,.pure-u-lg-5-5,.pure-u-lg-1-6,.pure-u-lg-5-6,.pure-u-lg-1-8,.pure-u-lg-3-8,.pure-u-lg-5-8,.pure-u-lg-7-8,.pure-u-lg-1-12,.pure-u-lg-5-12,.pure-u-lg-7-12,.pure-u-lg-11-12,.pure-u-lg-1-24,.pure-u-lg-2-24,.pure-u-lg-3-24,.pure-u-lg-4-24,.pure-u-lg-5-24,.pure-u-lg-6-24,.pure-u-lg-7-24,.pure-u-lg-8-24,.pure-u-lg-9-24,.pure-u-lg-10-24,.pure-u-lg-11-24,.pure-u-lg-12-24,.pure-u-lg-13-24,.pure-u-lg-14-24,.pure-u-lg-15-24,.pure-u-lg-16-24,.pure-u-lg-17-24,.pure-u-lg-18-24,.pure-u-lg-19-24,.pure-u-lg-20-24,.pure-u-lg-21-24,.pure-u-lg-22-24,.pure-u-lg-23-24,.pure-u-lg-24-24{display:inline-block;*display:inline;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-u-lg-1-24{width:4.1667%;*width:4.1357%}.pure-u-lg-1-12,.pure-u-lg-2-24{width:8.3333%;*width:8.3023%}.pure-u-lg-1-8,.pure-u-lg-3-24{width:12.5%;*width:12.469%}.pure-u-lg-1-6,.pure-u-lg-4-24{width:16.6667%;*width:16.6357%}.pure-u-lg-1-5{width:20%;*width:19.969%}.pure-u-lg-5-24{width:20.8333%;*width:20.8023%}.pure-u-lg-1-4,.pure-u-lg-6-24{width:25%;*width:24.969%}.pure-u-lg-7-24{width:29.1667%;*width:29.1357%}.pure-u-lg-1-3,.pure-u-lg-8-24{width:33.3333%;*width:33.3023%}.pure-u-lg-3-8,.pure-u-lg-9-24{width:37.5%;*width:37.469%}.pure-u-lg-2-5{width:40%;*width:39.969%}.pure-u-lg-5-12,.pure-u-lg-10-24{width:41.6667%;*width:41.6357%}.pure-u-lg-11-24{width:45.8333%;*width:45.8023%}.pure-u-lg-1-2,.pure-u-lg-12-24{width:50%;*width:49.969%}.pure-u-lg-13-24{width:54.1667%;*width:54.1357%}.pure-u-lg-7-12,.pure-u-lg-14-24{width:58.3333%;*width:58.3023%}.pure-u-lg-3-5{width:60%;*width:59.969%}.pure-u-lg-5-8,.pure-u-lg-15-24{width:62.5%;*width:62.469%}.pure-u-lg-2-3,.pure-u-lg-16-24{width:66.6667%;*width:66.6357%}.pure-u-lg-17-24{width:70.8333%;*width:70.8023%}.pure-u-lg-3-4,.pure-u-lg-18-24{width:75%;*width:74.969%}.pure-u-lg-19-24{width:79.1667%;*width:79.1357%}.pure-u-lg-4-5{width:80%;*width:79.969%}.pure-u-lg-5-6,.pure-u-lg-20-24{width:83.3333%;*width:83.3023%}.pure-u-lg-7-8,.pure-u-lg-21-24{width:87.5%;*width:87.469%}.pure-u-lg-11-12,.pure-u-lg-22-24{width:91.6667%;*width:91.6357%}.pure-u-lg-23-24{width:95.8333%;*width:95.8023%}.pure-u-lg-1,.pure-u-lg-1-1,.pure-u-lg-5-5,.pure-u-lg-24-24{width:100%}}@media screen and (min-width:80em){.pure-u-xl-1,.pure-u-xl-1-1,.pure-u-xl-1-2,.pure-u-xl-1-3,.pure-u-xl-2-3,.pure-u-xl-1-4,.pure-u-xl-3-4,.pure-u-xl-1-5,.pure-u-xl-2-5,.pure-u-xl-3-5,.pure-u-xl-4-5,.pure-u-xl-5-5,.pure-u-xl-1-6,.pure-u-xl-5-6,.pure-u-xl-1-8,.pure-u-xl-3-8,.pure-u-xl-5-8,.pure-u-xl-7-8,.pure-u-xl-1-12,.pure-u-xl-5-12,.pure-u-xl-7-12,.pure-u-xl-11-12,.pure-u-xl-1-24,.pure-u-xl-2-24,.pure-u-xl-3-24,.pure-u-xl-4-24,.pure-u-xl-5-24,.pure-u-xl-6-24,.pure-u-xl-7-24,.pure-u-xl-8-24,.pure-u-xl-9-24,.pure-u-xl-10-24,.pure-u-xl-11-24,.pure-u-xl-12-24,.pure-u-xl-13-24,.pure-u-xl-14-24,.pure-u-xl-15-24,.pure-u-xl-16-24,.pure-u-xl-17-24,.pure-u-xl-18-24,.pure-u-xl-19-24,.pure-u-xl-20-24,.pure-u-xl-21-24,.pure-u-xl-22-24,.pure-u-xl-23-24,.pure-u-xl-24-24{display:inline-block;*display:inline;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-u-xl-1-24{width:4.1667%;*width:4.1357%}.pure-u-xl-1-12,.pure-u-xl-2-24{width:8.3333%;*width:8.3023%}.pure-u-xl-1-8,.pure-u-xl-3-24{width:12.5%;*width:12.469%}.pure-u-xl-1-6,.pure-u-xl-4-24{width:16.6667%;*width:16.6357%}.pure-u-xl-1-5{width:20%;*width:19.969%}.pure-u-xl-5-24{width:20.8333%;*width:20.8023%}.pure-u-xl-1-4,.pure-u-xl-6-24{width:25%;*width:24.969%}.pure-u-xl-7-24{width:29.1667%;*width:29.1357%}.pure-u-xl-1-3,.pure-u-xl-8-24{width:33.3333%;*width:33.3023%}.pure-u-xl-3-8,.pure-u-xl-9-24{width:37.5%;*width:37.469%}.pure-u-xl-2-5{width:40%;*width:39.969%}.pure-u-xl-5-12,.pure-u-xl-10-24{width:41.6667%;*width:41.6357%}.pure-u-xl-11-24{width:45.8333%;*width:45.8023%}.pure-u-xl-1-2,.pure-u-xl-12-24{width:50%;*width:49.969%}.pure-u-xl-13-24{width:54.1667%;*width:54.1357%}.pure-u-xl-7-12,.pure-u-xl-14-24{width:58.3333%;*width:58.3023%}.pure-u-xl-3-5{width:60%;*width:59.969%}.pure-u-xl-5-8,.pure-u-xl-15-24{width:62.5%;*width:62.469%}.pure-u-xl-2-3,.pure-u-xl-16-24{width:66.6667%;*width:66.6357%}.pure-u-xl-17-24{width:70.8333%;*width:70.8023%}.pure-u-xl-3-4,.pure-u-xl-18-24{width:75%;*width:74.969%}.pure-u-xl-19-24{width:79.1667%;*width:79.1357%}.pure-u-xl-4-5{width:80%;*width:79.969%}.pure-u-xl-5-6,.pure-u-xl-20-24{width:83.3333%;*width:83.3023%}.pure-u-xl-7-8,.pure-u-xl-21-24{width:87.5%;*width:87.469%}.pure-u-xl-11-12,.pure-u-xl-22-24{width:91.6667%;*width:91.6357%}.pure-u-xl-23-24{width:95.8333%;*width:95.8023%}.pure-u-xl-1,.pure-u-xl-1-1,.pure-u-xl-5-5,.pure-u-xl-24-24{width:100%}}
\ No newline at end of file
diff --git a/assets/css/pure.min.css b/assets/css/pure.min.css
deleted file mode 100644
index f0aa374..0000000
--- a/assets/css/pure.min.css
+++ /dev/null
@@ -1,11 +0,0 @@
-/*!
-Pure v0.6.0
-Copyright 2014 Yahoo! Inc. All rights reserved.
-Licensed under the BSD License.
-https://github.com/yahoo/pure/blob/master/LICENSE.md
-*/
-/*!
-normalize.css v^3.0 | MIT License | git.io/normalize
-Copyright (c) Nicolas Gallagher and Jonathan Neal
-*/
-/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.hidden,[hidden]{display:none!important}.pure-img{max-width:100%;height:auto;display:block}.pure-g{letter-spacing:-.31em;*letter-spacing:normal;*word-spacing:-.43em;text-rendering:optimizespeed;font-family:FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;display:-webkit-flex;-webkit-flex-flow:row wrap;display:-ms-flexbox;-ms-flex-flow:row wrap;-ms-align-content:flex-start;-webkit-align-content:flex-start;align-content:flex-start}.opera-only :-o-prefocus,.pure-g{word-spacing:-.43em}.pure-u{display:inline-block;*display:inline;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-g [class *="pure-u"]{font-family:sans-serif}.pure-u-1,.pure-u-1-1,.pure-u-1-2,.pure-u-1-3,.pure-u-2-3,.pure-u-1-4,.pure-u-3-4,.pure-u-1-5,.pure-u-2-5,.pure-u-3-5,.pure-u-4-5,.pure-u-5-5,.pure-u-1-6,.pure-u-5-6,.pure-u-1-8,.pure-u-3-8,.pure-u-5-8,.pure-u-7-8,.pure-u-1-12,.pure-u-5-12,.pure-u-7-12,.pure-u-11-12,.pure-u-1-24,.pure-u-2-24,.pure-u-3-24,.pure-u-4-24,.pure-u-5-24,.pure-u-6-24,.pure-u-7-24,.pure-u-8-24,.pure-u-9-24,.pure-u-10-24,.pure-u-11-24,.pure-u-12-24,.pure-u-13-24,.pure-u-14-24,.pure-u-15-24,.pure-u-16-24,.pure-u-17-24,.pure-u-18-24,.pure-u-19-24,.pure-u-20-24,.pure-u-21-24,.pure-u-22-24,.pure-u-23-24,.pure-u-24-24{display:inline-block;*display:inline;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-u-1-24{width:4.1667%;*width:4.1357%}.pure-u-1-12,.pure-u-2-24{width:8.3333%;*width:8.3023%}.pure-u-1-8,.pure-u-3-24{width:12.5%;*width:12.469%}.pure-u-1-6,.pure-u-4-24{width:16.6667%;*width:16.6357%}.pure-u-1-5{width:20%;*width:19.969%}.pure-u-5-24{width:20.8333%;*width:20.8023%}.pure-u-1-4,.pure-u-6-24{width:25%;*width:24.969%}.pure-u-7-24{width:29.1667%;*width:29.1357%}.pure-u-1-3,.pure-u-8-24{width:33.3333%;*width:33.3023%}.pure-u-3-8,.pure-u-9-24{width:37.5%;*width:37.469%}.pure-u-2-5{width:40%;*width:39.969%}.pure-u-5-12,.pure-u-10-24{width:41.6667%;*width:41.6357%}.pure-u-11-24{width:45.8333%;*width:45.8023%}.pure-u-1-2,.pure-u-12-24{width:50%;*width:49.969%}.pure-u-13-24{width:54.1667%;*width:54.1357%}.pure-u-7-12,.pure-u-14-24{width:58.3333%;*width:58.3023%}.pure-u-3-5{width:60%;*width:59.969%}.pure-u-5-8,.pure-u-15-24{width:62.5%;*width:62.469%}.pure-u-2-3,.pure-u-16-24{width:66.6667%;*width:66.6357%}.pure-u-17-24{width:70.8333%;*width:70.8023%}.pure-u-3-4,.pure-u-18-24{width:75%;*width:74.969%}.pure-u-19-24{width:79.1667%;*width:79.1357%}.pure-u-4-5{width:80%;*width:79.969%}.pure-u-5-6,.pure-u-20-24{width:83.3333%;*width:83.3023%}.pure-u-7-8,.pure-u-21-24{width:87.5%;*width:87.469%}.pure-u-11-12,.pure-u-22-24{width:91.6667%;*width:91.6357%}.pure-u-23-24{width:95.8333%;*width:95.8023%}.pure-u-1,.pure-u-1-1,.pure-u-5-5,.pure-u-24-24{width:100%}.pure-button{display:inline-block;zoom:1;line-height:normal;white-space:nowrap;vertical-align:middle;text-align:center;cursor:pointer;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.pure-button::-moz-focus-inner{padding:0;border:0}.pure-button{font-family:inherit;font-size:100%;padding:.5em 1em;color:#444;color:rgba(0,0,0,.8);border:1px solid #999;border:0 rgba(0,0,0,0);background-color:#E6E6E6;text-decoration:none;border-radius:2px}.pure-button-hover,.pure-button:hover,.pure-button:focus{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);background-image:-webkit-gradient(linear,0 0,0 100%,from(transparent),color-stop(40%,rgba(0,0,0,.05)),to(rgba(0,0,0,.1)));background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));background-image:-moz-linear-gradient(top,rgba(0,0,0,.05) 0,rgba(0,0,0,.1));background-image:-o-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));background-image:linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))}.pure-button:focus{outline:0}.pure-button-active,.pure-button:active{box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 0 6px rgba(0,0,0,.2) inset;border-color:#000\9}.pure-button[disabled],.pure-button-disabled,.pure-button-disabled:hover,.pure-button-disabled:focus,.pure-button-disabled:active{border:0;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);filter:alpha(opacity=40);-khtml-opacity:.4;-moz-opacity:.4;opacity:.4;cursor:not-allowed;box-shadow:none}.pure-button-hidden{display:none}.pure-button::-moz-focus-inner{padding:0;border:0}.pure-button-primary,.pure-button-selected,a.pure-button-primary,a.pure-button-selected{background-color:#0078e7;color:#fff}.pure-form input[type=text],.pure-form input[type=password],.pure-form input[type=email],.pure-form input[type=url],.pure-form input[type=date],.pure-form input[type=month],.pure-form input[type=time],.pure-form input[type=datetime],.pure-form input[type=datetime-local],.pure-form input[type=week],.pure-form input[type=number],.pure-form input[type=search],.pure-form input[type=tel],.pure-form input[type=color],.pure-form select,.pure-form textarea{padding:.5em .6em;display:inline-block;border:1px solid #ccc;box-shadow:inset 0 1px 3px #ddd;border-radius:4px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.pure-form input:not([type]){padding:.5em .6em;display:inline-block;border:1px solid #ccc;box-shadow:inset 0 1px 3px #ddd;border-radius:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.pure-form input[type=color]{padding:.2em .5em}.pure-form input[type=text]:focus,.pure-form input[type=password]:focus,.pure-form input[type=email]:focus,.pure-form input[type=url]:focus,.pure-form input[type=date]:focus,.pure-form input[type=month]:focus,.pure-form input[type=time]:focus,.pure-form input[type=datetime]:focus,.pure-form input[type=datetime-local]:focus,.pure-form input[type=week]:focus,.pure-form input[type=number]:focus,.pure-form input[type=search]:focus,.pure-form input[type=tel]:focus,.pure-form input[type=color]:focus,.pure-form select:focus,.pure-form textarea:focus{outline:0;border-color:#129FEA}.pure-form input:not([type]):focus{outline:0;border-color:#129FEA}.pure-form input[type=file]:focus,.pure-form input[type=radio]:focus,.pure-form input[type=checkbox]:focus{outline:thin solid #129FEA;outline:1px auto #129FEA}.pure-form .pure-checkbox,.pure-form .pure-radio{margin:.5em 0;display:block}.pure-form input[type=text][disabled],.pure-form input[type=password][disabled],.pure-form input[type=email][disabled],.pure-form input[type=url][disabled],.pure-form input[type=date][disabled],.pure-form input[type=month][disabled],.pure-form input[type=time][disabled],.pure-form input[type=datetime][disabled],.pure-form input[type=datetime-local][disabled],.pure-form input[type=week][disabled],.pure-form input[type=number][disabled],.pure-form input[type=search][disabled],.pure-form input[type=tel][disabled],.pure-form input[type=color][disabled],.pure-form select[disabled],.pure-form textarea[disabled]{cursor:not-allowed;background-color:#eaeded;color:#cad2d3}.pure-form input:not([type])[disabled]{cursor:not-allowed;background-color:#eaeded;color:#cad2d3}.pure-form input[readonly],.pure-form select[readonly],.pure-form textarea[readonly]{background-color:#eee;color:#777;border-color:#ccc}.pure-form input:focus:invalid,.pure-form textarea:focus:invalid,.pure-form select:focus:invalid{color:#b94a48;border-color:#e9322d}.pure-form input[type=file]:focus:invalid:focus,.pure-form input[type=radio]:focus:invalid:focus,.pure-form input[type=checkbox]:focus:invalid:focus{outline-color:#e9322d}.pure-form select{height:2.25em;border:1px solid #ccc;background-color:#fff}.pure-form select[multiple]{height:auto}.pure-form label{margin:.5em 0 .2em}.pure-form fieldset{margin:0;padding:.35em 0 .75em;border:0}.pure-form legend{display:block;width:100%;padding:.3em 0;margin-bottom:.3em;color:#333;border-bottom:1px solid #e5e5e5}.pure-form-stacked input[type=text],.pure-form-stacked input[type=password],.pure-form-stacked input[type=email],.pure-form-stacked input[type=url],.pure-form-stacked input[type=date],.pure-form-stacked input[type=month],.pure-form-stacked input[type=time],.pure-form-stacked input[type=datetime],.pure-form-stacked input[type=datetime-local],.pure-form-stacked input[type=week],.pure-form-stacked input[type=number],.pure-form-stacked input[type=search],.pure-form-stacked input[type=tel],.pure-form-stacked input[type=color],.pure-form-stacked input[type=file],.pure-form-stacked select,.pure-form-stacked label,.pure-form-stacked textarea{display:block;margin:.25em 0}.pure-form-stacked input:not([type]){display:block;margin:.25em 0}.pure-form-aligned input,.pure-form-aligned textarea,.pure-form-aligned select,.pure-form-aligned .pure-help-inline,.pure-form-message-inline{display:inline-block;*display:inline;*zoom:1;vertical-align:middle}.pure-form-aligned textarea{vertical-align:top}.pure-form-aligned .pure-control-group{margin-bottom:.5em}.pure-form-aligned .pure-control-group label{text-align:right;display:inline-block;vertical-align:middle;width:10em;margin:0 1em 0 0}.pure-form-aligned .pure-controls{margin:1.5em 0 0 11em}.pure-form input.pure-input-rounded,.pure-form .pure-input-rounded{border-radius:2em;padding:.5em 1em}.pure-form .pure-group fieldset{margin-bottom:10px}.pure-form .pure-group input,.pure-form .pure-group textarea{display:block;padding:10px;margin:0 0 -1px;border-radius:0;position:relative;top:-1px}.pure-form .pure-group input:focus,.pure-form .pure-group textarea:focus{z-index:3}.pure-form .pure-group input:first-child,.pure-form .pure-group textarea:first-child{top:1px;border-radius:4px 4px 0 0;margin:0}.pure-form .pure-group input:first-child:last-child,.pure-form .pure-group textarea:first-child:last-child{top:1px;border-radius:4px;margin:0}.pure-form .pure-group input:last-child,.pure-form .pure-group textarea:last-child{top:-2px;border-radius:0 0 4px 4px;margin:0}.pure-form .pure-group button{margin:.35em 0}.pure-form .pure-input-1{width:100%}.pure-form .pure-input-2-3{width:66%}.pure-form .pure-input-1-2{width:50%}.pure-form .pure-input-1-3{width:33%}.pure-form .pure-input-1-4{width:25%}.pure-form .pure-help-inline,.pure-form-message-inline{display:inline-block;padding-left:.3em;color:#666;vertical-align:middle;font-size:.875em}.pure-form-message{display:block;color:#666;font-size:.875em}@media only screen and (max-width :480px){.pure-form button[type=submit]{margin:.7em 0 0}.pure-form input:not([type]),.pure-form input[type=text],.pure-form input[type=password],.pure-form input[type=email],.pure-form input[type=url],.pure-form input[type=date],.pure-form input[type=month],.pure-form input[type=time],.pure-form input[type=datetime],.pure-form input[type=datetime-local],.pure-form input[type=week],.pure-form input[type=number],.pure-form input[type=search],.pure-form input[type=tel],.pure-form input[type=color],.pure-form label{margin-bottom:.3em;display:block}.pure-group input:not([type]),.pure-group input[type=text],.pure-group input[type=password],.pure-group input[type=email],.pure-group input[type=url],.pure-group input[type=date],.pure-group input[type=month],.pure-group input[type=time],.pure-group input[type=datetime],.pure-group input[type=datetime-local],.pure-group input[type=week],.pure-group input[type=number],.pure-group input[type=search],.pure-group input[type=tel],.pure-group input[type=color]{margin-bottom:0}.pure-form-aligned .pure-control-group label{margin-bottom:.3em;text-align:left;display:block;width:100%}.pure-form-aligned .pure-controls{margin:1.5em 0 0}.pure-form .pure-help-inline,.pure-form-message-inline,.pure-form-message{display:block;font-size:.75em;padding:.2em 0 .8em}}.pure-menu{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.pure-menu-fixed{position:fixed;left:0;top:0;z-index:3}.pure-menu-list,.pure-menu-item{position:relative}.pure-menu-list{list-style:none;margin:0;padding:0}.pure-menu-item{padding:0;margin:0;height:100%}.pure-menu-link,.pure-menu-heading{display:block;text-decoration:none;white-space:nowrap}.pure-menu-horizontal{width:100%;white-space:nowrap}.pure-menu-horizontal .pure-menu-list{display:inline-block}.pure-menu-horizontal .pure-menu-item,.pure-menu-horizontal .pure-menu-heading,.pure-menu-horizontal .pure-menu-separator{display:inline-block;*display:inline;zoom:1;vertical-align:middle}.pure-menu-item .pure-menu-item{display:block}.pure-menu-children{display:none;position:absolute;left:100%;top:0;margin:0;padding:0;z-index:3}.pure-menu-horizontal .pure-menu-children{left:0;top:auto;width:inherit}.pure-menu-allow-hover:hover>.pure-menu-children,.pure-menu-active>.pure-menu-children{display:block;position:absolute}.pure-menu-has-children>.pure-menu-link:after{padding-left:.5em;content:"\25B8";font-size:small}.pure-menu-horizontal .pure-menu-has-children>.pure-menu-link:after{content:"\25BE"}.pure-menu-scrollable{overflow-y:scroll;overflow-x:hidden}.pure-menu-scrollable .pure-menu-list{display:block}.pure-menu-horizontal.pure-menu-scrollable .pure-menu-list{display:inline-block}.pure-menu-horizontal.pure-menu-scrollable{white-space:nowrap;overflow-y:hidden;overflow-x:auto;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;padding:.5em 0}.pure-menu-horizontal.pure-menu-scrollable::-webkit-scrollbar{display:none}.pure-menu-separator{background-color:#ccc;height:1px;margin:.3em 0}.pure-menu-horizontal .pure-menu-separator{width:1px;height:1.3em;margin:0 .3em}.pure-menu-heading{text-transform:uppercase;color:#565d64}.pure-menu-link{color:#777}.pure-menu-children{background-color:#fff}.pure-menu-link,.pure-menu-disabled,.pure-menu-heading{padding:.5em 1em}.pure-menu-disabled{opacity:.5}.pure-menu-disabled .pure-menu-link:hover{background-color:transparent}.pure-menu-active>.pure-menu-link,.pure-menu-link:hover,.pure-menu-link:focus{background-color:#eee}.pure-menu-selected .pure-menu-link,.pure-menu-selected .pure-menu-link:visited{color:#000}.pure-table{border-collapse:collapse;border-spacing:0;empty-cells:show;border:1px solid #cbcbcb}.pure-table caption{color:#000;font:italic 85%/1 arial,sans-serif;padding:1em 0;text-align:center}.pure-table td,.pure-table th{border-left:1px solid #cbcbcb;border-width:0 0 0 1px;font-size:inherit;margin:0;overflow:visible;padding:.5em 1em}.pure-table td:first-child,.pure-table th:first-child{border-left-width:0}.pure-table thead{background-color:#e0e0e0;color:#000;text-align:left;vertical-align:bottom}.pure-table td{background-color:transparent}.pure-table-odd td{background-color:#f2f2f2}.pure-table-striped tr:nth-child(2n-1) td{background-color:#f2f2f2}.pure-table-bordered td{border-bottom:1px solid #cbcbcb}.pure-table-bordered tbody>tr:last-child>td{border-bottom-width:0}.pure-table-horizontal td,.pure-table-horizontal th{border-width:0 0 1px;border-bottom:1px solid #cbcbcb}.pure-table-horizontal tbody>tr:last-child>td{border-bottom-width:0}
\ No newline at end of file
diff --git a/assets/fonts/titillium-web-v4-latin-700.eot b/assets/fonts/titillium-web-v4-latin-700.eot
deleted file mode 100644
index 2e3c912..0000000
Binary files a/assets/fonts/titillium-web-v4-latin-700.eot and /dev/null differ
diff --git a/assets/fonts/titillium-web-v4-latin-700.svg b/assets/fonts/titillium-web-v4-latin-700.svg
deleted file mode 100644
index 7585521..0000000
--- a/assets/fonts/titillium-web-v4-latin-700.svg
+++ /dev/null
@@ -1,276 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/assets/fonts/titillium-web-v4-latin-700.ttf b/assets/fonts/titillium-web-v4-latin-700.ttf
deleted file mode 100644
index b09d80b..0000000
Binary files a/assets/fonts/titillium-web-v4-latin-700.ttf and /dev/null differ
diff --git a/assets/fonts/titillium-web-v4-latin-700.woff b/assets/fonts/titillium-web-v4-latin-700.woff
deleted file mode 100644
index 55e74f4..0000000
Binary files a/assets/fonts/titillium-web-v4-latin-700.woff and /dev/null differ
diff --git a/assets/fonts/titillium-web-v4-latin-700.woff2 b/assets/fonts/titillium-web-v4-latin-700.woff2
deleted file mode 100644
index 2982493..0000000
Binary files a/assets/fonts/titillium-web-v4-latin-700.woff2 and /dev/null differ
diff --git a/assets/fonts/titillium-web-v4-latin-700italic.eot b/assets/fonts/titillium-web-v4-latin-700italic.eot
deleted file mode 100644
index 2b26f03..0000000
Binary files a/assets/fonts/titillium-web-v4-latin-700italic.eot and /dev/null differ
diff --git a/assets/fonts/titillium-web-v4-latin-700italic.svg b/assets/fonts/titillium-web-v4-latin-700italic.svg
deleted file mode 100644
index 7547681..0000000
--- a/assets/fonts/titillium-web-v4-latin-700italic.svg
+++ /dev/null
@@ -1,305 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/assets/fonts/titillium-web-v4-latin-700italic.ttf b/assets/fonts/titillium-web-v4-latin-700italic.ttf
deleted file mode 100644
index f9def23..0000000
Binary files a/assets/fonts/titillium-web-v4-latin-700italic.ttf and /dev/null differ
diff --git a/assets/fonts/titillium-web-v4-latin-700italic.woff b/assets/fonts/titillium-web-v4-latin-700italic.woff
deleted file mode 100644
index aec5aa4..0000000
Binary files a/assets/fonts/titillium-web-v4-latin-700italic.woff and /dev/null differ
diff --git a/assets/fonts/titillium-web-v4-latin-700italic.woff2 b/assets/fonts/titillium-web-v4-latin-700italic.woff2
deleted file mode 100644
index 240c288..0000000
Binary files a/assets/fonts/titillium-web-v4-latin-700italic.woff2 and /dev/null differ
diff --git a/assets/fonts/titillium-web-v4-latin-italic.eot b/assets/fonts/titillium-web-v4-latin-italic.eot
deleted file mode 100644
index 340af1b..0000000
Binary files a/assets/fonts/titillium-web-v4-latin-italic.eot and /dev/null differ
diff --git a/assets/fonts/titillium-web-v4-latin-italic.svg b/assets/fonts/titillium-web-v4-latin-italic.svg
deleted file mode 100644
index 6c4dc4a..0000000
--- a/assets/fonts/titillium-web-v4-latin-italic.svg
+++ /dev/null
@@ -1,306 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/assets/fonts/titillium-web-v4-latin-italic.ttf b/assets/fonts/titillium-web-v4-latin-italic.ttf
deleted file mode 100644
index 6718df9..0000000
Binary files a/assets/fonts/titillium-web-v4-latin-italic.ttf and /dev/null differ
diff --git a/assets/fonts/titillium-web-v4-latin-italic.woff b/assets/fonts/titillium-web-v4-latin-italic.woff
deleted file mode 100644
index 3b67198..0000000
Binary files a/assets/fonts/titillium-web-v4-latin-italic.woff and /dev/null differ
diff --git a/assets/fonts/titillium-web-v4-latin-italic.woff2 b/assets/fonts/titillium-web-v4-latin-italic.woff2
deleted file mode 100644
index ac6250b..0000000
Binary files a/assets/fonts/titillium-web-v4-latin-italic.woff2 and /dev/null differ
diff --git a/assets/fonts/titillium-web-v4-latin-regular.eot b/assets/fonts/titillium-web-v4-latin-regular.eot
deleted file mode 100644
index d9f4516..0000000
Binary files a/assets/fonts/titillium-web-v4-latin-regular.eot and /dev/null differ
diff --git a/assets/fonts/titillium-web-v4-latin-regular.svg b/assets/fonts/titillium-web-v4-latin-regular.svg
deleted file mode 100644
index 91af459..0000000
--- a/assets/fonts/titillium-web-v4-latin-regular.svg
+++ /dev/null
@@ -1,275 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/assets/fonts/titillium-web-v4-latin-regular.ttf b/assets/fonts/titillium-web-v4-latin-regular.ttf
deleted file mode 100644
index f51be6b..0000000
Binary files a/assets/fonts/titillium-web-v4-latin-regular.ttf and /dev/null differ
diff --git a/assets/fonts/titillium-web-v4-latin-regular.woff b/assets/fonts/titillium-web-v4-latin-regular.woff
deleted file mode 100644
index 7376623..0000000
Binary files a/assets/fonts/titillium-web-v4-latin-regular.woff and /dev/null differ
diff --git a/assets/fonts/titillium-web-v4-latin-regular.woff2 b/assets/fonts/titillium-web-v4-latin-regular.woff2
deleted file mode 100644
index 4fbc572..0000000
Binary files a/assets/fonts/titillium-web-v4-latin-regular.woff2 and /dev/null differ
diff --git a/download.html b/download.html
deleted file mode 100644
index 7ceaa7f..0000000
--- a/download.html
+++ /dev/null
@@ -1,11 +0,0 @@
----
-layout: default
-title: Downloads
----
-
-Download
-
-
- {% include markdown.html file="download.md" %}
-
-
diff --git a/feed.xml b/feed.xml
deleted file mode 100644
index 88bda57..0000000
--- a/feed.xml
+++ /dev/null
@@ -1,31 +0,0 @@
----
-layout: null
----
-
-
-
-
- {{ site.title | xml_escape }}
- {{ site.description | xml_escape }}
- {{ site.url }}{{ site.baseurl }}/
-
- {{ site.time | date_to_rfc822 }}
- {{ site.time | date_to_rfc822 }}
- Jekyll v{{ jekyll.version }}
- {% for post in site.posts limit:10 %}
- -
-
{{ post.title | xml_escape }}
- {{ post.content | xml_escape }}
- {{ post.date | date_to_rfc822 }}
- {{ post.url | prepend: site.baseurl | prepend: site.url }}
- {{ post.url | prepend: site.baseurl | prepend: site.url }}
- {% for tag in post.tags %}
- {{ tag | xml_escape }}
- {% endfor %}
- {% for cat in post.categories %}
- {{ cat | xml_escape }}
- {% endfor %}
-
- {% endfor %}
-
-
diff --git a/index.html b/index.html
index 5278dcd..6c0dc76 100644
--- a/index.html
+++ b/index.html
@@ -1,64 +1,43 @@
----
-layout: default
-title: Open Source GTA III engine re-implementation
----
+
+
+
+
+
+ OpenRW by rwengine
-
-
-
-
-
-
-
-
A Grand Theft Auto III re-implementation
-
For users
-
- A faithful rendition of the classic action PC game
- Runs on modern Linux, BSD, macOS and Windows systems
-
-
For developers
-
-
-
-
-
-
-
-
-
Frequently asked questions
- {% include markdown.html file="faq.md" %}
-
-
+
+
+
+
+
+
+
+
+
+
+ For Users
-
+OpenRW is in an early state of development. It's not currently possible to play through much of the game using OpenRW. Check back soon and keep refreshing the OpenRW Subreddit for more information as it happens.
+
+
+ For developers
+
+Development is happening in the OpenRW Repository . If you want to talk about development, drop into the #openrw IRC channel on chat.freenode.net.
+
+
+
+
+
+
+
diff --git a/javascripts/scale.fix.js b/javascripts/scale.fix.js
new file mode 100644
index 0000000..87a40ca
--- /dev/null
+++ b/javascripts/scale.fix.js
@@ -0,0 +1,17 @@
+var metas = document.getElementsByTagName('meta');
+var i;
+if (navigator.userAgent.match(/iPhone/i)) {
+ for (i=0; i
- News
- {% for post in site.posts %}
-
-
-
{{ post.date | date_to_long_string }}
-
-
-
-
- {% endfor %}
-
-
diff --git a/params.json b/params.json
new file mode 100644
index 0000000..343a2cd
--- /dev/null
+++ b/params.json
@@ -0,0 +1,6 @@
+{
+ "name": "OpenRW",
+ "tagline": "",
+ "body": "# For Users\r\n\r\nOpenRW is in an early state of development. It's not currently possible to play through much of the game using OpenRW. Check back soon and keep refreshing the [OpenRW Subreddit](https://reddit.com/r/openrw) for more information as it happens.\r\n\r\n# For developers\r\n\r\nDevelopment is happening in the [OpenRW Repository](https://github.com/rwengine/openrw). If you want to talk about development, drop into the #openrw IRC channel on chat.freenode.net.",
+ "note": "Don't delete this file! It's used internally to help with page regeneration."
+}
\ No newline at end of file
diff --git a/stylesheets/github-light.css b/stylesheets/github-light.css
new file mode 100644
index 0000000..0c6b24d
--- /dev/null
+++ b/stylesheets/github-light.css
@@ -0,0 +1,124 @@
+/*
+The MIT License (MIT)
+
+Copyright (c) 2016 GitHub, Inc.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+*/
+
+.pl-c /* comment */ {
+ color: #969896;
+}
+
+.pl-c1 /* constant, variable.other.constant, support, meta.property-name, support.constant, support.variable, meta.module-reference, markup.raw, meta.diff.header */,
+.pl-s .pl-v /* string variable */ {
+ color: #0086b3;
+}
+
+.pl-e /* entity */,
+.pl-en /* entity.name */ {
+ color: #795da3;
+}
+
+.pl-smi /* variable.parameter.function, storage.modifier.package, storage.modifier.import, storage.type.java, variable.other */,
+.pl-s .pl-s1 /* string source */ {
+ color: #333;
+}
+
+.pl-ent /* entity.name.tag */ {
+ color: #63a35c;
+}
+
+.pl-k /* keyword, storage, storage.type */ {
+ color: #a71d5d;
+}
+
+.pl-s /* string */,
+.pl-pds /* punctuation.definition.string, string.regexp.character-class */,
+.pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */,
+.pl-sr /* string.regexp */,
+.pl-sr .pl-cce /* string.regexp constant.character.escape */,
+.pl-sr .pl-sre /* string.regexp source.ruby.embedded */,
+.pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */ {
+ color: #183691;
+}
+
+.pl-v /* variable */ {
+ color: #ed6a43;
+}
+
+.pl-id /* invalid.deprecated */ {
+ color: #b52a1d;
+}
+
+.pl-ii /* invalid.illegal */ {
+ color: #f8f8f8;
+ background-color: #b52a1d;
+}
+
+.pl-sr .pl-cce /* string.regexp constant.character.escape */ {
+ font-weight: bold;
+ color: #63a35c;
+}
+
+.pl-ml /* markup.list */ {
+ color: #693a17;
+}
+
+.pl-mh /* markup.heading */,
+.pl-mh .pl-en /* markup.heading entity.name */,
+.pl-ms /* meta.separator */ {
+ font-weight: bold;
+ color: #1d3e81;
+}
+
+.pl-mq /* markup.quote */ {
+ color: #008080;
+}
+
+.pl-mi /* markup.italic */ {
+ font-style: italic;
+ color: #333;
+}
+
+.pl-mb /* markup.bold */ {
+ font-weight: bold;
+ color: #333;
+}
+
+.pl-md /* markup.deleted, meta.diff.header.from-file */ {
+ color: #bd2c00;
+ background-color: #ffecec;
+}
+
+.pl-mi1 /* markup.inserted, meta.diff.header.to-file */ {
+ color: #55a532;
+ background-color: #eaffea;
+}
+
+.pl-mdr /* meta.diff.range */ {
+ font-weight: bold;
+ color: #795da3;
+}
+
+.pl-mo /* meta.output */ {
+ color: #1d3e81;
+}
+
diff --git a/stylesheets/styles.css b/stylesheets/styles.css
new file mode 100644
index 0000000..2e1768e
--- /dev/null
+++ b/stylesheets/styles.css
@@ -0,0 +1,324 @@
+@font-face {
+ font-family: 'Noto Sans';
+ font-weight: 400;
+ font-style: normal;
+ src: url('../fonts/Noto-Sans-regular/Noto-Sans-regular.eot');
+ src: url('../fonts/Noto-Sans-regular/Noto-Sans-regular.eot?#iefix') format('embedded-opentype'),
+ local('Noto Sans'),
+ local('Noto-Sans-regular'),
+ url('../fonts/Noto-Sans-regular/Noto-Sans-regular.woff2') format('woff2'),
+ url('../fonts/Noto-Sans-regular/Noto-Sans-regular.woff') format('woff'),
+ url('../fonts/Noto-Sans-regular/Noto-Sans-regular.ttf') format('truetype'),
+ url('../fonts/Noto-Sans-regular/Noto-Sans-regular.svg#NotoSans') format('svg');
+}
+
+@font-face {
+ font-family: 'Noto Sans';
+ font-weight: 700;
+ font-style: normal;
+ src: url('../fonts/Noto-Sans-700/Noto-Sans-700.eot');
+ src: url('../fonts/Noto-Sans-700/Noto-Sans-700.eot?#iefix') format('embedded-opentype'),
+ local('Noto Sans Bold'),
+ local('Noto-Sans-700'),
+ url('../fonts/Noto-Sans-700/Noto-Sans-700.woff2') format('woff2'),
+ url('../fonts/Noto-Sans-700/Noto-Sans-700.woff') format('woff'),
+ url('../fonts/Noto-Sans-700/Noto-Sans-700.ttf') format('truetype'),
+ url('../fonts/Noto-Sans-700/Noto-Sans-700.svg#NotoSans') format('svg');
+}
+
+@font-face {
+ font-family: 'Noto Sans';
+ font-weight: 400;
+ font-style: italic;
+ src: url('../fonts/Noto-Sans-italic/Noto-Sans-italic.eot');
+ src: url('../fonts/Noto-Sans-italic/Noto-Sans-italic.eot?#iefix') format('embedded-opentype'),
+ local('Noto Sans Italic'),
+ local('Noto-Sans-italic'),
+ url('../fonts/Noto-Sans-italic/Noto-Sans-italic.woff2') format('woff2'),
+ url('../fonts/Noto-Sans-italic/Noto-Sans-italic.woff') format('woff'),
+ url('../fonts/Noto-Sans-italic/Noto-Sans-italic.ttf') format('truetype'),
+ url('../fonts/Noto-Sans-italic/Noto-Sans-italic.svg#NotoSans') format('svg');
+}
+
+@font-face {
+ font-family: 'Noto Sans';
+ font-weight: 700;
+ font-style: italic;
+ src: url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.eot');
+ src: url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.eot?#iefix') format('embedded-opentype'),
+ local('Noto Sans Bold Italic'),
+ local('Noto-Sans-700italic'),
+ url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.woff2') format('woff2'),
+ url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.woff') format('woff'),
+ url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.ttf') format('truetype'),
+ url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.svg#NotoSans') format('svg');
+}
+
+body {
+ background-color: #fff;
+ padding:50px;
+ font: 14px/1.5 "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
+ color:#727272;
+ font-weight:400;
+}
+
+h1, h2, h3, h4, h5, h6 {
+ color:#222;
+ margin:0 0 20px;
+}
+
+p, ul, ol, table, pre, dl {
+ margin:0 0 20px;
+}
+
+h1, h2, h3 {
+ line-height:1.1;
+}
+
+h1 {
+ font-size:28px;
+}
+
+h2 {
+ color:#393939;
+}
+
+h3, h4, h5, h6 {
+ color:#494949;
+}
+
+a {
+ color:#39c;
+ text-decoration:none;
+}
+
+a:hover {
+ color:#069;
+}
+
+a small {
+ font-size:11px;
+ color:#777;
+ margin-top:-0.3em;
+ display:block;
+}
+
+a:hover small {
+ color:#777;
+}
+
+.wrapper {
+ width:860px;
+ margin:0 auto;
+}
+
+blockquote {
+ border-left:1px solid #e5e5e5;
+ margin:0;
+ padding:0 0 0 20px;
+ font-style:italic;
+}
+
+code, pre {
+ font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;
+ color:#333;
+ font-size:12px;
+}
+
+pre {
+ padding:8px 15px;
+ background: #f8f8f8;
+ border-radius:5px;
+ border:1px solid #e5e5e5;
+ overflow-x: auto;
+}
+
+table {
+ width:100%;
+ border-collapse:collapse;
+}
+
+th, td {
+ text-align:left;
+ padding:5px 10px;
+ border-bottom:1px solid #e5e5e5;
+}
+
+dt {
+ color:#444;
+ font-weight:700;
+}
+
+th {
+ color:#444;
+}
+
+img {
+ max-width:100%;
+}
+
+header {
+ width:270px;
+ float:left;
+ position:fixed;
+ -webkit-font-smoothing:subpixel-antialiased;
+}
+
+header ul {
+ list-style:none;
+ height:40px;
+ padding:0;
+ background: #f4f4f4;
+ border-radius:5px;
+ border:1px solid #e0e0e0;
+ width:270px;
+}
+
+header li {
+ width:89px;
+ float:left;
+ border-right:1px solid #e0e0e0;
+ height:40px;
+}
+
+header li:first-child a {
+ border-radius:5px 0 0 5px;
+}
+
+header li:last-child a {
+ border-radius:0 5px 5px 0;
+}
+
+header ul a {
+ line-height:1;
+ font-size:11px;
+ color:#999;
+ display:block;
+ text-align:center;
+ padding-top:6px;
+ height:34px;
+}
+
+header ul a:hover {
+ color:#999;
+}
+
+header ul a:active {
+ background-color:#f0f0f0;
+}
+
+strong {
+ color:#222;
+ font-weight:700;
+}
+
+header ul li + li + li {
+ border-right:none;
+ width:89px;
+}
+
+header ul a strong {
+ font-size:14px;
+ display:block;
+ color:#222;
+}
+
+section {
+ width:500px;
+ float:right;
+ padding-bottom:50px;
+}
+
+small {
+ font-size:11px;
+}
+
+hr {
+ border:0;
+ background:#e5e5e5;
+ height:1px;
+ margin:0 0 20px;
+}
+
+footer {
+ width:270px;
+ float:left;
+ position:fixed;
+ bottom:50px;
+ -webkit-font-smoothing:subpixel-antialiased;
+}
+
+@media print, screen and (max-width: 960px) {
+
+ div.wrapper {
+ width:auto;
+ margin:0;
+ }
+
+ header, section, footer {
+ float:none;
+ position:static;
+ width:auto;
+ }
+
+ header {
+ padding-right:320px;
+ }
+
+ section {
+ border:1px solid #e5e5e5;
+ border-width:1px 0;
+ padding:20px 0;
+ margin:0 0 20px;
+ }
+
+ header a small {
+ display:inline;
+ }
+
+ header ul {
+ position:absolute;
+ right:50px;
+ top:52px;
+ }
+}
+
+@media print, screen and (max-width: 720px) {
+ body {
+ word-wrap:break-word;
+ }
+
+ header {
+ padding:0;
+ }
+
+ header ul, header p.view {
+ position:static;
+ }
+
+ pre, code {
+ word-wrap:normal;
+ }
+}
+
+@media print, screen and (max-width: 480px) {
+ body {
+ padding:15px;
+ }
+
+ header ul {
+ width:99%;
+ }
+
+ header li, header ul li + li + li {
+ width:33%;
+ }
+}
+
+@media print {
+ body {
+ padding:0.4in;
+ font-size:12pt;
+ color:#444;
+ }
+}