diff --git a/README.md b/README.md
index d93d2f9..d7585d3 100644
--- a/README.md
+++ b/README.md
@@ -1,31 +1,3 @@
-# iop-boilerplate-jekyll
-
-Common boilerplate for creating Jekyll sites at Ideas On Purpose.
-
-## Getting Started
-
-Assuming `npm` and `jekyll` are installed and working correctly on your machine:
-
-- Open a terminal window and navigate to the desired location for your new project, then run:
-- `git clone git@gitlab.com:ideasonpurpose/iop-boilerplate-jekyll.git .` - download a copy of this repository into the current terminal location.
-- `npm install` - install project dependencies, then
-- `npm run start` - start the development environment at [//localhost:3000](http://localhost:3000)
-- `npm run build` - build the site for production delivery.
-
-Once `npm run build` finishes all the tasks, the `_site` directory contents are ready for production delivery.
-
-As soon as everything is setup, remember to **update the package.json file** with the correct project information.
-
-## Available commands
-- `npm run start` - development environment
-- `npm run build` - production build
-- `npm run clean` - cleans all the generated files during development time
-- `npm run bundler` - updates the Jekyll bundler
-
-## Production delivery Checklist
-- `config.yml` variables MUST be assigned before delivery.
-- `favicon.html` setup MUST be complete before delivery
-- `meta_tags.html` setup MUST be complete before delivery
-
-WIP...
+# Hero Wars - War Planner
+
\ No newline at end of file
diff --git a/_assets/img/screen.png b/_assets/img/screen.png
new file mode 100644
index 0000000..ae70c2e
Binary files /dev/null and b/_assets/img/screen.png differ
diff --git a/_layouts/war-planner.html b/_layouts/war-planner.html
index 34937a1..488ae12 100644
--- a/_layouts/war-planner.html
+++ b/_layouts/war-planner.html
@@ -30,7 +30,7 @@ layout: default