ThumbnailBuilder

chore: add OEM and DOGAMI brands

3/15/2019 1:28:39 PM

Details

gallery.html 46(+36 -10)

diff --git a/gallery.html b/gallery.html
index ac34dab..22d3891 100644
--- a/gallery.html
+++ b/gallery.html
@@ -70,18 +70,44 @@
   </div>
   <div class="row">
       <div class="col s12 m4">
-          <div class="card">
-            <div class="card-image">
-              <img src="./img/gallery/odfw.png">
-            </div>
-            <div class="card-content">
-              <p>Fish and Wildlife</p>
-            </div>
-            <div class="card-action">
-              <a href="./index.html?title=Trout%20Stocking%20Locations&titleColor=248%2C204%2C70%2C0.82&sidebarColor=82%2C150%2C66%2C0.77&category=Web%20Map&background=./img/gallery/fishing.png&logo=./img/gallery/odfw_logo.png">Use this theme</a>
-            </div>
+        <div class="card">
+          <div class="card-image">
+            <img src="./img/gallery/odfw.png">
+          </div>
+          <div class="card-content">
+            <p>Fish and Wildlife</p>
+          </div>
+          <div class="card-action">
+            <a href="./index.html?title=Trout%20Stocking%20Locations&titleColor=248%2C204%2C70%2C0.82&sidebarColor=82%2C150%2C66%2C0.77&category=Web%20Map&background=./img/gallery/fishing.png&logo=./img/gallery/odfw_logo.png">Use this theme</a>
           </div>
         </div>
+      </div>
+      <div class="col s12 m4">
+        <div class="card">
+          <div class="card-image">
+            <img src="./img/gallery/dogami.png">
+          </div>
+          <div class="card-content">
+            <p>Geology</p>
+          </div>
+          <div class="card-action">
+            <a href="./index.html?title=Geologic%20Map%20of%20Oregon&titleColor=%2349add9&sidebarColor=%23469b41&category=Web%20Map&background=./img/gallery/painted_hills.png&logo=./img/gallery/dogami_logo.png">Use this theme</a>
+          </div>
+        </div>
+      </div>
+      <div class="col s12 m4">
+        <div class="card">
+          <div class="card-image">
+            <img src="./img/gallery/oem.png">
+          </div>
+          <div class="card-content">
+            <p>Emergency Management</p>
+          </div>
+          <div class="card-action">
+            <a href="./index.html?title=Weather%20Dashboard&titleColor=55%2C108%2C188%2C0.68&sidebarColor=160%2C166%2C179%2C0.7&category=Dashboard&background=./img/gallery/weather.png&logo=./img/gallery/oem_logo.png">Use this theme</a>
+          </div>
+        </div>
+      </div>
   </div>
 </div>
 
diff --git a/img/gallery/dogami.png b/img/gallery/dogami.png
new file mode 100644
index 0000000..7a499d0
Binary files /dev/null and b/img/gallery/dogami.png differ
diff --git a/img/gallery/dogami_logo.png b/img/gallery/dogami_logo.png
new file mode 100644
index 0000000..ed3c031
Binary files /dev/null and b/img/gallery/dogami_logo.png differ
diff --git a/img/gallery/odfw.png b/img/gallery/odfw.png
index 9a65ef6..c83a35b 100644
Binary files a/img/gallery/odfw.png and b/img/gallery/odfw.png differ
diff --git a/img/gallery/odfw_logo.png b/img/gallery/odfw_logo.png
index 24d771e..adbbdc2 100644
Binary files a/img/gallery/odfw_logo.png and b/img/gallery/odfw_logo.png differ
diff --git a/img/gallery/oem.png b/img/gallery/oem.png
new file mode 100644
index 0000000..900cd12
Binary files /dev/null and b/img/gallery/oem.png differ
diff --git a/img/gallery/oem_logo.png b/img/gallery/oem_logo.png
new file mode 100644
index 0000000..0664dc1
Binary files /dev/null and b/img/gallery/oem_logo.png differ
diff --git a/img/gallery/painted_hills.png b/img/gallery/painted_hills.png
new file mode 100644
index 0000000..fe41f16
Binary files /dev/null and b/img/gallery/painted_hills.png differ
diff --git a/img/gallery/weather.png b/img/gallery/weather.png
new file mode 100644
index 0000000..3759bba
Binary files /dev/null and b/img/gallery/weather.png differ