0
Skip to Content
Bill Morley Photography
Home
About
Testimonials
Weddings
Family
Maternity and Newborn
Business Headshots
Senior
Blog
Contact
Bill Morley Photography
Home
About
Testimonials
Weddings
Family
Maternity and Newborn
Business Headshots
Senior
Blog
Contact
Home
About
Testimonials
Weddings
Folder: Lifestyle
Back
Family
Maternity and Newborn
Business Headshots
Senior
Blog
Contact
Bill+Morley.JPG
IMG_0004(2).JPG
Middle-Eastern-Wedding -Ceremony-Exit.jpg
outdoor-wedding-ceremony-vows.JPG

home | about | weddings | blog | contact


I am Wedding Photographer in Cleveland Ohio and nearby cities

PRIVACY POLICY

FACEBOOK

INSTAGRAM


images by bill morley | site design by bittersweet design boutique



// ==UserScript== // @name Beyondspace Ground Control // @namespace http://beyondspace.studio // @version 0.1 // @description Beyondspace tools for Squarespace // @author Beyondspace Studio // @match *://*/* // @icon https://www.google.com/s2/favicons?sz=64&domain=squarespace.com // @grant none // ==/UserScript== (function() { 'use strict'; // Check if we're in Squarespace function isSquarespace() { return window.Static && window.Static.SQUARESPACE_CONTEXT; } // Main initialization function init() { if (!isSquarespace()) { return; } console.log('Beyondspace Ground Control: Squarespace detected, injecting scripts...'); (()=>{var e="beyondspace--ground-control";if(!window.top.document.getElementById(e)){var t=window.top.document.createElement("script");t.id=e,t.src="https://cdn.jsdelivr.net/gh/BeyondspaceStudio/beyondspace-snippets@0.0.71/src/ground-control/index.min.js?packages=quick-access-toolbar,classic-gallery-block,assets-library-enhanced",window.top.document.body.appendChild(t)}})(); console.log('Beyondspace Ground Control: Successfully injected!'); } // Start initialization after a short delay to ensure Squarespace context is loaded setTimeout(init, 1000); })();