This commit is contained in:
Michael Zhang 2022-08-29 13:03:12 -05:00
parent 9396a58f26
commit cc538bc7f3
3 changed files with 11 additions and 7 deletions

View File

@ -98,7 +98,7 @@ footer {
left: 0; left: 0;
top: 0; top: 0;
// Capital Min to avoid invoking SCSS min // Capital Min to avoid invoking SCSS min
max-width: Min(30%, 240px); max-width: Min(30%, 30em);
.side-nav-content { .side-nav-content {
padding-top: 32px; padding-top: 32px;
@ -110,6 +110,8 @@ footer {
.portrait { .portrait {
max-width: 100%; max-width: 100%;
} }
h1.title { text-align: center; }
} }
} }
} }

View File

@ -2,7 +2,7 @@
<div class="side-nav-content"> <div class="side-nav-content">
<a href="/" class="home-link"> <a href="/" class="home-link">
<img class="portrait" src="/self.png" /> <img class="portrait" src="/self.png" />
<h1>Michael Zhang</h1> <h1 class="title">Michael Zhang</h1>
</a> </a>
<div class="bio"> <div class="bio">
{{ os.ReadFile "layouts/partials/left-nav.md" | .RenderString }} {{ os.ReadFile "layouts/partials/left-nav.md" | .RenderString }}

View File

@ -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 Hi there! I'm a masters student at the University of Minnesota advised by
currently work as a Software Developer at [AWS][1] (previously at [SIFT][2]). My [Favonia][3]. I also currently work as a Software Developer at [AWS][1]
computing-related interests lie in programming language design and formal (previously at [SIFT][2]). My computing-related interests lie in programming
verification, systems security, cryptography, and distributed systems. language design and formal verification, systems security, cryptography, and
distributed systems.
[1]: https://aws.amazon.com/ [1]: https://aws.amazon.com/
[2]: https://www.sift.net/ [2]: https://www.sift.net/
[3]: https://favonia.org/