40 lines
1.3 KiB
HTML
40 lines
1.3 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | 2023-05-21</title>
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Gentium+Plus&family=Lato&family=Ubuntu+Monodisplay=swap" />
|
|
<link rel="stylesheet" type="text/css" href="/style.css" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<meta charset="utf-8" />
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<header>
|
|
<h1>Zk | 2023-05-21</h1>
|
|
</header>
|
|
<article class="content">
|
|
<h1 id="ideas-for-essays">Ideas for essays</h1>
|
|
<ol>
|
|
<li>This I Believe<ul>
|
|
<li>Go through each “in another universe, not too dissimilar from our own, …” and tell history</li>
|
|
<li>Discernment as a spiral with inflection points</li>
|
|
</ul>
|
|
</li>
|
|
<li>Various Quaker things</li>
|
|
<li>Collaborative Anthologies</li>
|
|
</ol>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2023-05-21</p>
|
|
</footer>
|
|
</main>
|
|
<script type="text/javascript">
|
|
document.querySelectorAll('.tag').forEach(tag => {
|
|
let text = tag.innerText;
|
|
tag.innerText = '';
|
|
tag.innerHTML = `<a href="/tags.html#${text}">${text}</a>`;
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|