diff --git a/README.md b/README.md
index 3533b110af..6d31deb4e4 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-
+

@@ -40,7 +40,7 @@ It's a complete mobile platform featuring virtual machines, simulator, design to
-
+
### Codename One's Simulator Runs Instantly
@@ -50,7 +50,7 @@ This means faster debugging cycle and faster development process!
-
+
### Large Selection of Device Skins
@@ -62,7 +62,7 @@ You can edit and contribute skins in their own open source project [here](https:
-
+
### Interactive Console
@@ -72,7 +72,7 @@ This lets you investigate issues and experiment without even the small overhead
-
+
### Live Reload
@@ -82,7 +82,7 @@ Note that this is often superior to the interactive console but there are limita
-
+
### CSS Live Update
@@ -92,7 +92,7 @@ This makes the process of styling an application remarkably easy and fast.
-
+
### Component Inspector
@@ -101,7 +101,7 @@ This tool makes it easy to find out where that extra padding is coming from or w
-
+
### Network Monitor
@@ -109,7 +109,7 @@ See all of the network connections that your app makes using the Network Monitor
-
+
### Record UI Unit Tests
@@ -131,7 +131,7 @@ On platforms that do not support Java natively, such as iOS, the app’s JVM byt
#### The figure below shows the build process for each supported platform:
-
+
You can click the image to enlarge or view a PDF version [here](https://www.codenameone.com/img/github/architecture.pdf).
@@ -253,7 +253,7 @@ Codename One maintains a fork of iKVM which is a JVM for CLR. This modified port
## Getting Help & FAQ
-
+
We provide support over at [StackOverflow when you tag using codenameone](http://stackoverflow.com/tags/codenameone), you can ask anything there and we try to be pretty responsive. [The StackOverflow link](http://stackoverflow.com/tags/codenameone) also serves as an excellent community driven FAQ since it literally maps user questions to answers.
diff --git a/docs/website/static/github/CN1-Banner-Dark-Blue.jpg b/docs/website/static/github/CN1-Banner-Dark-Blue.jpg
new file mode 100644
index 0000000000..222c741fd0
Binary files /dev/null and b/docs/website/static/github/CN1-Banner-Dark-Blue.jpg differ
diff --git a/docs/website/static/github/codename-one-architecture.jpg b/docs/website/static/github/codename-one-architecture.jpg
new file mode 100644
index 0000000000..c4326ac1e4
Binary files /dev/null and b/docs/website/static/github/codename-one-architecture.jpg differ
diff --git a/docs/website/static/github/component-inspector.png b/docs/website/static/github/component-inspector.png
new file mode 100644
index 0000000000..b4f42d24ff
Binary files /dev/null and b/docs/website/static/github/component-inspector.png differ
diff --git a/docs/website/static/github/css-live-update.png b/docs/website/static/github/css-live-update.png
new file mode 100644
index 0000000000..a5dccf0ab2
Binary files /dev/null and b/docs/website/static/github/css-live-update.png differ
diff --git a/docs/website/static/github/interactive-console.png b/docs/website/static/github/interactive-console.png
new file mode 100644
index 0000000000..de72abd224
Binary files /dev/null and b/docs/website/static/github/interactive-console.png differ
diff --git a/docs/website/static/github/large-selection-skins.png b/docs/website/static/github/large-selection-skins.png
new file mode 100644
index 0000000000..93fdbbd463
Binary files /dev/null and b/docs/website/static/github/large-selection-skins.png differ
diff --git a/docs/website/static/github/live-reload.png b/docs/website/static/github/live-reload.png
new file mode 100644
index 0000000000..136ba9c86e
Binary files /dev/null and b/docs/website/static/github/live-reload.png differ
diff --git a/docs/website/static/github/network-monitor.png b/docs/website/static/github/network-monitor.png
new file mode 100644
index 0000000000..88a5570d30
Binary files /dev/null and b/docs/website/static/github/network-monitor.png differ
diff --git a/docs/website/static/github/new_icon.png b/docs/website/static/github/new_icon.png
new file mode 100755
index 0000000000..d056eed4b7
Binary files /dev/null and b/docs/website/static/github/new_icon.png differ
diff --git a/docs/website/static/github/record-ui-unit-tests.png b/docs/website/static/github/record-ui-unit-tests.png
new file mode 100644
index 0000000000..0bff3f9ee8
Binary files /dev/null and b/docs/website/static/github/record-ui-unit-tests.png differ
diff --git a/docs/website/static/github/runs-instantly.png b/docs/website/static/github/runs-instantly.png
new file mode 100644
index 0000000000..b64d296505
Binary files /dev/null and b/docs/website/static/github/runs-instantly.png differ