From b296b51626f56a0b56b59ae8b8bda63b1e72693c Mon Sep 17 00:00:00 2001 From: Gavin Rolls <64707951+grolls23@users.noreply.github.com> Date: Thu, 17 Aug 2023 12:32:03 -0600 Subject: [PATCH] Added Cycle Europe Blog --- Fun Stuff.svg | 2 ++ index.html | 11 +++++++++++ 2 files changed, 13 insertions(+) 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);