From 12911346b179f560eaccca4d983342b93f72497c Mon Sep 17 00:00:00 2001 From: Daniel Evans Date: Sat, 3 Sep 2016 02:32:32 +0100 Subject: [PATCH 1/2] Replace master branch with page content via GitHub --- index.html | 43 +++++ javascripts/scale.fix.js | 17 ++ params.json | 6 + stylesheets/github-light.css | 124 ++++++++++++++ stylesheets/styles.css | 324 +++++++++++++++++++++++++++++++++++ 5 files changed, 514 insertions(+) create mode 100644 index.html create mode 100644 javascripts/scale.fix.js create mode 100644 params.json create mode 100644 stylesheets/github-light.css create mode 100644 stylesheets/styles.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..6c0dc76 --- /dev/null +++ b/index.html @@ -0,0 +1,43 @@ + + + + + + OpenRW by rwengine + + + + + + + +
+
+

OpenRW

+

+ + +

View My GitHub Profile

+ +
+
+

+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 Date: Sat, 3 Sep 2016 02:34:06 +0100 Subject: [PATCH 2/2] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..f390c95 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +openrw.org \ No newline at end of file