9
9
< h1 > Learn </ h1 >
10
10
11
11
< 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 >
13
17
14
18
< p > The entire Pro Git book written
15
19
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>
23
27
</ div >
24
28
25
29
< 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 >
27
34
28
35
< p >
29
36
Short videos introducing Git for total beginners.
@@ -32,15 +39,21 @@ <h3> <a href="{{< relurl "videos">}}"> Videos </a></h3>
32
39
</ div >
33
40
34
41
< 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 >
36
46
< p >
37
47
The most common Git commands, with diagrams illustrating the difference
38
48
between merge and rebase.
39
49
</ p >
40
50
</ div >
41
51
42
52
< 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 >
44
57
< p >
45
58
Ever-evolving collection of tutorials, books, videos, and other Git resources from the community.
46
59
</ p >
0 commit comments