mirror of
https://github.com/gnu4cn/ts-learnings.git
synced 2025-04-04 00:20:54 +08:00
Add menu-bar links
This commit is contained in:
parent
4e8253a43b
commit
92f8cea650
19
index.html
19
index.html
@ -116,6 +116,25 @@
|
|||||||
<h1 class="menu-title">Yet another Chinese TypeScript tutorial.</h1>
|
<h1 class="menu-title">Yet another Chinese TypeScript tutorial.</h1>
|
||||||
|
|
||||||
<div class="right-buttons">
|
<div class="right-buttons">
|
||||||
|
<a href="https://rust-lang.xfoss.com" title="Yet another Chinese rust-lang book"
|
||||||
|
aria-label="Yet another Chinese rust-lang book">
|
||||||
|
⚙️·Rust 官方书中文
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a href="https://java.xfoss.com" title="Head First Java 中文版" aria-label="Head First Java 中文版">
|
||||||
|
☕·Head First Java 中文
|
||||||
|
</a>
|
||||||
|
<a href="https://ccna60d.xfoss.com" title="CCNA in 60 days" aria-label="CCNA 60 天">
|
||||||
|
🖧·60 天通过 CCNA
|
||||||
|
</a>
|
||||||
|
<a href="https://snippets.xfoss.com" title="代码片段与技术笔记,code snippets and tech notes"
|
||||||
|
aria-label="代码片段与技术笔记,code snippets and tech notes">
|
||||||
|
✨·代码片段与技术笔记
|
||||||
|
</a>
|
||||||
|
<a href="https://books.xfoss.com" title="捐赠,donation" aria-label="捐赠,donation">
|
||||||
|
🎁·捐赠,donation
|
||||||
|
</a>
|
||||||
|
|
||||||
<a href="print.html" title="Print this book" aria-label="Print this book">
|
<a href="print.html" title="Print this book" aria-label="Print this book">
|
||||||
<i id="print-button" class="fa fa-print"></i>
|
<i id="print-button" class="fa fa-print"></i>
|
||||||
</a>
|
</a>
|
||||||
|
@ -140,6 +140,25 @@
|
|||||||
<h1 class="menu-title">{{ book_title }}</h1>
|
<h1 class="menu-title">{{ book_title }}</h1>
|
||||||
|
|
||||||
<div class="right-buttons">
|
<div class="right-buttons">
|
||||||
|
<a href="https://rust-lang.xfoss.com" title="Yet another Chinese rust-lang book"
|
||||||
|
aria-label="Yet another Chinese rust-lang book">
|
||||||
|
⚙️·Rust 官方书中文
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a href="https://java.xfoss.com" title="Head First Java 中文版" aria-label="Head First Java 中文版">
|
||||||
|
☕·Head First Java 中文
|
||||||
|
</a>
|
||||||
|
<a href="https://ccna60d.xfoss.com" title="CCNA in 60 days" aria-label="CCNA 60 天">
|
||||||
|
🖧·60 天通过 CCNA
|
||||||
|
</a>
|
||||||
|
<a href="https://snippets.xfoss.com" title="代码片段与技术笔记,code snippets and tech notes"
|
||||||
|
aria-label="代码片段与技术笔记,code snippets and tech notes">
|
||||||
|
✨·代码片段与技术笔记
|
||||||
|
</a>
|
||||||
|
<a href="https://books.xfoss.com" title="捐赠,donation" aria-label="捐赠,donation">
|
||||||
|
🎁·捐赠,donation
|
||||||
|
</a>
|
||||||
|
|
||||||
{{#if print_enable}}
|
{{#if print_enable}}
|
||||||
<a href="{{ path_to_root }}print.html" title="Print this book" aria-label="Print this book">
|
<a href="{{ path_to_root }}print.html" title="Print this book" aria-label="Print this book">
|
||||||
<i id="print-button" class="fa fa-print"></i>
|
<i id="print-button" class="fa fa-print"></i>
|
||||||
|
Loading…
Reference in New Issue
Block a user