Fix media files

This commit is contained in:
Joey Yakimowich-Payne 2026-01-15 18:28:06 -07:00
commit 685b1fd414
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1
3 changed files with 29 additions and 0 deletions

1
.gitignore vendored
View file

@ -38,6 +38,7 @@ caddy/
# Authentik volumes (keep structure, ignore data) # Authentik volumes (keep structure, ignore data)
authentik/media/* authentik/media/*
!authentik/media/.gitkeep !authentik/media/.gitkeep
!authentik/media/branding/
authentik/certs/* authentik/certs/*
!authentik/certs/.gitkeep !authentik/certs/.gitkeep

View file

@ -0,0 +1,13 @@
<svg width="1920" height="1080" viewBox="0 0 1920 1080" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bg-gradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#2563eb" />
<stop offset="100%" stop-color="#60a5fa" />
</linearGradient>
</defs>
<rect width="1920" height="1080" fill="url(#bg-gradient)" />
<!-- Subtle decorative elements -->
<circle cx="200" cy="200" r="400" fill="white" fill-opacity="0.03" />
<circle cx="1700" cy="900" r="500" fill="white" fill-opacity="0.03" />
</svg>

After

Width:  |  Height:  |  Size: 573 B

View file

@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 24 24" fill="none" stroke="#2563eb" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 5a3 3 0 1 0-5.997.125 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z" />
<path d="M9 13a4.5 4.5 0 0 0 3-4" />
<path d="M6.003 5.125A3 3 0 0 0 6.401 6.5" />
<path d="M3.477 10.896a4 4 0 0 1 .585-.396" />
<path d="M6 18a4 4 0 0 1-1.967-.516" />
<path d="M12 13h4" />
<path d="M12 18h6a2 2 0 0 1 2 2v1" />
<path d="M12 8h8" />
<path d="M16 8V5a2 2 0 0 1 2-2" />
<circle cx="16" cy="13" r=".5" />
<circle cx="18" cy="3" r=".5" />
<circle cx="20" cy="21" r=".5" />
<circle cx="20" cy="8" r=".5" />
</svg>

After

Width:  |  Height:  |  Size: 730 B