Skip to content

Instantly share code, notes, and snippets.

@benmanns
Created November 19, 2012 16:32
Show Gist options
  • Save benmanns/4111659 to your computer and use it in GitHub Desktop.
Save benmanns/4111659 to your computer and use it in GitHub Desktop.
Copy into your JavaScript console on http://fatiherikli.github.com/mockup-designer/
if(localStorage.documents.indexOf("news-website-demo") === -1) { localStorage.documents += ",news-website-demo" }
localStorage.setItem('documents-news-website-demo', "{\"mockups\":[{\"top\":19,\"left\":23,\"z_index\":0,\"tool\":\"rectangle\",\"width\":851,\"height\":26,\"color\":\"#dedede\",\"border\":true},{\"top\":17,\"left\":29,\"z_index\":0,\"tool\":\"heading\",\"text\":\"News Website\",\"size\":\"25\",\"color\":\"black\"},{\"top\":22,\"left\":213,\"z_index\":0,\"tool\":\"label\",\"text\":\"New\",\"size\":\"14\",\"color\":\"#383838\"},{\"top\":72,\"left\":81,\"z_index\":0,\"tool\":\"paragraph\",\"text\":\"Open source localStorage based mockup tool\",\"width\":596,\"background\":\"#dedede\"},{\"top\":23,\"left\":258,\"z_index\":0,\"tool\":\"label\",\"text\":\"Threads\",\"size\":\"14\",\"color\":\"#383838\"},{\"top\":24,\"left\":330,\"z_index\":0,\"tool\":\"label\",\"text\":\"Comments\",\"size\":\"14\",\"color\":\"#383838\"},{\"top\":24,\"left\":419,\"z_index\":0,\"tool\":\"label\",\"text\":\"Ask\",\"size\":\"14\",\"color\":\"#383838\"},{\"top\":23,\"left\":459,\"z_index\":0,\"tool\":\"label\",\"text\":\"Jobs\",\"size\":\"14\",\"color\":\"#383838\"},{\"top\":23,\"left\":694,\"z_index\":0,\"tool\":\"label\",\"text\":\"Username (9999)\",\"size\":\"14\",\"color\":\"#383838\"},{\"top\":23,\"left\":817,\"z_index\":0,\"tool\":\"label\",\"text\":\"Logout\",\"size\":\"14\",\"color\":\"#383838\"},{\"top\":23,\"left\":509,\"z_index\":0,\"tool\":\"label\",\"text\":\"Submit\",\"size\":\"14\",\"color\":\"#383838\"},{\"top\":76,\"left\":418,\"z_index\":0,\"tool\":\"label\",\"text\":\"(github.com)\",\"size\":\"14\",\"color\":\"#383838\"},{\"top\":74,\"left\":26,\"z_index\":0,\"tool\":\"label\",\"text\":\"1.\",\"size\":18,\"color\":\"#383838\"},{\"top\":79,\"left\":57,\"z_index\":0,\"tool\":\"circle\",\"width\":\"5\",\"height\":\"5\",\"color\":\"#dedede\",\"border\":true},{\"top\":103,\"left\":88,\"z_index\":0,\"tool\":\"label\",\"text\":\"180 points by fatiherikli 2 hours ago | flag | 10 comments\",\"size\":\"10\",\"color\":\"#383838\"},{\"top\":142,\"left\":30,\"z_index\":0,\"tool\":\"label\",\"text\":\"2.\",\"size\":18,\"color\":\"#383838\"},{\"top\":149,\"left\":59,\"z_index\":0,\"tool\":\"circle\",\"width\":\"5\",\"height\":\"5\",\"color\":\"#dedede\",\"border\":true},{\"top\":138,\"left\":85,\"z_index\":0,\"tool\":\"paragraph\",\"text\":\"So and so acquires So and so\",\"width\":592,\"background\":\"#dedede\"},{\"top\":171,\"left\":88,\"z_index\":0,\"tool\":\"label\",\"text\":\"35 points by benmanns 5 hours ago | flag | 16 comments\",\"size\":\"10\",\"color\":\"#383838\"},{\"top\":142,\"left\":314,\"z_index\":0,\"tool\":\"label\",\"text\":\"(techmunch.com)\",\"size\":14,\"color\":\"#383838\"}],\"width\":\"900\",\"height\":\"600\",\"id\":\"072e8c05-6424-8d50-5d6b-11f5ecba226d\",\"title\":\"News Website Demo\"}")
document.location.hash = '#document/news-website-demo'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment