what
This commit is contained in:
parent
864544624c
commit
a3e82f34b5
246 changed files with 4433 additions and 2 deletions
45
acl.cool/serve/index.html
Normal file
45
acl.cool/serve/index.html
Normal file
|
@ -0,0 +1,45 @@
|
|||
<!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>I’ve generated a dependency graph for the Culture series reading order. The idea is that if there’s 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 Elizabeth’s “Coronation Luncheon” in 1953 and faithfully incorporates elements of several variations served around London in 2023. Most of the changes I’ve made are to ratios, but I’ve 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 don’t beat the egg whites by hand. From start to finish, the process should take less than an hour.
|
||||
</p>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue