zk_html/writing/quaker-ephemera/index.html

40 lines
1.6 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | Quaker Ephemera</title>
<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 | Quaker Ephemera</h1>
</header>
<article class="content">
<p>Blog posts, pamphlets, etc.</p>
<ul>
<li class="done0"> <a href="written-ministry.html">Written ministry</a></li>
<li class="done0"> <a href="journaling.html">Journaling as prayer into expectant silence</a></li>
<li class="done0"> <a href="nonviolence.html">Nonviolence is a stance</a></li>
<li class="done0"> <a href="identity.html">Identity and faith</a></li>
<li class="done0"> <a href="point-of-least-faith.html">Point of least faith</a></li>
<li class="done0"> <a href="animism.tex.html">Quakers and animism (light of god in all things)</a></li>
<li class="done0"> <a href="triangles.html">Platforms of religion (TEC three legged stool) (wesleyan quadrilateral) (the words, the context, the community)</a></li>
<li class="done0"> <a href="burnout.html">Leftist burnout in committees</a></li>
</ul>
</article>
<footer>
<p>Page generated on 2022-06-22</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>