Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: colophon prose — proper punctuation, no gray box, footer cleanup

Removed border/background from colophon — now just a thin top rule with normal text. Capitalized and punctuated all sentences properly. Consolidated footer links into one line with theme toggle.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+10 -13
+10 -13
system/public/papers.aesthetic.computer/index.html
··· 212 212 213 213 /* Colophon */ 214 214 .colophon { 215 - margin-top: 2em; 216 - padding: 1.5em; 217 - border: 1px solid var(--box-border); 218 - border-radius: 6px; 219 - background: var(--box-bg); 215 + margin-top: 2.5em; 216 + padding-top: 1.2em; 217 + border-top: 1px solid var(--sep); 220 218 color: var(--dim); 221 - font-size: 0.8em; 222 - line-height: 1.7; 219 + font-size: 0.85em; 220 + line-height: 1.8; 223 221 } 224 - .colophon p { margin-bottom: 0.6em; } 222 + .colophon p { margin-bottom: 0.8em; } 225 223 .colophon p:last-child { margin-bottom: 0; } 226 224 .colophon a { color: var(--purple); text-decoration: none; } 227 225 .colophon a:hover { text-decoration: underline; } ··· 639 637 <!-- papers-end --> 640 638 641 639 <div class="colophon"> 642 - <p>these papers are sourced from the <a href="/platter">research platter</a> &mdash; a living document that tracks the design, history, and direction of <a href="https://aesthetic.computer">aesthetic computer</a>. the platter is the raw material; the papers are what gets shaped from it. they are working drafts, written in first person, typeset in LaTeX with XeTeX, and compiled by an oven server that polls the git repo every 60 seconds.</p> 643 - <p>the cards format is a 4&times;6 inch mobile-friendly version of each paper designed for reading on a phone. every paper is translated into danish, spanish, and chinese.</p> 644 - <p>all papers by <a href="https://prompt.ac/@jeffrey">@jeffrey</a> unless otherwise noted.</p> 640 + <p>These papers are sourced from the <a href="/platter">research platter</a>, a living document that tracks the design, history, and direction of <a href="https://aesthetic.computer">Aesthetic Computer</a>. The platter is the raw material. The papers are what gets shaped from it. They are working drafts, written in first person, typeset in LaTeX with XeTeX, and compiled by an oven server that polls the repository every 60 seconds.</p> 641 + <p>The cards format is a 4&times;6 inch mobile-friendly version of each paper, designed for reading on a phone. Every paper is translated into Danish, Spanish, and Chinese.</p> 642 + <p>All papers by <a href="https://prompt.ac/@jeffrey">@jeffrey</a> unless otherwise noted.</p> 645 643 </div> 646 644 647 645 <div class="build-status" id="buildStatus"> ··· 656 654 </div> 657 655 658 656 <div class="footer"> 659 - <span><a href="https://aesthetic.computer">aesthetic.computer</a> &middot; <a href="/platter">platter</a> &middot; <a href="https://github.com/whistlegraph/aesthetic-computer/tree/main/papers">source</a></span> 660 - <button onclick="toggleTheme()">theme</button> 657 + <span><a href="https://aesthetic.computer">aesthetic.computer</a> &middot; <a href="/platter">platter</a> &middot; <a href="https://github.com/whistlegraph/aesthetic-computer/tree/main/papers">source</a> &middot; <button onclick="toggleTheme()">theme</button></span> 661 658 </div> 662 659 663 660 <script>