zk_html/lj-dump/L-1421.html

58 lines
2.5 KiB
HTML
Raw Normal View History

2020-04-23 20:50:07 +00:00
<!doctype html>
<html>
<head>
<title>Zk | Business.</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 | Business.</h1>
</header>
<article class="content">
<p>So I've got myself four composers so far, plus myself, for an opening catalog of five composers with about 10-15 pieces among them. This is almost more than I hoped for, considering I advertised with a single-page website, and that's it! The problem I'm having, though, is that I'm getting a lot of very modern music (of the composers, two are college students, two are college professors, and one is a church organist), all of which is pretty difficult, with only two pieces at the level 3 of 5 difficulty, and the rest up at 4 and 5.</p>
<p>Should I start actively soliciting composers to publish for me? Particularly, composers who I know can write some easier to perform music? Part of me feels pretty awful soliciting anything, but the other part knows I should get over that if I want to be successful.</p>
<p>Is this the right time to start that</p>
<span class="control">Expand all</span>
</article>
<footer>
<p>Page generated on 2008-08-08 18:28:33</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>