Skip to content

Instantly share code, notes, and snippets.

@TheBlueDog
Created July 14, 2015 13:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TheBlueDog/c36e121c4936117802c8 to your computer and use it in GitHub Desktop.
Save TheBlueDog/c36e121c4936117802c8 to your computer and use it in GitHub Desktop.
Simple Custom Open Data Header
#header {
background-color: #ccc;
height: 80px;
}
.logo {
padding-top: 6px;
}
.inner-header h3 {
line-height: 0;
padding-top: 6px;
text-align: right;
}
<div class="row">
<div class="col-xs-6">
<a href="http://www.esri.com"><img class="logo pull-left" src="http://open-data-qa-about.s3-website-us-east-1.amazonaws.com/images/logo-esri.png"></a>
</div>
<div class="col-xs-6">
<h3>ArcGIS Open Data</h3>
</div>
</div>
<!-- Skip-Nav should be placed ahead of links to allow non-sighted users to bypass navigation -->
<a href="#slide-region" class="skip-nav">Skip Navigation</a>
@TheBlueDog
Copy link
Author

This Gist is the custom code mentioned in GeoNET answer to a question about customizing the header. (https://geonet.esri.com/message/535737)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment