A goal we have at Rescue My Space is to understand what your goal is for your home. Because of that, we’ve created an organizing level system that helps us understand what is needed to get your home organized and looking the way you’ve imagined.

J U S T F U N C T I O N A L

Rescue My Space Organizing level 1

The goal in a “Just Functional” space is to make it functional and workable. Because the purpose is to being organized is to create a functional space, the idea on solely focusing on the way the space functions is what makes this level the perfect and easiest to grasp option for most individuals.

F U N C T I O N A L & U N I F O R M

Rescue My Space Organizing level 2

In this level, you will be doing the same as level 1 but you will be adding a few organizing products to the space. Organizing products like plastic bins, boxes, containers, organizers already in the home.

M I N I M A L & A E S T H E T I C A L P L E A S I N G

Rescue My Space Organizing level 3

A goal we have at Rescue My Space is to understand what your goal is for your home. Because of that, we’ve created an organizing level system that helps us understand what is needed to get your home organized and looking the way you’ve imagined.

script> /* H1 fix. Squarespace 7.1 uses h2 in page banners instead of h1. This DOM transform finds the first prominent page heading and converts it to an h1 if it isn't already. Runs once per page load. */ document.addEventListener('DOMContentLoaded', function() { if (document.querySelector('h1')) return; /* page already has an h1, skip */ var candidates = [ document.querySelector('.page-banner h2'), document.querySelector('.page-title h2'), document.querySelector('header h2'), document.querySelector('.banner-title-wrapper h2'), document.querySelector('.blog-item-title h2'), document.querySelector('main h2') ].filter(Boolean); if (candidates.length === 0) return; var src = candidates[0]; var h1 = document.createElement('h1'); h1.innerHTML = src.innerHTML; h1.className = src.className; /* preserve inline styles if any */ if (src.getAttribute('style')) h1.setAttribute('style', src.getAttribute('style')); src.parentNode.replaceChild(h1, src); });