Skip to content

Instantly share code, notes, and snippets.

@TheCloudScout
Last active August 15, 2024 10:37
Show Gist options
  • Save TheCloudScout/546acf989536839f0c49f4f15a50a74f to your computer and use it in GitHub Desktop.
Save TheCloudScout/546acf989536839f0c49f4f15a50a74f to your computer and use it in GitHub Desktop.
Clear-Host
$ShieldColor1 = 'DarkBlue'
$ShieldColor2 = 'DarkCyan'
$ShieldColor3 = 'Cyan'
$TextColor = "Magenta"
Write-Host ''
Write-Host ''
Write-Host ' ██ ' -ForegroundColor $ShieldColor1
Write-Host ' ████████ ' -ForegroundColor $ShieldColor1
Write-Host ' ██████ ██████ ' -ForegroundColor $ShieldColor1
Write-Host ' ██████'-NoNewline -ForegroundColor $ShieldColor1; Write-Host ''-NoNewline -ForegroundColor $ShieldColor2; Write-Host ''-NoNewline -ForegroundColor $ShieldColor3; Write-Host ' ██████ ' -ForegroundColor $ShieldColor1
Write-Host ' ██████'-NoNewline -ForegroundColor $ShieldColor1; Write-Host ' ███'-NoNewline -ForegroundColor $ShieldColor2; Write-Host '▒██'-NoNewline -ForegroundColor $ShieldColor3; Write-Host ' ██████ ' -ForegroundColor $ShieldColor1
Write-Host ' ███████'-NoNewline -ForegroundColor $ShieldColor1; Write-Host ' ████▓▓█'-NoNewline -ForegroundColor $ShieldColor2; Write-Host '░░░▒██'-NoNewline -ForegroundColor $ShieldColor3; Write-Host ' ███████ ' -ForegroundColor $ShieldColor1
Write-Host ' █████████▓'-NoNewline -ForegroundColor $ShieldColor1; Write-Host ' ████▓▓▓▓▓█'-NoNewline -ForegroundColor $ShieldColor2; Write-Host '░░░░░░▒███'-NoNewline -ForegroundColor $ShieldColor3; Write-Host ' ▓█████████ ' -ForegroundColor $ShieldColor1
Write-Host ' ██▓█'-NoNewline -ForegroundColor $ShieldColor1; Write-Host ' ▄▄▄▄██▓▓▓▓▓▓▓▓▓▓▓█'-NoNewline -ForegroundColor $ShieldColor2; Write-Host '░░░░░░░░░░░░▒▓▄▄▄'-NoNewline -ForegroundColor $ShieldColor3; Write-Host ' █▓██ ' -ForegroundColor $ShieldColor1
Write-Host ' █▓█'-NoNewline -ForegroundColor $ShieldColor1; Write-Host ' ______'-NoNewline -ForegroundColor $TextColor; Write-Host ' ████▓▓▓▓▓▓▓█'-NoNewline -ForegroundColor $ShieldColor2; Write-Host '░░░░░░░░░░░░'-NoNewline -ForegroundColor $ShieldColor3; Write-Host ' __'-NoNewline -ForegroundColor $TextColor; Write-Host ' ▒▓██'-NoNewline -ForegroundColor $ShieldColor3; Write-Host ' █▓█ ' -ForegroundColor $ShieldColor1
Write-Host ' █▓█'-NoNewline -ForegroundColor $ShieldColor1; Write-Host ' / ____/ _____ _______ ______/ /___ ___ __ ' -ForegroundColor $TextColor
Write-Host ' ██'-NoNewline -ForegroundColor $ShieldColor1; Write-Host ' / __/ | | / / _ \/ ___/ / / / __ / __`/ / / / ' -ForegroundColor $TextColor
Write-Host ''-NoNewline -ForegroundColor $ShieldColor1; Write-Host ' / /___ | |/ / __/ / / /_/ / /_/ / /_/ / /_/ / ' -ForegroundColor $TextColor
Write-Host ' '-NoNewline -ForegroundColor $TextColor; Write-Host ' /_____/ |___/\___/_/ \__, /\__,_/\__,_/\__, / ' -ForegroundColor $TextColor
Write-Host ''-NoNewline -ForegroundColor $ShieldColor1; Write-Host ''-NoNewline -ForegroundColor $ShieldColor2; Write-Host '____ _________ /____/ ______ /____/ ' -ForegroundColor $TextColor
Write-Host ' ██'-NoNewline -ForegroundColor $ShieldColor1; Write-Host ' / __ \/ __/__ /____ ____/ / __ \'-NoNewline -ForegroundColor $TextColor; Write-Host ' ▄▄▄ ' -ForegroundColor $ShieldColor1
Write-Host ''-NoNewline -ForegroundColor $ShieldColor1; Write-Host ' / / / / /_ /_ </ __ \/ __ / /_/ /'-NoNewline -ForegroundColor $TextColor; Write-Host ' ███ ' -ForegroundColor $ShieldColor1
Write-Host ' '-NoNewline -ForegroundColor $TextColor; Write-Host ' / /_/ / __/___/ / / / / /_/ / _, _/'-NoNewline -ForegroundColor $TextColor; Write-Host ' ███ ' -ForegroundColor $ShieldColor1
Write-Host ' '-NoNewline -ForegroundColor $TextColor; Write-Host ' /_____/_/ /____/_/ /_/\__,_/_/ |_| '-NoNewline -ForegroundColor $TextColor; Write-Host '███ ' -ForegroundColor $ShieldColor1
Write-Host ' ██'-NoNewline -ForegroundColor $ShieldColor1; Write-Host ' ▒██▓▓▓▓▓▓▓▓█'-NoNewline -ForegroundColor $ShieldColor2; Write-Host '░░░░░░░░░░▓'-NoNewline -ForegroundColor $ShieldColor3; Write-Host ' ░██ ' -ForegroundColor $ShieldColor1
Write-Host ' ███'-NoNewline -ForegroundColor $ShieldColor1; Write-Host ' █████▓▓▓█'-NoNewline -ForegroundColor $ShieldColor2; Write-Host '░░░░░▒███'-NoNewline -ForegroundColor $ShieldColor3; Write-Host ' ██ ' -ForegroundColor $ShieldColor1
Write-Host ' ███'-NoNewline -ForegroundColor $ShieldColor1; Write-Host ' ███▓█'-NoNewline -ForegroundColor $ShieldColor2; Write-Host '░░▒██'-NoNewline -ForegroundColor $ShieldColor3; Write-Host ' ███ ' -ForegroundColor $ShieldColor1
Write-Host ' ████'-NoNewline -ForegroundColor $ShieldColor1; Write-Host ''-NoNewline -ForegroundColor $ShieldColor2; Write-Host ''-NoNewline -ForegroundColor $ShieldColor3; Write-Host ' ████ ' -ForegroundColor $ShieldColor1
Write-Host ' ████▄▄▄▄████ ' -ForegroundColor $ShieldColor1
Write-Host ' ████ ' -ForegroundColor $ShieldColor1
Write-Host ''
Write-Host ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment