start
parent
86e5716d33
commit
2b19a1d2f8
|
|
@ -21,7 +21,7 @@
|
|||
<body style="margin: auto !important; padding-bottom: .0em !important; width: 512pt; margin: 0; padding: 0; -webkit-text-size-adjust:none;">
|
||||
<div>
|
||||
<div class="frame-content">
|
||||
<document title="Bree LaPointe Resume" author="Bree LaPointe" producer="OpenResume">
|
||||
<document title="Bree LaPointe Resume" author="Bree LaPointe " producer="OpenResume">
|
||||
<page style="display: flex; flex-direction: column; color: rgb(23, 23, 23); font-family: Lato; font-size: 11pt;">
|
||||
<view style="width: 100%; height: 10.5pt; background-color: rgb(129, 140, 248);">
|
||||
</view>
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@ if ! which gojq; then
|
|||
fi &> /dev/null
|
||||
|
||||
while sleep 1; do
|
||||
clear
|
||||
date
|
||||
cat ./homebrew.yaml \
|
||||
| gojq --yaml-input . \
|
||||
| tpl --file homebrew.tmpl \
|
||||
| tee ./homebrew.html
|
||||
> ./homebrew.html
|
||||
done
|
||||
|
|
|
|||
|
|
@ -21,15 +21,15 @@
|
|||
<body style="margin: auto !important; padding-bottom: .0em !important; width: 512pt; margin: 0; padding: 0; -webkit-text-size-adjust:none;">
|
||||
<div>
|
||||
<div class="frame-content">
|
||||
<document title="Bree LaPointe Resume" author="Bree LaPointe" producer="OpenResume">
|
||||
<document title="{{ range .resume.name }}{{ . }} {{ end }}Resume" author="{{ range .resume.name }}{{ . }} {{ end }}" producer="OpenResume">
|
||||
<page style="display: flex; flex-direction: column; color: rgb(23, 23, 23); font-family: Lato; font-size: 11pt;">
|
||||
<view style="width: 100%; height: 10.5pt; background-color: rgb(129, 140, 248);">
|
||||
</view>
|
||||
<view style="display: flex; flex-direction: column; padding: 0px 18pt;">
|
||||
<view style="display: flex; flex-direction: column; gap: 6pt; margin-top: 12pt;">
|
||||
<text style="color: rgb(129, 140, 248); font-weight: bold; font-size: 20pt;">Bree LaPointe
|
||||
<text style="color: rgb(129, 140, 248); font-weight: bold; font-size: 20pt;">{{ range .resume.name }}{{ . }} {{ end }}
|
||||
</text>
|
||||
<text style="color: rgb(23, 23, 23); font-weight: normal;">Senior Software Engineer
|
||||
<text style="color: rgb(23, 23, 23); font-weight: normal;">{{ .resume.title }}
|
||||
</text>
|
||||
<view style="display: flex; flex-flow: row wrap; justify-content: space-between; margin-top: 1.5pt;">
|
||||
<view style="display: flex; flex-direction: row; align-items: center; gap: 3pt;">
|
||||
|
|
|
|||
Loading…
Reference in New Issue