offer the CV download in the contact section too, so a recruiter who scrolls straight there can grab it
build-and-deploy / build (push) Failing after 10m40s
build-and-deploy / build (push) Failing after 10m40s
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
---
|
||||
import { cvAvailable } from "../lib/assets";
|
||||
import { site } from "../data/site";
|
||||
import { socials } from "../data/socials";
|
||||
---
|
||||
@@ -13,6 +14,11 @@ import { socials } from "../data/socials";
|
||||
<a class="btn btn--primary contact__mail mono" href={`mailto:${site.email}`}>
|
||||
{site.email}
|
||||
</a>
|
||||
{cvAvailable && (
|
||||
<a class="btn contact__cv" href="/cv.pdf" download>
|
||||
Download CV (PDF)
|
||||
</a>
|
||||
)}
|
||||
</div>
|
||||
|
||||
<ul class="contact__links">
|
||||
|
||||
Reference in New Issue
Block a user