Update README and the landing page.
14
README.md
@ -2,22 +2,22 @@
|
||||
<a href="https://www.hello-algo.com/">
|
||||
<img src="https://www.hello-algo.com/index.assets/conceptual_rendering.png" width="200">
|
||||
</a>
|
||||
   
|
||||
<a href="https://www.hello-algo.com/">
|
||||
<img src="https://www.hello-algo.com/index.assets/hello_algo_knowledge_map_tp.png" width="310">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
动画图解、能运行、可提问的数据结构与算法教程
|
||||
<a href="https://git.io/typing-svg"><img src="https://readme-typing-svg.demolab.com?font=Fira+Code&weight=600&pause=2000&color=21C8B8¢er=true&vCenter=true&width=435&height=30&lines=Hello%EF%BC%8C%E7%AE%97%E6%B3%95%EF%BC%81" alt="Typing SVG" /></a>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
在动画与代码中掌握数据结构与算法
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://www.hello-algo.com/">
|
||||
<img src="https://www.hello-algo.com/index.assets/btn_read_online.png" width="150">
|
||||
<img src="https://www.hello-algo.com/index.assets/btn_read_online_dark.png" width="150">
|
||||
</a>
|
||||
<a href="https://github.com/krahets/hello-algo/releases">
|
||||
<img src="https://www.hello-algo.com/index.assets/btn_download_pdf.png" width="150">
|
||||
<img src="https://www.hello-algo.com/index.assets/btn_download_pdf_dark.png" width="150">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
Before Width: | Height: | Size: 15 KiB |
BIN
docs/index.assets/btn_download_code_dark.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
docs/index.assets/btn_download_code_light.png
Normal file
After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 12 KiB |
BIN
docs/index.assets/btn_download_pdf_dark.png
Normal file
After Width: | Height: | Size: 8.3 KiB |
BIN
docs/index.assets/btn_download_pdf_light.png
Normal file
After Width: | Height: | Size: 9.5 KiB |
Before Width: | Height: | Size: 16 KiB |
BIN
docs/index.assets/btn_read_online_dark.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
docs/index.assets/btn_read_online_light.png
Normal file
After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 115 KiB |
@ -7,21 +7,22 @@ hide:
|
||||
<h1 align="center"> </h1>
|
||||
|
||||
<p align="center">
|
||||
<img src="index.assets/conceptual_rendering.png" width="270">
|
||||
   
|
||||
<img src="index.assets/conceptual_rendering.png" width="250">
|
||||
<img src="index.assets/hello_algo_knowledge_map_tp.png" width="400">
|
||||
</p>
|
||||
|
||||
<h2 align="center"> 《 Hello 算法 》</h2>
|
||||
|
||||
<p align="center"> 动画图解、能运行、可提问的数据结构与算法教程 </p>
|
||||
<p align="center"> 在动画与代码中掌握数据结构与算法 </p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://github.com/krahets/hello-algo">
|
||||
<img src="index.assets/btn_download_code.png" width="150">
|
||||
<img src="index.assets/btn_download_code_light.png#only-light" width="150">
|
||||
<img src="index.assets/btn_download_code_dark.png#only-dark" width="150">
|
||||
</a>
|
||||
<a href="https://github.com/krahets/hello-algo/releases">
|
||||
<img src="index.assets/btn_download_pdf.png" width="150">
|
||||
<img src="index.assets/btn_download_pdf_light.png#only-light" width="150">
|
||||
<img src="index.assets/btn_download_pdf_dark.png#only-dark" width="150">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
@ -92,7 +93,7 @@ hide:
|
||||
|
||||
<h3 align="left"> 作者简介 </h3>
|
||||
|
||||
靳宇栋 (Krahets),大厂高级算法工程师,上海交通大学硕士。力扣(LeetCode)全网阅读量最高博主,其 LeetBook《图解算法数据结构》已被订阅 24 万本。
|
||||
靳宇栋 ([Krahets](https://leetcode.cn/u/jyd/)),大厂高级算法工程师,上海交通大学硕士。力扣(LeetCode)全网阅读量最高博主,其 LeetBook《图解算法数据结构》已被订阅 24 万本。
|
||||
|
||||
---
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
site_name: Hello 算法
|
||||
site_url: https://www.hello-algo.com/
|
||||
site_author: Krahets
|
||||
site_description: 一本动画图解、能运行、可提问的数据结构与算法入门书
|
||||
site_description: 在动画与代码中掌握数据结构与算法
|
||||
docs_dir: build
|
||||
# Repository
|
||||
repo_name: krahets/hello-algo
|
||||
|