Skip to content

Commit

Permalink
Revert "Replace GitHub Button"
Browse files Browse the repository at this point in the history
This reverts commit 1844b86.
  • Loading branch information
astonzhang committed Aug 19, 2022
1 parent 1844b86 commit 9fe5256
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static/frontpage/frontpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ <h2 class="mdl-color-text--primary">《动手学深度学习》</h2>
<p>面向中文读者的能运行、可讨论的深度学习教科书</p>
<p>含 NumPy/MXNet、PyTorch 和 TensorFlow 实现</p>
<p>被全球 60 个国家 400 所大学用于教学</p>
<p><iframe src="https://ghbtns.com/github-btn.html?user=d2l-ai&repo=d2l-zh&type=star&count=true&size=large" frameborder="0" scrolling="0" width="170" height="30" title="GitHub"></iframe></p>
<p><a class="github-button" href="https://github.com/d2l-ai/d2l-zh" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star d2l-ai/d2l-zh on GitHub">Star</a></p>
</div>
</div>

Expand Down Expand Up @@ -1247,4 +1247,5 @@ <h2 class="toc">目录</h2>
}
</script>

<script async defer src="https://buttons.github.io/buttons.js"></script>

0 comments on commit 9fe5256

Please sign in to comment.