Skip to content

Commit

Permalink
removed hard coded banner (#10288)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Schultz <[email protected]>
  • Loading branch information
Tim Schultz and Tim Schultz authored Mar 9, 2022
1 parent 326406b commit 2dd8011
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions app/grants/templates/grants/landing/active_clr_round.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,40 +21,6 @@ <h4 class="font-weight-bold mb-2" id="match-pools">Discover Match Rounds</h4>
{% include 'grants/landing/round_by_type.html' with active_rounds=active_ecosystem_rounds %}
{% endif %}

{# Hard-coding the Gitcoin Building Gitcoin mini banner ... #}
<div class="col-12 col-lg-6">
<a
href="https://grants.gtcdao.net/"
class="active-clr-banner d-block text-decoration-none position-relative mt-3"
target="_blank"
rel="noopener"
>
<div class="position-absolute w-100 h-100" style="
top: 0;
right: 0;
background: url('{% static 'landingpage/Gitcoin_Building_Gitcoin.jpg' %}') no-repeat center;
"
>
</div>
<div style="color: #0E0333" class="round-details d-flex p-3 justify-content-between position-relative">
<div>
<p class="pr-5 font-bigger-1" style="max-height: 30px; overflow: hidden;">GR12 - GITCOIN BUILDING GITCOIN</p>
<button class="btn btn-primary" type="submit" style="border:none; background-color: #0E0333 ">Launch App &nbsp;<i class="fa fa-external-link"></i></button>
</div>
<div class="text-right">
<p class="mb-0 font-bigger-2 font-weight-light">$25K</span>
<p class="mt-0 font-smaller-1">available</span>
</div>
</div>
</a>

<div class="font-body d-flex" style="background-color: #F4F4F4;">
<p class="px-3 py-2 my-auto" style="color: #0E0333 ">
Main: Decentralized projects building for Gitcoin
</p>
</div>
</div>

</div>

</div>
Expand Down

0 comments on commit 2dd8011

Please sign in to comment.