Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix(home): 508, remove hidden section
Browse files Browse the repository at this point in the history
Closes #1801
  • Loading branch information
Christine Yu committed Mar 29, 2016
1 parent 8a2a525 commit 776cce4
Showing 1 changed file with 1 addition and 44 deletions.
45 changes: 1 addition & 44 deletions app/scripts/home/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -287,47 +287,4 @@ <h3 class="panel-title table-heading">GDC Applications</h3>
</div>
</div>

<div class="example-query-row-container row-layout">
<div class="component row">
<div class="col-md-3">
<h3 class="panel-title table-heading">Example Queries</h3>
<p>
<em>
Easily search and download data using queries such as:
</em>
</p>

</div>
<div class="col-md-9">
<div class="sample-query-showcase col-md-3">
<div class="sample-header">
<h3>Data</h3>
</div>
<p>Primary Site = <a href="">Brain</a> </p>
<p>Age at diagnosis is between <a href="">40 and 50</a> </p>
</div>

<div class="sample-query-showcase col-md-3">
<div class="sample-header">
<h3>Projects</h3>
</div>
<p>Program Name = <a href="">TARGET</a> </p>

</div>

<div class="sample-query-showcase col-md-3">
<div class="sample-header">
<h3>Annotations</h3>
</div>
<p>Primary Site = <a href="">Brain</a> </p>
<p>Age at diagnosis is between <a href="">40 and 50</a> </p>
</div>

<div class="col-md-2" style="margin-top: 5rem;">
<h3><i style="color: #888;" class="fa fa-chevron-right"></i></h3>
</div>
</div>

</div>
</div>
</div>
</div>

0 comments on commit 776cce4

Please sign in to comment.