update from sparkleup
This commit is contained in:
parent
9079fdd73d
commit
f79e62da9a
|
@ -0,0 +1,90 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Crooked Cross - a queer look at western religion</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 | Crooked Cross - a queer look at western religion</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p><span class="tag">podcast</span></p>
|
||||
<p>Apocrypals got me a-thinkin’. Would be nice to take a look at Western religion and spirituality particularly as it pertains to queer lives.</p>
|
||||
<h1 id="goals">Goals</h1>
|
||||
<ul>
|
||||
<li>One topic per episode</li>
|
||||
<li>Text - history - interpretation - effects - responses</li>
|
||||
<li>Try to be respectful, even if it means being stern or expressing pain</li>
|
||||
<li>Humor is okay</li>
|
||||
<li>Interviews</li>
|
||||
</ul>
|
||||
<h1 id="structure">Structure</h1>
|
||||
<h2 id="textual-episodes">Textual episodes</h2>
|
||||
<ol>
|
||||
<li>Intro</li>
|
||||
<li>The text<ul>
|
||||
<li>Describe basis (tradition, etc)</li>
|
||||
<li>Read or summarize</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>The history of the text<ul>
|
||||
<li>Textual origins</li>
|
||||
<li>Authorship</li>
|
||||
<li>Social context</li>
|
||||
<li>Questions of translation</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Interpretations of the text<ul>
|
||||
<li>Interpretations in a queer context - what does it mean in queer lives?</li>
|
||||
<li>Common interpretations in western society</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Effects of the text on queer lives<ul>
|
||||
<li>How has it been used against or in support of queer lives?</li>
|
||||
<li>How have queer lives been affected by it in general?</li>
|
||||
<li>How have queer lives been affected by it on personal level?</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Responses to the text<ul>
|
||||
<li>What are some common responses to the text (rebuttals, etc)?</li>
|
||||
<li>Changes for the positive if possible</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Conclusion</li>
|
||||
</ol>
|
||||
<h2 id="interview-episodes">Interview episodes</h2>
|
||||
<ol>
|
||||
<li>Intro</li>
|
||||
<li>Introduce interviewee</li>
|
||||
<li>Their history with religion/spirituality</li>
|
||||
<li>Questions<ul>
|
||||
<li>Has your spirituality changed as you grow within your queer identity?</li>
|
||||
<li>How has western religion affected your life as a queer person?<ul>
|
||||
<li>Positive effects: how has it benefited you?</li>
|
||||
<li>Negaitve effects: have you had to work against aspects of it?</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Have you had any specific/notable interactions with religion/religious people?</li>
|
||||
<li>Is there a particular text/snippet that has stuck with you/been used in your favor/against you?</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Conclusion</li>
|
||||
</ol>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2021-04-01</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>
|
Loading…
Reference in New Issue