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 02b6aad commit 82b5df3
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
43 changes: 43 additions & 0 deletions travelleaflet/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!DOCTYPE
<html>

<head>

<title>Travel Leaflet Map</title>

<link rel="stylesheet" href="leaflet.css">

<script src="leaflet.js"></script>
<script src="leaflet-src.js"></script>

<style>

body {
height: 100%;
padding: 0;
margin: 0;
}

#map {
position: absolute;
height: 100%;
width: 100%;
}

</style>

</head>

<body>

<div id="map"></div>

<script>



</script>

</body>

</html>
Binary file added unit_10/docs/.DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion unit_10/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ <h1>contact</h1>
<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>

</div>
</div>
</section>
Expand Down

0 comments on commit 82b5df3

Please sign in to comment.