pages/acl.cool/serve/index.html
Alexander a3e82f34b5 what
2025-06-10 13:15:24 -04:00

45 lines
2.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>
acl.cool
</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/css/index.css">
<link rel="icon" type="image/png" href="/assets/favicon.png">
<script>
const class_ = `font-${window.devicePixelRatio >= 1.3 ? 'hidpi' : 'lodpi'}`;
document.documentElement.className = class_;
</script>
<meta name="generator" content="soupault">
</head>
<body>
<main class="container">
<h1>
<a href="/resume.pdf" style="text-decoration: none;">acl</a>.cool
</h1>
<div id="writings" style="color: var(--lighter-color); line-height: var(--ui-spacing);">
<p>
<strong>Welcome! Below are links to things I've made or just enjoy.</strong>
</p>
<p>
<a href="/writings/culture">Reading Order of The Culture</a>
<br>Ive generated a dependency graph for the Culture series reading order. The idea is that if theres an arrow from book A to book B, then to get the most possible enjoyment from either A or B, A should be read before B.
</p>
<p>
<a href="/writings/crown">Typical Coronation Chicken</a>
<br>This recipe is adapted from the original recipe used for Queen Elizabeths “Coronation Luncheon” in 1953 and faithfully incorporates elements of several variations served around London in 2023. Most of the changes Ive made are to ratios, but Ive also included more fruits, omitted watercress, and used a mayonnaise/milk combination in place of whipping cream.
</p>
<p>
<a href="/writings/chili">Unassailable Slow-Cooker Chili</a>
<br>This is a simple recipe of beans, tomato, and ground beef, refined across generations into the local maximum you see before you.
</p>
<p>
<a href="/writings/amar">Amarettis (Chewy Almond Cookies)</a>
<br>These are genuinely excellent and surprisingly undemanding to make, particularly if you dont beat the egg whites by hand. From start to finish, the process should take less than an hour.
</p>
</div>
</main>
</body>
</html>