update from sparkleup
This commit is contained in:
parent
2301c13d9f
commit
c298059113
|
@ -0,0 +1,30 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | 002</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 | 002</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>The creation of this shared language within the context of an in-group such as a fandom or subculture is bound up in two things: conversation and art. Conversation is the sharing of information, emotions, and opinions surrounding the shared sense of identity, but the creation of art strengthens shared identity through the mutual appreciation of the core subject or topic of the fandom or subculture.</p>
|
||||
<p>In the context of writing in particular, the shared language takes center stage. When using a similar lexicon, grammar and stylistic choices, and word choice, </p>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2023-02-04</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