Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
gabesnider authored and gabesnider committed Sep 16, 2016
1 parent 82b5df3 commit acac673
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 14 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file added travelleaflet/.DS_Store
Binary file not shown.
14 changes: 12 additions & 2 deletions travelleaflet/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,18 @@

<script>



var map = L.map('map').setView([38.88911, -77.00639], 16), touch;

L.tileLayer('http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
subdomains: 'abc',
maxZoom: 18
}).addTo(map);

map.fitWorld();

var layer = new L.TileLayer("http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", {
noWrap: true
});
</script>

</body>
Expand Down
File renamed without changes.
File renamed without changes.
7 changes: 6 additions & 1 deletion unit_10/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,18 @@ <h1>skills + experience</h1>
<p>I made a simulation Black Jack game in Java with object oriented programming using inheritance and mutliple classes. I recently built a tracking map with Leaflet.JS, APIs, and Open Street Maps. <a href="https://gabesnider.github.io/leaflet/index.html"><b>Check it out.</b></a></p>
</div>
</div>
<div id="travelleaflet">
<script>

</script>
</div>
</section>
<section id="headcontact">
<h1>contact</h1>
<div id="contact">
<div class="contact-pic"></div>
<div id="contactcontent">
<p>You can reach me through <a href="mailto:[email protected]"><b>email</b></a>. Check out my <a href="https://github.com/gabesnider"><b>GitHub</b></a>. Connect with me on <a href="https://www.linkedin.com/in/gabrielsnider"><b>LinkedIn</b></a>.Rather than say goodbye, I say Hello World!
<p>You can reach me through <a href="mailto:[email protected]"><b>email</b></a>. Check out my <a href="https://github.com/gabesnider"><b>GitHub</b></a>. Connect with me on <a href="https://www.linkedin.com/in/gabrielsnider"><b>LinkedIn</b></a>. Rather than say goodbye, I say Hello World!
</p>
</div>
</div>
Expand Down
9 changes: 0 additions & 9 deletions unit_10/js/leaflet.js

This file was deleted.

2 changes: 0 additions & 2 deletions unit_10/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
@import url(http://fonts.googleapis.com/css?family=Montserrat);
* { margin:0; padding:0; box-sizing:border-box; transition: all .2s ease-in;}

body {
text-align: center;
font-family: "Muli", sans-serif;
Expand Down

0 comments on commit acac673

Please sign in to comment.