File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 14
14
display : inline;
15
15
padding-left : 5px ;
16
16
padding-right : 5px ;
17
+ }
18
+
19
+ # navigation ul li a {
20
+ color : # 000 ;
17
21
}
Original file line number Diff line number Diff line change @@ -24,11 +24,12 @@ <h1>Matthew Warman</h1>
24
24
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
25
25
< script src ="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js "> </ script >
26
26
< script src ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js " integrity ="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa " crossorigin ="anonymous "> </ script >
27
+ < script src ="https://use.fontawesome.com/86424f27f1.js "> </ script >
27
28
< div class ="separator " />
28
29
< div id ="navigation ">
29
30
< ul >
30
31
< li >
31
- < a href ="https://github.com/mcwarman "> < img src =" images/ GitHub-Mark-120px-plus.png " alt =" github " width =" 32 " / ></ a >
32
+ < a href ="https://github.com/mcwarman " aria-label =" Link to GitHub profile " > < i class =" fa fa- github fa-3x " aria-hidden =" true " > </ i > </ a >
32
33
</ li >
33
34
</ ul >
34
35
</ div >
You can’t perform that action at this time.
0 commit comments