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,12 @@
<svg width="40" height="40" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="twitterGrad" 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>
<!-- Twitter/X background -->
<rect x="4" y="4" width="32" height="32" fill="url(#twitterGrad)" rx="6"/>
<!-- X symbol -->
<path d="M 14 14 L 26 26 M 26 14 L 14 26" stroke="white" stroke-width="3" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 555 B