Skip to content

Commit

Permalink
Make banners on front page only
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeche committed Dec 12, 2024
1 parent 4e15cd6 commit a0e9a9b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/layouts/default.html.eco
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,14 @@ js: "/js/main.js"
<div class="sponsor">
<h4 class="sponsor__title">Sponsors:</h4>

<div class="sponsor__item">
<a href="https://agency.uxplanet.org/" target="_blank"><img src="/i/sponsors/agency-uxplanet.png" alt="best UX agencies" width="135" height="35" /></a>
</div>
<div class="sponsor__item">
<a href="https://topagency.webflow.io/" target="_blank"><img src="/i/sponsors/topagency-webflow.png" alt=" best web design agencies" width="135" height="35" /></a>
</div>
<% if @document.url == '/index.html': %>
<div class="sponsor__item">
<a href="https://agency.uxplanet.org/" target="_blank"><img src="/i/sponsors/agency-uxplanet.png" alt="best UX agencies" width="135" height="35" /></a>
</div>
<div class="sponsor__item">
<a href="https://topagency.webflow.io/" target="_blank"><img src="/i/sponsors/topagency-webflow.png" alt=" best web design agencies" width="135" height="35" /></a>
</div>
<% end %>

<div class="sponsor__item">
<a href="https://www.bairesdev.com/sponsoring-open-source-projects/" target="_blank"><img src="/i/sponsors/bairesdev.png" alt="We are the leading Nearshore Technology Solutions company. We architect and engineer scalable and high-performing software solutions." width="135" height="35" /></a>
Expand Down

0 comments on commit a0e9a9b

Please sign in to comment.