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>
</div>
</div>
<div class="flex-container">
<a
class="logo"
href="https://business.uschristianchamber.com/directory/Details/shiloh-llc-3651896"
target="_blank"
><img
src="../assets/us-christian-chamber-logo.png"
alt="US Christian Chamber of Commerce Logo"
height="100"
/></a>
<div class="flex-row">
<a
class="logo"
href="https://business.uschristianchamber.com/directory/Details/shiloh-llc-3651896"
target="_blank"
><img
src="../assets/us-christian-chamber-logo.png"
alt="US Christian Chamber of Commerce Logo"
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>

View File

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