64 lines
2.6 KiB
HTML
64 lines
2.6 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Blwrg.</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 | Blwrg.</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p>Attempted to sing for scholarship monies tonight, which ended, however predictably, in disaster. Actually, I thought I did rather well, until I heard some of the other people who were competing. Well, I guess there's a reason I'm not majoring in Vocal Performance, or even getting a performer's certificate.</p>
|
|
<p>One good thing did come from tonight, though! I made up a drink!</p>
|
|
<p>2 parts blackstrap rum (Cruzan Estates Navy)
|
|
1 part amaretto
|
|
1 part triple sec</p>
|
|
<p>Build over ice in a highball glass, serve with a slice of lime.</p>
|
|
<p>It's pretty good, but I'm tempted to add a little simple syrup and soda water. I'll try another, as I get quietly and thoroughly drunk.</p>
|
|
<p>Edit:</p>
|
|
<p>Double the amaretto, add a splash of Rose's sweetened lime juice, and fill with soda water, and you get.. what? I think I'll call the original a beachfox ('cause a Shanerak sounded clumsy :D), and this a sparkling beachfox. Dunno how that'll sound tomorrow :</p>
|
|
<span class="control">Expand all</span>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2007-03-02 07:22:39</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>
|