Skip to content

Commit dde57d8

Browse files
committed
Adding new @FortAwesome icons for PDFs and TXT files.
1 parent 56c7e31 commit dde57d8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

_includes/content/navigation.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
</ul>
2626
<ul class="nav navbar-nav navbar-right hidden-xs hidden-sm">
2727
<li class="pdf">
28-
<a href="{{site.baseurl}}pdf/John_Seg_Seggerson.pdf"><i class="fa fa-download"></i> PDF</a>
28+
<a href="{{site.baseurl}}pdf/John_Seg_Seggerson.pdf"><i class="fa fa-file-pdf-o"></i> PDF</a>
2929
</li>
3030
<li class="dropdown pdf pdf-dropdown">
3131
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-caret-down"></i></a>
3232
<ul class="dropdown-menu pdf pdf-dropdown-menu">
3333
<li role="presentation" class="dropdown-header">Other Formats</li>
34-
<li class="focus"><a href="{{site.baseurl}}pdf/John_Seg_Seggerson.pdf">PDF</a></li>
35-
<li><a href="{{site.baseurl}}pdf/John_Seg_Seggerson.txt">TEXT</a></li>
34+
<li class="focus"><a href="{{site.baseurl}}pdf/John_Seg_Seggerson.pdf"><i class="fa fa-file-pdf-o"></i> PDF</a></li>
35+
<li><a href="{{site.baseurl}}pdf/John_Seg_Seggerson.txt"><i class="fa fa-file-text-o"></i> TEXT</a></li>
3636
</ul>
3737
</li>
3838
</ul>

_includes/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<a class="btn btn-link btn-xs toTop" href="#top"><i class="fa fa-sort-up"></i> Back to top</a>
88
</p>
99
<div class="links">
10-
<a class="btn btn-warning btn-sm" href="{{site.baseurl}}pdf/John_Seg_Seggerson.pdf"><i class="fa fa-file"></i> PDF</a>
10+
<a class="btn btn-warning btn-sm" href="{{site.baseurl}}pdf/John_Seg_Seggerson.pdf"><i class="fa fa-file-pdf-o"></i> PDF</a>
1111

1212
<a href="{{site.baseurl}}pdf/John_Seg_Seggerson.pdf" class="dropbox-saver" data-filename="John_Seg_Seggerson_Resume.pdf"></a>
1313

14-
<a class="btn btn-default btn-xs" href="{{site.baseurl}}pdf/John_Seg_Seggerson.txt"><i class="fa fa-file"></i> TXT</a>
14+
<a class="btn btn-default btn-xs" href="{{site.baseurl}}pdf/John_Seg_Seggerson.txt"><i class="fa fa-file-text-o"></i> TXT</a>
1515
</div>
1616
Made by <a href="http://segonmedia.com">John "Seg" Seggerson</a>.<br/>
1717
Licensed under the <a href="http://creativecommons.org/licenses/by-sa/3.0/">Attribution-ShareAlike 3.0 Unported <small>(CC BY-SA 3.0)</small></a> unless otherwise noted.<br/>

0 commit comments

Comments
 (0)