Skip to content

Commit

Permalink
Clean up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Satter authored and Ali Satter committed Oct 9, 2015
1 parent 9b9bae6 commit 2a239ca
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,43 +109,6 @@ <h3>Language</h3>
</div>
</div>
</div>


<!--<div id="settings" class="modal fade site-modal" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h1 id="myModalLabel">A Functional Bootstrap + Pure Modal</h1>
</div>
<div class="modal-body">
<p>To create the modal you just need to include the <code>modal.css</code> and <code>modal.js</code> file from Bootstrap. Pure will take care of all low level styling. The result is a fully-functional Modal using just a fraction of the CSS.</p>
</div>
<div class="modal-footer">
<button type="button" class="pure-button"
id="success-button" data-dismiss="modal">
Close
</button>
</div>
</div>
</div>
</div>-->




<h1>TODO</h1>
<p>
This is the page that acts as a Virtual Device wall. It is served from the local machine and embeds Appetize images using iFrame like this - <a href="https://appetize.io/embed">https://appetize.io/embed</a>.
</p>
<p>
Functionality
<br/>
Devices should be in a grid layout - something like Masonary or Gridlock JS.
User should be able to create add new devices, remove devices, etc.
Each device should be stored in local storage so that when the page loads, all devices are reloaded.
</p>

<script src="assets/js/jquery-2.1.4.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
Expand Down

0 comments on commit 2a239ca

Please sign in to comment.