70 lines
2.9 KiB
HTML
70 lines
2.9 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | AC07</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 | AC07</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p>Spectaculotter con. Honestly.</p>
|
|
<p><strong>Summary:</strong>
|
|
<em>Wednesday</em> Travel, fireworks, dinner, spectacular folks.</p>
|
|
<p><em>Thursday</em> Lounging, meeting people, picking up badge.</p>
|
|
<p><em>Friday</em> Shopping and commissioning, wandering around and meeting more people</p>
|
|
<p><em>Saturday</em> Pretty much the same.</p>
|
|
<p><em>Sunday</em> More of the same.</p>
|
|
<p><em>Monday</em> On my way home.</p>
|
|
<p><strong>Highlights:</strong></p>
|
|
<p>Food - Sonoma Grill, Steel City Diner (every day c.c), Tonic Grill, The Church Brew Works (Holy spectacular food, batman!).</p>
|
|
<p>Drink - Roma and Tsuki getting me drunk (Teal's fault), lots of G&Ts, The Church Brew Works (Holy spectacular beer, batman!), sneaking to my room for another drink to try to at least catch up to a quarter of how drunk Shanerak was.</p>
|
|
<p>Events - Dealers' den, Iron Author reading, dance, UKSH.</p>
|
|
<p>People - Ogg, TealFox, Rikoshi, KurtMRufa, Tsuki, Roma, Shanerak, Plastick, Necco, Junkie, Media, Weasel, Nothingkat, Faeros, Darkwolf, Rigel, Ben, Rafferty, Vlad.. etc.</p>
|
|
<p>Art - One print for me, two for Shannon, and two commissions.</p>
|
|
<p>Maybe I'll make a real post later, with pictures and such. All in all.. a little too big for me, but definitely fun. Always good to see furries :o</p>
|
|
<span class="control">Expand all</span>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2007-07-09 20:28: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>
|