Skip to content

Instantly share code, notes, and snippets.

Created August 26, 2014 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/e7ab469667d9b953cc27 to your computer and use it in GitHub Desktop.
Save anonymous/e7ab469667d9b953cc27 to your computer and use it in GitHub Desktop.
//Header HTML*******************************************************
<img class="header-image" src="http://d0.awsstatic.com/logos/customers/Dcgis-logo.png" alt="Douglas County GIS Open Data logo" />
<div class="site-brand">
<span class="site-logo">
Douglas County GIS Open Data
</span>
</div>
//Layout HTML*****************************************************
<div class="custom-layout" style="min-height:312px;">
<div class="col-8 row-1 sizex-3 sizey-7">
<h2 id="open-data-site"><font size="5">Douglas County GIS</font></h2>
<p> <p style="text-indent: 2em;"> Welcome to the Douglas County GIS Open Data website. We are exited to offer this new open data site, intended to provide spatial data for public use.
Use the search bar at the top of the page to find data and download data relating to topics of interest. As you browse through different data, the extent
of each will be displayed on the map. Once you find what you have been looking for, select the data to view it and get options for download.
<br><p style="text-indent: 2em;">Data is offered for download in several ways. First the data can be downloaded as shapefiles or KML for GIS applications, and as CSV for tables and spreadsheets.
Additionally, by using the API link, data from this site can be embedded in other applications with the feature service link or GeoJson.</p>
</div>
<font size="4">Featured Data</font><br><a href = "http://data.dogis.opendata.arcgis.com/datasets?">View full list of data</a><br>
<style>
.small-images { width: 170px; height: 130px; float:left; margin: 20px; }
#container{
width:900px;
}
</style>
</head>
<body>
<div id= "container">
<a href="http://data.dogis.opendata.arcgis.com/datasets/6d35ec3450b8423fadb7f50553cd9d54_0" class="small-images" />
<img src="http://dogis.org/maptour/OpenData/streets1.JPG">
<br><font size="2">Street Centerlines</font></a>
<a href="http://data.dogis.opendata.arcgis.com/datasets/bbf04eb4c03e43629880805fac561e96_0" class="small-images" />
<img src="http://dogis.org/maptour/OpenData/zip1.JPG">
<br><font size="2">Zip Codes</font></a>
<a href="http://data.dogis.opendata.arcgis.com/datasets/9c7bf418e8c3446e923f0b5a2237f4f3_8" class="small-images" />
<img src="http://dogis.org/maptour/OpenData/citylimits1.JPG">
<br><font size="2">City Limits</font></a>
<a href="http://data.dogis.opendata.arcgis.com/datasets/696147712c564503b9dd02d371ca1a38_29" class="small-images" />
<img src="http://dogis.org/maptour/OpenData/school_districts1.JPG">
<br><font size="2">School Districts</font></a>
<a href="http://data.dogis.opendata.arcgis.com/datasets/3631633b34794f3ca2a091cf53974425_21" class="small-images" />
<img src="http://dogis.org/maptour/OpenData/na1.JPG">
<br><font size="2">Neighborhood Associations</font></a>
<a href="http://data.dogis.opendata.arcgis.com/datasets/6d35ec3450b8423fadb7f50553cd9d54_1" class="small-images" />
<img src="http://dogis.org/maptour/OpenData/sid1.JPG">
<br><font size="2">Sanitary & Improvement Districts</font></a><br><br>
<a href="http://data.dogis.opendata.arcgis.com/datasets/c27e5fe44e444e8d840b225cef90ed55_8" class="small-images" />
<img src="http://dogis.org/maptour/OpenData/city_council1.JPG">
<br><font size="2">City Council Districts</font></a>
<a href="http://data.dogis.opendata.arcgis.com/datasets/e49fedfee66349389f4e834e3e9ebc23_28" class="small-images" />
<img src="http://dogis.org/maptour/OpenData/county_board1.JPG">
<br><font size="2">County Board Districts</font></a>
</body>
</html>
</div>
//Footer HTML******************************************************************
<div id="slide-me2" class="layout" style="display: none;"></div>
<footer id="footer" class="footer">
<div class="container">
<div class="row">
<div class="column-8">
<h3 id="about"><font size="3">About</font></h3>
<ul>
<li><a href="http://omaha-douglasconnection.com/gis/about-us">About Us</a></li>
</ul>
</div>
<div class="column-8 last pre-8">
<p>© 2014 Douglas County GIS</p>
<p><a href="http://example.org/contact">Contact Us</a> | <a href="http://example.org/faq">FAQ</a> | <a href="http://example.org/privacy">Privacy</a> | <a href="http://example.org/tos">Terms of Use</a></p>
</div>
</div>
</div>
</footer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment