zk_html/lj-dump/L-373.html

86 lines
2.9 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | Whee.</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 | Whee.</h1>
</header>
<article class="content">
<p>I picked up the rest of my christmas presents today (read: I spent some of the money I got on things I really want).</p>
<p><br/>
<br/>
My bounty:
<ul>
<li>Asian Seafood Market:<br/>
<ul>
<li>1 container Hot'N Spicy Teriyaki Nori</li>
<li>10 8g packs Vanilla Flavour Sugar</li>
<li>1 0.7 fl oz. bottle of Rose essence</li>
<li>1 1 fl oz. bottle Durian Flavoring (I swear, I picked it up and forgot to put it back.. oh well, I'll find a use)</li>
<li>1 5 fl oz. bottle Iris Water</li>
<li>1 5-pack bag of taiyaki :o9 (note: now a 4-pack ^.^)</li>
</ul>
</li>
<li>Whole Foods:<br/>
<ul>
<li>1 (more) gallon jug of Gravenstein apple juice (it's tasty ;.;)</li>
<li>4 reasonably priced 375ml swingtop bottles of Grade-A maple syrup (I have plans.. oh what plans I have!)</li>
<li>1 3-pack Red Star baking yeast (Joe Matolli's fault)</li>
</ul>
</li>
<li>King Soopers:<br/>
<ul>
<li>2 80 fl oz. jugs Madhava mountain wildflower honey</li>
<li>2 12 fl oz. jars Kroger Pivate Selection buckwheat honey</li>
<li>1 Sooper Card (I broke down and got one ;.; At least creamer will be cheaper now)</li>
</ul></li>
</ul>In all, I guess I spent about $90, but most of this stuff will
last me a good, long time, and I still have plenty of christmas cash
left over to open up a back account at some place <span style="font-style: italic;">other </span>than Norlarco.&lt;br/</p>
<span class="control">Expand all</span>
</article>
<footer>
<p>Page generated on 2004-12-31 01:05:10</p>
</footer>
</main>
<script type="text/javascript">
document.querySelectorAll('li').forEach(el => {
if (el.querySelectorAll('li').length !== 0) {
el.classList.add('has-nested', 'closed');
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
}
});
document.querySelectorAll('.toc .has-nested').forEach(el => {
el.classList.remove('has-nested', 'closed');
});
document.querySelectorAll('li.has-nested').forEach(el => {
el.querySelector('.toggle').addEventListener('click', () => {
el.classList.toggle('closed');
});
});
let expanded = false;
document.querySelector('.control').addEventListener('click', (e) => {
expanded = !expanded;
if (expanded) {
e.target.innerText = 'Collapse all';
} else {
e.target.innerText = 'Expand all';
}
document.querySelectorAll('.has-nested').forEach((el) => {
if (expanded) {
el.classList.remove('closed');
} else {
el.classList.add('closed')
}
});
});
</script>
</body>
</html>