From 88e8fb71eec5708f195afcf64f9cc660cae77bc1 Mon Sep 17 00:00:00 2001 From: amy Date: Tue, 31 Jan 2023 07:11:43 -0600 Subject: up --- tty.html | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/tty.html b/tty.html index 7a17cf7..65e7533 100644 --- a/tty.html +++ b/tty.html @@ -114,7 +114,31 @@ let stripped = com.split(" ") switch (stripped[0]) { case 'neofetch': - document.getElementById("history").innerHTML += "hello, i am amelia, they/them
i am mostly typescript and c++ dev, but
i can work in most languages
--
i enjoy manga, and coding in free time
contact me at ameliasquires@disroot.org
" + document.getElementById("history").innerHTML += "
\
+  ,-.       _,---._ __   / \\ \n \
+ /  )    .-'       `./ /   \\ \n \
+(  (   ,'            `/    /| \n \
+ \\  `-\"             \'\\    / | \n \
+  `.              ,   \\ /   | \n \
+   /`.          ,'-`----Y   | \n \
+  (            ;        |   ' \n \
+  |  ,-.    ,-'         |  / \n \
+  |  | (   |            | / \n \
+  )  |  \\  `.___________|/ \n \
+  `--'   `--' 
" //position this plz:) + document.getElementById("history").innerHTML += "hello, i am amelia, they/them
i am mostly a typescript and c++ dev, but
i can work in most languages
--
i enjoy manga, and coding in free time
contact me at ameliasquires@disroot.org

" + colors = ['#cdb4db','#ffc8dd','#ffafcc','#bde0fe','#a2d2ff'] + for(let co of colors){ + document.getElementById("history").innerHTML += "
"
+                    }
+                    document.getElementById("history").innerHTML += "
" + colors = ['#a81d61','#ff218e','#fcd800','#0194fc','#007cd5'] + for(let co of colors){ + document.getElementById("history").innerHTML += "
"
+                    }
+                    
+                    document.getElementById("history").innerHTML +="

" + break; case 'clear': document.getElementById("history").innerHTML = ''; -- cgit v1.2.3