ThumbnailBuilder
Changes
gallery.html 59(+59 -0)
help.html 4(+2 -2)
img/gallery/bigfoot_theme.png 0(+0 -0)
img/gallery/boat.jpg 0(+0 -0)
img/gallery/forest.jpg 0(+0 -0)
img/gallery/jaws.png 0(+0 -0)
img/gallery/odf_logo.png 0(+0 -0)
img/gallery/osmb.png 0(+0 -0)
index.html 3(+2 -1)
Details
gallery.html 59(+59 -0)
diff --git a/gallery.html b/gallery.html
new file mode 100644
index 0000000..c288a88
--- /dev/null
+++ b/gallery.html
@@ -0,0 +1,59 @@
+<!DOCTYPE html>
+<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width">
+ <title>Thumbnail Builder</title>
+ <!-- Compiled and minified CSS -->
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
+ <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
+ <link rel="stylesheet" href="./css/main.css" />
+</head>
+<body>
+
+<nav>
+ <div class="nav-wrapper">
+ <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>
+ </div>
+</nav>
+
+<div class="container">
+ <div class="row">
+ <h2>Gallery</h2>
+ <p>Use these examples for insipiration or as a template for your own thumbnails.</p>
+ </div>
+
+ <div class="row">
+ <div class="col s12 m6">
+ <div class="card">
+ <div class="card-image">
+ <img src="./img/gallery/bigfoot_theme.png">
+ </div>
+ <div class="card-content">
+ <p>Bigfoot theme. Rugged and hairy.</p>
+ </div>
+ <div class="card-action">
+ <a href="./index.html?background=./img/gallery/forest.jpg&logo=./img/gallery/odf_logo.png&title=Harry%20and%20the%20Hendersons%20Adventures&category=Story%20Map&titleColor=3,77,0,0.6&sidebarColor=255,200,0,0.6">Use this theme</a>
+ </div>
+ </div>
+ </div>
+ <div class="col s12 m6">
+ <div class="card">
+ <div class="card-image">
+ <img src="./img/gallery/jaws.png">
+ </div>
+ <div class="card-content">
+ <p>Jaws theme. We're gonna need a bigger boat.</p>
+ </div>
+ <div class="card-action">
+ <a href="./index.html?background=./img/gallery/boat.jpg&logo=./img/gallery/osmb.png&titleColor=111,166,166,0.7&title=Great%20White%20Shark%20Migratory%20Patterns&category=Feature%20Service&sidebarColor=166,17,3,0.7">Use this theme</a>
+ </div>
+ </div>
+ </div>
+ </div>
+
+</div> <!-- /container -->
+</body>
+</html>
help.html 4(+2 -2)
diff --git a/help.html b/help.html
index ab0c3cb..7d5dd0c 100644
--- a/help.html
+++ b/help.html
@@ -2,7 +2,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
- <title>Oregon ArcGIS TB</title>
+ <title>Thumbnail Builder</title>
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
@@ -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=./img/gallery/forest.jpg&logo=./img/gallery/odf_logo.png&title=Harry%20and%20the%20Hendersons%20Adventures&category=Story%20Map&titleColor=3,77,0,0.6&sidebarColor=255,200,0,0.6" target="_self">
See This Example
</a>
</p>
img/gallery/bigfoot_theme.png 0(+0 -0)
diff --git a/img/gallery/bigfoot_theme.png b/img/gallery/bigfoot_theme.png
new file mode 100644
index 0000000..6576da8
Binary files /dev/null and b/img/gallery/bigfoot_theme.png differ
img/gallery/boat.jpg 0(+0 -0)
diff --git a/img/gallery/boat.jpg b/img/gallery/boat.jpg
new file mode 100644
index 0000000..8fc527f
Binary files /dev/null and b/img/gallery/boat.jpg differ
img/gallery/forest.jpg 0(+0 -0)
diff --git a/img/gallery/forest.jpg b/img/gallery/forest.jpg
new file mode 100644
index 0000000..1872d92
Binary files /dev/null and b/img/gallery/forest.jpg differ
img/gallery/jaws.png 0(+0 -0)
diff --git a/img/gallery/jaws.png b/img/gallery/jaws.png
new file mode 100644
index 0000000..6e741a4
Binary files /dev/null and b/img/gallery/jaws.png differ
img/gallery/odf_logo.png 0(+0 -0)
diff --git a/img/gallery/odf_logo.png b/img/gallery/odf_logo.png
new file mode 100644
index 0000000..6d3c68d
Binary files /dev/null and b/img/gallery/odf_logo.png differ
img/gallery/osmb.png 0(+0 -0)
diff --git a/img/gallery/osmb.png b/img/gallery/osmb.png
new file mode 100644
index 0000000..dd8476c
Binary files /dev/null and b/img/gallery/osmb.png differ
index.html 3(+2 -1)
diff --git a/index.html b/index.html
index 703be59..66231b1 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
- <title>Oregon ArcGIS TB</title>
+ <title>Thumbnail Builder</title>
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<link rel="stylesheet" href="./css/materialize-colorpicker.min.css">
@@ -15,6 +15,7 @@
<div class="nav-wrapper">
<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="gallery.html" target="_self">Gallery</a></li>
<li><a href="help.html" target="_self">Help</a></li>
</ul>
</div>