63 lines
3.6 KiB
HTML
63 lines
3.6 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Stuff for sale. Again.</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 | Stuff for sale. Again.</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p>Complete single-stage all-grain brewing kit: <strong>$250</strong> OBO (includes: 6 gal. kettle, 6.5 gal. bucket fermenter w/ airlock, combined mash/lauter tun, floating thermometer, sparge bucket, spare bucket, immersion coil wort chiller, two 5 gal. kegs (soda type), single-lever adjustable bottler, two cases of amber bottles, a veritable library of brewing books and magazines and a fancy-pants mash paddle. Not included: ingredients, second-stage fermentor, bottle caps, CO<sub>2</sub> setup for the kegs, a hydrometer, any cleaning chemistry needed, or any will to use any of this equipment.</p>
|
|
<p>Roller-blades:<strong>$30</strong> OBO - Rollerblade "Vapor" green/gray/black suede with laces and adjustable latch, missing one wheel-screw, size 11? Otherwise going to Play-it-Again.</p>
|
|
<p>Skate trucks/wheels: <strong>$20</strong> OBO - "XL" brand longboard trucks with brown wheels and 1" risers to lift the board and offer better steer. Otherwise going to Play-it-Again.</p>
|
|
<p>Flatbed scanner: <strong>$30</strong> OBO - HP 7400c flatbed scanner, for opaque artwork only (i.e.: negative scanner functionality's a little borked).</p>
|
|
<p>Cameras: <strong>$5</strong> Yashica Electro 35 GSN rangefinder that doesn't Electro anymore :oP Some free SLRs that don't interest me enough to fix up: plasticky Olympus and Pentax deals. Also, <strong>$10</strong> for a P&S that my mom says is waterproof.</p>
|
|
<p>Darkroom sundries: <strong>$30</strong> OBO for the bundle - a decent easel, unopened pack of Ilford Multigrade 'Pearl' paper, plus a few sheets in a paper-safe, developing trays.</p>
|
|
<p>Various computer parts: let me know what you need and I'll see what I have.</p>
|
|
<p>I'm torn about it, but maaaaaaybe sometime soon or down the road... laptop: 15.4" MacBook Pro, 2GHz Core 2 Duo, 1GB ram, super drive, iSight, all the features that come with a previous-generation MacBook Pro with OS X Tiger. Small ding in the lid, battery doesn't work, so it'll need a new one</p>
|
|
<span class="control">Expand all</span>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2008-03-06 04:40:58</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>
|