refactor: upate logo

This commit is contained in:
Quinten Mennen 2025-02-05 19:48:20 +01:00
parent 8e4baccc22
commit 3aa1098b29
2 changed files with 6 additions and 11 deletions

View File

@ -6,7 +6,7 @@
/* By: qmennen <qmennen@student.codam.nl> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/02/05 19:03:47 by qmennen #+# #+# */
/* Updated: 2025/02/05 19:26:05 by qmennen ### ########.fr */
/* Updated: 2025/02/05 19:28:17 by qmennen ### ########.fr */
/* */
/* ************************************************************************** */

View File

@ -14,14 +14,9 @@
void print_banner(void)
{
ft_printf("%s\n", BOLD RED "__ ___________________________"
"_____________________________________ __" GREEN);
ft_printf("%s\n", RED "__" GREEN " _______ _____ __ _ __"
"___ _______ _ _ _______ " RED "__");
ft_printf("%s\n", RED "__" GREEN " | | | | | \\ | "
" | |______ |_____| |______ | | "RED "__");
ft_printf("%s\n", RED "__" GREEN " | | | __|__ | \\_| _"
"_|__ ______| | | |______ |_____ |_____ "RED "__");
ft_printf("%s\n", RED "__ ________________________________"
"________________________________ __\n" RESET);
printf("%s\n", GREEN"• ▌ ▄ ·. ▪ ▐ ▄ ▪ .▄▄ · ▄ .▄▄▄▄ .▄▄▌ ▄▄▌ "RESET);
printf("%s\n", GREEN"·██ ▐███▪██ •█▌▐███ ▐█ ▀. ██▪▐█▀▄.▀·██• ██• "RESET);
printf("%s\n", GREEN"▐█ ▌▐▌▐█·▐█·▐█▐▐▌▐█·▄▀▀▀█▄██▀▐█▐▀▀▪▄██▪ ██▪ "RESET);
printf("%s\n", GREEN"██ ██▌▐█▌▐█▌██▐█▌▐█▌▐█▄▪▐███▌▐▀▐█▄▄▌▐█▌▐▌▐█▌▐▌"RESET);
printf("%s\n", GREEN"▀▀ █▪▀▀▀▀▀▀▀▀ █▪▀▀▀ ▀▀▀▀ ▀▀▀ · ▀▀▀ .▀▀▀ .▀▀▀ "RESET);
}