Skip to content

Instantly share code, notes, and snippets.

@daigofuji
Last active April 29, 2023 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daigofuji/9844087ddd7d8f7cc08a3c547ffbe3a9 to your computer and use it in GitHub Desktop.
Save daigofuji/9844087ddd7d8f7cc08a3c547ffbe3a9 to your computer and use it in GitHub Desktop.
Displayers SVG
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
</head>
<body>
<style>
.image {
position: relative;
max-width: 700px;
margin: 0 auto;
background: url('images/band.png');
background-repeat: no-repeat;
background-size: contain;
}
svg#displayers #drums,
svg#displayers #bass,
svg#displayers #guitar {
fill: #e6e6e6;
opacity: 0.2;
transition: fill 1s ease;
}
svg#displayers #drums:Hover {
fill: url(#yellow);
opacity: 0.75;
cursor: pointer;
}
svg#displayers #bass:Hover {
fill: url(#red);
opacity: 0.75;
cursor: pointer;
}
svg#displayers #guitar:Hover {
fill: url(#blue);
opacity: 0.75;
cursor: pointer;
}
#box {
font-family: Arial,sans-serif;
padding: 10px 25px;
position: absolute;
pointer-events: none;
max-width: 50%;
background-image: url('images/jagged_box_min.svg');
background-size: cover;
background-repeat: no-repeat;
top: 50%;
left: 50%;
transform: translateX(-50%);
opacity: 0;
transition: opacity 1s ease-in-out;
}
#box.shown {
display: block;
opacity: 1;
transition: none;
}
</style>
<div class="image">
<svg id="displayers" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 355.3 404.82"><linearGradient id="blue" gradientTransform="rotate(45)"><stop offset="5%" stop-color="#00ADEE" /><stop offset="95%" stop-color="#8BC53F" /></linearGradient><linearGradient id="red" gradientTransform="rotate(45)"><stop offset="5%" stop-color="#7F3F97" /><stop offset="95%" stop-color="#EC297B" /></linearGradient><linearGradient id="yellow" gradientTransform="rotate(45)"><stop offset="5%" stop-color="#FFF100" /><stop offset="95%" stop-color="#F05A28" /></linearGradient><path id="drums" d="m340.2,236.49c-1.3-2.35-3.32-3.02-5.83-2.97-2.38.05-3.68,1.27-4.28,3.48-.14.51-.54.95-.53.95-2.25-1.33-4.09-3.06-6.23-3.58-5.64-1.38-9.63-4.48-12.6-9.41-1.26-2.08-3.37-3.68-5.21-5.38-1.94-1.79-4.92-2.95-2.87-6.59.3-.54-.77-2.05-1.47-2.89-.64-.77-2.09-1.09-2.38-1.9-.73-2.03-1.19-4.19-1.43-6.34-.55-4.91-1.24-9.9-5.74-12.75-3.34-2.11-7.21-3.42-10.9-4.93-1.6-.66-5.3-.28-5.21-1.93,0-.03.01-.07.01-.1.01-.1.03-.2.08-.32.26-.53.36,1.12,1.89-.69s1.33-1.18,1.53-1.81c.29-.95.67-2.73.56-3.57-.1-.73-.1-1.43-.76-1.83-.66-.39-.99.2-.66-.39,0,0,.13-1.71,0-3.09s-.2-3.88-1.65-4.94c-1.45-1.05-3.16-2.83-4.87-3.09-1.71-.26-4.08-.59-5.33-.39s-3.22,1.32-3.88,1.84c-.66.53-1.51,1.45-1.71,1.65s-.53.88-.53.88l.26.96s-.92,1.05-1.18,2.96c-.26,1.91-.72,3.22-.72,3.22,0,0-.4.13,0,1.12s.07.85,0,1.51c-.07.66-.59.53,0,3.29s.92,3.02,1.18,4.31c.07.34.18.65.31.96-.89.53-1.74,1-2.23,1.34-2.65,1.84-5.01,4.09-7.64,5.96-3.39,2.4-4.75,5.66-4.62,9.66.18,5.32.2,10.67.72,15.96.3,3.05-1.07,4.11-3.57,4.85-3.18.93-6.43,1.75-9.42,3.12-7.33,3.36-14.82,4.64-22.93,4.06-5.35-.38-10.81.77-16.22,1.14-.43.03-.91-.67-1.37-1.03-1.9,4.66-3.47,4.94-6.67,1.15-.46-.54-.89-1.11-1.33-1.66-1.44-1.83-3.22-2.42-5.34-1.31-2.12,1.12-2.71,2.84-2.28,5.24.78,4.42,2.84,7.95,6.33,10.78,1.52,1.23,3.72,2.63,3.97,4.22.7,4.45,4.16,5.55,7.3,7.08.86.42,3.05.1,3.24-.4,1.51-4.05,5.39-5.42,8.47-7.5,2.22-1.5,5.07-2.23,7.74-2.87,5.77-1.38,11.63-2.37,17.4-3.75,4.35-1.04,8.62-2.45,13.46-3.85.39,5.2.87,9.7,1,14.22.06,2.17-.08,4.67-.99,6.44-1.58,3.08-1.95,3.1-2.15,4.11-.44,2.19-1.02,4.1.03,4.91.1.14.2.28.3.42-.86,1.06-19.47,17.39-26.54,23.73-.39.35-.55,1.23-.97,1.25-1.01.04-2.98,1.61-1.77,2.46.48.36,1.52-.42,2.17-1,.22-.19.14-.74.41-.98.25-.22,1.36-.67,1.65-.93,7.56-6.65,25.21-22.28,26.57-23.3,1.33-1,.74,1.08,2.29.55.26-.09.8-.6.76-1.66.06.18.18.35.43.29,1.33-.28,1.13-2.43,1.17-1.98.04.43.24,1.21.77.93.44-.24.77-1.01.93-2.1.32,1.21,1.91-.64,1.57-1.45-.43-1.02.5-3.35.22-4.33-2.04-7.31-.18-13.99,1.76-23.05h28.15c-.6,5.83-1.23,12.02-1.86,18.21l-.28,1.67c-.22,2.16-1.48,7.02-2.61,8.66-.03.05-.06.08-.09.13-1.78.51-3.54,1.09-5.28,1.73-.76.28-1.31,1.11-1.95,1.69.72.47,1.39,1.26,2.15,1.35.68.08,1.36.15,2.04.21-.53,1.54-.89,2.81-.16,3.56.08.15.16.3.25.45-.99.94-21.6,14.67-29.44,20.01-.43.29-.7,1.15-1.12,1.11-1-.09-3.17,1.21-2.08,2.2.43.42,1.56-.22,2.28-.7.24-.16.24-.72.54-.92.28-.19,1.44-.49,1.76-.7,8.38-5.59,27.93-18.76,29.41-19.59,1.45-.81.59,1.17,2.2.85.27-.05.88-.49.97-1.54.03.18.13.37.39.35,1.36-.1,1.44-2.26,1.42-1.8-.02.43.08,1.23.64,1.02.47-.18.89-.9,1.2-1.96.16,1.24,1.98-.39,1.75-1.23-.05-.19-.04-.43-.01-.68,1.89-.07,3.79-.2,5.7-.28,0,1.09-.18,2.19.04,3.2.31,1.43,1.12,2.7,1.07,4.27-.05,1.45.27,2.91.32,4.37.17,4.89.3,9.77.41,14.66.01.45-.3.9-.43,1.36-.18.61-.37,1.22-.47,1.84-.16.98-.49,2.08.97,2.46.08.02.13.25.14.38.15,4.04.29,8.09.44,12.13-.11.04-.22.07-.33.1-.23-.48-.49-.96-.66-1.46-.16-.47-.23-.98-.34-1.47-.18-.81-.62-1.24-1.52-1.14-.49.05-1.02.05-1.5-.06-.3-.07-.64-.33-.8-.6-.37-.61-1.36-.71-1.78-.12q-.62.88-1.85.78c-.1-.32-.2-.68-.34-1.14.38-.04.66-.07,1.06-.11-.37-.47-.63-1.05-1.06-1.28-.46-.25-1.09-.17-1.77-.06.21.17.45.32.62.53.15.19.23.44.42.83-.78,0-1.36.07-1.91-.03-.25-.05-.57-.42-.62-.68-.1-.56-.14-1.17-.03-1.72.64-3.35-1.32-5.17-3.92-6.47-2.6-1.29-5.42-1.88-8.31-2.12-4.4-.36-8.75-.26-13,1.15-1.82.6-3.29,1.65-4.24,3.35-.13.23-.28.64-.17.78.65.84.3,1.67.13,2.54-.11.55-.02,1.14-.02,1.79-1.08.08-1.45.75-1.31,1.73.03.24.26.65.41.66,1.02.06.85.77.85,1.4.01,2.3.26,4.63-.02,6.89-.22,1.72.58,3.16.7,4.76.04.56.76,1.27,1.34,1.53,1.36.61,2.83,1.01,4.26,1.46.46.14.95.18,1.8.33-2.15.92-1.8,2.49-1.61,3.98.15,1.21,1.84,2.25,2.94,1.76.76-.34,1.34-.18,2.02.15.63.3,1.34.44,2.01.66.03-.1.07-.19.1-.29-.17-.23-.34-.45-.67-.89.62.11.98.18,1.33.24.26,2.12.33,2.21,2.49,2.63,1.3.26,2.83.12,3.87.77.96.6,1.24,2.18,2.09,3.07,1.22,1.28,1.14,2.9,1.62,4.38.18.52.57.97.76,1.49.31.88.54,1.8.8,2.7.1.02.21.04.32.06.29-.85.66-1.68.84-2.55.18-.86.59-1.05,1.3-.84v9.05c-.77.41-1.29.84-1.87.96-.54.12-1.16-.08-1.73-.14.43,1.43,1.01,1.76,2.35,1.22.1.42.21.82.3,1.22.58,2.55.35,5.12.23,7.69-.01.25-.04.5-.05.75-.11,1.97-.1,2-1.9,2.59-.45.15-1,.02-1.54.02-.42.28-.95.7-1.53,1.02-1.25.7-2.53,1.35-3.98,2.12.61-1.67,1.18-3.16,1.69-4.67.27-.82.47-1.66.64-2.5.15-.75-.04-1.54.94-2.03.68-.34.49-2.05-.1-2.77-.18-.22-.39-.5-.4-.76-.13-4.18-1.46-8.03-3.26-11.75-.19-.39-.19-.92-.12-1.36.15-1.05-.27-1.78-1.28-2.2-.5-.21-1.03-.5-1.37-.9-2.64-3.09-5.62-5.75-9.32-7.53-.25-.12-.48-.41-.59-.67-.44-1.05-1.34-1.5-2.41-1.17-.32.1-.71.17-1.01.07-4.08-1.3-8.22-1.66-12.45-.86-.26.05-.59.07-.82-.04-1.4-.7-2.05-.6-3.32.46-.28.24-.7.36-1.08.44-.7.14-1.44.12-1.59,1.1-.03.24-.4.48-.67.61-2.67,1.3-5.04,3-7.22,5.03-.83.77-2.03,1.12-3.23,1.75.22-5.17.43-10.22.64-15.29,1.87.4,3.67.84,5.5,1.18,3.69.69,7.4,1.12,11.14.41,1.23-.23,2.42-.65,3.61-1.04.21-.06.36-.4.47-.65.56-1.29.68-2.63.79-4.03.15-2,.62-3.96.97-6.02.94.21,1.49-.27,1.62-1.09.05-.35-.19-.99-.46-1.1-.64-.26-.65-.63-.57-1.18.08-.63-.04-1.3.11-1.9.18-.71.66-1.33.83-2.03.91-3.78.54-6.47-3.74-8.43-6.24-2.86-12.81-4.17-19.68-4.02-2.27.05-4.23.98-6.19,1.93-.86.41-1.68,1.01-2.39,1.66-.44.4-.77,1.04-.94,1.63-.42,1.48-.61,3.03-1.11,4.48-.51,1.47-1.12,1.72-2.67,1.41.34-.52.63-.96.9-1.41.12-.2.17-.43.25-.65-.22-.08-.47-.26-.66-.21-.57.15-1.12.39-1.89.67,1.52,1,.08,1.6-.01,2.44-.49-.07-.97-.14-1.5-.21,0-.34.06-.63-.01-.89-.07-.25-.21-.62-.39-.67-.31-.09-.9-.07-.97.09-.56,1.26-1.62.98-2.56.81-.93-.16-1.45.18-1.75.98-.59,1.57-1.16,3.15-1.79,4.86-.9.04-1.99.1-3.11.16v-9.51c.1-.02.19-.05.29-.07.37.87.75,1.73,1.11,2.61.15.37.25.75.36,1.13.23.8.72,1.21,1.52.85.81-.37.45-1,.18-1.56-.9-1.89-1.82-3.75-2.69-5.65-1-2.21-.82-4.7.5-7,.36.52.69.99,1.03,1.49.76-1.18.75-3.19-.09-4.55-.34.63-.64,1.19-.96,1.77-1.21-1.79-1.43-1.85-3.68-1.36-.3.07-.86-.15-.98-.39-.85-1.71-1.65-3.44-2.36-5.2-.17-.42.07-.99.13-1.63.92.33,1.82.64,2.72.95,4.49,1.56,9.04,2.92,13.8,3.3,1.49.12,3.04.1,4.51-.15,2.73-.45,3.4-2.47,1.71-4.66-1.81-2.35-4.17-4.05-6.58-5.68-5.08-3.44-10.56-6.13-16.34-8.19-5.26-1.87-10.63-3.36-16.24-3.64-1.41-.07-2.86.13-4.25.44-.69.16-1.28.82-1.92,1.25v1.51c2.35,3.89,6.02,6.31,9.78,8.55,2.85,1.7,5.91,3.08,8.86,4.63.36.18.64.52,1.04.86-.69.32-1.16.49-1.58.74-.17.1-.39.48-.34.55.15.2.4.35.65.43.19.06.43-.04.64-.06,1-.1,1.77.22,2.17,1.2.77,1.9,1.56,3.79,2.31,5.69.12.29.01.65.09.95.19.71.23,1.61.7,2.07,1.65,1.61,2.31,3.62,2.44,5.77.15,2.37-.01,4.75-.03,7.12-.02,1.51-.07,3.02-.04,4.53.02.82-.13,1.24-1.1,1.23-.81-.01-1.64.22-2.42.47-.69.22-1,.85-1.45,1.4-1.68,2.03-.44,4.42-1.11,6.53-.04.14-.03.29-.05.43-.01.07-.05.14-.21.09-.3.32-.77.6-.85.97-.14.61-.14,1.32.8,1.47.13.02.3.45.29.69-.11,4.38-.24,8.77-.39,13.15-.02.42-.06.94-.3,1.23-.19.23-1.01.31-1.05.22-.28-.58-.83-.73-1.09-.34-.29.45-.21,1.14-.29,1.73.38,0,.76,0,1.14-.02.1,0,.2-.06.4-.12.06.25.17.47.15.68-.09.72-.18,1.45-.35,2.16-.24.97-.08,1.71,1.04,2.05-.97,3.58-.41,7.17-.36,10.75.05,3.33-.47,6.55-2.75,9.07-1.76,1.94-2.81,4.08-3.26,6.81.32.07.78.31,1.13.2.19-.07.33-.7.3-1.06-.15-1.6.23-2.98,1.37-4.15.51-.51.89-1.15,1.43-1.61,1.51-1.29,2.07-2.96,2.16-4.87.18-4.1.39-8.19.59-12.28,0-.18.04-.35.04-.37,1.83.76,3.69,1.52,5.78,2.37v7.81c.01,2.4,0,4.81.03,7.22.01.69-.24.97-.93,1.15-2.8.75-5.15,2.39-7.38,4.14-2.51,1.97-4.86,4.14-7.26,6.25-.45.39-.85.84-.33,1.56.5.69,1.05,1.13,1.89.84.98-.33.6-1.31.84-2,.12-.35.13-.85.37-1.04,1.96-1.57,3.97-3.07,5.93-4.57.81.76,1.53,1.45,2.27,2.12.5.45.65.96.23,1.51-.75,1.01-.89,2.46-2.18,3.09-.08.04-.15.16-.18.26-1.28,4.04-4.08,7.28-5.85,11.07-.33.72-.64,1.45-1.05,2.12-.27.44-.72.77-1.06,1.17-.25.29-.5.6-.68.94-.33.62-.6,1.28-.91,1.91-.29.59-.24,1.05.42,1.31.36.15.75.25,1.12.38.85.29,1.38-.01,1.38-.91-.02-4.66,2.83-8.12,4.95-11.89.83-1.46,1.72-2.89,2.71-4.55,1.63.88,3.22,1.74,4.82,2.56.38.19.84.41,1.23.36,1.37-.18,2.73-.46,4.09-.73.25-.05.5-.2.72-.34,1.99-1.26,3.97-2.52,5.95-3.79.14.1.27.21.41.31-.53,1.52-1.06,3.04-1.6,4.56-.04.09-.19.13-.23.22-.27.57-.38,1.34-.83,1.66-.35.25-1.1-.05-1.68-.11-.06.08-.13.17-.19.25.49.45.98.89,1.47,1.34.72.67.68,1.41.2,2.23-.9,1.54-1.71,3.14-2.49,4.74-.25.51.59,1.64,1.37,1.96.87.36,1.44-.15,1.76-.81.78-1.62,1.06-3.34.89-5.14-.05-.54.05-1.11.1-1.66.01-.13.09-.34.18-.36,1.83-.39,1.17-2.08,1.52-3.15.55-1.66.72-3.45,1.06-5.19h.28c.52.92,1.05,1.84,1.54,2.77.09.16.03.41-.01.61-.22,1.14.39,2.05,1.5,2.31.31.07.67.23.86.47,2.77,3.59,6.15,6.42,10.13,8.57.49.27.85.84,1.16,1.34.47.74,1.14.75,1.88.76.75,0,1.55-.01,2.26.21,4.02,1.27,8.08,1.66,12.24.87.22-.05.54.05.71.2,1.01.85,2.32.66,3.02-.44.19-.3.51-.59.83-.72,4.19-1.63,8.07-3.75,11.35-6.88.15-.14.37-.34.53-.31,1.95.33,2.48-1.37,3.3-2.45,1.62-2.13,3-4.45,4.55-6.64.21-.3.84-.3,1.5-.51.45,2.81.92,5.51,1.31,8.23.14,1.01.02,2.06.16,3.07.08.53.56.99.69,1.52.15.6.16,1.24.14,1.85-.06,1.67-.38,3.36-.21,5,.16,1.57,1.47,2.05,2.79,1.18.38-.25.74-.93.7-1.38-.17-1.86-.54-3.67-1.75-5.22-.31-.39-.27-1.07-.39-1.66.56-.26,1.03-.48,1.55-.73.34.37.69.76,1.05,1.16.81-1.05.56-2.94-.54-3.9-.23.51-.44.97-.81,1.79-.37-.68-.75-1.14-.88-1.66-.3-1.21-.15-1.69.56-2.78.15-.24.38-.53.36-.77-.11-1.24.79-1.67,1.63-2.14,3.1-1.73,6.2-3.45,9.27-5.16.42.73.84,1.37,1.17,2.07.12.26.03.63.01.94-.04.67-.11,1.35-.15,2.03-.04.62.03,1.15.87,1.14.76-.01,1.25-.26,1.28-1.1,0-.1.03-.2.05-.29,1.66-.35,2.94.15,3.91,1.54.41.58.98,1.04,1.49,1.55.98.99,1.37,2.08,1.04,3.52-.78,3.43-1.41,6.9-2.15,10.34-.1.43-.45.82-.67,1.23-.12.22-.24.44-.3.67-.23.84-.46,1.69-.63,2.55-.07.32-.06.93.06.97.59.19,1.23.28,1.85.3.11,0,.29-.52.33-.82.12-.98.47-2.06.19-2.93-.34-1.03-.13-1.89.05-2.81.65-3.21,1.32-6.41,1.99-9.61.06-.3.16-.59.26-.95.68.29.66,1.44,1.6,1.12.34-.11.63-.39.96-.44,1.76-.27,3.2-1.15,4.59-2.19,1.44-1.08,2.91-2.12,4.41-3.1.52-.33,1.17-.5,1.78-.62,1.12-.23,2.26-.38,3.4-.54,1-.14,1.73-.49,1.48-1.92,1.51.86,3.03,1.42,4.08,2.46.58.57.39,1.94.48,2.96.04.38-.14.77-.19,1.15s-.15.79-.07,1.16c.12.54.23,1.33.6,1.51.52.26,1.28.1,1.93.04.05,0,.11-.62.07-.94-.09-.63-.23-1.24-.37-1.86-.07-.31-.14-.63-.26-.92-.27-.65-.57-1.28-.86-1.92.14-.12.28-.23.42-.35,1.71,1.19,3.48,2.31,5.1,3.62.54.44.68,1.36,1.03,2.05.63,1.24,1.18,1.43,2.38.77.43-.23.81-.56,1.24-.87-.71-1.27-1.55-2.21-2.77-2.89-1.07-.6-1.94-1.54-2.97-2.22-1.41-.93-2.91-1.72-4.33-2.63-.32-.2-.62-.61-.7-.98-1.1-5.05-2.16-10.12-3.23-15.18-.03-.16.03-.33.06-.65.25.21.48.29.53.44,1.03,2.91,2.16,5.79,3,8.76.31,1.1-.1,2.39-.12,3.6-.01.34.17.96.31.97.73.06,1.47.02,2.18-.12.12-.02.16-.74.13-1.13-.04-.6.03-1.32-.28-1.76-1.39-2-1.37-4.47-2.4-6.59-.66-1.35-1.22-2.76-1.73-4.18-1.42-3.96-2.76-7.95-4.2-11.91-.18-.5-.77-.85-1.39-1.49,0-.66-.02-1.7,0-2.74.08-3.63.15-7.26.29-10.89.04-1.03.27-2.06.44-3.08.02-.15.17-.31.31-.39,1.3-.76,1.21-1.44.04-2.44-.54-.46-.85-1.47-.86-2.24-.03-2.84.1-5.68.17-8.52.1-3.96.11-7.91.34-11.86.07-1.23.01-2.76,1.56-3.44.14-.06.32-.27.31-.41-.05-1.22.82-.99,1.55-1.04,3.47-.25,6.95-.49,10.41-.81.76-.07,1.54-.39,2.23-.75.92-.47.96-1.27.04-1.7-1.26-.59-2.59-1.15-3.94-1.37-3.75-.61-7.53-1.04-11.63-1.58v-2.57c0-.79.36-1.62-.42-2.3-.16-.13-.07-.54-.07-.83,0-2.23.03-4.45.04-6.68.01-.37,0-.74-.14-1.11-.76,3.21.17,6.63-1.42,10.04-.34-.58-.53-.91-.72-1.24-.9.6-1.31,2.04-.8,3.14.47-.41.91-.79,1.35-1.18.13.06.27.11.4.16-.12.82-.21,1.64-.4,2.44-.04.16-.44.33-.67.33-3.01.02-6.03.01-9.15.01-.32-1.8-2.1-.88-3.38-1.36-.09-2.59-.17-5.21-.27-7.82-.12-3.27-.37-6.54-.33-9.81.02-1.99.49-3.98.73-5.97.03-.27-.1-.56-.19-.84-.06-.19-.21-.36-.24-.55-.13-.77-.24-1.54-.38-2.47,1.62-.24,3.33-.39,4.99-.74,3.54-.75,7.08-1.56,10.59-2.46.98-.25,1.92-.81,2.78-1.38,1.02-.68.91-1.63-.29-1.94-1.79-.47-3.64-.92-5.48-1-3.76-.15-7.54-.05-11.31-.05h-1.33c-.09-.54-.15-1.03-.25-1.51-.17-.8-.6-1.25-1.5-1.22-.28.01-.58-.33-.87-.51h-.86c0,.29,0,.58.09.89-1.7.33-.92,1.74-1.1,2.8-1.16.21-2.32.41-3.48.61-.46-4.09.09-4.78,2.63-11.89,1.19-4.99,1.88-7.12,2.61-12.18.41-2.81,1.5-3.45,3.88-2.96.98.2,1.9.67,2.87.94,7.69,2.13,13.27,7.57,19.2,12.39,3.48,2.83,6.96,5.83,7.3,10.96.05.81,1.51,1.95,2.51,2.2,3.88.98,9.27-2.52,9.48-6.51.13-2.42,1.2-3.85,2.58-5.44,3.31-3.9,4.03-9.61,1.85-13.55Zm-84.59-19.25c.84-3.5,1.57-6.57,2.36-9.87,3.35,2.45,8.04,3.16,8.8,8.65-3.35.37-6.87.75-11.16,1.22Zm-3.62,101.49v-8.49c.87.67.74,7.61,0,8.49Zm11.23,12.93c-.53-.68-1.76-.07-2.09-1.32,2.19-.13,2.48.04,2.09,1.32Zm-72.56.94c-.06,1.9-.09,3.8-.16,5.7-.03.71-.13,1.41-.2,2.11-.14-.01-.29-.03-.43-.04.13-5.53.26-11.06.39-16.6.13-.02.26-.04.39-.06.08.24.25.48.24.72-.06,2.72-.15,5.45-.23,8.17Zm.09-11.12c-.08.01-.17.01-.25.01-.09-1.48-.18-2.96-.27-4.45.12-.05.25-.11.37-.16.17.29.5.6.49.88-.06,1.24-.22,2.48-.34,3.72Zm-.62,50.09c-.21-.22-.43-.8-.33-.91,1.21-1.27,2.64-2.23,4.31-2.75.1.08.2.16.3.24-.75,1.7-1.5,3.39-2.25,5.08-.85-.68-1.49-1.12-2.03-1.66Zm4.29,9.05c-1.25-.55-2.51-1.08-3.74-1.67-.13-.06-.2-.52-.11-.71.39-.79.85-1.55,1.42-2.57,1.01,1.73,1.86,3.18,2.71,4.63-.09.11-.19.21-.28.32Zm.82-2c-.06.02-.13.04-.19.06-.78-1.3-1.56-2.61-2.32-3.92-.07-.12-.02-.36.05-.5.77-1.5,1.57-2.99,2.46-4.68v9.04Zm2.58-23.6v-4.74c1.96.18,3.93.36,6.03.55-.44,5.47-.88,10.89-1.34,16.48-.53-.04-1.02-.08-1.52-.12-.02-.09-.05-.17-.07-.25.2-.1.39-.2.92-.46-1.18-.24-2.06-.52-2.95-.57-.86-.05-1.1-.42-1.09-1.2.02-3.23.02-6.46.02-9.69Zm1,24.95c-.29-.09-.7-.49-.71-.76-.14-3.09-.21-6.18-.28-9.27-.02-.91.49-1.41,1.4-1.31,1.03.11,2.04.34,3.1.52-.63,3.32-1.24,6.52-1.84,9.73-.18.99-.74,1.38-1.67,1.09Zm6.12-2.67c-.98.58-2,1.1-3.09,1.7-.73-3.37.81-6.32,1.07-9.43,2.08.31,3.52,1.6,3.89,3.36.61,2.89.62,2.9-1.87,4.37Zm4.96-24.52c-2.17,3.64-3.1,7.69-3.75,11.83-.08.52-.44.98-.59,1.49-.2.69-.34,1.4-.52,2.14-1.53-.11-1.91-.51-1.75-2.12.48-4.86.96-9.72,1.44-14.58.02-.18.06-.35.11-.62h5.22c.51.6.25,1.16-.16,1.86Zm-4.09-40.9c-.22-.97-.43-1.9-.66-2.89h.48c.64.01,1.28.06,1.92.03.58-.03,1.16-.31,1.5.52.1.25.6.39.95.48.51.14,1.05.2,1.46.27.32.73.57,1.29.87,1.95-2.21-.12-4.45-.25-6.52-.36Zm10.43-9.78c-.43-.46-.79-.84-1.28-1.37.42-.16.89-.35,1.45-.57.43.3.43.33-.17,1.94Zm44.66,81.17c-.06-.04-.13-.08-.19-.12.97-1.65,1.95-3.3,2.92-4.95.16.1.31.21.47.31-1.07,1.58-2.13,3.17-3.2,4.76Zm4.23-6.33c-.3.1-.63.11-1.13.19.16-.87.29-1.59.42-2.28.32.33.6.59.85.88.22.24.4.51.6.77-.25.15-.47.35-.74.44Zm37.19-4.3c-1.9-.55-3.68-1.04-5.46-1.6-.3-.1-.71-.51-.73-.79-.07-1.35-.03-2.71-.03-4.24,2.11.12,4.1.22,6.08.39.23.02.61.42.6.62-.11,1.89-.3,3.77-.46,5.62Zm-.11,2.48c-.04.46-.07.77-.11,1.18-.57-.29-1.03-.52-1.5-.76,0-.08.01-.16.02-.24.47-.05.94-.11,1.59-.18Zm-3.27-1.71c0,.15-.03.29-.04.43-.8-.04-1.59-.09-2.39-.13,0-.2.03-.41.04-.61.8.11,1.6.21,2.39.31Zm6.79-9.72c0,1.13-.39,1.4-1.45,1.34-2.5-.15-5.01-.2-7.84-.3,1.23-1.85,2.24-3.42,3.29-4.95.97-1.41,1.96-2.82,3.02-4.17.27-.35.81-.49,1.43-.83,0-.07.08-.41.16-.86.54.11,1.04.2,1.67.33,0,.61.02,1.2,0,1.8-.1,2.55-.27,5.09-.28,7.64Zm.02,5.41c-.25.83-.2,1.75-.41,2.6-.28,1.12-.33,1.11-1.76,1.04.11-1.42.15-2.77.36-4.1.14-.86.95-.6,1.5-.51.57.1.47.46.31.97Zm-2.77,11.4c.08-.92.15-1.84.25-2.99,1.14.63,2.09,1.15,3.03,1.68-.77,1.28-1.53,1.59-3.28,1.31Zm3.27-1.96c-.99-.81-2.94-.68-2.94-2.92,1.52.91,2.82,1.68,4.13,2.45l-.03.42c-.39.03-.94.23-1.16.05Zm1.17,2.46c.1-1.15.4-1.2,1.71-.19-.56.06-1.12.12-1.71.19Zm4.78-10.76c.76,3.13,1.37,6.29,2.1,9.77-1.35-.8-2.44-1.42-3.51-2.08-.21-.13-.46-.43-.46-.65-.03-2.68-.02-5.36-.02-8.04.15-.08.29-.17.44-.25.5.41,1.33.75,1.45,1.25Zm-.6-2.47c-.11.07-.23.13-.34.2-.28-.27-.77-.54-.79-.84-.02-.61-.51-1.44.61-1.91.18.9.35,1.73.52,2.55Zm-3.44-12.03c.35.48.88.9,1.02,1.43.56,2.07,1.02,4.18,1.47,6.28.04.2-.22.6-.43.68-.76.3-1.55.51-2.38.76,0-3.11,0-6.04-.01-8.99.11-.05.22-.11.33-.16Zm-.42,12.41c.18-.1.52.02.75.13.71.35.98.91.96,1.74-.06,2.28-.02,4.57-.02,7.08-1.17-.69-2.17-1.28-3.4-2.01.48-.11.74-.13.97-.23.39-.16.76-.37,1.14-.56-.29-.26-.57-.52-1.01-.92.07-.98.17-2.17.26-3.36.03-.39.02-.78.08-1.16.04-.26.1-.61.27-.71Zm-11.34-65.38c3.23.38,6.21.73,9.35,1.1-.39,1.23,1.98,2.22-.1,3.77.78.11,1.22.18,1.73.26,0,1.6.04,3.31-.01,5.02-.14,5.46-.33,10.92-.48,16.38,0,.58.01,1.01-.72,1.2-.29.07-.66.61-.65.93.03.89-.28,1.77.52,2.69.51.58.33,1.85.32,2.81-.05,4.6-.17,9.2-.23,13.8,0,.69-.27.98-.91,1.06-.49.06-.98.17-1.52.27-.21-.16-.47-.37-1.06-.85.63,2.19-1.02,2.95-1.84,4.15-1.47,2.15-3.01,4.27-4.64,6.58-.03-.46-.06-.73-.06-.99.1-6.5.17-13.01.35-19.51.06-1.85.41-3.7.67-5.54.13-.89.21-1.7-.56-2.38-.2-.17-.25-.56-.27-.85-.03-.5.07-1.01.02-1.51-.1-.97.27-1.31,1.24-1.56,1.13-.29,2.13-1.01,2.97-1.43-.25-.86-.59-1.47-.57-2.07.03-1.11-.5-1.56-1.49-1.69-.56-.08-1.12-.17-1.48-.22.13-2.28.28-4.48.39-6.68.05-.91-.1-1-1.28-.78.3-4.68-.43-9.34.31-13.96Zm-.23,72.66c1.6.14,3.24-.48,4.81.69.81.62,1.27,1.15,1.09,2.16-.09.49-.11.98-.18,1.7-2.05-1.48-3.95-2.86-5.86-4.24.05-.1.09-.21.14-.31Zm-.26.76c1.83,1.39,3.53,2.56,5.08,3.91.55.48.73,1.4,1.19,2.36-1.36.93-2.88,2.01-4.44,3.01-.39.24-.96.33-1.43.29-.26-.03-.68-.48-.68-.74.05-2.86.17-5.72.28-8.83Zm-1.88-45.57c.01.87-1.05,1.33-2.76,1.1.89-.35,1.77-.71,2.76-1.1Zm-15.32-14.79c.06-.44.01-.9.26-1.42.27.47.54.93.84,1.44.31-.62.53-1.26.91-1.79.23-.31.7-.5,1.09-.61.37-.11.79-.03,1.18-.05.74-.03,1.53,0,1.36-1.2,1.35.28,2.57.54,4.04.85-.56,1.37-1.67,2.88-.02,4.44-1.57-.13-3.14-.29-4.71-.4-1.28-.09-2.57-.17-3.86-.16-.82,0-1.2-.23-1.09-1.1Zm-1.24-2.36c.11.01.21.02.32.03v3.26c-.1.01-.2.01-.3.02-.27-1.09.04-2.21-.02-3.31Zm-2.99,24.1c-.05.03-.1.07-.15.1-.35-.71-.71-1.42-1.18-2.35.57.06.89.09,1.33.14v2.11Zm-4.12-3.56c-.98-.01-1.98-.19-2.94-.43-.24-.06-.43-.64-.46-1-.01-.14.48-.49.72-.47,1.99.17,3.98.38,5.96.67.29.04.52.54.84.91-1.62.13-2.87.32-4.12.32Zm4.65,1.66c1.54,0,1.51,0,1.46,1.48-.03.92.08,1.85.13,2.77-.77-1.36-2.43-2.37-1.59-4.25Zm-2.84,34.77c.96-.52,1.91-1.04,2.92-1.6.29.5.51.88.89,1.55.24-.75.39-1.24.56-1.77.63.37,1.19.7,1.93,1.13v3.74c-2.61.05-3.95-2.45-6.33-2.69l.03-.36Zm-3.74,12.44c-.12-2.59-.23-4.98-.35-7.47.63.16,1.09.27,1.71.42.04-1.39-.86-2.09-1.64-2.94.75-.46,1.42-.94,2.15-1.3.3-.15.81-.17,1.09-.01,1.56.88,3.35,1.59,4.53,2.86.99,1.06,2.19,1.27,3.6,1.94-3.78,2.22-7.34,4.3-11.09,6.5Zm10.95-41.66c-.28.32-.82.43-1.53.77.08-1.48.14-2.55.2-3.62.1-.02.2-.03.3-.05.24.25.48.51.82.87.18-.43.27-.67.37-.9.2,1.02.59,2.06-.16,2.93Zm-2.96-8.56h9.8c-2.85,1.39-8.5,1.64-9.8,0Zm8.36,1.76c-.99,1.23-1.85,2.29-2.74,3.4-.48-2.29.19-3.18,2.74-3.4Zm-2.55,39.25c-.15-1.08-.24-1.85-.38-2.61-.06-.33-.27-.64-.37-.97-.09-.29-.28-.73-.16-.88.25-.31.68-.66,1.04-.66,1.3.01,2.38.62,3.48,1.67-1.21,1.16-2.32,2.22-3.61,3.45Zm4.43-2.54c.24-.22.99.15,1.5.25,0,.12-.01.25-.01.37-1.47.85-2.95,1.71-4.43,2.57-.02-.04-.05-.08-.07-.12.99-1.05,1.93-2.15,3.01-3.07Zm-2.19,10.18c-.37-1.06-.63-1.75-.88-2.45.05-.06.11-.12.16-.18.38.41.88.76,1.07,1.23.12.32-.19.81-.35,1.4Zm.77-3.05c-.68-.49-1.37-.99-2.27-1.63,1.68-.96,3.23-1.85,4.86-2.78-.32,1.57-1.75,3.97-2.59,4.41Zm7.46,3.5c-.12,1.01-.13,2.18-1.49,2.6-.99-.96-2.01-1.92-2.98-2.92-.9-.94-.55-2.25-.3-3.16.43-1.58,1.43-3,2.32-4.73.82,1.31,1.66,1.84,2.92.83.07.09.13.18.2.27-.22,2.37-.38,4.75-.67,7.11Zm.72-17c-.01,1.01-.27,1.87-.9,2.68-.86,1.1-1.61,2.28-2.41,3.43-1.79-1.04-3.5-2.09-5.26-3.04-.95-.51-2.01-.8-2.97-1.27-.31-.15-.67-.59-.67-.9-.03-2.48-.05-4.97.08-7.44.05-.95.57-1.87.79-2.83.19-.82.49-1.7-.53-2.28-.17-.1-.28-.47-.27-.71.11-3.88.22-7.76.37-11.64.01-.36.24-.74.46-1.05,1.08-1.48,2.31-2.87,3.26-4.42.97-1.58,2.52-1.58,4-1.84.51-.09,1.06.04,1.59.07.17,1.01.33,1.99.49,2.98.13,0,.26-.01.39-.01.26-.5.51-1,.76-1.48.11.01.23.02.34.03.26,1.28.74,2.56.74,3.84-.03,8.63-.17,17.25-.26,25.88Zm.1-31.53c-.25.23-.53.44-.91.75-.19-.37-.37-.72-.66-1.27.79-.15,1.38-.26,1.96-.38.07.09.15.18.23.27-.2.21-.4.43-.62.63Zm1.02-18.21c0,.97.01,1.92-.01,2.88-.01.19-.12.56-.17.56-.75-.04-1.51-.09-2.22-.28-.12-.03-.15-.81-.03-1.18.24-.73.61-1.42.94-2.16.42.06.87.11,1.49.18Z"/><path id="guitar" d="m147.35,175.07l21.49-6.39s2.09,2.11,1.23,2.99c-.86.88-.03,3.33-.03,3.33l.1,1.53,2.11-.87s3.54.99,4.15,2.49,2.22,3.28,4.18,4.22,6.47,1.71,7.66,4.19,5.36-33.31,5.74-34.52c.38-1.2-1.1-4.79-1.46-5.69-.37-.9-1.91-4.64-1.91-4.64,0,0-8.72,8.13-11.39,10.98s-9.31,6.27-11.4,7.13-7.97-1.97-8.43-2.65c-.46-.69-3.33-11.92-3.57-12.51-.25-.6.72-2.92,1.52-3.95.8-1.03,6.33-10.12,10.19-14.33s15.44-17.71,15.44-17.71c0,0,.07-1.95-.3-2.85-.37-.9-6.35-17.14-6.73-19.78-.39-2.64-1.92-2.53-2.64-3.46s-10.15-3.87-11.91-5.59c-1.76-1.72-9.71-7.89-13.38-11.28s-6.42-5.4-7.12-6.69c-.7-1.28-.81-2.81-.88-3.83-.07-1.02.75-9.22.65-10.75s.95-7.9,1.79-10.52c.85-2.62,2.79-9.36,3.02-10.51.23-1.14.8-4,1.73-4.73.92-.73,2.78-4.29,2.98-5.07.2-.78,1.03-2.17.6-3.22-.43-1.05-1.07-5.15-1.2-6.32S150.53.01,150.53.01c0,0,.6-.25.68,1.64s1.03,4.64,1.55,5.48c.52.84,1.92-3.41,2.98-5.07,1.07-1.66,1.62-.32,1.62-.32,0,0-.17,1.29-.55,2.5s-1.43,4.61-.94,5.8c.49,1.2-.25,2.37.65,2.01.9-.37,2.09-1.73,2.52-.68s1.84,3.62,2.92,3.69c1.08.08,2.29.46,2.29.46l-1.1,1.15s1.39.83.47,1.56c-.92.73-2.22.56-3.02,1.59-.8,1.03-1.02,3.04-1.95,3.77-.92.73-3.23,1.5-4.42,1.99-1.2.49-2.12,1.22-1.84,5.3,0,0,.38,11.55.6,12.51s1.37,8,1.29,9.08-.7,2.56.66,2.88,4.14-.13,9.6,2.52c5.46,2.65,7.91,4.79,9.04,6.25,1.12,1.46,1.9.79,3.82,1.22,1.93.43,6.13.45,6.98,1.68s2.58.34,3.02,1.38c.43,1.05.97.65,2.16.16s3.03-.72,3.03-.72c0,0,.05-.72-1.17-2.84-1.22-2.12-1.78-3.81-2.26-5.89-.48-2.07-.33,1.71-1.39.4s-1.38-5.4-1.38-5.4c0,0-.62-4.4.44-3.09,1.06,1.31-.2-2.06.53-5.45.65-3.04,2.12-6.5,7.08-8.07,4.23-1.35,4.43-3.26,4.43-3.26,0,0,.76.56,1.82,1.87,1.06,1.31,4.93,1.69,6.74,3.65,3.07,3.33,3.8,5.39,3.64,7.55-.45,5.95.7,2.35.99,3.45.3,1.1-.02,8.94-1.07,8.5s-1.24-.89-1.05-.44c.18.45-.36,1.86-1.16,3.76-.79,1.9-.57,2.86.49,4.17s2.11.88,2.51,1.42,1.73,2.09,2.99,1.74c1.26-.34,4.81.64,4.81.64,0,0,1.28-.7,3.62-.96,2.34-.26,7.48.77,8.97,2.26s2.35,3.58,3.27,5.82c.92,2.24,1.79,5.21,1.53,6.71-.26,1.5-.55,1.63.44,1.92s1.73,2.09,1.73,2.09c0,0,.09-.21,1.16-1s1.86.28,1.86.28l23.56-16.67,1.19-1.36,13.61-5.59,1.49,1.49,2.22,3.28-.75,3.28-1.19,1.36-15.16,3.09-2.01.65-17.44,12.41s1.27.53.25,1.47-2.1,0-1.18,2.23,1.1,1.82,1.24,3.86-.88,2.11-2.75,3.93c-1.87,1.82-2.08,5.57-2.08,5.57,0,0,1.08,3.05-.42,3.67-1.5.61-.73,2.05-2.08,2.6-1.35.55-5,2.23-5.83,1.52-.83-.71-2.3-.45-3.67.46s4.06,10.74,5.18,11.33,4.11-.64,4.11-.64c0,0,8.88-3.48,15.54-4.29s12.47.99,14.86,0c2.39-.98,4.39-.37,4.39-.37l3.29-1.35,3.29.36,3.19.96,3.05-1.08,3.03.15s13.42-6.04,15.03-7.23,5.93-4.71,7.42-5.32c1.5-.61,2.8-11.46,4.31-11.21,1.5.26,7.24,1.04,9.56,4.11s2.75,2.02,2.75,2.02l3.01-2.46s-2.16-1.84-1.72-2.06-4.68-1.6-5.54-3.7c-.86-2.09-.52-3.81,1.47-3.23s4.85,6.81,5.18,5.38c.63-2.71,2.48,2.47,1.31-1.06-.95-2.87-6.61-6.88-6.61-6.88l-.16-.66,6.78,5.43s-3.13-6.75-1.67-7.88c1.46-1.12,2.7-.24,2.7-.24,0,0-2.18-4.87-2.46-5.98s-1.97-1.81-1.41-3.44c.55-1.63,1.88-3.92,1.88-3.92,0,0,3.12-.06,5.1,2.62s6.02,7.84,7.12,10.53c1.11,2.69,3.61,7.08,3.87,9.42s2.6,8.02,3.55,9.9c.95,1.88,2.74,4.64,2.74,4.64l-4.15,1.71s-3.04,1.95-4.93,2.03-3.16-.45-4.2-.02c-1.05.43-3.18-.09-4.11.64-.92.73-.34,1.71-.34,1.71,0,0-13.5,7.12-15.97,9.19s-11.67,6.9-11.67,6.9c0,0-1.44,2.87-10.23,4.03s-11.37,3.8-13.87,3.25-8.13,4.04-10.76,2.32c-2.63-1.72-41.17,14.65-45.66,15.62s-4.56,3.8-4.56,3.8c0,0-13.04,30.35-14.72,37.33s-3.08,11.23-5.49,12.57c-2.42,1.34-2.43,3.45-5.79,3.78s-6.6.09-8.2-.82c-1.6-.92-6.33-2.64-7.43-4.46-1.1-1.82-14.52-11.51-16.72-12.18-2.2-.67-13.1-4.23-12.78-5.58.32-1.35,1.22-3.82.58-4.96-.64-1.13-.57-3.09-.97-3.62-.4-.54-1.59-2.32-4.03-2.01-2.44.3-2.87-.74-3.24-1.64s-1.17-2.84-1.17-2.84l2.46-.46Zm38.51-57.25l-12.79,12.25,14.02-9.26-1.23-2.99Zm143.02-24.93c-1.37-1.73-1.61-1.37-2.38-1.32-.77.05-.65.66-.03,2.31s5.54,3.43,5.54,3.43c0,0-1.76-2.68-3.13-4.42Zm7.01-1.76c-.3-1.06.27-2.7.27-2.7,0,0-.81-2.12-1.93-2.78-1.12-.65-1.26.12-1.79.74-.53.61,2.27,6.8,2.27,6.8,0,0,1.48-1.01,1.18-2.06ZM158.64,17.22c.91-.98,3.22-.66,2.44-.86-.78-.2-2.73-1.47-2.92-1.91s-1.35.47-1.35.47c0,0,.93,3.28,1.83,2.3Z"/><path id="bass" d="m117.01,293.79c1.19,3.09,2.39,6.19,3.57,9.29.88,2.33,1.88,4.63,2.57,7.02,3.08,10.66-.34,19.43-8.13,26.79-6.02,5.7-13.24,9.6-20.6,13.23-1.9.94-2.57,1.77-1.83,4.04,2.41,7.35,4.53,14.81,6.74,22.22.14.48.18.99.27,1.49-.27.12-.55.23-.82.35-1.76-4.02-3.52-8.04-5.29-12.06-1.82-4.15-3.65-8.3-5.56-12.66-2.42.59-4.72,1.13-7.02,1.72-7.9,2.04-15.84,1.44-23.5-.67-6.41-1.76-11.12-6.54-15.43-11.48-6.89-7.9-9.55-17.54-11.11-27.59-.42-2.72-.53-5.49-.9-8.23-.2-1.46.19-2.32,1.62-2.85,2.39-.88,3.5-2.75,4.05-5.21,1.32-5.86.94-11.47-1.82-16.88-.93-1.82-1.69-3.73-2.51-5.6-1.45-3.28-3.28-4.34-6.8-3.46-1.69.42-2.45-.04-3.08-1.5-1.72-4.01-3.78-7.89-5.2-11.99-2.47-7.1-1.96-14.33.87-21.16,2.1-5.07,5.17-9.73,7.64-14.66.61-1.22,1.01-2.88.71-4.15-2.5-10.56-5.15-21.09-7.89-31.58-.26-1-1.35-2.04-2.32-2.55-4.64-2.4-5.97-7.47-3.19-11.9,1.11-1.77,1.94-3.68,1.01-6.06-1.06-2.72-1.23-5.8-2.41-8.44-1.28-2.85-1.22-5.91-2.17-8.74-2.19-6.52-2.39-12.91.49-19.27.1-.21.01-.51.01-1.03-3.02.89-6.73-.34-8.53-2.73-.21-.28-.52-.69-.44-.94.78-2.45,1.03-5.41,2.6-7.2,2.74-3.12,5.16-2.74,8.23.13.29.27.72.44,1.12.51,2.74.5,3.1,1.36,1.5,3.95,4.02,4.74,3.57,10.49,3.32,16.67,1.54-.04,3.03-.08,4.79-.13.13.87.28,1.96.45,3.15-1.74-.91-3.24-1.7-4.74-2.49-.23.21-.47.42-.7.63.58,2.47.81,5.12,1.89,7.34.48.98,2.69,1.12,4.12,1.64.18-.21.37-.42.55-.63-.04.89-.09,1.78-.14,2.83-1.29-.76-2.29-1.35-3.76-2.22.99,3.84-1.45,3.72-4,3.88,1.43,4.09,2.76,7.93,4.12,11.77.11.31.43.81.62.79,3.21-.26,2.43,1.97,2.38,3.74-.19,6.26,2.92,9.46,9.08,9.49,1.31,0,2.62.4,3.92.66,3.31.64,6.15.29,8.62-2.53.94-1.08,3.03-1.21,4.62-1.67,1.92-.55,8.58-11.8,12.38-14.43,2.99-2.07,6.69-2.9,10.06-4.28,3.8-1.55,7.63-3.04,11.95-4.76-.23-1.23-.01-3.31-.95-4.44-1.81-2.17-2.49-4.75-1.65-6.89.84-2.15.43-.5.53-2.52.06-1.18-2.2-3.07-1.42-6.19.28-1.1,1-2.98,1.82-3.9.34-.38,1.85-2.22,2.24-2.55,3.28-2.81,5.51-.15,6.16-1.14,1.04-1.59,3.5-1.76,5.34-1.35,1.99.44,4.24.25,5.77,1.67,1.01.94,2.55,1.46,4.94,4.94,1.77,2.5,3.27,7.08,2.02,8.74,0,0-4.62-8.48-2.98,2.95.08.58-.12,1.24.04,1.81.72,2.55.19,4.95-.74,7.32-.4,1.02-.86,2.01-1.24,2.88,4.31,1.76,8.26,3.32,12.17,5,1.84.79,3.63,1.71,5.37,2.71,1.2.69,2.27,1.51,2.39,3.18.04.63.88,1.23,1.4,1.81.4.44.99.74,1.31,1.23,1.73,2.62,3.4,5.27,5.11,7.91,1.22,1.88,2.32,3.85,3.72,5.57,1.3,1.59,1.51,2.24.31,3.98-1.51,2.19-1.45,2.69.21,4.76,4.82,5.99,8.37,12.7,10.72,20,1.6,4.97,2.91,10.03,4.41,15.03l-6.35-.04c-2.62-6.41-7.38-11.49-11.03-17.28-3.61-5.73-7.1-11.53-10.78-17.52-1.57,2.38-.84,4.12-.57,6.04.42,3.01.33,4.76,3.03,5.59,2.8.87,4.4,2.87,4.8,5.82.09.69.45,1.37.79,2.01,1.22,2.34,1.79,4.74,1.87,7.46.08,2.49,2.77,4.66,3.56,7.12.29.91.84,1.73,1.26,2.58,3.58.3,4.81-.01,7.06-1.83l6.35.04c1.19,3.99,5.06,5.48,7.71,8.11.07.07.24.02.35.05,5.22,1.67,8.86,4.96,10.47,10.29.56,1.86,0,3.54-1.32,4.87-1.33,1.35-3.02,1.52-4.74.79-2.69-1.15-5.32-2.44-8.03-3.52-1.09-.43-2.34-.46-3.66-.7.18,3.43.42,6.37.43,9.31,0,1.01-.53,2.04-.94,3.01-.22.54-.82.94-1.02,1.48-1.34,3.62-3.43,6.72-6.39,9.19-.98.82-2.12,1.67-3.32,1.96-1.68.4-3.49.43-5.24.35-.91-.04-1.89-.5-2.67-1.02-1.38-.93-2.63-2.05-3.88-3.05-2.3,2.33-4.91,4.26-6.53,6.82-1.96,3.09-4.76,4.6-7.81,5.99-.78.36-1.62.61-2.45.73m-50.2-86.45c-4.36,1.21-8.52,2.44-12.72,3.51-1.06.27-4.82.49-5.7-.99-8.58-3.87-12.34-5.27-15.76-5.27,1.1,3.75,2.34,7.47,3.24,11.26.58,2.46,1.64,3.61,4.3,3.37,2.02-.18,4.1-.01,6.12.25.82.1,1.82.68,2.28,1.35,3.69,5.3,8.93,8.63,15.54,3.94-.91-2.63-.15-4.16,2.94-4.18.83-.01,1.8-.43,2.44-.97.52-.45,1.05-1.49.88-2.05l-3.56-10.22Z"/></svg>
<div id="box">
<p id="boxtext">.</p>
</div>
</div>
</body>
<script>
let timerId;
let factsIndex = 0;
const randomFacts = [
'Baby rabbits are called kits.',
'Nutmeg is a hallucinogen.',
'Avocados are a fruit, not a vegetable.',
'The Chupa Chups logo was designed by Salvador Dalí.',
'All the clocks in Pulp Fiction are set to 4.20.',
'One part of Istanbul is in Europe and the other is in Asia.',
'Cats sleep 16 to 18 hours per day.',
'The Neanderthal\'s brain was bigger than yours is.',
'Elephants are the only mammals that can\'t jump.',
];
const box = document.querySelector('#box');
const text = document.querySelector('#boxtext');
const band = document.querySelectorAll('svg#displayers path')
const guitar = document.querySelector('svg#displayers #guitar');
const bass = document.querySelector('svg#displayers #bass');
const drums = document.querySelector('svg#displayers #drums');
function getRandom(max) {
let rand;
do {
rand = Math.floor(Math.random() * max);
} while (rand === factsIndex)
factsIndex = rand
return rand;
}
function showFact() {
box.classList.add("shown");
clearTimeout(timerId);
text.textContent = randomFacts[getRandom(randomFacts.length)];
box.style.opacity = 1;
}
for (var i = 0, length = band.length; i < length; i++) {
band[i].addEventListener('click', function (event) {
showFact();
timerId = setTimeout(() => {
box.style.opacity = 0;
box.classList.remove("shown");
}, 3500);
});
}
</script>
</html>
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment