diff --git a/inc/js/text.js b/inc/js/text.js index 1152580..0d6e05c 100644 --- a/inc/js/text.js +++ b/inc/js/text.js @@ -9,7 +9,7 @@ async function flyingText(canvas) { // TODO: move to argument, load from backend let statements = ["Keyboard-Nerd", "🖤", "Emacs", - "Life == VI Bindings", "GNU/Linux", "Arch Linux", + "Thinks VI", "GNU/Linux", "Arch Linux", "Computer Science", "Design", "Javascript", "C/C++", "Go", "Bash", "Java", "Python", "QMK", "Vector Graphics", @@ -23,7 +23,8 @@ async function flyingText(canvas) { "Arduino", "Electronics", "Soldering", "Full Stack Networking", "Hotline-Manager", "Trainer for IT-Specialists", "Matlab/Octave", - "PHP", "CSS", "HTML", "Privacy Advocate"]; + "PHP", "CSS", "HTML", "Privacy Advocate", + "Winter is coming!", "😺 Person"]; let stCount = statements.length; let animationTime = 4;