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 3f6c973 commit 40d2261
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
36 changes: 17 additions & 19 deletions resources/testweb/discover.html
Original file line number Diff line number Diff line change
Expand Up @@ -231,27 +231,25 @@ <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-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>



<div class="panel-body">
<img class="discover-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>


<h6> h6 </h6>
Expand Down
5 changes: 4 additions & 1 deletion resources/testweb/userdashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@

}


.discover-image {
max-width: 100%;
height: 150px;
}



Expand Down

0 comments on commit 40d2261

Please sign in to comment.