2023-06-01 15:30:25 +02:00
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="logo" width="456" height="94" viewBox="0 0 435 94" fill="none">
|
|
|
|
|
<g class="text-container">
|
2023-07-18 18:38:07 +02:00
|
|
|
<text x="43" y="79.45" dominant-baseline="ideographic" textLength="324" lengthAdjust="spacingAndGlyphs" class="fills">nzambello</text>
|
2023-06-01 15:30:25 +02:00
|
|
|
</g>
|
|
|
|
|
<g class="text-container text-container--light">
|
2023-07-18 18:38:07 +02:00
|
|
|
<text x="372" y="79.45" dominant-baseline="ideographic" textLength="72" lengthAdjust="spacingAndGlyphs" class="fills">/></text>
|
2023-06-01 15:30:25 +02:00
|
|
|
</g>
|
|
|
|
|
<g class="text-container text-container--light">
|
2023-07-18 18:38:07 +02:00
|
|
|
<text y="79.45" dominant-baseline="ideographic" textLength="36" lengthAdjust="spacingAndGlyphs" class="fills"><</text>
|
2023-06-01 15:30:25 +02:00
|
|
|
</g>
|
|
|
|
|
</svg>
|
|
|
|
|
<style>
|
|
|
|
|
svg.logo {
|
|
|
|
|
width: 10rem;
|
|
|
|
|
height: auto;
|
|
|
|
|
fill: none;
|
|
|
|
|
color: var(--text-color);
|
|
|
|
|
}
|
|
|
|
|
@media (max-width: 575px) {
|
|
|
|
|
svg.logo {
|
|
|
|
|
width: 9rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
svg.logo .text-container {
|
2023-07-18 18:38:07 +02:00
|
|
|
font-family: 'Fira Code';
|
2023-06-01 15:30:25 +02:00
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
font-size: 72px;
|
|
|
|
|
text-decoration: currentColor;
|
|
|
|
|
direction: ltr;
|
|
|
|
|
fill: currentColor;
|
|
|
|
|
fill-opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
svg.logo .text-container--light {
|
|
|
|
|
fill-opacity: 0.6;
|
|
|
|
|
}
|
|
|
|
|
svg.logo:hover .text-container--light,
|
|
|
|
|
svg.logo:focus .text-container--light {
|
|
|
|
|
fill-opacity: 0.85;
|
|
|
|
|
}
|
|
|
|
|
svg.logo .fills {
|
|
|
|
|
text-transform: none;
|
2023-07-18 18:38:07 +02:00
|
|
|
letter-spacing: 2px;
|
2023-06-01 15:30:25 +02:00
|
|
|
white-space: pre;
|
|
|
|
|
}
|
|
|
|
|
</style>
|