From 5f372647a5549cef68624a90c6f81eede20485f8 Mon Sep 17 00:00:00 2001 From: Chris Laplante Date: Sun, 12 May 2024 23:43:18 -0400 Subject: [PATCH] better ASCII art --- src/components/JQueryTerminal.tsx | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/src/components/JQueryTerminal.tsx b/src/components/JQueryTerminal.tsx index a33143e..db395b2 100644 --- a/src/components/JQueryTerminal.tsx +++ b/src/components/JQueryTerminal.tsx @@ -11,10 +11,15 @@ interface Props { } const BANNER = ` - __ __ __ __ _____ __ __ _____ __ ___ ___ ___ _ __ __ __ __ ___ __ _ _ __ _ __ -| \\ \\ | _\\ / \\_ _/ \\ /' _/_ _/__\\| _ \\ __| | _,\\ | / \\\\ \`v' // _] _ \\/__\\| || | \\| | _\\ -| -< -< | v | /\\ || || /\\ |\`._\`. | || \\/ | v / _| | v_/ |_| /\\ |\`. .'| [/\\ v / \\/ | \\/ | | ' | v | -|__/__/ |__/|_||_||_||_||_||___/ |_| \\__/|_|_\\___| |_| |___|_||_| !_! \\__/_|_\\\\__/ \\__/|_|\\__|__/ + +____________ ______ _ _ ______ _ _ +| ___ \\ ___ \\ | _ \\ | | | | | ___ \\ | | | +| |_/ / |_/ / | | | |__ _| |_ __ _ ___| |_ ___ _ __ ___ | |_/ / | __ _ _ _ __ _ _ __ ___ _ _ _ __ __| | +| ___ \\ ___ \\ | | | / _\` | __/ _\` / __| __/ _ \\| '__/ _ \\ | __/| |/ _\` | | | |/ _\` | '__/ _ \\| | | | '_ \\ / _\` | +| |_/ / |_/ / | |/ / (_| | || (_| \\__ \\ || (_) | | | __/ | | | | (_| | |_| | (_| | | | (_) | |_| | | | | (_| | +\\____/\\____/ |___/ \\__,_|\\__\\__,_|___/\\__\\___/|_| \\___| \\_| |_|\\__,_|\\__, |\\__, |_| \\___/ \\__,_|_| |_|\\__,_| + __/ | __/ | + |___/ |___/ Copyright (C) Agilent Technologies 2024 `; @@ -68,7 +73,7 @@ export const JQueryTerminal: React.ForwardRefExoticComponent; + return
; }); \ No newline at end of file