diff --git a/README.md b/README.md
deleted file mode 100644
index c6786e7..0000000
--- a/README.md
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-### `yarn start`
-- Runs the app in the development mode.
-- [http://localhost:3000](http://localhost:3000) to view it in the browser.
-
-Runs the app in the development mode.
The project supports both English and Russian localizations.
-Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
-
-## Project description
-
-#### Find Github repos easily and see detailed repo info.
-
-The project uses modern client-side web-technologies as following libraries and frameworks: `React` (with hooks) for dynamic declarative DOM manipulation and event handling, `Redux (Toolkit)` for state manegment, `Typescript` for static type checking, `Jest` for testing, `Eslint` and `Husky` for better developer experience.
-
-The project supports both English and Russian localizations.
-
-Explore Github API: https://developer.github.com/v3/
-
-## Access token
-
-In order to increase Github API [rate limit](https://developer.github.com/v3/#rate-limiting) you should use the personal access token.
-
-[Create personal Github API access token](https://github.com/settings/tokens) and paste it in the `GITHUB_OAUTH_TOKEN` field of `secret_example.json` file and then rename file to `secret.json`.
-
-## Other scripts
-
-This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
-
-### `yarn start:dev`
-- Runs the app ignoring Typescript errors.
-
-### `yarn build`
-- Builds the app for production.
-
-### `yarn test`
-- Launches the test runner in the interactive watch mode.
-
-### `yarn eject`
-
-- **Note: this is a one-way operation. Once you `eject`, you can’t go back!**
-It will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) into your for you to have full control over them.
-
-### `yarn lint`
-
-- Runs eslint and finds inconsistencies with Airbnb style guide and other errors.
- Note the pre-commit hook does not allow to make the commit if there are some errors.
-
-### `yarn lint:fix`
-- Runs eslint and fixes auto-fixable errors.
-
-### `yarn predeploy`
-- Runs before deploy and creates production build.
-
-### `yarn deploy`
-- Deploys project to Github Pages.
- Note the pre-push hook makes deployment on every push.
diff --git a/asset-manifest.json b/asset-manifest.json
new file mode 100644
index 0000000..33411f2
--- /dev/null
+++ b/asset-manifest.json
@@ -0,0 +1,37 @@
+{
+ "files": {
+ "main.css": "/github-dashboard/static/css/main.c553a624.chunk.css",
+ "main.js": "/github-dashboard/static/js/main.b1bcf460.chunk.js",
+ "main.js.map": "/github-dashboard/static/js/main.b1bcf460.chunk.js.map",
+ "runtime-main.js": "/github-dashboard/static/js/runtime-main.586c1031.js",
+ "runtime-main.js.map": "/github-dashboard/static/js/runtime-main.586c1031.js.map",
+ "static/js/2.bb6c04c7.chunk.js": "/github-dashboard/static/js/2.bb6c04c7.chunk.js",
+ "static/js/2.bb6c04c7.chunk.js.map": "/github-dashboard/static/js/2.bb6c04c7.chunk.js.map",
+ "static/css/3.d26afa13.chunk.css": "/github-dashboard/static/css/3.d26afa13.chunk.css",
+ "static/js/3.1b5d7893.chunk.js": "/github-dashboard/static/js/3.1b5d7893.chunk.js",
+ "static/js/3.1b5d7893.chunk.js.map": "/github-dashboard/static/js/3.1b5d7893.chunk.js.map",
+ "static/css/4.cc0363dc.chunk.css": "/github-dashboard/static/css/4.cc0363dc.chunk.css",
+ "static/js/4.801aded9.chunk.js": "/github-dashboard/static/js/4.801aded9.chunk.js",
+ "static/js/4.801aded9.chunk.js.map": "/github-dashboard/static/js/4.801aded9.chunk.js.map",
+ "static/css/5.86d72b1d.chunk.css": "/github-dashboard/static/css/5.86d72b1d.chunk.css",
+ "static/js/5.bf24bb47.chunk.js": "/github-dashboard/static/js/5.bf24bb47.chunk.js",
+ "static/js/5.bf24bb47.chunk.js.map": "/github-dashboard/static/js/5.bf24bb47.chunk.js.map",
+ "static/js/6.4d54a6d5.chunk.js": "/github-dashboard/static/js/6.4d54a6d5.chunk.js",
+ "static/js/6.4d54a6d5.chunk.js.map": "/github-dashboard/static/js/6.4d54a6d5.chunk.js.map",
+ "index.html": "/github-dashboard/index.html",
+ "precache-manifest.1c50a05aff891651a6c4d25bda5b9741.js": "/github-dashboard/precache-manifest.1c50a05aff891651a6c4d25bda5b9741.js",
+ "service-worker.js": "/github-dashboard/service-worker.js",
+ "static/css/3.d26afa13.chunk.css.map": "/github-dashboard/static/css/3.d26afa13.chunk.css.map",
+ "static/css/4.cc0363dc.chunk.css.map": "/github-dashboard/static/css/4.cc0363dc.chunk.css.map",
+ "static/css/5.86d72b1d.chunk.css.map": "/github-dashboard/static/css/5.86d72b1d.chunk.css.map",
+ "static/css/main.c553a624.chunk.css.map": "/github-dashboard/static/css/main.c553a624.chunk.css.map",
+ "static/js/2.bb6c04c7.chunk.js.LICENSE.txt": "/github-dashboard/static/js/2.bb6c04c7.chunk.js.LICENSE.txt",
+ "static/js/3.1b5d7893.chunk.js.LICENSE.txt": "/github-dashboard/static/js/3.1b5d7893.chunk.js.LICENSE.txt"
+ },
+ "entrypoints": [
+ "static/js/runtime-main.586c1031.js",
+ "static/js/2.bb6c04c7.chunk.js",
+ "static/css/main.c553a624.chunk.css",
+ "static/js/main.b1bcf460.chunk.js"
+ ]
+}
\ No newline at end of file
diff --git a/chevron.svg b/chevron.svg
new file mode 100644
index 0000000..bffca7f
--- /dev/null
+++ b/chevron.svg
@@ -0,0 +1,4 @@
+
diff --git a/github-logo.svg b/github-logo.svg
new file mode 100644
index 0000000..deb09dc
--- /dev/null
+++ b/github-logo.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..a442533
--- /dev/null
+++ b/index.html
@@ -0,0 +1 @@
+