Skip to content

Commit

Permalink
Test V4
Browse files Browse the repository at this point in the history
  • Loading branch information
MFox committed Apr 22, 2017
1 parent 71f0d04 commit a9addba
Show file tree
Hide file tree
Showing 56 changed files with 22 additions and 5,558 deletions.
16 changes: 1 addition & 15 deletions Wello/www/form.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,7 @@
<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">
<button><a href="map.php">Cancel</a></button>
Expand All @@ -45,7 +31,7 @@
<img src="img/add-img-icon.png"/>
</label>
<input type="file" id="well-picture" accept="image/*">
</div>
</div>
<div class="group">
<ul class="inputs" id="report-metadata">
<li><label for="well-completion-date">Date well completed</label>
Expand Down
4 changes: 0 additions & 4 deletions Wello/www/map.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
<!-- Add your site or application content here -->






<nav class="top-nav">
<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>
<button><a href="search.html"><img src="img/search.svg" alt="menu" /></a></button>
Expand Down
59 changes: 21 additions & 38 deletions Wello/www/map.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


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

Expand Down Expand Up @@ -58,30 +56,9 @@
</nav>

<main class="map">
<!-- <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>-->

<div class="google-maps">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d7098.94326104394!2d78.0430654485247!3d27.172909818538997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2s!4v1385710909804" width="600" height="450" frameborder="0" style="border:0"></iframe>
<div id="map" class="google-maps">
</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 Down Expand Up @@ -122,21 +99,27 @@
</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->


<script>
(function (b, o, i, l, e, r) {
b.GoogleAnalyticsObject = l;
b[l] || (b[l] = function () {
(b[l].q = b[l].q || []).push(arguments)
});
b[l].l = +new Date;
e = o.createElement(i);
r = o.getElementsByTagName(i)[0];
e.src = 'https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e, r)
}(window, document, 'script', 'ga'));
ga('create', 'UA-XXXXX-X', 'auto');
ga('send', 'pageview');

function initMap() {
var myLatLng = {lat: -25.363, lng: 131.044};

var map = new google.maps.Map(document.getElementById('map'), {
zoom: 4,
center: myLatLng
});

var marker = new google.maps.Marker({
position: myLatLng,
map: map,
title: 'Hello World!'
});
}
</script>
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCNSoPsxLd0LbvQaH9R6npO7jj-jKAXyQ4&callback=initMap">
</script>
</body>

Expand Down
13 changes: 0 additions & 13 deletions html-ONLY-site/.editorconfig

This file was deleted.

1 change: 0 additions & 1 deletion html-ONLY-site/.gitattributes

This file was deleted.

2 changes: 0 additions & 2 deletions html-ONLY-site/.gitignore

This file was deleted.

Loading

0 comments on commit a9addba

Please sign in to comment.