Redesign homepage: Palantir dark theme, Dell branding, RSS feeds, DB connection tiles

This commit is contained in:
Lakehouse Admin
2026-05-19 19:01:38 +02:00
parent a6cdb75733
commit a896699c0c
65 changed files with 735 additions and 299 deletions
@@ -0,0 +1,18 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 360 56" role="img" aria-label="Dell Technologies">
<defs>
<linearGradient id="dellRing" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#007DB8"/>
<stop offset="100%" style="stop-color:#00a3e0"/>
</linearGradient>
<linearGradient id="dellText" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#ffffff"/>
<stop offset="70%" style="stop-color:#ffffff"/>
<stop offset="100%" style="stop-color:#E8752A"/>
</linearGradient>
</defs>
<circle cx="28" cy="28" r="24" fill="url(#dellRing)"/>
<circle cx="28" cy="28" r="20" fill="#0a0e14"/>
<text x="28" y="35" text-anchor="middle" fill="#ffffff" font-family="Arial,Helvetica,sans-serif" font-size="26" font-weight="700">D</text>
<text x="62" y="36" fill="url(#dellText)" font-family="Arial,Helvetica,sans-serif" font-size="24" font-weight="700" letter-spacing="1">DELL</text>
<text x="138" y="36" fill="#E8752A" font-family="Arial,Helvetica,sans-serif" font-size="20" font-weight="600">Technologies</text>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB