diff --git a/Rick.mp4 b/Rick.mp4 new file mode 100644 index 0000000..73abe03 Binary files /dev/null and b/Rick.mp4 differ diff --git a/neofox.png b/neofox.png new file mode 100644 index 0000000..696b55e Binary files /dev/null and b/neofox.png differ diff --git a/neofoxrain.js b/neofoxrain.js new file mode 100644 index 0000000..86d610d --- /dev/null +++ b/neofoxrain.js @@ -0,0 +1,16 @@ +'use strict'; + +alert('oh no! not another alert!'); + +function rain() { + let falling = document.getElementsByClassName('falling'); + console.log('[info] there are ' + falling.length + ' things falling'); + for (const el of falling) { + el.style.left = `${Math.random() * 100}%`; + el.style.top = `${Math.random() * 50}%`; + el.style.setProperty('--offset-angle', `${Math.random() * 360}deg`); + } +} + +window.addEventListener('DOMContentLoaded', rain); + diff --git a/nextperson.html b/nextperson.html new file mode 100644 index 0000000..372b37e --- /dev/null +++ b/nextperson.html @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/shopping.html b/shopping.html new file mode 100644 index 0000000..f3b0e67 --- /dev/null +++ b/shopping.html @@ -0,0 +1,23 @@ + + + + + + Shopping + + + + + + +