-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCaboolturetoWamuranRailTrail.html
86 lines (78 loc) · 3.43 KB
/
CaboolturetoWamuranRailTrail.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../../../style.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat&family=Open+Sans&family=Overpass:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Grandstander&display=swap" rel="stylesheet">
<title>Rollerskate Spots Australia</title>
<div class="logo">
<p><a href="../../../index.html">Rollerskate Spots Australia</a></p>
</div>
<div id="nav-placeholder"></div>
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script>
$.get("../../spotNav.html", function(data){
$("#nav-placeholder").replaceWith(data);
document.getElementById("STATE_REPLACE").className = "active";
});
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-178249401-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-178249401-1');
</script>
</head>
<body onload="currentSlide(1)">
<script src="spotsScript.js"></script>
<div class="spotPage">
<p id="structureLink"><i><a href="../STATE_REPLACE_select.html"> STATE_FULL_REPLACE</a> / <a href="../STATE_REPLACE_skatespots.html">Skatespots</a> / LOCATION_REPLACE</i></p>
<img id="spotMainImage" src="../../spotHolder.png">
<div class="spotDetails">
<div id="spotDesc">
<h2 id="spotTitle">
<a href="../../../about.html"><img id="verification" src="../../VERIFIED_REPLACE.png" alt="VERIFIED_REPLACE"></a>
LOCATION_REPLACE
</h2>
<p id="spotAddress"><b>Address:</b> ADDRESS_REPLACE</p>
<p id="spotCity"><b>City:</b> CITY_LAND_REPLACE</p>
</div>
<div id="spotInfo">
<h2 id="title">Information</h2>
<p>
INFORMATION_REPLACE
</p>
<p id="spotVerify"><a href="../../../about.html"><b>Verified:</b> VERIFY_YESNO_REPLACE</a></p>
</div>
<div id="spotFeatures">
<p><b>Slope:</b> SLOPE_REPLACE</p>
<p><b>Surface:</b> SURFACE_REPLACE</p>
<p><b>Cracks:</b> CRACKS_REPLACE</p>
<p><b>Difficulty:</b> DIFFICULTY_REPLACE</p>
</div>
<br>
<div id="googleMap">
<!-- google maps frame -->>
</div>
<br>
<div id="formBoxes">
SPOTUPDATE_REPLACE
SPOTVERIFY_REPLACE
</div>
<p id="spotMaps"></p>
</div>
</div>
</body>
<footer>
<div id="footer-placeholder"></div>
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script>
$.get("../../../../footer.html", function(data){
$("#footer-placeholder").replaceWith(data);
});
</script>
</footer>
</html>