/sitemap.xml
http://www.squareflair.com/blog/tag/apps
some good info it looks like and talks about QR or quick reader codes
Below is a link to CSS code for changing a page. Possibly a Landing page
http://answers.squarespace.com/questions/4766/what-are-the-css-identifiers-to-isolate-the-background-color-of-the-navigation-on-one-page
Anchor links.
go to block you want to block to > Right click > inspect element > find block id > copy it > open hyper link > put # sign in front > paste it in. All the instructions below didn't seem to work for me.
Use <a href="#anchor"> around the content you want to link from </a>.
<a name="anchor"> Put the 'a name' tag before the content you want the '#anchor' to link to </a>.
By including an anchor tag within a post or page, you can place links in the body of your post which when clicked allow the reader to jump to another location on the page.
The anchor tag will consist of two HTML elements. First, you'll want to create the link.
If you are linking to a spot on the same page, the format of the link will be similar to:
<a href="#anchor">Link Text</a>
For example, if the text is "Read more about raptors!" then your HTML should look like this:
<a href="#raptors">Read more about raptors!</a>
The above anchor link only works when you are jumping to a specified spot on the same webpage. If you want a link to jump a specific location on a different page, you'll need to replace #anchor with the full URL for the page, similar to:
<a href="http://example.typepad.com/blog/2012/05/filename.html#anchor">Link Text</a>
When composing your post or page, click the HTML tab in the toolbar and enter the link code.
The second part of an anchor tag is the actual anchor. The anchor should be placed at the beginning of the line where you want to start reading after you jump similar to:
<a name="anchor"></a>
Following our previous example, the anchor code will be:
<a name="raptors"></a>
When composing your post or page, click the HTML tab in the toolbar and enter the anchor code at the beginning of the line where you want to jump.
If you want to have the link use an image, switch out the text in the link with the code for an embedded image, like this:
<a href="#raptors"><img src="http://example.typepad.com/raptors.gif" /></a>
You can upload images to Library > File Manager. Click on the file's name after it's uploaded to grab the URL for the file.
- See more at: http://help.typepad.com/anchor-tags.html#sthash.TF1FvCYz.dpuf
To create an anchor
http://answers.squarespace.com/questions/16520/create-a-link-to-a-certain-point-on-the-page
- /pagename/#block-id
Like this: /step-on-deck/#block-77e40921c41dfbf194a2
<a href="#anchor-name">Anchor link</a>
Domain set up:
Log in to web hosting provider and locate zone file setting, DNS manager
Zone file editor - (CNAME) record, set Points to > est.squarespace.com
In domain redirect area. Set 301 non WWW. to WWW.