move cv to subdomain
This commit is contained in:
parent
e3fdee74ad
commit
286b0f3384
2 changed files with 1 additions and 1 deletions
BIN
public/cv.pdf
BIN
public/cv.pdf
Binary file not shown.
|
|
@ -10,7 +10,7 @@ import { SITE_TITLE } from '../consts';
|
||||||
<HeaderLink href="/">Home</HeaderLink>
|
<HeaderLink href="/">Home</HeaderLink>
|
||||||
<HeaderLink href="/blog">Blog</HeaderLink>
|
<HeaderLink href="/blog">Blog</HeaderLink>
|
||||||
<HeaderLink href="/about">About</HeaderLink>
|
<HeaderLink href="/about">About</HeaderLink>
|
||||||
<HeaderLink target="_blank" href="/cv.pdf">CV</HeaderLink>
|
<HeaderLink target="_blank" href="https://cv.zackmyers.io">CV</HeaderLink>
|
||||||
</div>
|
</div>
|
||||||
<div class="p-5 flex absolute top-0 right-0 space-x-4">
|
<div class="p-5 flex absolute top-0 right-0 space-x-4">
|
||||||
<a href="https://twitter.com/_zackartz" target="_blank">
|
<a href="https://twitter.com/_zackartz" target="_blank">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue