Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
etl12003 committed Apr 17, 2017
1 parent cad0d67 commit 8fd7005
Show file tree
Hide file tree
Showing 11 changed files with 1,181 additions and 539 deletions.
Empty file modified Wello/platforms/browser/cordova/build
100644 → 100755
Empty file.
Empty file modified Wello/platforms/browser/cordova/clean
100644 → 100755
Empty file.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file modified Wello/platforms/browser/cordova/run
100644 → 100755
Empty file.
Empty file modified Wello/platforms/browser/cordova/version
100644 → 100755
Empty file.
22 changes: 20 additions & 2 deletions html-ONLY-site/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,28 @@ button {
button.gps img {
width: 100%; }


/*
#map {
width: 100vw !important;
height: 100vh !important;
height: calc(100vh - 8.1rem);
}
*/
/*
#map {
width: 100vw;
height: calc(100vh - 8.1rem); }
position: relative;
padding-bottom: 75%; // This is the aspect ratio
height: 0;
overflow: hidden;
}
#map iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
*/

main{
Expand Down
33 changes: 28 additions & 5 deletions html-ONLY-site/map.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


<!DOCTYPE html>
<html class="no-js" lang="">

Expand All @@ -16,12 +18,22 @@
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>






<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Add your site or application content here -->






<nav class="top-nav">
<div class="main-bttns">
<button onclick="document.getElementById('menu').classList.toggle('closed'); document.getElementById('close-menu').classList.toggle('closed')"><img src="img/menu.svg" alt="menu" /></button> <h1>Well Report App</h1>
Expand All @@ -46,13 +58,24 @@
</nav>

<main class="map">
<div style="height:100%; width: 100%; position:absolute;">
<div id="map"></div>
</div>
<!-- <div style=""> -->
<div id="map">
<iframe
width="600"
height="450"
frameborder="0" style="border:0"
src="https://www.google.com/maps/embed/v1/place?key=AIzaSyBmQZToyeMOBTd6KlJRFHzv-5sj7u_AidY
&q=41.8077,-72.2540" allowfullscreen>
</iframe>

</div>
<!-- </div>-->

<!--
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCNSoPsxLd0LbvQaH9R6npO7jj-jKAXyQ4&callback=initMap">
</script>
-->

<div class="well-preview well-card clearfix">
<div class="well-img"></div>
Expand All @@ -62,7 +85,7 @@
<a href="details.html">DETAILS</a>
</div>
</div>

<div class="desk-details">
<a href="details.php" class="go-to" > go to > </a>
<?php
Expand Down Expand Up @@ -118,4 +141,4 @@
we will need a file where we import the well name, address, longiture and latitude within the range we chose

we need a food loop for it
-->
-->
Loading

0 comments on commit 8fd7005

Please sign in to comment.