Compare commits
1 Commits
2305b246c1
...
7f6743f8d9
| Author | SHA1 | Date | |
|---|---|---|---|
|
7f6743f8d9
|
5
.gitmodules
vendored
5
.gitmodules
vendored
@@ -1,7 +1,4 @@
|
|||||||
[submodule "content/letter"]
|
[submodule "content/letter"]
|
||||||
path = content/letter
|
path = content/letter
|
||||||
url = ssh://git@git.kevin-mok.com:399/Kevin-Mok/cover-letters.git
|
url = ssh://git@git.kevin-mok.com:399/Kevin-Mok/cover-letters.git
|
||||||
branch = master
|
branch = drafts
|
||||||
[submodule "static/pdf"]
|
|
||||||
path = static/pdf
|
|
||||||
url = ssh://git@git.kevin-mok.com:399/Kevin-Mok/resume-pdf.git
|
|
||||||
|
|||||||
@@ -474,8 +474,8 @@ header {// {{{
|
|||||||
float: right;
|
float: right;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
height: 2em !important;
|
height: 1.75em;
|
||||||
position: absolute;
|
position: relative;
|
||||||
top: 1em;
|
top: 1em;
|
||||||
}
|
}
|
||||||
}// }}}
|
}// }}}
|
||||||
|
|||||||
Submodule content/letter updated: dd6a79f273...75e94dd725
@@ -1,5 +1,7 @@
|
|||||||
{{ partial "base/header.html" . }}
|
{{ partial "base/header.html" . }}
|
||||||
|
|
||||||
|
{{ partial "resume/print-icon.html" . }}
|
||||||
|
|
||||||
{{ partial "base/site-title.html" . }}
|
{{ partial "base/site-title.html" . }}
|
||||||
|
|
||||||
{{ partial "resume/contact-info.html" . }}
|
{{ partial "resume/contact-info.html" . }}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<div id="print-icon">
|
<div id="print-icon">
|
||||||
<a href="{{ "pdf/kevin-mok-resume.pdf" | relURL }}" target="_blank">
|
<a href="{{ "kevin-mok-resume.pdf" | relURL }}" target="_blank">
|
||||||
<img src="{{ "img/resume/printer.svg" | relURL }}" alt="printer-icon">
|
<img src="{{ "img/resume/printer.svg" | relURL }}" alt="printer-icon">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
<div id="print-icon">
|
|
||||||
{{ $code := .Get "code" }}
|
|
||||||
{{ $pdfName := print "pdf/kevin-mok-cover-letter-" $code ".pdf" }}
|
|
||||||
<a href="{{ $pdfName | relURL }}" target="_blank">
|
|
||||||
<img src="{{ "img/resume/printer.svg" | relURL }}" alt="printer-icon">
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
BIN
static/kevin-mok-resume.pdf
Normal file
BIN
static/kevin-mok-resume.pdf
Normal file
Binary file not shown.
Submodule static/pdf deleted from 83a1f5a203
Reference in New Issue
Block a user