Skip to content

Commit da1d3a7

Browse files
committed
Footer alt file buttons.
* Made PDF button bigger than other format buttons. * Placed Dropbox button on end. * Added DOCX format button. * Added TXT format button.
1 parent 46c9682 commit da1d3a7

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

_includes/footer.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
<a class="btn btn-link btn-xs toTop" href="#top"><i class="icon-sort-up"></i> Back to top</a>
88
</p>
99
<div class="links">
10-
<a class="btn btn-warning btn-xs" href="{{site.baseurl}}pdf/John_Seg_Seggerson.pdf"><i class="icon-file"></i> PDF</a>
10+
<a class="btn btn-warning btn-sm" href="{{site.baseurl}}pdf/John_Seg_Seggerson.pdf"><i class="icon-file"></i> PDF</a>
11+
12+
<a class="btn btn-default btn-xs" href="{{site.baseurl}}pdf/John_Seg_Seggerson.docx"><i class="icon-file"></i> DOCX</a>
13+
14+
<a class="btn btn-default btn-xs" href="{{site.baseurl}}pdf/John_Seg_Seggerson.txt"><i class="icon-file"></i> TXT</a>
1115

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

0 commit comments

Comments
 (0)