Contact Us

Use the form on the right to contact us.

You can edit the text in this area, and change where the contact form on the right submits to, by entering edit mode using the modes on the bottom right. 

         

123 Street Avenue, City Town, 99999

(123) 555-6789

email@address.com

 

You can set your address, phone number, email and site description in the settings tab.
Link to read me page with more information.

SQS tricks

 SQS Tricks

Convert SQS page to stand-alone HTML

Copy page HTML into BBEdit or other code editor

Make these global replacements in this order:

href=”/
href=”htpps://<www.domainURL.com>/

src=”//assets
src=”https://assets

img src=”//static
img src=”https://static

"css”:”//assets.
"css”:”https://assets.

"js”:”//assets.
"js”:”https://assets.

Make this manual replacement

href=”https://<www.domainURL.com>//static
href=”https://static

<www.domainURL.com> is the site’s full public URL.

For this site the URL = www.laidlaw.design or robert-laidlaw-s5zg.squarespace.com