Skip to content

Commit 03b39fb

Browse files
committed
Update to use "Font Awesome" CDN
1 parent bf475d1 commit 03b39fb

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

css/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ h1 {
1414
display: inline;
1515
padding-left: 5px;
1616
padding-right: 5px;
17+
}
18+
19+
#navigation ul li a {
20+
color: #000;
1721
}

images/GitHub-Mark-120px-plus.png

-4.17 KB
Binary file not shown.

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@ <h1>Matthew Warman</h1>
2424
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
2525
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
2626
<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>
2728
<div class="separator" />
2829
<div id="navigation">
2930
<ul>
3031
<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>
3233
</li>
3334
</ul>
3435
</div>

0 commit comments

Comments
 (0)