better credits

This commit is contained in:
Christian Herzog
2019-10-08 20:42:39 +02:00
parent 5c8f57a95c
commit 0996cad1ac
2 changed files with 7 additions and 5 deletions

View File

@@ -310,18 +310,19 @@
</div>
<div class="tab-pane fade" id="tab-credits">
<section>
<p><strong>squeezelite-esp32</strong>, &copy; 2019, philippe44, sle118, daduke<br />Licensed under the GPL</p>
<div class="jumbotron">
<p><strong><a href="https://github.com/sle118/squeezelite-esp32">squeezelite-esp32</a></strong>, &copy; 2019, philippe44, sle118, daduke<br />Licensed under the GPL</p>
<p>
This app would not be possible without the following libraries:
</p>
<ul>
<li>squeezelite, &copy; 2012-2019, Adrian Smith and Ralph Irving. Licensed under the GPL License.</li>
<li>esp32-wifi-manager, &copy; 2017-2019, Tony Pottier. Licensed under the MIT License.</li>
<li>SpinKit, &copy; 2015, Tobias Ahlin. Licensed under the MIT License.</li>
<li>jQuery, The jQuery Foundation. Licensed under the MIT License.</li>
<li>cJSON, &copy; 2009-2017, Dave Gamble and cJSON contributors. Licensed under the MIT License.</li>
</ul>
</section>
</div>
</div>
</div>

View File

@@ -6,12 +6,13 @@ body {
padding-right: 12px;
}
a {
color: darkblue;
color: #fff;
transition: color .2s ease-out;
text-decoration: none
}
a:hover {
color: red;
color: #99f;
text-decoration: none
}
input:focus,
select:focus,