refactor(tazjin/homepage): long overdue entry list rework
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
This commit is contained in:
parent
0b2f5510ed
commit
d8d0b17823
6 changed files with 113 additions and 116 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue