Blueprint Club Members Save up to 75% vs Vista: Join Now! Become a Member (502) 934-BLUE
Products & Services
Loading...

About Blue Print Club



Experienced Printing Professionals

A helpful customer service staff lead by seasoned veterans of the printing industry.

A history of high standards and quick production turnaround in the printing industry.

Blue Print Club is a full service online print and design company that specializes in full color offset and digital printing. Not too many print companies, if any, offer the same services. We stand behind printing and design services, we are so sure you'll be satisfied that we offer guarantees on quality, turnaround, and pricing.

Having been in business for many years, we have the experience, understanding and patience to make sure your print job comes out fast and accurate.

document.addEventListener('DOMContentLoaded', function() { // Add fade-in class on load document.body.classList.add('page-fade-in'); // Handle clicks document.addEventListener('click', function(e) { // Find closest anchor tag const link = e.target.closest('a'); if (!link || !link.href) return; // Ignore external links, anchors, or new tabs if (link.target === '_blank' || link.href.indexOf('#') !== -1 || link.href.indexOf('mailto:') !== -1 || link.href.indexOf('tel:') !== -1 || e.ctrlKey || e.metaKey || e.shiftKey) { return; } // Check if same domain const currentDomain = window.location.hostname; const linkDomain = new URL(link.href).hostname; if (currentDomain !== linkDomain) return; // Prevent default and animate e.preventDefault(); document.body.classList.add('page-fade-out'); // Navigate after short delay matches CSS transition setTimeout(function() { window.location.href = link.href; }, 200); }); });