diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
deleted file mode 100644
index 954cd09..0000000
--- a/.github/FUNDING.yml
+++ /dev/null
@@ -1,3 +0,0 @@
-# These are supported funding model platforms
-
-github: codefog
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 02e9e9d..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-# PHPStorm
-.idea
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index 23db60e..0000000
--- a/LICENSE
+++ /dev/null
@@ -1,22 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2015 Codefog
-
-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 5586653..0000000
--- a/README.md
+++ /dev/null
@@ -1,34 +0,0 @@
-# Gradientify
-
-A simple jQuery plugin that provides CSS gradient transitions.
-
-Based on the script by Mike Byrne:
-
-http://opticalcortex.com/animating-css-gradients/
-
-## Demo
-
-https://codefog.github.io/jquery-gradientify/
-
-## Usage
-
-Here is an example of quick usage:
-
-```php
-$('body').gradientify({
- gradients: [
- { start: [49,76,172], stop: [242,159,191] },
- { start: [255,103,69], stop: [240,154,241] },
- { start: [33,229,241], stop: [235,236,117] }
- ]
-});
-```
-
-### Parameters:
-
-Name | Description | Required? | Default
----- | ----------- | -------- | -------
-gradients | An array of objects containing start and stop gradients in RGB values. | **required** | []
-angle | The gradient angle. The value is put directly in the CSS gradient definition. | optional | 0deg
-fps | Frames per second. The higher the value the transition will be smoother, but it affects the performance! | optional | 60
-transition_time | Transition time between gradients in seconds. | optional | 8
\ No newline at end of file
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..65ac817
--- /dev/null
+++ b/index.html
@@ -0,0 +1,35 @@
+
+
+