update from sparkleup

This commit is contained in:
Madison Scott-Clary 2022-06-08 09:45:31 -07:00
parent d8726ed406
commit 13cb89d718
2 changed files with 35 additions and 1 deletions

View File

@ -14,6 +14,7 @@
<article class="content">
<ul>
<li><a href="writing/index.html">Writing</a> </li>
<li><a href="work/index.html">Work</a></li>
<li><a href="tech/index.html">Tech</a></li>
<li><a href="food/index.html">Food</a></li>
<li><a href="diary/diary.html">Diary</a></li>
@ -23,7 +24,7 @@
</ul>
</article>
<footer>
<p>Page generated on 2020-12-26</p>
<p>Page generated on 2022-06-08</p>
</footer>
</main>
<script type="text/javascript">

33
work/index.html Normal file
View File

@ -0,0 +1,33 @@
<!doctype html>
<html>
<head>
<title>Zk | index</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 | index</h1>
</header>
<article class="content">
<h2 id="maintenance">Maintenance</h2>
<ul>
<li><a href="ctm-399.html">How to use Node.js modules with npm and package.json</a></li>
</ul>
<h2 id="new">New</h2>
</article>
<footer>
<p>Page generated on 2022-06-08</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>