Skip to content

Instantly share code, notes, and snippets.

@studiorooster
Created May 19, 2015 18:12
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 studiorooster/67bde877d5076bf02ee1 to your computer and use it in GitHub Desktop.
Save studiorooster/67bde877d5076bf02ee1 to your computer and use it in GitHub Desktop.
ciw-resources-page
<style type="text/css">
.resource_map_image { display: block; width: 1000px; height: 450px; position: relative; background-position: 0 0; background-repeat: no-repeat; }
.resource_map_image .resource_map_link { display: block; position: absolute; text-indent: -999em; overflow: hidden; }
.resource_map_image #resource_map_link_0 { width: 177px; height: 143px; top: 80px; left: 64px; }
.resource_map_image #resource_map_link_1 { width: 285px; height: 313px; top: 36px; left: 339px; }
.resource_map_image #resource_map_link_2 { width: 150px; height: 124px; top: 266px; left: 114px; }
.resource_map_image #resource_map_link_3 { width: 225px; height: 202px; top: 35px; left: 704px; }
.resource_map_image #resource_map_link_4 { width: 169px; height: 136px; top: 257px; left: 695px; }
</style>
<div class="resource_map_image">
<a class="resource_map_link" id="resource_map_link_0" title="" href="{{ path('page_parent', {'parent': 'resources','slug': 'partners'}) }}></a>
<a class="resource_map_link" id="resource_map_link_1" title="" href="{{ path('page_parent', {'parent': 'resources','slug': 'tools'}) }}"></a>
<a class="resource_map_link" id="resource_map_link_2" title="" href="{{ path('page_parent', {'parent': 'resources','slug': 'press'}) }}"></a>
<a class="resource_map_link" id="resource_map_link_3" title="" href="{{ path('page_parent', {'parent': 'resources','slug': 'media'}) }}"></a>
<a class="resource_map_link" id="resource_map_link_4" title="" href="{{ path('page_parent', {'parent': 'resources','slug': 'impact'}) }}"></a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment