Stable Website

This commit is contained in:
2026-04-04 20:52:40 +02:00
commit 1d59d08360
38 changed files with 3120 additions and 0 deletions

BIN
static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

21
static/radigura_white.svg Normal file
View File

@@ -0,0 +1,21 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 256" width="100%" height="100%">
<defs>
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&amp;display=swap');
</style>
</defs>
<g transform="translate(0, 0)">
<circle cx="128" cy="128" r="120" fill="#1A1B1E"/>
<circle cx="128" cy="128" r="114" fill="#2A2B2F"/>
<path d="M 70 90 L 128 195 L 186 90" fill="none" stroke="#FF6B22" stroke-width="12" stroke-linecap="round" stroke-linejoin="round"/>
<polygon points="128,102 154,117 154,147 128,162 102,147 102,117" fill="none" stroke="#FF9454" stroke-width="12" stroke-linejoin="round"/>
</g>
<g transform="translate(280, 50)">
<text x="0" y="100" font-family="Montserrat, Arial, sans-serif" font-size="72" font-weight="700" fill="#FFFFFF" letter-spacing="-2">Radixura</text>
<text x="0" y="135" font-family="Montserrat, Arial, sans-serif" font-size="18" font-weight="600" fill="#FFFFFF" letter-spacing="8" text-transform="uppercase">TECHNOLOGY</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

21
static/radixura.svg Normal file
View File

@@ -0,0 +1,21 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 256" width="100%" height="100%">
<defs>
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&amp;display=swap');
</style>
</defs>
<g transform="translate(0, 0)">
<circle cx="128" cy="128" r="120" fill="#1A1B1E"/>
<circle cx="128" cy="128" r="114" fill="#2A2B2F"/>
<path d="M 70 90 L 128 195 L 186 90" fill="none" stroke="#FF6B22" stroke-width="12" stroke-linecap="round" stroke-linejoin="round"/>
<polygon points="128,102 154,117 154,147 128,162 102,147 102,117" fill="none" stroke="#FF9454" stroke-width="12" stroke-linejoin="round"/>
</g>
<g transform="translate(280, 50)">
<text x="0" y="100" font-family="Montserrat, Arial, sans-serif" font-size="72" font-weight="700" fill="#1A1B1E" letter-spacing="-2">Radixura</text>
<text x="0" y="135" font-family="Montserrat, Arial, sans-serif" font-size="18" font-weight="600" fill="#666666" letter-spacing="8" text-transform="uppercase">TECHNOLOGY</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -0,0 +1,36 @@
<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>

After

Width:  |  Height:  |  Size: 1.6 KiB

8
static/radixura_icon.svg Normal file
View File

@@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" width="100%" height="100%">
<circle cx="128" cy="128" r="120" fill="#1A1B1E"/>
<circle cx="128" cy="128" r="114" fill="#2A2B2F"/>
<path d="M 70 90 L 128 195 L 186 90" fill="none" stroke="#FF6B22" stroke-width="12" stroke-linecap="round" stroke-linejoin="round"/>
<polygon points="128,102 154,117 154,147 128,162 102,147 102,117" fill="none" stroke="#FF9454" stroke-width="12" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 480 B