From 41718bcb264883bb5afbe63816df6904dca83617 Mon Sep 17 00:00:00 2001 From: robDevs Date: Wed, 3 Mar 2021 02:41:22 -0700 Subject: [PATCH 1/2] add asci art to guestbook --- assignments/guestbook.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/assignments/guestbook.md b/assignments/guestbook.md index 9188ecd..7d92680 100644 --- a/assignments/guestbook.md +++ b/assignments/guestbook.md @@ -3,3 +3,29 @@ Students, add something interesting below and submit a pull request. It might be a (school appropriate) picture, quote, or other message. Be creative! + + +here is some asci art I found online: + +Art by Rowan Crawford + ________ + _,.-Y | | Y-._ + .-~" || | | | "-. + I" ""=="|" !""! "|"[]""| _____ + L__ [] |..------|: _[----I" .-{"-. + I___| ..| l______|l_ [__L]_[I_/r(=}=-P + [L______L_[________]______j~ '-=c_]/=-^ + \_I_j.--.\==I|I==_/.--L_] + [_((==)[`-----"](==)j + I--I"~~"""~~"I--I + |[]| |[]| + l__j l__j + |!!| |!!| + |..| |..| + ([]) ([]) + ]--[ ]--[ + [_L] [_L] -Row (the Ascii-Wizard of Oz) + /|..|\ /|..|\ + `=}--{=' `=}--{=' + .-^--r-^-. .-^--r-^-. +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From 91c3ea7fc902e33973030518db10ba22257e8ce8 Mon Sep 17 00:00:00 2001 From: robDevs Date: Wed, 3 Mar 2021 02:45:24 -0700 Subject: [PATCH 2/2] attempt to fix github asci markdown with code block --- assignments/guestbook.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assignments/guestbook.md b/assignments/guestbook.md index 7d92680..ce5e215 100644 --- a/assignments/guestbook.md +++ b/assignments/guestbook.md @@ -6,7 +6,7 @@ a (school appropriate) picture, quote, or other message. Be creative! here is some asci art I found online: - +``` Art by Rowan Crawford ________ _,.-Y | | Y-._ @@ -29,3 +29,4 @@ Art by Rowan Crawford `=}--{=' `=}--{=' .-^--r-^-. .-^--r-^-. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +```