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
+11
View File
@@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="Dell">
<defs>
<linearGradient id="ring" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#007DB8"/>
<stop offset="100%" style="stop-color:#E8752A"/>
</linearGradient>
</defs>
<circle cx="32" cy="32" r="30" fill="url(#ring)"/>
<circle cx="32" cy="32" r="24" fill="#121820"/>
<text x="32" y="42" text-anchor="middle" fill="#ffffff" font-family="Arial,Helvetica,sans-serif" font-size="32" font-weight="700">D</text>
</svg>

After

Width:  |  Height:  |  Size: 557 B