Added a couple phrases
This commit is contained in:
parent
1c0add4bb1
commit
dff4845fea
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user