diff --git a/assets/sass/_content.scss b/assets/sass/_content.scss index e152cd3..168bc83 100644 --- a/assets/sass/_content.scss +++ b/assets/sass/_content.scss @@ -98,7 +98,7 @@ footer { left: 0; top: 0; // Capital Min to avoid invoking SCSS min - max-width: Min(30%, 240px); + max-width: Min(30%, 30em); .side-nav-content { padding-top: 32px; @@ -110,6 +110,8 @@ footer { .portrait { max-width: 100%; } + + h1.title { text-align: center; } } } } diff --git a/layouts/partials/left-nav.html b/layouts/partials/left-nav.html index a632c2f..2582520 100644 --- a/layouts/partials/left-nav.html +++ b/layouts/partials/left-nav.html @@ -2,7 +2,7 @@
-

Michael Zhang

+

Michael Zhang

{{ os.ReadFile "layouts/partials/left-nav.md" | .RenderString }} diff --git a/layouts/partials/left-nav.md b/layouts/partials/left-nav.md index 04dc075..f563563 100644 --- a/layouts/partials/left-nav.md +++ b/layouts/partials/left-nav.md @@ -1,9 +1,11 @@ -- Matrix: `@michael:mozilla.org` +- Matrix: `@michael:chat.mzhang.io` -Hi there! I'm an incoming graduate student at the University of Minnesota. I -currently work as a Software Developer at [AWS][1] (previously at [SIFT][2]). My -computing-related interests lie in programming language design and formal -verification, systems security, cryptography, and distributed systems. +Hi there! I'm a masters student at the University of Minnesota advised by +[Favonia][3]. I also currently work as a Software Developer at [AWS][1] +(previously at [SIFT][2]). My computing-related interests lie in programming +language design and formal verification, systems security, cryptography, and +distributed systems. [1]: https://aws.amazon.com/ [2]: https://www.sift.net/ +[3]: https://favonia.org/