Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.61 KB | None | 0 0
  1. <div class="col-xs-12 col-sm-6 col-md-4" itemprop="course">
  2.     <div class="course-listing" itemprop="courseListing">
  3.         <div class="row">
  4.             <a href="/courses/name" itemprop="courseLink" itemscope itemtype="http://domain.com/courses/name">
  5.                 <div class="course-header">
  6.                     <img class="course-header-img" src="img.png" alt="Course name"/>
  7.                 </div> <!-- ./course-header -->
  8.                 <div class="course-listing-title">
  9.                     This is some example text that was put here as a placeholder.
  10.                 </div> <!-- ./course-listing-title -->
  11.             </a>
  12.         </div> <!-- ./row -->
  13.     </div> <!-- ./course-listing -->
  14. </div> <!-- ./col -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement