Skip to content

Commit

Permalink
Switch banner to Flownative again
Browse files Browse the repository at this point in the history
Of course, we still stand with Ukraine. But it's also important to show our logo again.
  • Loading branch information
robertlemke committed Jun 20, 2023
1 parent 9fa8630 commit 5bfc2eb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions lib/banner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ banner_flownative() {
local -r image_name="${1:?missing image name}"

if [ "${BANNER_FLOWNATIVE_SKIP}" = "" ]; then
echo '[38;5;255;255;255m [0m[38;5;7m [0m'
echo "[38;5;196;48;2;255;215;000m [0m[38;5;255;255;255m $(printf "%-41s" "${image_name}") [0m"
echo '[38;5;196;48;2;000;087;183m [0m[38;5;7m This Docker image was handcrafted for you [0m'
echo '[38;5;255;255;255m#standwithukraine [0m[38;5;7m by Flownative. www.flownative.com [0m'
echo '[38;5;255;255;255m [0m[38;5;7m [0m'
echo '[38;5;255;255;255m [0m[38;5;7m [0m'
echo "[38;5;196;48;5;196m [0m[38;5;255;255;255m $(printf "%-41s" "${image_name}") [0m"
echo '[38;5;196;48;5;196m [0m[38;5;7m This Docker image was handcrafted for you [0m'
echo '[38;5;196;48;5;196m [0m[38;5;7m by Flownative. www.flownative.com [0m'
echo '[38;5;255;255;255m [0m[38;5;7m [0m'
fi
}

Expand All @@ -43,10 +43,10 @@ banner_generic() {
local -r description_2="${3:-}"

if [ "${BANNER_FLOWNATIVE_SKIP}" = "" ]; then
echo '[38;5;255;255;255m [0m[38;5;7m [0m'
echo "[38;5;196;48;2;255;215;000m [0m[38;5;255;255;255m $(printf "%-61s" "${title}") [0m"
echo "[38;5;196;48;2;000;087;183m [0m[38;5;7m $(printf "%-61s" "${description_1}") [0m"
echo "[38;5;255;255;255m#standwithukraine [0m[38;5;7m $(printf "%-61s" "${description_2}") [0m"
echo '[38;5;255;255;255m [0m[38;5;7m [0m'
echo '[38;5;255;255;255m [0m[38;5;7m [0m'
echo "[38;5;196;48;5;196m [0m[38;5;255;255;255m $(printf "%-61s" "${title}") [0m"
echo "[38;5;196;48;5;196m [0m[38;5;7m $(printf "%-61s" "${description_1}") [0m"
echo "[38;5;196;48;5;196m [0m[38;5;7m $(printf "%-61s" "${description_2}") [0m"
echo '[38;5;255;255;255m [0m[38;5;7m [0m'
fi
}

0 comments on commit 5bfc2eb

Please sign in to comment.