branch footer

This commit is contained in:
null 2026-05-25 18:35:40 -05:00
parent c17ac83b52
commit 52d9a16462
3 changed files with 2471 additions and 2 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 145 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 130 KiB

View File

@ -150,7 +150,7 @@ const Footer = () => {
<div className="flex justify-center gap-6 flex-wrap"> <div className="flex justify-center gap-6 flex-wrap">
<div className="flex flex-col items-center gap-3 bg-white/5 border border-white/10 rounded-xl px-8 py-5 min-w-[160px]"> <div className="flex flex-col items-center gap-3 bg-white/5 border border-white/10 rounded-xl px-8 py-5 min-w-[160px]">
<img <img
src="/assets/brand/usmc-logo.png" src="/assets/brand/usmc-logo.svg"
alt="United States Marine Corps seal" alt="United States Marine Corps seal"
className="h-14 w-auto brightness-0 invert opacity-90" className="h-14 w-auto brightness-0 invert opacity-90"
/> />
@ -160,7 +160,7 @@ const Footer = () => {
</div> </div>
<div className="flex flex-col items-center gap-3 bg-white/5 border border-white/10 rounded-xl px-8 py-5 min-w-[160px]"> <div className="flex flex-col items-center gap-3 bg-white/5 border border-white/10 rounded-xl px-8 py-5 min-w-[160px]">
<img <img
src="/assets/brand/usaf-logo.png" src="/assets/brand/usaf-logo.svg"
alt="United States Air Force seal" alt="United States Air Force seal"
className="h-14 w-auto brightness-0 invert opacity-90" className="h-14 w-auto brightness-0 invert opacity-90"
/> />