Initial commit: UK Data Services website
This commit is contained in:
10
assets/images/logo.svg
Normal file
10
assets/images/logo.svg
Normal file
@@ -0,0 +1,10 @@
|
||||
<svg width="200" height="50" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient id="logoGrad" 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>
|
||||
<rect width="200" height="50" fill="url(#logoGrad)" rx="8"/>
|
||||
<text x="100" y="32" font-family="Inter, Arial, sans-serif" font-size="18" font-weight="600" fill="white" text-anchor="middle">UK Data Services</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 537 B |
Reference in New Issue
Block a user