60 lines
2.5 KiB
HTML
60 lines
2.5 KiB
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Zk | I like this one..</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 | I like this one..</h1>
|
||
|
</header>
|
||
|
<article class="content">
|
||
|
<ol>
|
||
|
<li><a href="http://en.wikipedia.org/wiki/Special:Random">http://en.wikipedia.org/wiki/Special:Ra<wbr/>ndom</a><br/>The first article title on the page is the name of your band.<br/><br/>2. <a href="http://www.quotationspage.com/random.php3">http://www.quotationspage.com/random.ph<wbr/>p3</a><br/>The last four words of the very last quote is the title of your album.<br/><br/>3. <a href="http://www.flickr.com/explore/interesting/7days/">http://www.flickr.com/explore/interesti<wbr/>ng/7days/</a><br/>The third picture, no matter what it is, will be your album cover.<br/><br/>4.Use your graphics programme of choice to throw them together, and post the result as a comment in this post (optional)</li>
|
||
|
</ol>
|
||
|
<p><img src="http://makyo.drab-makyo.com/cover-mindbenders.jpg"/></p>
|
||
|
<p>I added orton, because the text looked bad and that was the lazy way to fix it</p>
|
||
|
<span class="control">Expand all</span>
|
||
|
</article>
|
||
|
<footer>
|
||
|
<p>Page generated on 2008-01-04 19:55:47</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>
|