Add MySQL schema dump for phpMyAdmin

This commit is contained in:
Thomas
2025-10-28 14:08:03 +01:00
parent f956a735ca
commit 8e608d03ec
49 changed files with 1929 additions and 1 deletions

View File

@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad-background" x1="256" y1="32" x2="256" y2="480" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#1f2937"/>
<stop offset="1" stop-color="#0f172a"/>
</linearGradient>
<linearGradient id="grad-hex" x1="256" y1="96" x2="256" y2="416" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#60a5fa"/>
<stop offset="1" stop-color="#38bdf8"/>
</linearGradient>
<linearGradient id="grad-node" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#38bdf8"/>
<stop offset="1" stop-color="#a855f7"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%" color-interpolation-filters="sRGB">
<feDropShadow dx="0" dy="12" stdDeviation="16" flood-color="#020617" flood-opacity="0.55"/>
</filter>
</defs>
<rect width="512" height="512" rx="64" fill="url(#grad-background)"/>
<g filter="url(#shadow)">
<path d="M256 112L372 180V332L256 400L140 332V180L256 112Z" fill="#020617" stroke="url(#grad-hex)" stroke-width="18"/>
<path d="M256 168C238.327 168 224 182.327 224 200C224 213.642 232.948 225.476 245.6 229.6V292.4C232.948 296.524 224 308.358 224 322C224 339.673 238.327 354 256 354C273.673 354 288 339.673 288 322C288 308.358 279.052 296.524 266.4 292.4V229.6C279.052 225.476 288 213.642 288 200C288 182.327 273.673 168 256 168Z" stroke="url(#grad-hex)" stroke-width="14" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
<circle cx="256" cy="200" r="18" fill="url(#grad-node)"/>
<circle cx="256" cy="322" r="18" fill="url(#grad-node)"/>
<path d="M256 200L196 160" stroke="url(#grad-hex)" stroke-width="10" stroke-linecap="round"/>
<path d="M256 200L316 160" stroke="url(#grad-hex)" stroke-width="10" stroke-linecap="round"/>
<path d="M256 322L196 362" stroke="url(#grad-hex)" stroke-width="10" stroke-linecap="round"/>
<path d="M256 322L316 362" stroke="url(#grad-hex)" stroke-width="10" stroke-linecap="round"/>
<circle cx="196" cy="160" r="14" fill="url(#grad-node)"/>
<circle cx="316" cy="160" r="14" fill="url(#grad-node)"/>
<circle cx="196" cy="362" r="14" fill="url(#grad-node)"/>
<circle cx="316" cy="362" r="14" fill="url(#grad-node)"/>
<path d="M256 200V152" stroke="url(#grad-hex)" stroke-width="10" stroke-linecap="round"/>
<path d="M256 322V370" stroke="url(#grad-hex)" stroke-width="10" stroke-linecap="round"/>
<circle cx="256" cy="142" r="12" fill="url(#grad-node)"/>
<circle cx="256" cy="380" r="12" fill="url(#grad-node)"/>
</g>
<text x="256" y="456" fill="#e2e8f0" font-family="'Inter', 'Segoe UI', sans-serif" font-size="64" font-weight="600" text-anchor="middle">TuxiNet.dk</text>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB