resume + print updates
This commit is contained in:
parent
77f5c06348
commit
7dd7c9801e
|
@ -363,3 +363,22 @@ nav#TableOfContents ul {
|
|||
height: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
header, nav {
|
||||
display: none;
|
||||
}
|
||||
.content-with-toc {
|
||||
width: 100%;
|
||||
font-size: 10pt;
|
||||
line-height: 1.15;
|
||||
}
|
||||
article {
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
line-height: 1;
|
||||
}
|
||||
}
|
||||
a::after{
|
||||
content: "(" attr(href) ")";
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
title: "Resume"
|
||||
title: "Motiejus Jakštys Resume"
|
||||
description: "Motiejus Jakštys resume"
|
||||
---
|
||||
|
||||
Status: [not employed from/since 2023-07-01]({{< ref "log/2023/7-years-at-uber"
|
||||
>}}). Planning to take a summer off and think what to do next. Have ideas?
|
||||
Status: [not employed from 2023-07-01]({{< ref "log/2023/7-years-at-uber"
|
||||
>}}). Will take the summer off and think what to do next. Have ideas?
|
||||
[Ping me]({{< ref "contact" >}}).
|
||||
|
||||
My resume is below, in reverse-chronological order.
|
||||
|
@ -22,7 +22,9 @@ My resume is below, in reverse-chronological order.
|
|||
Tech: toolchains and linkers, mostly
|
||||
[Go](https://github.com/golang/go/issues?q=author%3Amotiejus+) and
|
||||
[Zig](https://github.com/ziglang/zig/commits?author=motiejus) on Linux x86_64
|
||||
and AArch64.
|
||||
and AArch64. Also a [C++ toolchain
|
||||
configuration](https://github.com/uber/hermetic_cc_toolchain/commits?author=motiejus)
|
||||
in Bazel.
|
||||
|
||||
Locations: Amsterdam (2016), Vilnius (2017-2023).
|
||||
|
||||
|
|
Loading…
Reference in New Issue