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,15 @@
<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad5" 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>
<!-- Shield shape -->
<path d="M 30 10 L 20 15 L 20 35 Q 20 45 30 50 Q 40 45 40 35 L 40 15 Z" fill="url(#grad5)"/>
<!-- Lock icon inside -->
<rect x="26" y="28" width="8" height="6" fill="white" rx="1"/>
<path d="M 28 28 L 28 25 Q 28 23 30 23 Q 32 23 32 25 L 32 28" fill="none" stroke="white" stroke-width="1.5"/>
<!-- Checkmark -->
<polyline points="25,20 28,23 35,16" stroke="white" stroke-width="2" fill="none"/>
</svg>

After

Width:  |  Height:  |  Size: 749 B