zk_html/lj-dump/L-1552.html

57 lines
2.7 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | In other news...</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 | In other news...</h1>
</header>
<article class="content">
<p>Spent $712.50 on food today. I purchased fruit and vegetable shares at Grant Family Farms, so every week from June to December, I should receive about ten pounds of vegetables and seven pounds of fruit. It was a big hit on my credit card, but I also won't have to buy much more than milk from the store, since I can get most everything else from the food bank. Hell, I'm thinking I might even get an egg share, then I could probably cut out meat from my diet fairly easily - or at least cut it way down. The <a href="http://www.grantfarms.com/csa/harvest.html">list</a> of what I'll be getting over the 26 weeks is impressive, and there's a chance that I'll get even more, since I heard mention of peaches :o9 Since I usually spend between $100 and $200 per month on food anyway, I'm really excited to be getting half a year's worth of food for that price.</p>
<p><a href="http://www.grantfarms.com/csa/index.html">Grant Family Farms</a>, if anyone's interested. Order before the end of the month and you'll get a discount :3 (And if you want, tell them 'Matt Scott' from Fort Collins sent you :D</p>
<span class="control">Expand all</span>
</article>
<footer>
<p>Page generated on 2009-02-17 00:51:02</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>