Add logo to navbar brand
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b6ae3913f8
commit
b797f665d8
Binary file not shown.
|
After Width: | Height: | Size: 79 KiB |
|
|
@ -175,38 +175,47 @@ export default function Header() {
|
|||
to="/"
|
||||
style={{
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
gap: 7,
|
||||
flexDirection: 'row',
|
||||
alignItems: 'center',
|
||||
gap: 12,
|
||||
textDecoration: 'none',
|
||||
flexShrink: 0,
|
||||
lineHeight: 1,
|
||||
}}
|
||||
>
|
||||
<span
|
||||
style={{
|
||||
fontSize: 19,
|
||||
fontWeight: 900,
|
||||
color: T.ink,
|
||||
letterSpacing: '-0.5px',
|
||||
whiteSpace: 'nowrap',
|
||||
}}
|
||||
className="max-md:text-[16px]"
|
||||
>
|
||||
اندیشکده فولاد آینده
|
||||
</span>
|
||||
<span
|
||||
style={{
|
||||
fontSize: 8,
|
||||
letterSpacing: '2.5px',
|
||||
color: T.ink5,
|
||||
fontWeight: 600,
|
||||
textTransform: 'uppercase',
|
||||
whiteSpace: 'nowrap',
|
||||
}}
|
||||
className="max-md:hidden"
|
||||
>
|
||||
FUTURE STEEL POLICY INSTITUTE
|
||||
</span>
|
||||
<img
|
||||
src="/logo.png"
|
||||
alt="اندیشکده فولاد آینده"
|
||||
style={{ height: 44, width: 'auto', display: 'block', flexShrink: 0 }}
|
||||
className="max-md:h-[36px]"
|
||||
/>
|
||||
<div style={{ display: 'flex', flexDirection: 'column', gap: 5 }}>
|
||||
<span
|
||||
style={{
|
||||
fontSize: 19,
|
||||
fontWeight: 900,
|
||||
color: T.ink,
|
||||
letterSpacing: '-0.5px',
|
||||
whiteSpace: 'nowrap',
|
||||
}}
|
||||
className="max-md:text-[16px]"
|
||||
>
|
||||
اندیشکده فولاد آینده
|
||||
</span>
|
||||
<span
|
||||
style={{
|
||||
fontSize: 8,
|
||||
letterSpacing: '2.5px',
|
||||
color: T.ink5,
|
||||
fontWeight: 600,
|
||||
textTransform: 'uppercase',
|
||||
whiteSpace: 'nowrap',
|
||||
}}
|
||||
className="max-md:hidden"
|
||||
>
|
||||
FUTURE STEEL POLICY INSTITUTE
|
||||
</span>
|
||||
</div>
|
||||
</NavLink>
|
||||
|
||||
{/* ── Center: Nav (desktop only) ── */}
|
||||
|
|
|
|||
Loading…
Reference in New Issue