update from sparkleup

This commit is contained in:
Madison Scott-Clary 2022-04-26 18:00:15 -07:00
parent 7029ccadbb
commit 2f673040de
1 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,43 @@
<!doctype html>
<html>
<head>
<title>Zk | 1-framing-devices</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 | 1-framing-devices</h1>
</header>
<article class="content">
<p>At best guess, there are no two more hotly contested, more thoroughly discussed books in the Christian bible than those of Job and Revelation.<sup id="fnref:1revelation"><a class="footnote-ref" href="#fn:1revelation">1</a></sup></p>
<p>Perhaps it is the dire nature by which both approach the world. Job takes a look at the world, heaves a weary sigh, and says, &ldquo;I suppose this is it. This is the lot we have been given in life.&rdquo; While Revelation looks at the world and growls deep in its through, a sound coming from the belly, and says, &ldquo;This must not be it. This cannot be the ways in which the world works.&rdquo;<sup id="fnref:1works"><a class="footnote-ref" href="#fn:1works">2</a></sup></p>
<p>Or perhaps it is the way in which they view death. While Job looks on death almost fondly, Revelation reiterates the Christian sentiment that death has been defeated. It is no more, and while there is everlasting life beyond it, it is worth considering, worth focusing on.</p>
<h2 class="unnumbered" id="framing-devices">Framing Devices</h2>
<div class="footnote">
<hr />
<ol>
<li id="fn:1revelation">
<p>I don&rsquo;t care about the book itself, I should add. There is much that falls out of its existence that I care very much about. I care about the way it is used, and while I care about the way that Job is used, I also care about the text, which is not something I can say about Revelation.&#160;<a class="footnote-backref" href="#fnref:1revelation" title="Jump back to footnote 1 in the text">&#8617;</a></p>
</li>
<li id="fn:1works">
<p>A simplification, of course, but perhaps a good starting point.&#160;<a class="footnote-backref" href="#fnref:1works" title="Jump back to footnote 2 in the text">&#8617;</a></p>
</li>
</ol>
</div>
</article>
<footer>
<p>Page generated on 2022-04-26</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>