Skip to content

Instantly share code, notes, and snippets.

@michaelcpuckett
Created August 21, 2012 20:59
Show Gist options
  • Save michaelcpuckett/3419368 to your computer and use it in GitHub Desktop.
Save michaelcpuckett/3419368 to your computer and use it in GitHub Desktop.
...
<div class="c-6">
<a class="c-3" href="{{ path('product') }}">
...
</a>
<a class="c-3" href="{{ path('product') }}">
...
</a>
<aside class="c-3 page-aside">
...
</aside>
<div class="c-9">
<a class="c-4" href="{{ path('product') }}">
<img src="{{ asset('http://placehold.it/220x140') }}" alt="image">
</a>
<a class="c-4" href="{{ path('product') }}">
<img src="{{ asset('http://placehold.it/220x140') }}" alt="image">
</a>
<a class="c-4" href="{{ path('product') }}">
<img src="{{ asset('http://placehold.it/220x140') }}" alt="image">
</a>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment