Initial commit: UK Data Services website

This commit is contained in:
Peter
2025-06-07 10:53:32 +01:00
commit 3e9968f1b4
63 changed files with 6597 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
<svg width="80" height="80" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="complianceGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#667eea;stop-opacity:1" />
<stop offset="100%" style="stop-color:#764ba2;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Document/certificate -->
<rect x="20" y="15" width="40" height="50" fill="white" stroke="url(#complianceGrad)" stroke-width="2" rx="4"/>
<!-- GDPR badge -->
<circle cx="40" cy="30" r="8" fill="url(#complianceGrad)"/>
<text x="40" y="27" font-family="Arial" font-size="6" fill="white" text-anchor="middle" font-weight="bold">GDPR</text>
<text x="40" y="34" font-family="Arial" font-size="4" fill="white" text-anchor="middle">COMPLIANT</text>
<!-- Checkmarks -->
<polyline points="25,45 28,48 35,41" stroke="url(#complianceGrad)" stroke-width="2" fill="none"/>
<polyline points="25,55 28,58 35,51" stroke="url(#complianceGrad)" stroke-width="2" fill="none"/>
<!-- Legal scales -->
<line x1="45" y1="45" x2="55" y2="45" stroke="url(#complianceGrad)" stroke-width="2"/>
<line x1="50" y1="40" x2="50" y2="45" stroke="url(#complianceGrad)" stroke-width="2"/>
<circle cx="47" cy="47" r="2" fill="none" stroke="url(#complianceGrad)" stroke-width="1.5"/>
<circle cx="53" cy="47" r="2" fill="none" stroke="url(#complianceGrad)" stroke-width="1.5"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB