|
|
@ -9,7 +9,7 @@
|
|
|
|
async function flyingText(canvas) {
|
|
|
|
async function flyingText(canvas) {
|
|
|
|
// TODO: move to argument, load from backend
|
|
|
|
// TODO: move to argument, load from backend
|
|
|
|
let statements = ["Keyboard-Nerd", "🖤", "Emacs",
|
|
|
|
let statements = ["Keyboard-Nerd", "🖤", "Emacs",
|
|
|
|
"Life == VI Bindings", "GNU/Linux", "Arch Linux",
|
|
|
|
"Thinks VI", "GNU/Linux", "Arch Linux",
|
|
|
|
"Computer Science", "Design",
|
|
|
|
"Computer Science", "Design",
|
|
|
|
"Javascript", "C/C++", "Go", "Bash",
|
|
|
|
"Javascript", "C/C++", "Go", "Bash",
|
|
|
|
"Java", "Python", "QMK", "Vector Graphics",
|
|
|
|
"Java", "Python", "QMK", "Vector Graphics",
|
|
|
@ -23,7 +23,8 @@ async function flyingText(canvas) {
|
|
|
|
"Arduino", "Electronics", "Soldering",
|
|
|
|
"Arduino", "Electronics", "Soldering",
|
|
|
|
"Full Stack Networking", "Hotline-Manager",
|
|
|
|
"Full Stack Networking", "Hotline-Manager",
|
|
|
|
"Trainer for IT-Specialists", "Matlab/Octave",
|
|
|
|
"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 stCount = statements.length;
|
|
|
|
let animationTime = 4;
|
|
|
|
let animationTime = 4;
|
|
|
|