71 lines
2.6 KiB
HTML
71 lines
2.6 KiB
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Zk | [no subject]</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 | [no subject]</h1>
|
||
|
</header>
|
||
|
<article class="content">
|
||
|
<p>It's time once more for MATT'S GIVING AWAY OR SELLING STUFF!!!xaheihifeawf</p>
|
||
|
<p>Up for grabs this time is:
|
||
|
<lj-raw>
|
||
|
<ul>
|
||
|
<li>One Prett Good Dining Room set: expandable table with wings to widen, four chairs upholstered in fabric carefully distilled from the 1970s. All wood, but all the wood has a vague greenish cast. Sounds unpleasant, but really, the only thing that needs to be done is reupholstering the chairs.</li>
|
||
|
<li>Two scrub shirts, cross type - one sand, one navy.</li>
|
||
|
<li>Several network cards (ethernet)</li>
|
||
|
<li>A few video cards</li>
|
||
|
<li>A few sound cards</li>
|
||
|
<li>Four Pentium III processors 800mHz-1.2gHz</li>
|
||
|
<li>Several CD and CD-R(W) drives and plenty of quick-load track things for Dell computers</li>
|
||
|
<li>Probably a few hard drives, at least 20gb</li>
|
||
|
<li>A few cases with fans included (I could build a budget computer, for you, technically, but you'd have to get the motherboard)</li>
|
||
|
<li>Possibly more...!</li>
|
||
|
</ul></lj-raw></p>
|
||
|
<p>Let me know and we'll fiddle with prices</p>
|
||
|
<span class="control">Expand all</span>
|
||
|
</article>
|
||
|
<footer>
|
||
|
<p>Page generated on 2007-03-19 23:00:42</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>
|