chore: replace logo with minimal SVG reactor cross-section

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Dominik Moritz Roth 2026-03-12 20:46:33 +01:00
parent 0932bb353a
commit f93d4bb119
2 changed files with 28 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<div align="center">
<img src='./logo.png' width="250px">
<img src='./logo.svg' width="250px">
<h2>NuCon</h2>
<br>
</div>

27
logo.svg Normal file
View File

@ -0,0 +1,27 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512">
<!-- Background -->
<rect width="512" height="512" fill="#0d0d0d" rx="72"/>
<!-- Outer pressure vessel ring -->
<circle cx="256" cy="256" r="185" fill="none" stroke="#3ab5f0" stroke-width="10"/>
<!-- Inner core ring -->
<circle cx="256" cy="256" r="65" fill="none" stroke="#3ab5f0" stroke-width="10"/>
<!-- Central nucleus -->
<circle cx="256" cy="256" r="18" fill="#3ab5f0"/>
<!-- 6 control rods: gap inside core, line from core to vessel -->
<!-- θ=0° (top) -->
<line x1="256" y1="191" x2="256" y2="71" stroke="#3ab5f0" stroke-width="9" stroke-linecap="round"/>
<!-- θ=60° -->
<line x1="312" y1="223" x2="416" y2="163" stroke="#3ab5f0" stroke-width="9" stroke-linecap="round"/>
<!-- θ=120° -->
<line x1="312" y1="289" x2="416" y2="349" stroke="#3ab5f0" stroke-width="9" stroke-linecap="round"/>
<!-- θ=180° (bottom) -->
<line x1="256" y1="321" x2="256" y2="441" stroke="#3ab5f0" stroke-width="9" stroke-linecap="round"/>
<!-- θ=240° -->
<line x1="200" y1="289" x2="96" y2="349" stroke="#3ab5f0" stroke-width="9" stroke-linecap="round"/>
<!-- θ=300° -->
<line x1="200" y1="223" x2="96" y2="163" stroke="#3ab5f0" stroke-width="9" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB