Luxury Apartment Signage

Old Oak Properties

Saint James Place

Project Overview:
INPS was contracted to fabricate, deliver, and install a comprehensive signage package for Old Oak Properties’ new high-rise development, Saint James Place, in London, Ontario. The project included a range of custom interior and exterior signs, such as: 

  • Floor indicator levels 
  • Braille signage
  • Wayfinding signs
  • Fire hose cabinet signs
  • Washroom and accessibility signs

  • Parking garage signs 

  • Main entrance signage 

Challenges:
Material Compatibility: The client specified a particular laminate that was not compatible with INPS’s 3D printing process.

Tight Timeline: The project required a fast turnaround to meet the building’s opening schedule. 

Solutions:
INPS streamlined the production process by digitally printing the laminate, braille, and raised text using 3D printing technology, ensuring compliance with accessibility standards. 

Rapid prototyping: Full-scale sample signs were designed, approved, and produced within two weeks, keeping the project on schedule. 

Project Details:
Location: Saint James Place, London, Ontario

Scope of Project:

  •  Project Management 

  •  Fabrication 

  •  Digital Printing 

  •  Spray Painting

  •  Direct Braille Printing

  •  Custom Projectional Signs

  •  AODA-Compliant Signage

  •  Room Identification

  •  CNC Cutting

  •  Installation

Outcome:
Through innovation and adaptability, INPS successfully delivered a high-quality, fully compliant signage solution within the project’s demanding timeline.

 

Outdoor signage ground box
document.addEventListener("DOMContentLoaded", () => { // Only run on touch-style devices (phones/tablets) const isTouch = window.matchMedia("(hover: none), (pointer: coarse)").matches; if (!isTouch) return; // Optional: narrow scope to your header if you want. // Example: const scope = document.querySelector("header"); const scope = document; // Common WordPress/Elementor submenu patterns const parentSelector = "li.menu-item-has-children > a, li.menu-item-has-children > .elementor-item"; // Close all open submenus inside scope const closeAll = () => { scope.querySelectorAll("li.menu-item-has-children.is-open").forEach((li) => { li.classList.remove("is-open"); const a = li.querySelector(":scope > a, :scope > .elementor-item"); if (a) a.setAttribute("aria-expanded", "false"); }); }; // Click/tap outside closes document.addEventListener("click", (e) => { // If the click is outside the menu area, close if (!e.target.closest(".elementor-nav-menu, .elementor-location-header, header")) { closeAll(); } }); // Make parent items toggle on first tap scope.querySelectorAll(parentSelector).forEach((link) => { link.addEventListener("click", (e) => { const li = e.currentTarget.closest("li.menu-item-has-children"); if (!li) return; const alreadyOpen = li.classList.contains("is-open"); // If submenu isn't open yet: open it and prevent navigation if (!alreadyOpen) { e.preventDefault(); e.stopPropagation(); // Close siblings/other open menus first (keeps things tidy) closeAll(); li.classList.add("is-open"); link.setAttribute("aria-expanded", "true"); return; } // If it's already open, allow the click to navigate normally (2nd tap) // (No preventDefault here) }); }); });