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,27 @@
<svg width="280" height="60" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="corpGrad" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#334155;stop-opacity:1" />
<stop offset="100%" style="stop-color:#475569;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Clean rectangular background -->
<rect x="0" y="0" width="280" height="60" fill="url(#corpGrad)" rx="8"/>
<!-- Data icon -->
<g transform="translate(15, 15)">
<!-- Database symbol -->
<ellipse cx="15" cy="8" rx="12" ry="4" fill="white" opacity="0.9"/>
<rect x="3" y="8" width="24" height="12" fill="white" opacity="0.9"/>
<ellipse cx="15" cy="20" rx="12" ry="4" fill="white" opacity="0.9"/>
<!-- Data flow lines -->
<line x1="30" y1="14" x2="45" y2="14" stroke="white" stroke-width="2" opacity="0.8"/>
<line x1="30" y1="18" x2="40" y2="18" stroke="white" stroke-width="2" opacity="0.6"/>
</g>
<!-- Company text -->
<text x="70" y="25" font-family="Inter, Arial, sans-serif" font-size="20" font-weight="600" fill="white">UK Data Services</text>
<text x="70" y="42" font-family="Inter, Arial, sans-serif" font-size="10" font-weight="400" fill="white" opacity="0.8">Web Scraping | Business Intelligence | Data Analytics</text>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB