Skip to content
This repository was archived by the owner on Apr 19, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/x_piano.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,28 @@ <h2 class="app-title">Web Audio Composer</h2>
<hr class="divider-a">
<!-- demo info: end -->

<!-- demo info: begin -->
<div class="row">
<div class="col-xs-12">
<h2 class="app-title">X Piano</h2>
</div>
<div>
<div class="demo-image" style="margin-left:20px;">
<img src="images/x_piano.png">
</div>
</div>
<div class="col-xs-10 col-sm-9 demo-description">
<p>A piano where "X" is your sound effect of choice. Use your own sound effects, apply several different filters, and have fun! Also uses SVG.</p>
<p>
<a class="btn btn-default" href="http://jessetg.github.io/X-Piano/" role="button" target="_blank">App »</a>
<a class="btn btn-default" href="https://github.com/JesseTG/X-Piano/tree/gh-pages" role="button" target="_blank">Code »</a>
</p>
</div>
</div>
<div style="clear:both;"></div>
<hr class="divider-a">
<!-- demo info: end -->

<!-- demo info: begin -->
<div class="row">
<div class="col-xs-12">
Expand Down