ThumbnailBuilder
Details
help.html 13(+11 -2)
diff --git a/help.html b/help.html
index bfb3bf2..e46d783 100644
--- a/help.html
+++ b/help.html
@@ -12,7 +12,7 @@
<nav>
<div class="nav-wrapper">
- <a href="#!" class="brand-logo">ArcGIS Thumbnail Builder</a>
+ <a href="./index.html" class="brand-logo">ArcGIS Thumbnail Builder</a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="index.html" target="_self">Home</a></li>
</ul>
@@ -38,7 +38,7 @@
To make the tool re-usable, you can add the query parameters below to your URL.
</p>
<p>
- <a href="/index.html?background=https://navigator.state.or.us/agol/assets/banner_images/Fort%20Rock.JPG&logo=https://www.oregon.gov/ODF/SiteCollectionImages/branding/ODFlogo_color.png&title=Fort%20Rock%20Story%20Map&category=Story%20Map&titleColor=47,120,0,0.7&sidebarColor=0,50,50,0.7" target="_self">
+ <a href="./index.html?background=https://navigator.state.or.us/agol/assets/banner_images/Fort%20Rock.JPG&logo=https://www.oregon.gov/ODF/SiteCollectionImages/branding/ODFlogo_color.png&title=Fort%20Rock%20Story%20Map&category=Story%20Map&titleColor=47,120,0,0.7&sidebarColor=0,50,50,0.7" target="_self">
See This Example
</a>
</p>
@@ -84,7 +84,16 @@
</tr>
</tbody>
</table>
+
+ <p></p><p></p>
+ <h2>Contact</h2>
+ <p>
+ This application is made freely available through the the Oregon Geospatial Enterprise Office.
+ If you have questions or comments, please contact
+ <a href="mailto:joshua.tanner@oregon.gov?subject=ArcGIS Online Thumbnail Builder">Joshua Tanner</a>.
+ </p>
</div>
+
</div> <!-- /container -->
</body>
</html>
index.html 2(+1 -1)
diff --git a/index.html b/index.html
index 2e14ad2..703be59 100644
--- a/index.html
+++ b/index.html
@@ -13,7 +13,7 @@
<nav>
<div class="nav-wrapper">
- <a href="#!" class="brand-logo">ArcGIS Thumbnail Builder</a>
+ <a href="./index.html" class="brand-logo">ArcGIS Thumbnail Builder</a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="help.html" target="_self">Help</a></li>
</ul>