Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Added Cleanfeed #20

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
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/cleanfeed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,27 @@ <h2 class="app-title">Beat Petite</h2>
<hr class="divider-a">
<!-- demo info: end -->

<!-- demo info: begin -->
<div class="row">
<div class="col-xs-12">
<h2 class="app-title">Cleanfeed</h2>
</div>
<div>
<div class="demo-image" style="margin-left:20px;">
<img src="images/cleanfeed.png">
</div>
</div>
<div class="col-xs-10 col-sm-9 demo-description">
<p>A web application for remote audio and recording, used by radio, podcasters and producers</p>
<p>
<a class="btn btn-default" href="http://cleanfeed.net" role="button" target="_blank">App »</a>
</p>
<p><i class="glyphicon glyphicon-info-sign"></i> Uses both WebAudio and WebRTC to process and stream live audio</p>
</div>
</div>
<div style="clear:both;"></div>
<hr class="divider-a">
<!-- demo info: end -->

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