99 < h1 > Learn </ h1 >
1010
1111 < div class ="callout icon book ">
12- < h3 > < a href ="{{< relurl "book "> }}"> Pro Git Book </ a > </ h3 >
12+
13+ < a href ="{{< relurl "book "> }}">
14+ < img alt ="" aria-hidden ="true " src ="{{< relurl "images /icons/fa-book.svg"> }}" >
15+ < h3 > Pro Git Book </ h3 >
16+ </ a >
1317
1418 < p > The entire Pro Git book written
1519 by Scott Chacon and Ben Straub is available to read online for free.
@@ -23,7 +27,10 @@ <h3> <a href="{{< relurl "book">}}"> Pro Git Book </a></h3>
2327 </ div >
2428
2529 < div class ="callout icon video ">
26- < h3 > < a href ="{{< relurl "videos "> }}"> Videos </ a > </ h3 >
30+ < a href ="{{< relurl "videos "> }}">
31+ < img alt ="" aria-hidden ="true " src ="{{< relurl "images /icons/fa-video.svg"> }}" >
32+ < h3 > Videos </ h3 >
33+ </ a >
2734
2835 < p >
2936 Short videos introducing Git for total beginners.
@@ -32,15 +39,21 @@ <h3> <a href="{{< relurl "videos">}}"> Videos </a></h3>
3239 </ div >
3340
3441 < div class ="callout icon cheat-sheet ">
35- < h3 > < a href ="{{< relurl "cheat-sheet "> }}"> Cheat Sheet</ a > </ h3 >
42+ < a href ="{{< relurl "cheat-sheet "> }}">
43+ < img alt ="" aria-hidden ="true " src ="{{< relurl "images /icons/fa-note-sticky.svg"> }}" >
44+ < h3 > Cheat Sheet</ h3 >
45+ </ a >
3646 < p >
3747 The most common Git commands, with diagrams illustrating the difference
3848 between merge and rebase.
3949 </ p >
4050 </ div >
4151
4252 < div class ="callout icon external-links ">
43- < h3 > < a href ="{{< relurl "doc /ext"> }}"> External Links</ a > </ h3 >
53+ < a href ="{{< relurl "doc /ext"> }}">
54+ < img alt ="" aria-hidden ="true " src ="{{< relurl "images /icons/fa-arrow-up-right-from-square.svg"> }}" >
55+ < h3 > External Links</ h3 >
56+ </ a >
4457 < p >
4558 Ever-evolving collection of tutorials, books, videos, and other Git resources from the community.
4659 </ p >
0 commit comments