浏览代码

better credits

Christian Herzog 5 年之前
父节点
当前提交
0996cad1ac
共有 2 个文件被更改,包括 7 次插入5 次删除
  1. 4 3
      components/wifi-manager/index.html
  2. 3 2
      components/wifi-manager/style.css

+ 4 - 3
components/wifi-manager/index.html

@@ -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>

+ 3 - 2
components/wifi-manager/style.css

@@ -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,