37 lines
1.6 KiB
XML
37 lines
1.6 KiB
XML
<svg width="1200" height="400" viewBox="0 0 1200 400" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<pattern id="hexagons" width="50" height="43.3" patternUnits="userSpaceOnUse" viewBox="0 0 50 43.3">
|
|
<path d="M25 0L50 10.8V32.5L25 43.3L0 32.5V10.8L25 0Z" fill="none" stroke="#2E2E2E" stroke-width="1"/>
|
|
</pattern>
|
|
|
|
<linearGradient id="lineGrad" x1="0%" y1="100%" x2="100%" y2="0%">
|
|
<stop offset="0%" stop-color="#CE412B" />
|
|
<stop offset="100%" stop-color="#E89165" />
|
|
</linearGradient>
|
|
|
|
<filter id="glow" x="-20%" y="-20%" width="140%" height="140%">
|
|
<feGaussianBlur stdDeviation="5" result="blur" />
|
|
<feComposite in="SourceGraphic" in2="blur" operator="over" />
|
|
</filter>
|
|
</defs>
|
|
|
|
<rect width="100%" height="100%" fill="#242424" />
|
|
|
|
<rect width="100%" height="100%" fill="url(#hexagons)" opacity="0.4" />
|
|
|
|
<path d="M-50 350 L300 150 L250 100" fill="none" stroke="url(#lineGrad)" stroke-width="4" opacity="0.6" filter="url(#glow)" />
|
|
<path d="M100 450 L450 200 L400 150" fill="none" stroke="#CE412B" stroke-width="2" opacity="0.3" />
|
|
|
|
<text x="1100" y="220" text-anchor="end" font-family="sans-serif" font-weight="600" font-size="72" fill="#E0E0E0" letter-spacing="-1">
|
|
Radixura
|
|
</text>
|
|
|
|
<text x="1100" y="260" text-anchor="end" font-family="monospace" font-size="18" fill="#E89165" letter-spacing="8" opacity="0.9">
|
|
TECHNOLOGY
|
|
</text>
|
|
|
|
<text x="50" y="360" font-family="monospace" font-size="12" fill="#2E2E2E" opacity="0.8">
|
|
impl Radixura { pub fn build() -> Self { ... } }
|
|
</text>
|
|
</svg>
|