top of page
Tattoo Artist

Meet the team 

Rest In Pieces Tattoo is a creative community rather than just a tattoo parlor. Our apprentices and artists collaborate to create unique, meaningful, and personal tattoos by bringing a variety of styles and passions to the table.

Team

Dedication. Expertise. Passion.

This is your Team section. It's a great place to introduce your team and talk about what makes it special, such as your culture or work philosophy. Don't be afraid to illustrate personality and character to help users connect with your team.

RIP transparent logo png

Accessibility Statement

We welcome everyone. Please note: our studio is not fully wheelchair accessible at this time.

Hours of Operation
Tuesday – Saturday: 10 AM – 5 PM
Sunday & Monday: Closed (by appointment only)

Hours may vary on holidays and special occasions.

  • Instagram
  • Facebook
  • TikTok

Connect with us!

Terms & Condition

By using our website or services, you agree to our policies on appointments, payments, cancellations, and studio conduct. We prioritize safety, professionalism, and a respectful environment.

Privacy Policy

We respect your privacy. Personal info (like contact details) is kept secure and only used to provide our services. For bookings, please visit our Studio Page, email us at restinpiecestattoostudio@gmail.com, or call (705) 254-4422. We do not share your information without consent.

© 2023 Rest In Pieces Tattoo — Sault Ste. Marie, ON. Dedicated to artistry, safety, and community connection. Licensed under Ontario Regulation 136/18 of the Health Protection and Promotion Act and following the Guide to Infection Prevention and Control in Personal Service Settings.

bottom of page
(function(){ // Fade body in after load document.addEventListener("DOMContentLoaded", () => { document.body.style.opacity = "1"; }); // Intersection Observer for fade sections const faders = document.querySelectorAll(".fade-section"); const appearOnScroll = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if(entry.isIntersecting){ entry.target.classList.add("visible"); observer.unobserve(entry.target); } }); }, { threshold: 0.2 }); faders.forEach(fader => { appearOnScroll.observe(fader); }); // Pulse animation for CTA buttons const ctas = document.querySelectorAll(".btn.cta, .cta-button"); ctas.forEach(btn => { btn.style.animation = "pulse 2.5s infinite"; }); // Add pulse keyframes dynamically const style = document.createElement("style"); style.innerHTML = ` @keyframes pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.07); } } `; document.head.appendChild(style); console.log("✨ Smooth page effects active across all pages."); })();