haiii :3 welcome 2 my website! i'm eddie, and i've got no clue how to code! please be patient while i learn and update the site accordingly ^_^ in the future, this site will contain poetry, art, my random thoughts and ramblings, photography, etc etc ! i just want to make my own personal digital safe haven, and you can come along for the ride!
this text is a placeholder!!!!!!!! ignore me :3
https://autism.crd.co/assets/images/gallery05/cb4d5fa3_original.png?v=d6547f5c squid sisters stamp

You can add more sticky notes by first editing the scripts from the script in the head tag to apply to the added sticky notes. You should find two lines from the step 01 code that look like the ones below. Just duplicate them and change the number 1 to 2. It should look like:

$( "#stickynote1" ).draggable({ handle: "div.dragstickynote1" }); $(".closestickynote1").click(function(){$("#stickynote1").fadeOut();}); $( "#stickynote2" ).draggable({ handle: "div.dragstickynote2" }); $(".closestickynote2").click(function(){$("#stickynote2").fadeOut();});