Skip to content
This repository has been archived by the owner on Feb 15, 2019. It is now read-only.

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Sep 11, 2014
1 parent a52dfae commit 3f6c973
Showing 1 changed file with 19 additions and 14 deletions.
33 changes: 19 additions & 14 deletions resources/testweb/discover.html
Original file line number Diff line number Diff line change
Expand Up @@ -231,22 +231,27 @@ <h3 class="panel-title"><i class="fa fa-bar-chart-o"></i> Creators</h3>

<div id="discover_creators_square" class="panel-body">
<script id="discover_creators_square_template" type="x-tmpl-mustache">
{{#.}}
{{#.}}
<div class="col-md-3">
<div class="panel panel-primary">
<div class="panel-body">
<img class="featurette-image img-responsive"
src="https://img.youtube.com/vi/%3Cinsert-youtube-video-id-here%3E/maxresdefault.jpg"
alt="Generic placeholder image">




<h2><b><a href="/creators/main/{{creators_name}}"> {{creators_name}} </a></b></h2>

<h3> h3</h3>
<h4> Description favorite </h4>
<h5> h5 </h5>
<div class="panel-heading">
<img class="featurette-image img-responsive"
src="https://img.youtube.com/vi/%3Cinsert-youtube-video-id-here%3E/maxresdefault.jpg"
alt="Generic placeholder image">
</div>


<div class="panel-body">





<h2><b><a href="/creators/main/{{creators_name}}"> {{creators_name}} </a></b></h2>

<h3> h3</h3>
<h4> Description favorite </h4>
<h5> h5 </h5>


<h6> h6 </h6>
Expand Down

0 comments on commit 3f6c973

Please sign in to comment.