Skip to content

Commit

Permalink
Replaced files
Browse files Browse the repository at this point in the history
Create vendor folder and replace all lib files there
  • Loading branch information
Stefan Mytchyk committed Feb 15, 2015
1 parent a979316 commit 059101b
Show file tree
Hide file tree
Showing 33 changed files with 1,053 additions and 10,176 deletions.
17 changes: 6 additions & 11 deletions bubbles.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@
<li>
<button class="md-trigger" data-modal="modal-1">Help</button>
</li>

<li>
<label>Select type</label>
</li>
<li>
<label>Select transport</label>
</li>
Expand Down Expand Up @@ -90,7 +86,7 @@ <h3>Help</h3>
<strong>Origin:</strong>In this field you have to input a origin location.</li>
<li>
<strong>Time:</strong>Here you input time.</li>
<strong>Go!:</strong>Press this button to win.</li>
<li><strong>Go!:</strong>Press this button to win.</li>
</ul>
<button class="md-close">Close me!</button>
</div>
Expand All @@ -100,12 +96,11 @@ <h3>Help</h3>
</div>
<script src="http://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="main.js"></script>
<script src="js/modernizr.custom.js"></script>
<script src="js/classie.js"></script>
<script src="js/modalEffects.js"></script>
<script src="js/main.js"></script>
<script src="vendor/js/modernizr.custom.js"></script>
<script src="vendor/js/classie.js"></script>
<script src="vendor/js/modalEffects.js"></script>
</body>
<script src="js/classie1.js"></script>
<script src="js/borderMenu.js"></script>
<script src="vendor/js/borderMenu.js"></script>

</html>
Loading

0 comments on commit 059101b

Please sign in to comment.