Skip to content

Commit

Permalink
Trusted by: Add title text to logos, including nationality
Browse files Browse the repository at this point in the history
I was curious about the nationality of each company listed as using Hanami, so thought it would be useful to record that here.
  • Loading branch information
ZimbiX committed Mar 4, 2023
1 parent 82ff37f commit 66a33cb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions source/layouts/home.erb
Original file line number Diff line number Diff line change
Expand Up @@ -89,51 +89,51 @@
<div class="row text-center">
<div class="col-sm-4">
<a href="https://dnsimple.com/opensource" rel="noopener noreferrer" target="_blank">
<img src="/images/companies/dnsimple.png" alt="DNSimple" loading="lazy">
<img src="/images/companies/dnsimple.png" alt="DNSimple logo" title="DNSimple - USA" loading="lazy">
</a>
</div>
<div class="col-sm-4">
<a href="https://www.freework.com" rel="noopener noreferrer" target="_blank">
<img src="/images/companies/freework.png" alt="Freework" loading="lazy">
<img src="/images/companies/freework.png" alt="Freework logo" title="Freework - Germany" loading="lazy">
</a>
</div>
<div class="col-sm-4">
<a href="https://www.advanon.com" rel="noopener noreferrer" target="_blank">
<img src="/images/companies/advanon.png" alt="advanon" loading="lazy">
<img src="/images/companies/advanon.png" alt="Advanon logo" title="Advanon - Switzerland" loading="lazy">
</a>
</div>
</div>
<div class="row text-center">
<div class="col-sm-4">
<a href="http://hellohippo.com" rel="noopener noreferrer" target="_blank">
<img src="/images/companies/hippo.png" alt="hippo" loading="lazy" style="max-height: 65%;">
<img src="/images/companies/hippo.png" alt="Hippo logo" title="Hippo - USA" loading="lazy" style="max-height: 65%;">
</a>
</div>
<div class="col-sm-4">
<a href="https://www.ppe-analytics.com" rel="noopener noreferrer" target="_blank">
<img src="/images/companies/ppe-analytics.png" alt="ppe-analytics" loading="lazy">
<img src="/images/companies/ppe-analytics.png" alt="PPE Analytics logo" title="PPE Analytics - France" loading="lazy">
</a>
</div>
<div class="col-sm-4">
<a href="https://flooringstores.com" rel="noopener noreferrer" target="_blank">
<img src="/images/companies/flooring-stores.png" alt="flooring-stores" loading="lazy">
<img src="/images/companies/flooring-stores.png" alt="FlooringStores logo" title="FlooringStores - USA" loading="lazy">
</a>
</div>
</div>
<div class="row text-center">
<div class="col-sm-4">
<a href="https://marozed.ma" rel="noopener noreferrer" target="_blank">
<img src="/images/companies/marozed.png" alt="Marozed Web Agency" loading="lazy">
<img src="/images/companies/marozed.png" alt="Marozed Web Agency logo" title="Marozed Web Agency - France" loading="lazy">
</a>
</div>
<div class="col-sm-4">
<a href="https://ascendaloyalty.com" rel="noopener noreferrer" target="_blank">
<img src="/images/companies/ascenda-loyalty.png" alt="Ascenda Loyalty" loading="lazy">
<img src="/images/companies/ascenda-loyalty.png" alt="Ascenda Loyalty logo" title="Ascenda Loyalty - Singapore" loading="lazy">
</a>
</div>
<div class="col-sm-4">
<a href="https://playguide.eu" rel="noopener noreferrer" target="_blank">
<img src="/images/companies/playguide.png" alt="PlayGuide" loading="lazy">
<img src="/images/companies/playguide.png" alt="PlayGuide logo" title="PlayGuide - France" loading="lazy">
</a>
</div>
</div>
Expand Down

0 comments on commit 66a33cb

Please sign in to comment.