Skip to content

Commit

Permalink
rebuild demo site
Browse files Browse the repository at this point in the history
  • Loading branch information
no-chris committed Sep 27, 2019
1 parent 0f70a87 commit 2f3645f
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/chord-symbol.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/chord-symbol.js.map

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions docs/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,8 @@ input {
margin-top: 32px;
text-align: left;
}

.showcase {
text-align: left;
font-size: 0.8em;
}
9 changes: 9 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@
</div>
</div>

<div class="showcase">
<h2>Integration examples</h2>
<p>Please find below examples of how <i>Chord-symbol</i> can be used with other libs. If you want your library to be featured here, feel free to <a href="https://github.com/no-chris/chord-symbol/">submit a PR</a>.</p>
<h3>Custom piano keys</h3>
<p>A web component for creating custom HTML elements that depict piano keys. <a href="https://github.com/jutunen/custom-piano-keys">https://github.com/jutunen/custom-piano-keys</a>.</p>
<p><i>Chord-symbol</i> output data is used as an input to <i>Custom piano keys</i>.</p>
<div data-output="pianokeys"></div>
</div>

</div>
</div>
<script type="text/javascript" src="chord-symbol.js"></script><script type="text/javascript" src="chord-symbol.js"></script></body>
Expand Down
2 changes: 1 addition & 1 deletion lib/chord-symbol.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/chord-symbol.js.map

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2f3645f

Please sign in to comment.