mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-25 01:56:30 +08:00
Update index.html
This commit is contained in:
parent
6d149b7f71
commit
fb560bab02
1 changed files with 16 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
<!--Section: hero -->
|
||||
<!-- Section: hero -->
|
||||
<section data-md-color-scheme="slate" data-md-color-primary="grey" class="home-div"
|
||||
style="height: min(100vh, 120vw); position: relative; margin-top:-2.4rem; padding: 0; overflow: hidden;">
|
||||
<!-- hero image -->
|
||||
|
@ -44,7 +44,8 @@
|
|||
<span style="left: 71.195%; top: 6.503%;">圖</span>
|
||||
</a>
|
||||
<a href="chapter_searching/">
|
||||
<img src="../assets/hero/chapter_searching.png" alt="" style="height: 15.149%; left: 18.185%; top: 16.404%;">
|
||||
<img src="../assets/hero/chapter_searching.png" alt=""
|
||||
style="height: 15.149%; left: 18.185%; top: 16.404%;">
|
||||
<span style="left: 14.556%; top: 20.876%;">搜尋</span>
|
||||
</a>
|
||||
<a href="chapter_sorting/">
|
||||
|
@ -57,7 +58,8 @@
|
|||
<span style="left: 31.42%; top: 8.679%;">分治</span>
|
||||
</a>
|
||||
<a href="chapter_backtracking/">
|
||||
<img src="../assets/hero/chapter_backtracking.png" alt="" style="height: 17.338%; left: 4.875%; top: 32.925%;">
|
||||
<img src="../assets/hero/chapter_backtracking.png" alt=""
|
||||
style="height: 17.338%; left: 4.875%; top: 32.925%;">
|
||||
<span style="left: 4.742%; top: 50.113%;">回溯</span>
|
||||
</a>
|
||||
<a href="chapter_dynamic_programming/">
|
||||
|
@ -144,7 +146,8 @@
|
|||
<div class="media-block">
|
||||
<a href="/chapter_paperbook/">
|
||||
<div style="height: 8.17%;"></div>
|
||||
<img class="device-on-hover" style="height: 66.83%;" src="../assets/hero/cover_render.png" alt="Cover">
|
||||
<img class="device-on-hover" style="height: 66.83%;" src="../assets/hero/cover_render.png"
|
||||
alt="Cover">
|
||||
<div class="text-button">
|
||||
<span>紙質書(簡中)</span>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512">
|
||||
|
@ -288,8 +291,7 @@
|
|||
</div>
|
||||
<div class="profile-cell">
|
||||
<a href="https://github.com/curtishd">
|
||||
<img class="profile-img" src="../assets/avatar/avatar_curtishd.jpg"
|
||||
alt="Reviewer: curtishd" />
|
||||
<img class="profile-img" src="../assets/avatar/avatar_curtishd.jpg" alt="Reviewer: curtishd" />
|
||||
<br><b>curtishd</b>
|
||||
<br><sub>Kotlin</sub>
|
||||
</a>
|
||||
|
@ -303,7 +305,8 @@
|
|||
</div>
|
||||
<div class="profile-cell">
|
||||
<a href="https://github.com/gvenusleo">
|
||||
<img class="profile-img" src="../assets/avatar/avatar_gvenusleo.jpg" alt="Reviewer: gvenusleo" />
|
||||
<img class="profile-img" src="../assets/avatar/avatar_gvenusleo.jpg"
|
||||
alt="Reviewer: gvenusleo" />
|
||||
<br><b>gvenusleo</b>
|
||||
<br><sub>Dart</sub>
|
||||
</a>
|
||||
|
@ -317,14 +320,16 @@
|
|||
</div>
|
||||
<div class="profile-cell">
|
||||
<a href="https://github.com/justin-tse">
|
||||
<img class="profile-img" src="../assets/avatar/avatar_justin-tse.jpg" alt="Reviewer: justin-tse" />
|
||||
<img class="profile-img" src="../assets/avatar/avatar_justin-tse.jpg"
|
||||
alt="Reviewer: justin-tse" />
|
||||
<br><b>justin-tse</b>
|
||||
<br><sub>JS, TS</sub>
|
||||
</a>
|
||||
</div>
|
||||
<div class="profile-cell">
|
||||
<a href="https://github.com/khoaxuantu">
|
||||
<img class="profile-img" src="../assets/avatar/avatar_khoaxuantu.jpg" alt="Reviewer: khoaxuantu" />
|
||||
<img class="profile-img" src="../assets/avatar/avatar_khoaxuantu.jpg"
|
||||
alt="Reviewer: khoaxuantu" />
|
||||
<br><b>khoaxuantu</b>
|
||||
<br><sub>Ruby</sub>
|
||||
</a>
|
||||
|
@ -381,8 +386,7 @@
|
|||
</div>
|
||||
<div class="profile-cell">
|
||||
<a href="https://github.com/Dr-XYZ">
|
||||
<img class="profile-img" src="../assets/avatar/avatar_Dr-XYZ.jpg"
|
||||
alt="Reviewer: Dr-XYZ" />
|
||||
<img class="profile-img" src="../assets/avatar/avatar_Dr-XYZ.jpg" alt="Reviewer: Dr-XYZ" />
|
||||
<br><b>Dr-XYZ</b>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -399,4 +403,4 @@
|
|||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue