Compare commits
4 Commits
d37694a1dc
...
e4f9c6754b
Author | SHA1 | Date |
---|---|---|
mat ess | e4f9c6754b | |
mat ess | 6f748da235 | |
mat ess | 01f97682a1 | |
mat ess | 662f4032a4 |
|
@ -1,6 +1,6 @@
|
||||||
base_url = "https://www.mat.services"
|
base_url = "https://www.mat.services"
|
||||||
title = "mat.services"
|
title = "mat.services"
|
||||||
description = "the personal website of matthew ess"
|
description = "the personal website of mat ess"
|
||||||
default_language = "en"
|
default_language = "en"
|
||||||
|
|
||||||
compile_sass = true
|
compile_sass = true
|
||||||
|
|
|
@ -3,7 +3,7 @@ title: "about me"
|
||||||
path: "about"
|
path: "about"
|
||||||
---
|
---
|
||||||
|
|
||||||
## matthew ess (they/them)
|
## mat ess (they/them)
|
||||||
i'm a 'software engineer'/'code monkey' by trade, currently employed by yelp inc in the engineering effectiveness department. my work is focused on improving the tooling used by other engineers at yelp to develop python services.
|
i'm a 'software engineer'/'code monkey' by trade, currently employed by yelp inc in the engineering effectiveness department. my work is focused on improving the tooling used by other engineers at yelp to develop python services.
|
||||||
|
|
||||||
[you can look at my resume here](/resume).
|
[you can look at my resume here](/resume).
|
||||||
|
|
|
@ -47,8 +47,9 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Logo
|
// Logo
|
||||||
div.brand>* {
|
div.brand > * {
|
||||||
padding: 0 0.25em;
|
padding-left: 0.25em;
|
||||||
|
padding-right: 0.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.brand:hover img#logo {
|
div.brand:hover img#logo {
|
||||||
|
@ -97,14 +98,19 @@ footer {
|
||||||
margin: 2em;
|
margin: 2em;
|
||||||
color: var(--text-1);
|
color: var(--text-1);
|
||||||
font-size: 0.75em;
|
font-size: 0.75em;
|
||||||
display: flex;
|
}
|
||||||
|
|
||||||
#site-info {
|
@media (min-width: 500px) {
|
||||||
flex: 1 0;
|
footer {
|
||||||
}
|
display: flex;
|
||||||
|
|
||||||
#copyright {
|
#site-info {
|
||||||
align-items: flex-end;
|
flex: 1 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#copyright {
|
||||||
|
align-items: flex-end;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ header {
|
||||||
}
|
}
|
||||||
|
|
||||||
header .main {
|
header .main {
|
||||||
font-size: 1.5rem;
|
font-size: 1.2rem;
|
||||||
|
|
||||||
/* Otherwise header and menu is too close on small screens*/
|
/* Otherwise header and menu is too close on small screens*/
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
|
@ -36,32 +36,25 @@ blockquote {
|
||||||
a {
|
a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
position: relative;
|
box-shadow: inset 0 -3px 0 var(--primary-color);
|
||||||
transition: all .2s ease-in;
|
padding-bottom: 3px;
|
||||||
|
transition: all .1s ease-in;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
color: var(--hover-color);
|
color: var(--hover-color);
|
||||||
transition: all .2s ease;
|
box-shadow: inset 0 -1.45em 0 var(--primary-color);
|
||||||
|
transition: all .3s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
a::after {
|
@media (prefers-reduced-motion: reduce) {
|
||||||
content: "";
|
a {
|
||||||
display: inline-block;
|
transition: none;
|
||||||
position: absolute;
|
}
|
||||||
z-index: -1;
|
|
||||||
bottom: -3px;
|
|
||||||
left: 0;
|
|
||||||
width: 100%;
|
|
||||||
height: 3px;
|
|
||||||
background-color: var(--primary-color);
|
|
||||||
transition: all .2s ease-in;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:hover::after {
|
a:hover {
|
||||||
height: 100%;
|
transition: none;
|
||||||
transform: translateY(-3px);
|
}
|
||||||
transition: all .2s ease;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
time {
|
time {
|
||||||
|
|
|
@ -3,14 +3,14 @@
|
||||||
<p id="powered-by">
|
<p id="powered-by">
|
||||||
powered by <a href="https://getzola.org" target="_blank" rel="noopener noreferral">zola</a> + <a href="https://github.com/not-matthias/apollo" target="_blank" rel="noopener noreferral">apollo</a>
|
powered by <a href="https://getzola.org" target="_blank" rel="noopener noreferral">zola</a> + <a href="https://github.com/not-matthias/apollo" target="_blank" rel="noopener noreferral">apollo</a>
|
||||||
and
|
and
|
||||||
<a href="https://nixos.org" target="_blank" rel="noopener noreferral">nix</a>.
|
<a href="https://nixos.org" target="_blank" rel="noopener noreferral">nix</a>
|
||||||
</p>
|
</p>
|
||||||
<p id="privacy-note">
|
<p id="privacy-note">
|
||||||
<a href="/privacy">privacy notice</a>.
|
<a href="/privacy">privacy notice</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<p id="copyright">
|
<p id="copyright">
|
||||||
© 2022-2023 mat ess.
|
© 2022-2023 mat ess
|
||||||
</p>
|
</p>
|
||||||
<script data-goatcounter="https://stats.mat.services/count" async src="//stats.mat.services/count.js" crossorigin integrity="sha256-a8rh6u3maZ6JiY6w6zsLlw9OUQf2tFPUX3t1/BV+RKc="></script>
|
<script data-goatcounter="https://stats.mat.services/count" async src="//stats.mat.services/count.js" crossorigin integrity="sha256-a8rh6u3maZ6JiY6w6zsLlw9OUQf2tFPUX3t1/BV+RKc="></script>
|
||||||
<noscript>
|
<noscript>
|
||||||
|
|
Loading…
Reference in New Issue