Skip to content

Commit

Permalink
made recommended changes by @evancohen
Browse files Browse the repository at this point in the history
  • Loading branch information
justbill2020 committed Jan 13, 2017
1 parent 9280271 commit 8e61fbc
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions remote/index.html
Expand Up @@ -31,7 +31,6 @@
<!-- Begin page content -->

<div class="container">
<p id="demo">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<div class="form-group hidden" id="command">
Expand All @@ -45,23 +44,20 @@
<p id="speech-error" class="alert alert-danger" style="display:none"></p>
</div>
</div>
</p>
<div class="row">
<div class="col-md-6 col-md-offset-3">
<p class="lead">Press the button above to begin issuing a voice command to your <code>smart mirror</code>.</p>
</div>
</div>
</p>

<div class="row">
<div class="col-md-12">
<div class="btn-group btn-group-justified" role="group" aria-label="Justified button group">
<a href="#" id="kiosk" class="btn btn-default" role="button">Full Screen</a>
<a href="#" id="reload" class="btn btn-default" role="button">Reload</a>
<a href="#" id="sleep" class="btn btn-default" role="button">Sleep</a>
<a href="#" id="wakeUp" class="btn btn-default" role="button">Wake Up</a>
<a href="#" id=“commands” class="btn btn-default" role="button">Show help</a>


<a href="#" id=“commands” class="btn btn-default" role="button">Show help</a>
</div>
</div>
<div class="col-md-6">
Expand All @@ -80,7 +76,7 @@ <h3>Development</h3>
</div>
</form>
</div>

</div>
<footer class="footer">

<div id="connection-bar" class="container">
Expand Down

0 comments on commit 8e61fbc

Please sign in to comment.