ATS/templates/logo/ats_logo.html
2026-02-01 13:38:06 +03:00

60 lines
2.3 KiB
HTML

<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 500 140"
height="{{ height }}"
width="{{ width }}"
class="{{ classes }}"
role="img"
aria-label="Tenhal Logo"
>
<defs>
<linearGradient id="redGradient_{{ uid }}" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#C41E3A;stop-opacity:1" />
<stop offset="100%" style="stop-color:#8B1228;stop-opacity:1" />
</linearGradient>
<filter id="shadow_{{ uid }}" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur in="SourceAlpha" stdDeviation="2"/>
<feOffset dx="0" dy="2" result="offsetblur"/>
<feComponentTransfer>
<feFuncA type="linear" slope="0.15"/>
</feComponentTransfer>
<feMerge>
<feMergeNode/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<g transform="translate(40, 35)" filter="url(#shadow_{{ uid }})">
<path d="M 30 5 L 50 15 L 50 35 L 30 45 L 10 35 L 10 15 Z"
fill="url(#redGradient_{{ uid }})" stroke="none"/>
<path d="M 30 15 L 40 20 L 40 30 L 30 35 L 20 30 L 20 20 Z"
fill="none" stroke="#ffffff" stroke-width="2" opacity="0.8"/>
<circle cx="30" cy="23" r="3" fill="#ffffff"/>
<path d="M 24 30 Q 30 27 36 30"
fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round"/>
<circle cx="30" cy="2" r="1.5" fill="#C41E3A" opacity="0.6"/>
<circle cx="54" cy="25" r="1.5" fill="#C41E3A" opacity="0.6"/>
<circle cx="6" cy="25" r="1.5" fill="#C41E3A" opacity="0.6"/>
</g>
<rect x="95" y="35" width="2" height="55" fill="#E0E0E0"/>
<text x="125" y="62"
font-family="'Plus Jakarta Sans', Arial, sans-serif"
font-size="38" font-weight="300" fill="#2C2C2C" letter-spacing="4">TENHAL</text>
<rect x="125" y="72" width="55" height="2.5" fill="#C41E3A"/>
<text x="125" y="92"
font-family="'Plus Jakarta Sans', Arial, sans-serif"
font-size="13" font-weight="400" fill="#666666" letter-spacing="2.5">APPLICANT TRACKING SYSTEM</text>
<text x="125" y="108"
font-family="'Plus Jakarta Sans', Arial, sans-serif"
font-size="10" font-weight="300" fill="#999999" letter-spacing="1" font-style="italic">Streamline Your Hiring Process</text>
</svg>