Skip to content

Commit

Permalink
-- swapped out the image for portospiresitesapiclient to the one with…
Browse files Browse the repository at this point in the history
… glow behind it

-- added a background color to the swapped image in a similar tone to the page background
  • Loading branch information
andrewwallace committed Feb 25, 2024
1 parent d2afd61 commit 4e6b244
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ <h1 class="mt-5 masthead-brand"><a href="https://www.portospire.com?utm_source=G
<div class=" main-container" role="main">
<p>As a company built using many open source libraries and frameworks, here are some of the internally-developed libraries we have contributed back to the community.</p>
<div class="card-deck">
<div class="card" style="width: 18rem;">
<div class="card">
<div class="card-heading">
<a href="./suiteCRMClient/" class="stretched-link">
<img src="https://assets.portospire.com/github.io/suitecrmclient.png" class="card-img-top" alt="SuiteCRM Client for PHP">
Expand All @@ -154,10 +154,10 @@ <h5 class="card-title">SuiteCRMClient</h5>
<p class="card-text">A free (LGPL3) client library in PHP for use with SuiteCRM to abstract various API usage to enable easier integrations as standalone, in Laminas MVC (ZF3), or Laminas Mezzio (Zend Expressive).</p>
</div>
</div>
<div class="card" style="width: 18rem;">
<div class="card-heading">
<div class="card">
<div class="card-heading" style="background-color:#0d111A;">
<a href="./portospiresitesapiclient/" class="stretched-link">
<img src="https://assets.portospire.com/github.io/portospiresitesapiclientlogo.svg" class="card-img-top" alt="PortoSpire Sites API Client for PHP">
<img src="https://assets.portospire.com/github.io/portospiresitesapiclientlogo_glow.svg" class="card-img-top" alt="PortoSpire Sites API Client for PHP">
</a>
</div>
<div class="card-body">
Expand Down

0 comments on commit 4e6b244

Please sign in to comment.