From c907b95e34bd7b5f527ec234f1d78d87ce4cb20d Mon Sep 17 00:00:00 2001
From: tilcreator <tilcreator@tc-j.de>
Date: Tue, 15 Mar 2022 21:27:56 +0100
Subject: [PATCH] Improve alt text

---
 README.md      | 2 --
 src/index.html | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 24ac112..d067495 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,6 @@
 This generator is meant to provide an easy way to generator BB3 style logos/user pictures. If one needs something more complex, both logo templates in src are nicely editable in Inkscape.
 ## TODO
 - [ ] Finalize accent / background colors
-- [ ] Where to host?
-- [ ] Better alt text
 - [ ] Add font controls: size and letter spacing
 - [ ] Add customizing instructions
 - [ ] Add alt text to svgs
diff --git a/src/index.html b/src/index.html
index e8f9186..897362c 100644
--- a/src/index.html
+++ b/src/index.html
@@ -394,7 +394,7 @@
 
 
                 // Generate a simple alt text
-                document.querySelector("#alt_text").innerHTML = "Stylized logo showing a " + animal_selected + " in a bubble. The text underneath reads \"" + headline_text + "\" and \"" + sub_headline_texts.join(" ") + "\".";
+                document.querySelector("#alt_text").innerHTML = "Logo. A " + animal_selected + " flying a bubble ufo. Title: \"" + headline_text + "\" subtitle: \"" + sub_headline_texts.join(" ") + "\".";
 
                 file_name_prefix = "DiVOC-BB3_" + headline_text + "_" + sub_headline_texts.join("-") + "_" + animal_selected + "_";
             }
-- 
GitLab