| author | Alan Dipert
<alan@tailrecursion.com> 2026-08-10 00:24:56 UTC |
| committer | Alan Dipert
<alan@tailrecursion.com> 2026-08-10 00:24:56 UTC |
| parent | f85586906b14011f7a2f83f3ef1fa2a54a923f46 |
| md/Home.md | +6 | -3 |
| tpl/style.css | +2 | -0 |
diff --git a/md/Home.md b/md/Home.md index cad55de..7287d51 100644 --- a/md/Home.md +++ b/md/Home.md @@ -5,9 +5,12 @@ Hello, and welcome to my personal [homepage](https://en.wikipedia.org/wiki/Home_ ## Explore -> ### [TechWorks](./TechWorks.md) -> -> Talks, papers, interviews, and workshops from my work in programming languages, web development, and software tools. +<blockquote class="techworks-panel"> + +### [TechWorks](./TechWorks.md) +Talks, papers, interviews, and workshops from my work in programming languages, web development, and software tools. + +</blockquote> <!-- latest-works:6 --> diff --git a/tpl/style.css b/tpl/style.css index 8912ab8..1c9515b 100644 --- a/tpl/style.css +++ b/tpl/style.css @@ -180,6 +180,8 @@ a:focus-visible{ .content blockquote p:first-child{margin-top:0;} .content blockquote p:last-child{margin-bottom:0;} +.techworks-panel > h3:first-child{margin-top:0;} + .content code{ padding:.12em .32em; border:1px solid #e4e0d7;