68 lines
3.2 KiB
HTML
68 lines
3.2 KiB
HTML
<!doctype html>
|
||
<html>
|
||
<head>
|
||
<title>Zk | Senior Recital Audio Recordings</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 | Senior Recital Audio Recordings</h1>
|
||
</header>
|
||
<article class="content">
|
||
<p>The audio recordings of my senior recital have been posted – video will be coming soon. I’m feeling okay about the recordings – not great, and not bad. Overall, they are too slow, not up to the tempi I would like. Also, there are a few problems with the performances of each piece, but not so much as to ruin them. They are all posted here, after the cut, but they may be found at <a href="http://drab-makyo.com/collection/senior-recital/">http://drab-makyo.com/collection/senior-recital/</a>.</p>
|
||
|
||
<!-- AddThis Button BEGIN -->
|
||
|
||
<script type="text/javascript">var addthis_language = 'en';</script>
|
||
|
||
<div class="addthis_container"><a addthis:title="" addthis:url="" class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&username=wp-4bb3baf90c7008fd"><img alt="Bookmark and Share" height="16" src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" style="border:0" width="125"/></a><script src="http://s7.addthis.com/js/250/addthis_widget.js#username=wp-4bb3baf90c7008fd" type="text/javascript"></script></div>
|
||
|
||
<!-- AddThis Button END -->
|
||
|
||
<p><a href="http://blag.drab-makyo.com/2010/04/19/senior-recital-audio-recordings/#more-7">Read the rest of this entry »</a></p>
|
||
|
||
<p style="border: 1px solid black; padding: 3px;"><strong>Originally published at <a href="http://blag.drab-makyo.com/2010/04/19/senior-recital-audio-recordings/">Drab Makyo - How Dull</a>. Please leave any <a href="http://blag.drab-makyo.com/2010/04/19/senior-recital-audio-recordings/#comments">comments</a> there.</strong></p
|
||
<span class="control">Expand all</span>
|
||
</article>
|
||
<footer>
|
||
<p>Page generated on 2010-04-19 17:48:07</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>
|