Rebuild venv and site.
This commit is contained in:
parent
6ac119a4dc
commit
0f4f80c8bd
45 changed files with 875 additions and 1001 deletions
11
site/src/js/index-text.js
Normal file
11
site/src/js/index-text.js
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
document.getElementById('visual-hover').onmouseover = function () {
|
||||
document.getElementById('hover-text').innerHTML = "a thousand words at a time";
|
||||
};
|
||||
|
||||
document.getElementById('technical-hover').onmouseover = function () {
|
||||
document.getElementById('hover-text').innerHTML = "in zeroes, ones, and other numbers";
|
||||
};
|
||||
|
||||
document.getElementById('writing-hover').onmouseover = function () {
|
||||
document.getElementById('hover-text').innerHTML = "letter by letter, word by word";
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue