Browse Source

Added footer to web interface

fastled
Xose Pérez 7 years ago
parent
commit
23fae3e1e8
2 changed files with 21 additions and 0 deletions
  1. +13
    -0
      code/html/custom.css
  2. +8
    -0
      code/html/index.html

+ 13
- 0
code/html/custom.css View File

@ -8,6 +8,19 @@
.panel { .panel {
display: none; display: none;
} }
.footer {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 10px;
font-size: 80%;
color: #999;
}
#menu .footer a {
text-decoration: none;
padding: 0px;
}
.content { .content {
margin: 0px; margin: 0px;
} }


+ 8
- 0
code/html/index.html View File

@ -117,6 +117,14 @@
<button class="pure-button button-reset">Reset</button> <button class="pure-button button-reset">Reset</button>
</div> </div>
<div class="footer">
&copy; 2016-2017<br />
Xose Pérez<br/>
<a href="http://tinkerman.cat" target="_blank">http://tinkerman.cat</a><br/>
<a href="https://bitbucket.org/xoseperez/espurna" target="_blank">ESPurna @ Bitbucket</a><br/>
GPLv3 license<br/>
</div>
</div> </div>
</div> </div>


Loading…
Cancel
Save