Skip Navigation Website Accessibility
Call Today (888) 873-9822
Shipping Flat $7.50 Free Over $75
            Become a Fan


 
2.2 - Glendale - Monthly Groups/Clubs
See More
Showing 1 - 4 of results
Sort By:

CLASS

NEW AccuQuilt Monthly Block Group #2 - Glendale Location - 4th Friday of the Month - 1:00 - 4:00 - STARTING OCTOBER 24!

$20.00

CLASS

AccuQuilt Monthly Block Group #1 - Glendale Location - 1st Wednesday of the Month - 10:00 - 1:00 (This is an ongoing AccuQuilt group that started in 2024)

$20.00

CLASS

Open Sew in Glendale - Every 2nd Friday of the month @ 10:00 a.m. to 3:00 p.m. unless otherwise specified

$15.00

CLASS

Serge & Sew Club at Glendale - 2nd Wednesday of each month - 10:00 am - 12:30 pm

$15.00

 
window.addEventListener('scroll', () => { const cart = document.querySelector('#cart'); if (window.scrollY > 300) { cart.classList.add('sticky-cart'); } else { cart.classList.remove('sticky-cart'); } }); // Express.js example const prerender = require('prerender-node'); app.use(prerender.set('prerenderToken', 'YOUR_TOKEN'));