40 lines
2.5 KiB
HTML
40 lines
2.5 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | So!</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 | So!</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>Just watched Supersize Me and was absolutely disgusted. Just.. gross. In fact, it disgusted me enough that I’m really, really tempted to try an experiment in January: not eat out at all. </p>
|
|
<p>I’m wondering if I can pull it off - everything would have to be made at home, and I could take it to silly little extremes to make it a little more entertaining:</p>
|
|
<ul>
|
|
<li>If I can make it at home, I cannot buy it (bread, tortillas, pasta, frozen foods, instant meals like tuna helper, canned good like chicken broth or soup, alcohol - hey, I still have gallons of mead in the storage closet! - and non-alcoholic drinks like juice and whatnot)</li>
|
|
<li>Leftovers can only be kept for the nutritionist-recommended three days (I’ll have to look that up for sure)</li>
|
|
<li>If someone wants to go out for food, I have to offer to make food <s>for</s> them as well instead of just declining; either cooking food in their kitchen or going shopping to make the meal for us, and</li>
|
|
<li>I’ll have to record everything, with as much pictures, prices, and recipes as possible.</li>
|
|
</ul>
|
|
<p>I’d have to pick up a couple of things just to help myself out. Pasta rollers, ingredients, dish soap and dishwasher detergent, stuff like that. Some more tupperware, sandwich baggies, and plastic wrap would help, too. I can probably borrow my mom’s pasta rollers, which would be the biggest expense, but does anybody want to ‘sponsor’ me with some of the other things? Already got a bunch of food from James. :3</p>
|
|
<p>Also, if this just plain uninteresting, I’ll leave it out of here</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2008-12-19 03:49:32</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>
|