diff --git a/decreasefont.svg b/decreasefont.svg new file mode 100644 index 0000000..31e76fa --- /dev/null +++ b/decreasefont.svg @@ -0,0 +1,73 @@ + + + + + + + + T + T + + + diff --git a/fb144.svg b/fb144.svg new file mode 100644 index 0000000..cb36397 --- /dev/null +++ b/fb144.svg @@ -0,0 +1,38 @@ + + + + + + diff --git a/fish-groove.gif b/fish-groove.gif new file mode 100644 index 0000000..581fbad Binary files /dev/null and b/fish-groove.gif differ diff --git a/fontScaler.js b/fontScaler.js new file mode 100644 index 0000000..c09116e --- /dev/null +++ b/fontScaler.js @@ -0,0 +1,9 @@ +console.log(document) +// add buttons +document.body.innerHTML += + "
" + + "" + + "" + + "
" + +// code to make buttons work diff --git a/gallery.js b/gallery.js new file mode 100644 index 0000000..81be212 --- /dev/null +++ b/gallery.js @@ -0,0 +1,4 @@ +function maximise(target){ + target.classList.toggle("maximised") +} +