changed download/print buttons.

This commit is contained in:
John Shaver 2018-10-22 15:51:38 -07:00
parent e9e3b597c5
commit bb2efa4b27
3 changed files with 8 additions and 4 deletions

Binary file not shown.

View File

@ -30,7 +30,7 @@
</svg> </svg>
<section id="main"> <section id="main">
<header id="title"> <header id="title">
<h1>John Shaver</h1><a class="download-button no-print" href="John-Shaver-Resume-2018.pdf"><i class="fas fa-file-download"></i></a> <h1>John Shaver</h1>
<span class="subtitle">Full-Stack Engineer and Devops Enthusiast</span> <span class="subtitle">Full-Stack Engineer and Devops Enthusiast</span>
</header> </header>
<section class="main-block"> <section class="main-block">
@ -190,6 +190,10 @@
</section> </section>
</section> </section>
<aside id="sidebar"> <aside id="sidebar">
<div class="control-buttons no-print">
<a class="print-button" target="_blank" href="John-Shaver-Resume-2018.pdf"><i class="fas fa-print"></i></a>
<a class="download-button no-print" href="John-Shaver-Resume-2018.pdf" download><i class="fas fa-file-download"></i></a>
</div>
<div class="side-block" id="contact"> <div class="side-block" id="contact">
<h1> <h1>
Contact Info Contact Info

View File

@ -464,7 +464,7 @@ svg.ts-logo {
a.download-button { a.download-button {
position: absolute; position: absolute;
right: 7rem; right: 4rem;
top: 0.75em; top: 1em;
font-size: 1.5rem; font-size: 2.5rem;
} }