“6715beaacec7ec30a899b1bdae8e238cbdd49c59”上不存在“paddle/git@gitcode.net:paddlepaddle/PaddleDetection.git”
提交 d5f382db 编写于 作者: N nem035

cleaned up powered by icons

上级 f6bab150
...@@ -64,30 +64,32 @@ ...@@ -64,30 +64,32 @@
<div id="list"> <div id="list">
</div> </div>
<div id="footer"> <div id="footer">
<button id="scratch-paper"><i class="fa fa-code"></i> Scratch Paper</button> <button id="scratch-paper"><i class="fa fa-fw fa-code"></i> Scratch Paper</button>
<button id="documentation"><i class="fa fa-book"></i> Tracer API</button> <button id="documentation"><i class="fa fa-fw fa-book"></i> Tracer API</button>
<button class="category" id="powered-by"><i class="fa fa-github"></i> Powered by ...</button> <button class="category active" id="powered-by">
<i class="fa fa-fw fa-github"></i> Powered by ...
</button>
<div id="powered-by-list"> <div id="powered-by-list">
<a href="https://github.com/jquery/jquery"> <a href="https://github.com/jquery/jquery">
<button class="indent collapse">jquery/jquery</button> <button class="indent">jquery/jquery</button>
</a> </a>
<a href="https://github.com/ajaxorg/ace"> <a href="https://github.com/ajaxorg/ace">
<button class="indent collapse">ajaxorg/ace</button> <button class="indent">ajaxorg/ace</button>
</a> </a>
<a href="https://github.com/jacomyal/sigma.js"> <a href="https://github.com/jacomyal/sigma.js">
<button class="indent collapse">jacomyal/sigma.js</button> <button class="indent">jacomyal/sigma.js</button>
</a> </a>
<a href="https://github.com/chartjs/Chart.js"> <a href="https://github.com/chartjs/Chart.js">
<button class="indent collapse">chartjs/Chart.js</button> <button class="indent">chartjs/Chart.js</button>
</a> </a>
<a href="https://github.com/showdownjs/showdown"> <a href="https://github.com/showdownjs/showdown">
<button class="indent collapse">showdownjs/showdown</button> <button class="indent">showdownjs/showdown</button>
</a> </a>
<a href="https://github.com/FortAwesome/Font-Awesome"> <a href="https://github.com/FortAwesome/Font-Awesome">
<button class="indent collapse">FortAwesome/Font-Awesome</button> <button class="indent">FortAwesome/Font-Awesome</button>
</a> </a>
<a href="https://github.com/simonwhitaker/github-fork-ribbon-css"> <a href="https://github.com/simonwhitaker/github-fork-ribbon-css">
<button class="indent collapse">simonwhitaker/github-fork-ribbon-css</button> <button class="indent">simonwhitaker/github-fork-ribbon-css</button>
</a> </a>
</div> </div>
</div> </div>
......
...@@ -31,7 +31,8 @@ module.exports = () => { ...@@ -31,7 +31,8 @@ module.exports = () => {
$('#btn_doc').click(); $('#btn_doc').click();
}); });
$('#powered-by').click(() => { $('#powered-by').click(function() {
$(this).toggleClass('active');
$('#powered-by-list button').toggle(300); $('#powered-by-list button').toggle(300);
}); });
......
此差异已折叠。
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册