diff options
author | Vincent Ambo <mail@tazj.in> | 2023-06-15T23·18+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-06-15T23·26+0000 |
commit | d8d0b178234fc6ca2903af00d0c78d5931e27e3f (patch) | |
tree | 8120066331508c3d27fdcba5f21a329311ada8f2 /users/tazjin/homepage/header.html | |
parent | 0b2f5510ed1cf4892fee94de2692bd493ec16fb7 (diff) |
refactor(tazjin/homepage): long overdue entry list rework r/6322
The entry list is now much more condensed. It's maybe a little *too* condensed, but already closer to what I'm looking for. Note: A new "note" post type has snuck in and can now be used for random musings or comments on previous entries. Notes do not show up in the Atom feed. Change-Id: I920c0c7650937474b8a5f30cba78416554d523ce Reviewed-on: https://cl.tvl.fyi/c/depot/+/8806 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin/homepage/header.html')
-rw-r--r-- | users/tazjin/homepage/header.html | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/users/tazjin/homepage/header.html b/users/tazjin/homepage/header.html index 5a22d9eb7b45..320b5ded8c74 100644 --- a/users/tazjin/homepage/header.html +++ b/users/tazjin/homepage/header.html @@ -3,6 +3,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="tazjin's blog"> <link rel="stylesheet" type="text/css" href="static/tvl.css" media="all"> + <link rel="stylesheet" type="text/css" href="static/tazjin.css" media="all"> <link rel="icon" type="image/webp" href="/static/favicon.webp"> <link rel="alternate" type="application/atom+xml" href="/feed.atom"> <title>tazjin's interblag</title> @@ -15,22 +16,14 @@ <hr> </header> <div class="introduction"> - <p>Hi, I'm tazjin.</p> <p> - I spend a lot of my time hacking on the - <a class="dark-link" href="https://tvl.fyi">TVL</a> monorepo and - doing other computer-related things. Follow me - on <a class="dark-link" href="https://t.me/tazlog">Telegram</a>, - via the feed here or (occasionally) catch me in-person - at <a href="https://undef.club/#about" class="dark-link"> - undef.club</a>. - </p> - <p> - Below is a collection of + Below are some of my <span class="project">projects</span>, <span class="blog">blog - posts</span> and some <span class="misc">random things</span> by - me or others. If you'd like to get in touch about anything, send - me a mail at mail@[this domain] or ping me on IRC. + posts</span>, <span class="note">notes</span> and some + other <span class="misc">random things</span>. If you'd like to + get in touch, email me at mail@[this domain] or ping me + on <a class="dark-link" href="https://tvl.fyi">TVL</a> IRC. </p> + <hr> </div> <div class="entry-container"> |