Update
This commit is contained in:
parent
9396a58f26
commit
cc538bc7f3
3 changed files with 11 additions and 7 deletions
|
@ -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; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<div class="side-nav-content">
|
||||
<a href="/" class="home-link">
|
||||
<img class="portrait" src="/self.png" />
|
||||
<h1>Michael Zhang</h1>
|
||||
<h1 class="title">Michael Zhang</h1>
|
||||
</a>
|
||||
<div class="bio">
|
||||
{{ os.ReadFile "layouts/partials/left-nav.md" | .RenderString }}
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue