Enter your text and click 'Convert to ASCII Art' to see the result.
+From a26e58c66cc07dd6b099d953441de0df40789691 Mon Sep 17 00:00:00 2001 From: T <154358121+TMHSDigital@users.noreply.github.com> Date: Tue, 9 Jul 2024 01:25:16 -0400 Subject: [PATCH] Add files via upload --- js/ascii-art-css.txt | 26 ++++++++++++++++++++++++ js/ascii-art-html.html | 35 +++++++++++++++++++++++++++++++++ js/ascii-art-js.txt | 19 ++++++++++++++++++ js/qr-generator-html.html | 36 ++++++++++++++++++++++++++++++++++ js/qr-generator-js.txt | 33 +++++++++++++++++++++++++++++++ js/updated-common-js (1).txt | 15 ++++++++++++++ js/updated-common-js.txt | 14 +++++++++++++ js/updated-index-html (1).html | 3 +++ js/updated-index-html (2).html | 8 ++++++++ js/updated-index-html.html | 7 +++++++ 10 files changed, 196 insertions(+) create mode 100644 js/ascii-art-css.txt create mode 100644 js/ascii-art-html.html create mode 100644 js/ascii-art-js.txt create mode 100644 js/qr-generator-html.html create mode 100644 js/qr-generator-js.txt create mode 100644 js/updated-common-js (1).txt create mode 100644 js/updated-common-js.txt create mode 100644 js/updated-index-html (1).html create mode 100644 js/updated-index-html (2).html create mode 100644 js/updated-index-html.html diff --git a/js/ascii-art-css.txt b/js/ascii-art-css.txt new file mode 100644 index 0000000..85f3d6b --- /dev/null +++ b/js/ascii-art-css.txt @@ -0,0 +1,26 @@ +.ascii-output { + background-color: #1a1a1a; + border: 1px solid #00fff2; + border-radius: 5px; + padding: 1rem; + margin-top: 1rem; + font-family: monospace; + white-space: pre; + overflow-x: auto; +} + +#ascii-output { + color: #00fff2; + font-size: 0.8rem; + line-height: 1; +} + +#text-input { + width: 100%; + background-color: #1f2937; + border: 1px solid #374151; + color: #fff; + padding: 0.5rem; + border-radius: 5px; + resize: vertical; +} diff --git a/js/ascii-art-html.html b/js/ascii-art-html.html new file mode 100644 index 0000000..d1afd69 --- /dev/null +++ b/js/ascii-art-html.html @@ -0,0 +1,35 @@ + + +
+ + +Enter your text and click 'Convert to ASCII Art' to see the result.
+Enter text or a URL and click 'Generate QR Code' to create your QR code.
+