diff --git a/Fun Stuff.svg b/Fun Stuff.svg index 4cfd090..3ada77d 100644 --- a/Fun Stuff.svg +++ b/Fun Stuff.svg @@ -7,9 +7,11 @@ + + diff --git a/index.html b/index.html index a179519..dd70aef 100644 --- a/index.html +++ b/index.html @@ -123,6 +123,17 @@

}, false); instagram.addEventListener("click",function(){ window.location.assign('https://www.instagram.com/gavinrolls/?hl=en') + }, false); + + var rollsTour = svgDoc.getElementById("rollsTour"); + rollsTour.addEventListener("mouseover",function(){ + rollsTour.setAttributeNS(null, "r", 30); + }, false); + rollsTour.addEventListener("mouseout",function(){ + rollsTour.setAttributeNS(null, "r", 20); + }, false); + rollsTour.addEventListener("click",function(){ + window.location.assign('https://rollseurotour.substack.com') }, false); }, false);