add adelfi banking logo

This commit is contained in:
Gary 2024-09-04 18:53:44 -07:00
parent 5aeb90a111
commit 5e5d8761dd
3 changed files with 21 additions and 9 deletions

BIN
assets/adelfi-banking.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@ -44,14 +44,23 @@
<a href="/contact.html">contact</a> <a href="/contact.html">contact</a>
</div> </div>
</div> </div>
<div class="flex-container"> <div class="flex-container">
<a <div class="flex-row">
class="logo" <a
href="https://business.uschristianchamber.com/directory/Details/shiloh-llc-3651896" class="logo"
target="_blank" href="https://business.uschristianchamber.com/directory/Details/shiloh-llc-3651896"
><img target="_blank"
src="../assets/us-christian-chamber-logo.png" ><img
alt="US Christian Chamber of Commerce Logo" src="../assets/us-christian-chamber-logo.png"
height="100" alt="US Christian Chamber of Commerce Logo"
/></a> height="100"
/></a>
<a class="logo" href="https://www.adelfibanking.com/" target="_blank"
><img
src="../assets/adelfi-banking.png"
alt="Adelfi Banking Logo"
height="30"
/></a>
</div>
</div> </div>

View File

@ -340,6 +340,9 @@ a {
.logo { .logo {
color: white; color: white;
font-size: 24px; font-size: 24px;
display: flex;
justify-content: center;
align-items: center;
} }
.menu { .menu {