scratch – Diff between revs 10 and 18

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 10 Rev 18
Line 38... Line 38...
38 <div class="container"> 38 <div class="container">
Line 39... Line 39...
39   39  
40 <!-- Main component for a primary marketing message or call to action --> 40 <!-- Main component for a primary marketing message or call to action -->
41 <div class="jumbotron"> 41 <div class="jumbotron">
42 <h1>Quickload</h1> 42 <h1>Quickload</h1>
43 <p>HTTP template for sharing assets.</p> 43 <p>Asset sharing platform.</p>
Line 44... Line 44...
44 </div> 44 </div>
45 45
46 <ul class="nav nav-tabs"> 46 <ul class="nav nav-tabs">
Line 84... Line 84...
84 </div> 84 </div>
85 <div> 85 <div>
86 <p id="name" class="name" data-dz-name></p> 86 <p id="name" class="name" data-dz-name></p>
87 <input id="URL" type="text" class='form-control' readonly> 87 <input id="URL" type="text" class='form-control' readonly>
88 <span class="input-group-button"> 88 <span class="input-group-button">
89 <button id="clippy" class="btn clipBtn" type="button"> 89 <button id="clippy" class="btn clipBtn" class='form-control' type="button">
90 <img class="clippy" src="img/clipboard/clippy.svg" width="13" alt="Copy to clipboard"> 90 <img class="clippy" src="img/clipboard/clippy.svg" width="13" alt="Copy to clipboard">
91 </button> 91 </button>
92 </span> 92 </span>
93 <strong class="error text-danger" data-dz-errormessage></strong> 93 <strong class="error text-danger" data-dz-errormessage></strong>
94 </div> 94 </div>