Added PDF CV

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2017-12-25 18:56:49 +01:00
parent 13fdd20674
commit 08f5cfdff1
4 changed files with 11 additions and 1 deletions

View File

@ -4,6 +4,7 @@ image_desc:
age: 23 age: 23
location: Hamburg, Germany location: Hamburg, Germany
cv_link: /cv/ cv_link: /cv/
cv_pdf: /assets/pdf/cv.pdf
github_username: 2martens github_username: 2martens
twitter_username: 2martens twitter_username: 2martens
skills: skills:

View File

@ -0,0 +1,9 @@
<div class="card sidebar mb-3">
<div class="card-body">
<p class="card-text">
<a class="btn btn-primary" href="{{ site.data.author.cv_pdf }}">
<span class="far fa-file-pdf"></span>&nbsp;Download CV
</a>
</p>
</div>
</div>

BIN
assets/pdf/cv.pdf Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
--- ---
title: Curriculum Vitae title: Curriculum Vitae
permalink: /cv/ permalink: /cv/
sidebarboxes: job_offers sidebarboxes: cv-pdf job_offers
--- ---
{% if site.data.author.image %} {% if site.data.author.image %}