Update resume download button to use PDF file and improve status indicator spacing
This commit is contained in:
parent
ed84f0c77f
commit
9ea14026d9
Binary file not shown.
|
@ -667,7 +667,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="resume-download">
|
<div class="resume-download">
|
||||||
<a href="resume/daniel-laforce-resume.pdf" class="btn btn-primary" download>
|
<a href="files/daniel-laforce-resume.pdf" class="btn btn-primary" download>
|
||||||
<i class="fas fa-download btn-icon"></i>
|
<i class="fas fa-download btn-icon"></i>
|
||||||
Download Full Resume (PDF)
|
Download Full Resume (PDF)
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -253,6 +253,7 @@ ul {
|
||||||
.status-indicator {
|
.status-indicator {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
gap: 8px;
|
||||||
background-color: rgba(59, 130, 246, 0.2);
|
background-color: rgba(59, 130, 246, 0.2);
|
||||||
padding: 0.5rem 1rem;
|
padding: 0.5rem 1rem;
|
||||||
border-radius: 9999px;
|
border-radius: 9999px;
|
||||||
|
|
Loading…
Reference in New Issue