From fff9ad04d45282994c0cb12c32095a622162f1ab Mon Sep 17 00:00:00 2001 From: FrYakaTKoP Date: Mon, 9 Oct 2017 21:33:29 +0200 Subject: [PATCH] cleanup data-dev folder --- data-dev/favicon.ico | Bin 1150 -> 0 bytes data-dev/index.html | 257 ------------------------------------------- data-dev/leds | 1 - data-dev/main.js | 0 data-dev/style.css | 157 -------------------------- 5 files changed, 415 deletions(-) delete mode 100644 data-dev/favicon.ico delete mode 100644 data-dev/index.html delete mode 100644 data-dev/leds delete mode 100644 data-dev/main.js delete mode 100644 data-dev/style.css diff --git a/data-dev/favicon.ico b/data-dev/favicon.ico deleted file mode 100644 index 71b25fe6ee6012a4c26602977262d217af885520..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1150 zcmd5)T}YZ?6n@3p3@y{hrv0dyWg4`Ks8LiSs1Zp~iZo)Ag)vw}5=AXod1FBkBZ8nH zm^Z-|?V=!w1lNUBASeXo@J`0^VlWvo2dii2d%G#v{l>?6f6jZJbDr~@k1-K_xw(v1 z9ebI0x7Iqot*#Mb_8XCpMW( zReHVNRa#m)qtR%dYqeVa%E}7s=;*k^yt%pgaZOFlCyT}Mt)ikLSyomSAdHVNiTwQh zYlT9AoSdAi?Ck6_l}cqxrBb4{wllAZC#W|h5(!LCPa_ZrfO4a^w-*$T#l=O$<8hpvoWSq* zr+q%3e_~?7OnSW+IMa^f<71qjo??H0AF)^rR;v~3>+77){QNxD*47Y-M377-5sgNF zZ*FeBB8@*378YW1auP>JN7&xpMmQYC!NCEBhljDWw8S}YZEay}Y>emI+uIY~)4^cy z8F70`_|(9_00svKF*G!U(a}+OJRTk|_-LM-)6~=yc6N5SQH{@((@6bGii?Y1E0xNx zGMVg3&{-mpfX*l>DM4Lb9lE=_xgNW_yPVhI;UPky&|8{|m^5NE!wk}(ie_b}IlBq} zMVOVKdwqR9$B&PX3*3JY_m9Nk&GPc{gN==iJO5F2bv2uvofXmS?P|3;LfBta`3zy6F#O-#g&(F`<>gww4@PB>= d7!xdbpRqYH(Gg7acUp7g|4wmf`3*+E{Q*gMMA`rV diff --git a/data-dev/index.html b/data-dev/index.html deleted file mode 100644 index 8975790..0000000 --- a/data-dev/index.html +++ /dev/null @@ -1,257 +0,0 @@ - - - - - Esp8266 - FsWebserver - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ESP8266-Arduino - AP Server Portal - - -
- -
- LED Controls: - Click on the LEDs to light em Up! -
- - also try a Animation: - -
-
- - \ No newline at end of file diff --git a/data-dev/leds b/data-dev/leds deleted file mode 100644 index bd2bc9e..0000000 --- a/data-dev/leds +++ /dev/null @@ -1 +0,0 @@ -{ "leds": [{ "0": ["5", "1" ] },{ "1": ["4", "0" ] },{ "2": ["13", "0" ] },{ "3": ["12", "0" ] },{ "4": ["14", "0" ] },{ "5": ["16", "0" ] }] } \ No newline at end of file diff --git a/data-dev/main.js b/data-dev/main.js deleted file mode 100644 index e69de29..0000000 diff --git a/data-dev/style.css b/data-dev/style.css deleted file mode 100644 index 6814659..0000000 --- a/data-dev/style.css +++ /dev/null @@ -1,157 +0,0 @@ -body { - font-size: 14px; - font-family: "Bookman Old Style","Serifa BT","URW Bookman L","itc bookman",times,serif; - background: #00979d none repeat scroll 0px 0px; - align: Center; -} -#Main { - width: 460px; - margin: 5px 3px 3px 12px; -} - - -@import "compass/css3"; - -text#titleGlitch { - fill: #006666; - font-weight: bold; - text-shadow: 2px 2px black; - font-family: sans-serif; - font-size: 48px; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} -text#titleText { - fill: #006666; - text-shadow: 1px 1px black; - font-family: sans-serif; - font-size: 26px; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} -svg { - border: solid 1px black; - width: 100%; - height: 80px; - display: block; - position: relative; - /*overflow: hidden; */ - background: #66bebe; - -webkit-border-radius: 10px; - -moz-border-radius: 10px; - border-radius: 10px; -} -#ledControls { - margin-top:3px; - padding: 10px; - border: solid black 1px; - background: #66bebe; - -webkit-border-radius: 10px; - -moz-border-radius: 10px; - border-radius: 10px; -} -.sectionTitle { - font-size: 28px; - font-weight: bold; - font-family: "impact","Bookman Old Style","Serifa BT","URW Bookman L","itc bookman",times,serif; - float: left; - clear: left; - color: #006666; - text-shadow: 2px 2px black; -} -.sectionDesc { - font-weight: bold; - float: left; - clear: left; -} -#ledBar { - float:none; - clear:left; - margin-left: 7px; - padding-top: 10px; - overflow: auto; -} -.ledDiv { - width: 40px; - height: 40px; - background: #add; - margin: 3px 3px; - float:left; - line-height: 30px; - - border-radius: 100%; - position: relative; - -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5); - -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5); - box-shadow: 0px 1px 3px rgba(0,0,0,0.5); -} -.ledDiv label { - display: block; - width: 30px; - height: 30px; - border-radius: 100px; - text-align: center; - - -webkit-transition: all .1s ease; - -moz-transition: all .1s ease; - -o-transition: all .1s ease; - -ms-transition: all .1s ease; - transition: all .1s ease; - cursor: pointer; - position: absolute; - top: 5px; - left: 5px; - z-index: 1; - - background: #663300; - - -webkit-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5); - -moz-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5); - box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5); -} -.ledDiv input[type="checkbox"] { - visibility: hidden; -} -.ledDiv input[type=checkbox]:checked + label { - background: #ff9900; -} -.ledMacroButtons { - padding: 18px 5px 15px 5px; - text-decoration: none; - float:none; - clear:left; -} -.ledMacroButton { - height: 50px; - background: #00989d; - background-image: -webkit-linear-gradient(top, #00989d, #0a787a); - background-image: -moz-linear-gradient(top, #00989d, #0a787a); - background-image: -ms-linear-gradient(top, #00989d, #0a787a); - background-image: -o-linear-gradient(top, #00989d, #0a787a); - background-image: linear-gradient(to bottom, #00989d, #0a787a); - -webkit-border-radius: 17; - -moz-border-radius: 17; - border-radius: 17px; - text-shadow: 6px 4px 4px #4d424d; - -webkit-box-shadow: 0px 1px 3px #666666; - -moz-box-shadow: 0px 1px 3px #666666; - box-shadow: 0px 1px 3px #666666; - color: #fafafa; - font-size:12px; - padding: 10px 15px 10px 15px; - border: solid #26b3b3 4px; - text-decoration: none; - margin: 23px 4px 23px 6px; - position: relative; -} - -.ledMacroButton:hover { - background: #307070; - background-image: -webkit-linear-gradient(top, #307070, #66bebe); - background-image: -moz-linear-gradient(top, #307070, #66bebe); - background-image: -ms-linear-gradient(top, #307070, #66bebe); - background-image: -o-linear-gradient(top, #307070, #66bebe); - background-image: linear-gradient(to bottom, #307070, #66bebe); - text-decoration: underline; -} -