Google Analytics (copy)

window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag(‘js’, new Date()); gtag(‘config’, ‘G-CXXXXXXXXX’);Continue reading

Google Analytics (copy)

window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag(‘js’, new Date()); gtag(‘config’, ‘G-DX86LGG5QQ’);Continue reading

Google Analytics

window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag(‘js’, new Date()); gtag(‘config’, ‘XXXXXXX’);Continue reading

Clickable phone number

.top-phone-number { position: fixed !important; left: 80px !important; top: 240px !important; z-index: 999999 !important; } /* When the sticky header is active, move the phone number up */ .sticky-menu .top-phone-number { top: 70px !important; /* Adjust this value as needed…Continue reading

Untitled Snippet

document.addEventListener(“DOMContentLoaded”, () => { const canvas = document.getElementById(“canvas”); const ctx = canvas.getContext(“2d”); const expressionInput = document.getElementById(“expressionInput”); const drawButton = document.getElementById(“drawButton”); const resetButton = document.getElementById(“resetButton”); const saveButton = document.getElementById(“saveButton”); const colorPicker = document.getElementById(“colorPicker”); const gridToggle = document.getElementById(“gridToggle”); let scaleX = 25;…Continue reading