Initial commit: UK Data Services website
This commit is contained in:
31
assets/images/logo-enhanced.svg
Normal file
31
assets/images/logo-enhanced.svg
Normal file
@@ -0,0 +1,31 @@
|
||||
<svg width="300" height="80" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient id="enhancedLogoGrad" x1="0%" y1="0%" x2="100%" y2="0%">
|
||||
<stop offset="0%" style="stop-color:#667eea;stop-opacity:1" />
|
||||
<stop offset="100%" style="stop-color:#764ba2;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
|
||||
<!-- Background with subtle pattern -->
|
||||
<rect width="300" height="80" fill="url(#enhancedLogoGrad)" rx="12"/>
|
||||
|
||||
<!-- Main company name -->
|
||||
<text x="40" y="35" font-family="Inter, Arial, sans-serif" font-size="24" font-weight="700" fill="white">UK DATA</text>
|
||||
<text x="40" y="60" font-family="Inter, Arial, sans-serif" font-size="24" font-weight="700" fill="white">SERVICES</text>
|
||||
|
||||
<!-- Professional tagline -->
|
||||
<text x="185" y="35" font-family="Inter, Arial, sans-serif" font-size="11" font-weight="500" fill="white" opacity="0.9">Professional Data Solutions</text>
|
||||
<text x="185" y="50" font-family="Inter, Arial, sans-serif" font-size="11" font-weight="500" fill="white" opacity="0.9">Web Scraping • Analytics • Intelligence</text>
|
||||
|
||||
<!-- Data visualization element -->
|
||||
<g transform="translate(200, 20)">
|
||||
<!-- Chart bars -->
|
||||
<rect x="0" y="25" width="4" height="15" fill="white" opacity="0.8" rx="2"/>
|
||||
<rect x="8" y="20" width="4" height="20" fill="white" opacity="0.9" rx="2"/>
|
||||
<rect x="16" y="15" width="4" height="25" fill="white" opacity="1" rx="2"/>
|
||||
<rect x="24" y="10" width="4" height="30" fill="white" opacity="0.8" rx="2"/>
|
||||
|
||||
<!-- Connecting line -->
|
||||
<polyline points="2,32 10,27 18,22 26,17" stroke="white" stroke-width="1.5" fill="none" opacity="0.7"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user