mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 20:47:08 +03:00
better credits
This commit is contained in:
@@ -310,18 +310,19 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="tab-pane fade" id="tab-credits">
|
<div class="tab-pane fade" id="tab-credits">
|
||||||
<section>
|
<div class="jumbotron">
|
||||||
<p><strong>squeezelite-esp32</strong>, © 2019, philippe44, sle118, daduke<br />Licensed under the GPL</p>
|
<p><strong><a href="https://github.com/sle118/squeezelite-esp32">squeezelite-esp32</a></strong>, © 2019, philippe44, sle118, daduke<br />Licensed under the GPL</p>
|
||||||
<p>
|
<p>
|
||||||
This app would not be possible without the following libraries:
|
This app would not be possible without the following libraries:
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>squeezelite, © 2012-2019, Adrian Smith and Ralph Irving. Licensed under the GPL License.</li>
|
||||||
<li>esp32-wifi-manager, © 2017-2019, Tony Pottier. Licensed under the MIT License.</li>
|
<li>esp32-wifi-manager, © 2017-2019, Tony Pottier. Licensed under the MIT License.</li>
|
||||||
<li>SpinKit, © 2015, Tobias Ahlin. Licensed under the MIT License.</li>
|
<li>SpinKit, © 2015, Tobias Ahlin. Licensed under the MIT License.</li>
|
||||||
<li>jQuery, The jQuery Foundation. Licensed under the MIT License.</li>
|
<li>jQuery, The jQuery Foundation. Licensed under the MIT License.</li>
|
||||||
<li>cJSON, © 2009-2017, Dave Gamble and cJSON contributors. Licensed under the MIT License.</li>
|
<li>cJSON, © 2009-2017, Dave Gamble and cJSON contributors. Licensed under the MIT License.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,12 +6,13 @@ body {
|
|||||||
padding-right: 12px;
|
padding-right: 12px;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: darkblue;
|
color: #fff;
|
||||||
transition: color .2s ease-out;
|
transition: color .2s ease-out;
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
color: red;
|
color: #99f;
|
||||||
|
text-decoration: none
|
||||||
}
|
}
|
||||||
input:focus,
|
input:focus,
|
||||||
select:focus,
|
select:focus,
|
||||||
|
|||||||
Reference in New Issue
Block a user