From c613878998b3924a7c8baa405d8b7bed19225b45 Mon Sep 17 00:00:00 2001 From: anatol Date: Wed, 14 Jun 2017 23:58:57 +0300 Subject: [PATCH 1/2] Fix html. Add mobile viewport. Reindent code --- .gitignore | 1 + css/main.css | 23 ++-- index.html | 376 ++++++++++++++++++++++++++++----------------------- 3 files changed, 220 insertions(+), 180 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..485dee6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea diff --git a/css/main.css b/css/main.css index 3b2289c..547c3df 100644 --- a/css/main.css +++ b/css/main.css @@ -1,19 +1,20 @@ .image { - - -webkit-animation:spin 6000s linear infinite; - -moz-animation:spin 6000s linear infinite; - animation:spin 6000s linear infinite; - transform-origin: 70% 80%; + margin: 0 auto; + -webkit-animation:spin 6000s linear infinite; + -moz-animation:spin 6000s linear infinite; + animation:spin 6000s linear infinite; + transform-origin: 70% 80%; } + @-moz-keyframes spin { 100% { -moz-transform: rotate(-360deg); } } @-webkit-keyframes spin { 100% { -webkit-transform: rotate(-360deg); } } @keyframes spin { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } } .watermark { - position: absolute; - opacity: 0.25; - font-size: 3em; - width: 100%; - text-align: center; - z-index: 1000; + position: absolute; + opacity: 0.25; + font-size: 3em; + width: 100%; + text-align: center; + z-index: 1000; } diff --git a/index.html b/index.html index 1cef140..c6a9a55 100644 --- a/index.html +++ b/index.html @@ -2,192 +2,230 @@ - Flipper | Watchening Ethereum Flippening Happening - - - - - - - - - - - - + Flipper | Watchening Ethereum Flippening Happening + + + + + + + + + + + + + + -
-
- × - Improved bandwith usage thanks to u/keaukraine - Every cent in excess goes to a good cause. Please make suggestion for the donations on reddit. -

Thanks r/EthTrader

+
-
-
+
+
+
+ × + Improved bandwith usage thanks to u/keaukraine. Every cent in excess goes to a good cause. + Please make suggestion for the donations on reddit. +

Thanks r/EthTrader

+
+
+
+ +
+
+ +
-

Watchening the Flippening Happening

+

+ Watchening the Flippening Happening +

- -
-

Does it flip?

-

Market capitalization of

-

ETH: USD

-

BTC: USD

- -

ETH/BTC ~ %

-

or more precisely

-

Maximum value recorded ~% the day of

- -

Flippen.it, live data source: coinmarketcap.com

-

thanks to u/keaukraine from cryptofees.net

- -

- - - - - - - - - - - - + + + + + + From 7f470644fc113ce91d2606496b883d351046826e Mon Sep 17 00:00:00 2001 From: anatol Date: Thu, 15 Jun 2017 01:07:16 +0300 Subject: [PATCH 2/2] Add chart --- index.html | 197 ++++++++++++++++++++++++++++++++--------------------- 1 file changed, 121 insertions(+), 76 deletions(-) diff --git a/index.html b/index.html index c6a9a55..947cbfa 100644 --- a/index.html +++ b/index.html @@ -48,7 +48,7 @@

- +
+
-