Last active
August 29, 2015 13:59
-
-
Save JeroenVdb/10961618 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- ankeiler-horz-offer.html --> | |
| <article class="ankeiler ankeiler--horz ankeiler--aanbieding"> | |
| <a href="#"> | |
| <figure> | |
| <img src="http://placehold.it/142x138&text=offer" alt=""> | |
| <figcaption>Prijsvraag</figcaption> | |
| </figure> | |
| <div class="ankeiler__wrapper" itemprop="itemReviewed"> | |
| <header class="ankeiler__header"> | |
| <h2>win een weekendje Parijs voor twee</h2> | |
| </header> | |
| <div class="ankeiler__body"></div> | |
| <footer class="ankeiler__footer"> | |
| <span class="cta"><i class="icon icon--default icon--large icon-arrow-right-circle"></i> Doe mee</span> | |
| </footer> | |
| </div> | |
| </a> | |
| </article> | |
| <!-- / ankeiler-horz-offer.html --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment