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 4c653a0 commit 67a8998
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions resources/testweb/discover.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ <h3 for="category" class="form-group col-xs-2 text"> Show me </h3>
</div>
<div class="col-md-2">
<ul class="nav nav-pills pull-right" role="tablist">
<li class="active "><a href="#list-style" role="tab" data-toggle="tab"><i class="fa fa-list"></i></a></li>
<li><a href="#square-style" role="tab" data-toggle="tab"><i class="fa fa-th"></i></a></li>
<li><a href="#list-style" role="tab" data-toggle="tab"><i class="fa fa-list"></i></a></li>
<li class="active "><a href="#square-style" role="tab" data-toggle="tab"><i class="fa fa-th"></i></a></li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -240,15 +240,17 @@ <h3 class="panel-title"><i class="fa fa-bar-chart-o"></i> Creators</h3>


<h2><a href="/creators/main/{{creators_name}}"> {{creators_name}} </a></h2>
<small> description </small>
<h3> h3 </h3>
<h4> verified </h4>

<h3> h3 </h3>
<h4> h4 </h4>
<h5> h5 </h5>
<h6> h6 </h6>


<br><br>
<div class="row">
<div class="col-md-4">
Worth
<h5>Worth</h5>
400
</div>
<div class="col-md-4">
Expand Down

0 comments on commit 67a8998

Please sign in to comment.