gallery.html
Home
/
gallery.html
<!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 -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-12419040-13');
</script>
</body>
</html>