-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.html
More file actions
35 lines (30 loc) · 1.13 KB
/
Copy pathcv.html
File metadata and controls
35 lines (30 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
layout: default
title: Curriculum Vitae
description: "Curriculum vitae of Tandem J. Young — education, research, teaching, and professional experience in applied and spatial economics. PhD candidate, University of Arkansas."
---
<section id="cv" class="cv">
<h1 class="page-title">Curriculum Vitae</h1>
<p class="lede">
A full record of my education, research, teaching, and professional experience. Open or download the PDF
below, or read the embedded copy.
</p>
<div class="doc-actions">
<a class="btn btn-primary" href="{{ '/assets/cv/tandemyoung-cv.pdf' | relative_url }}" target="_blank" rel="noopener noreferrer">
Open in a new tab
</a>
<a class="btn" href="{{ '/assets/cv/tandemyoung-cv.pdf' | relative_url }}" download>
Download PDF
</a>
</div>
<div class="cv-frame">
<iframe
src="{{ '/assets/cv/tandemyoung-cv.pdf' | relative_url }}"
title="Tandem J. Young — Curriculum Vitae (PDF)"
loading="lazy"
></iframe>
</div>
<p class="cv-fallback">
If the embedded PDF doesn’t display on your device, use the buttons above to open or download it.
</p>
</section>