changed download/print buttons.
This commit is contained in:
parent
e9e3b597c5
commit
bb2efa4b27
3 changed files with 8 additions and 4 deletions
Binary file not shown.
|
@ -30,7 +30,7 @@
|
|||
</svg>
|
||||
<section id="main">
|
||||
<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>
|
||||
</header>
|
||||
<section class="main-block">
|
||||
|
@ -190,6 +190,10 @@
|
|||
</section>
|
||||
</section>
|
||||
<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">
|
||||
<h1>
|
||||
Contact Info
|
||||
|
|
|
@ -464,7 +464,7 @@ svg.ts-logo {
|
|||
|
||||
a.download-button {
|
||||
position: absolute;
|
||||
right: 7rem;
|
||||
top: 0.75em;
|
||||
font-size: 1.5rem;
|
||||
right: 4rem;
|
||||
top: 1em;
|
||||
font-size: 2.5rem;
|
||||
}
|
Loading…
Reference in a new issue