diff --git a/QString.jquery.json b/QString.jquery.json
deleted file mode 100644
index 6559f52..0000000
--- a/QString.jquery.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "QString",
- "title": "QueryString",
- "description": "Enables access to query string parameters in the URL from Javascript the same way back-end languages can access GET parameters.",
- "keywords": [
- "get",
- "querystring",
- "parameter"
- "hash"
- ],
- "version": "1.0.5",
- "author": {
- "name": "RWSApps",
- "url": "http://jquery.rwsapps.com/QueryString"
- },
- "maintainers": [
- {
- "name": "Ryan Schwartz",
- "email": "contact@rwsapps.com",
- "url": "http://jquery.rwsapps.com/"
- }
- ],
- "licenses": [
- {
- "type": "MIT",
- "url": "https://github.com/schwartzrw/jquery-querystring/blob/master/RWSApps%20MIT.rtf"
- },
- {
- "type": "GNU",
- "url": "https://github.com/schwartzrw/jquery-querystring/blob/master/RWSApps%20GNU.rtf"
- }
- ],
- "bugs": "https://github.com/schwartzrw/jquery-querystring/issues",
- "homepage": "http://jquery.rwsapps.com/QueryString",
- "docs": "http://jquery.rwsapps.com/QueryString/documentation",
- "download": "https://github.com/schwartzrw/jquery-querystring",
- "dependencies": {
- "jquery": ">=1.5"
- }
-}
\ No newline at end of file
diff --git a/README.txt b/README.txt
deleted file mode 100644
index a133355..0000000
--- a/README.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-RWSApps QueryString jQuery Plugin
-
-Enables access to query string parameters in the URL from Javascript the same way back-end languages can access GET parameters.
-
-QueryString enables you to:
-
-* Get a specific query string value.
-* Get the URL hash string value.
-* Generate a Javascript object of all query strings.
-
-For information including documentation and examples please visit: http://jquery.rwsapps.com/QueryString
\ No newline at end of file
diff --git a/RWSApps GNU.rtf b/RWSApps GNU.rtf
deleted file mode 100644
index c606a09..0000000
--- a/RWSApps GNU.rtf
+++ /dev/null
@@ -1,22 +0,0 @@
-{\rtf1\ansi\ansicpg1252\cocoartf1265
-\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Verdana;}
-{\colortbl;\red255\green255\blue255;\red40\green42\blue32;}
-\margl1440\margr1440\vieww13900\viewh14280\viewkind0
-\deftab720
-\pard\pardeftab720\sl400
-
-\f0\fs24 \cf2 This file is part of RWSApps QueryString.\
-\
- OnEnter is free software: you can redistribute it and/or modify\
- it under the terms of the GNU General Public License as published by\
- the Free Software Foundation, either version 3 of the License, or\
- (at your option) any later version.\
-\
- OnEnter is distributed in the hope that it will be useful,\
- but WITHOUT ANY WARRANTY; without even the implied warranty of\
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\
- GNU General Public License for more details.\
-\
- You should have received a copy of the GNU General Public License\
- along with Purify. If not, see .\
-}
\ No newline at end of file
diff --git a/RWSApps MIT.rtf b/RWSApps MIT.rtf
deleted file mode 100644
index cdba829..0000000
--- a/RWSApps MIT.rtf
+++ /dev/null
@@ -1,36 +0,0 @@
-{\rtf1\ansi\ansicpg1252\cocoartf1265
-\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Verdana;\f1\fnil\fcharset0 LucidaGrande;}
-{\colortbl;\red255\green255\blue255;\red57\green57\blue57;}
-\margl1440\margr1440\vieww14300\viewh10640\viewkind0
-\deftab720
-\pard\pardeftab720\sl400\sa280
-
-\f0\fs24 \cf2 Copyright (c) 2014 RWSApps\
-Permission is hereby granted, free of charge, to any person obtaining a copy
-\f1 \uc0\u8232
-\f0 of this software and associated documentation files (the "Software"), to deal
-\f1 \uc0\u8232
-\f0 in the Software without restriction, including without limitation the rights
-\f1 \uc0\u8232
-\f0 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-\f1 \uc0\u8232
-\f0 copies of the Software, and to permit persons to whom the Software is
-\f1 \uc0\u8232
-\f0 furnished to do so, subject to the following conditions:\
-The above copyright notice and this permission notice shall be included in
-\f1 \uc0\u8232
-\f0 all copies or substantial portions of the Software.\
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-\f1 \uc0\u8232
-\f0 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-\f1 \uc0\u8232
-\f0 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-\f1 \uc0\u8232
-\f0 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-\f1 \uc0\u8232
-\f0 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-\f1 \uc0\u8232
-\f0 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-\f1 \uc0\u8232
-\f0 THE SOFTWARE.\
-}
\ No newline at end of file
diff --git a/images/bg_hr.png b/images/bg_hr.png
new file mode 100644
index 0000000..7973bd6
Binary files /dev/null and b/images/bg_hr.png differ
diff --git a/images/blacktocat.png b/images/blacktocat.png
new file mode 100644
index 0000000..6e264fe
Binary files /dev/null and b/images/blacktocat.png differ
diff --git a/images/icon_download.png b/images/icon_download.png
new file mode 100644
index 0000000..a2a287f
Binary files /dev/null and b/images/icon_download.png differ
diff --git a/images/sprite_download.png b/images/sprite_download.png
new file mode 100644
index 0000000..f2babd5
Binary files /dev/null and b/images/sprite_download.png differ
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..6842e96
--- /dev/null
+++ b/index.html
@@ -0,0 +1,74 @@
+
+
+
+