Initial commit

This commit is contained in:
Johnny
2026-04-05 18:56:26 +02:00
parent 9f5e146229
commit 751dc8892c
43 changed files with 4278 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
_____ _____ _ _
/ ____| / ____| | | |
| (___ ___ ___ _ _ _ __ ___| | | |__ ___ ___| | __
\___ \ / _ \/ __| | | | '__/ _ \ | | '_ \ / _ \/ __| |/ /
____) | __/ (__| |_| | | | __/ |____| | | | __/ (__| <
|_____/ \___|\___|\__,_|_| \___|\_____|_| |_|\___|\___|_|\_\

1840
securecheck/assets/p10k.zsh Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -0,0 +1,31 @@
<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bg" x1="32" y1="28" x2="224" y2="228" gradientUnits="userSpaceOnUse">
<stop stop-color="#0F172A"/>
<stop offset="1" stop-color="#1E293B"/>
</linearGradient>
<linearGradient id="shield" x1="128" y1="48" x2="128" y2="208" gradientUnits="userSpaceOnUse">
<stop stop-color="#DFF8F2"/>
<stop offset="1" stop-color="#A7F3D0"/>
</linearGradient>
<linearGradient id="accent" x1="72" y1="76" x2="188" y2="188" gradientUnits="userSpaceOnUse">
<stop stop-color="#2DD4BF"/>
<stop offset="1" stop-color="#14B8A6"/>
</linearGradient>
</defs>
<rect x="20" y="20" width="216" height="216" rx="48" fill="url(#bg)"/>
<rect x="28" y="28" width="200" height="200" rx="40" stroke="#334155" stroke-width="2"/>
<path d="M128 48L184 70V116C184 154 162 189 128 208C94 189 72 154 72 116V70L128 48Z" fill="url(#shield)"/>
<path d="M128 58L176 76V114C176 148 157 179 128 196C99 179 80 148 80 114V76L128 58Z" fill="url(#accent)"/>
<rect x="92" y="92" width="72" height="52" rx="12" fill="#0F172A"/>
<path d="M104 107L117 118L104 129" stroke="#F8FAFC" stroke-width="8" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M124 128H150" stroke="#F59E0B" stroke-width="8" stroke-linecap="round"/>
<path d="M97 154L117 174L160 131" stroke="#F8FAFC" stroke-width="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M184 92C194 103 200 117 200 132" stroke="#67E8F9" stroke-width="6" stroke-linecap="round" opacity="0.7"/>
<path d="M56 132C56 117 62 103 72 92" stroke="#67E8F9" stroke-width="6" stroke-linecap="round" opacity="0.35"/>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB