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,7 +44,9 @@
<a href="/contact.html">contact</a> <a href="/contact.html">contact</a>
</div> </div>
</div> </div>
<div class="flex-container"> <div class="flex-container">
<div class="flex-row">
<a <a
class="logo" class="logo"
href="https://business.uschristianchamber.com/directory/Details/shiloh-llc-3651896" href="https://business.uschristianchamber.com/directory/Details/shiloh-llc-3651896"
@ -54,4 +56,11 @@
alt="US Christian Chamber of Commerce Logo" alt="US Christian Chamber of Commerce Logo"
height="100" height="100"
/></a> /></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 {