{"componentChunkName":"component---src-templates-blog-tsx","path":"/blog/meet-dex/","result":{"data":{"mdx":{"body":"function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\n/* @jsx mdx */\nvar _frontmatter = {\n  \"title\": \"Meet Dex\",\n  \"date\": \"2020-03-31T00:00:00.000Z\",\n  \"image\": \"./image.jpg\",\n  \"banner\": \"./banner.jpg\",\n  \"description\": \"Hi, I'm Dex - the robot arm. That's what everyone thinks when they see me. But I'm so much more than that. At the heart of it all, I am an artist. And hypercube studio? It's my love letter to all of you.\"\n};\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  var components = _ref.components,\n      props = _objectWithoutProperties(_ref, [\"components\"]);\n\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"p\", null, \"Below is just about everything you'll need to style in the theme. Check the source code to see the many embedded elements within paragraphs.\"), mdx(\"hr\", null), mdx(\"h2\", null, \"Heading 2\"), mdx(\"h3\", null, \"Heading 3\"), mdx(\"h4\", null, \"Heading 4\"), mdx(\"h5\", null, \"Heading 5\"), mdx(\"h6\", null, \"Heading 6\"), mdx(\"hr\", null), mdx(\"p\", null, \"Lorem ipsum dolor sit amet, \", mdx(\"a\", {\n    title: \"test link\",\n    href: \"#\"\n  }, \"test link\"), \" adipiscing elit. \", mdx(\"strong\", null, \"This is strong.\"), \" Nullam dignissim convallis est. Quisque aliquam. \", mdx(\"em\", null, \"This is emphasized.\"), \" Donec faucibus. Nunc iaculis suscipit dui. 5\", mdx(\"sup\", null, \"3\"), \" = 125. Water is H\", mdx(\"sub\", null, \"2\"), \"O. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. \", mdx(\"cite\", null, \"The New York Times\"), \" (That's a citation). \", mdx(\"span\", {\n    style: {\n      \"textDecoration\": \"underline\"\n    }\n  }, \"Underline.\"), \" Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.\"), mdx(\"abbr\", {\n    title: \"Hyper Text Markup Language\"\n  }, \"HTML\"), \" and\", mdx(\"abbr\", {\n    title: \"Cascading Style Sheets\"\n  }, \"CSS\"), \" are our tools. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. To copy a file type\", mdx(\"code\", null, \"COPY \", mdx(\"var\", null, \"filename\")), \".\", mdx(\"del\", null, \"Dinner's at 5:00.\"), mdx(\"ins\", null, \"Let's make that 7.\"), \" This\", mdx(\"span\", {\n    style: {\n      \"textDecoration\": \"line-through\"\n    }\n  }, \"text\"), \" has been struck.\", mdx(\"hr\", null), mdx(\"h2\", null, \"Media\"), mdx(\"p\", null, \"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore.\"), mdx(\"h3\", null, \"Big Image\"), mdx(\"p\", null, mdx(\"img\", _extends({\n    parentName: \"p\"\n  }, {\n    \"src\": \"https://placeimg.com/1000/400/any\",\n    \"alt\": \"Test Image\"\n  }))), mdx(\"p\", null, \"Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.\"), mdx(\"h3\", null, \"Small Image\"), mdx(\"p\", null, \"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore.\"), mdx(\"p\", null, mdx(\"img\", _extends({\n    parentName: \"p\"\n  }, {\n    \"src\": \"https://placeimg.com/400/400/any\",\n    \"alt\": \"Small Test Image\"\n  }))), mdx(\"p\", null, \"Labore et dolore.\"), mdx(\"hr\", null), mdx(\"h2\", null, \"List Types\"), mdx(\"h3\", null, \"Ordered List\"), mdx(\"ol\", null, mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"List Item 1\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"List Item 2\", mdx(\"ol\", {\n    parentName: \"li\"\n  }, mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Nested list item A\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Nested list item B\"))), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"List Item 3\")), mdx(\"h3\", null, \"Unordered List\"), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"List Item 1\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"List Item 2\", mdx(\"ul\", {\n    parentName: \"li\"\n  }, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Nested list item A\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Nested list item B\"))), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"List Item 3\")), mdx(\"hr\", null), mdx(\"h2\", null, \"Table\"), mdx(\"table\", null, mdx(\"tbody\", null, mdx(\"tr\", null, mdx(\"th\", null, \"Table Header 1\"), mdx(\"th\", null, \"Table Header 2\"), mdx(\"th\", null, \"Table Header 3\")), mdx(\"tr\", null, mdx(\"td\", null, \"Division 1\"), mdx(\"td\", null, \"Division 2\"), mdx(\"td\", null, \"Division 3\")), mdx(\"tr\", {\n    className: \"even\"\n  }, mdx(\"td\", null, \"Division 1\"), mdx(\"td\", null, \"Division 2\"), mdx(\"td\", null, \"Division 3\")), mdx(\"tr\", null, mdx(\"td\", null, \"Division 1\"), mdx(\"td\", null, \"Division 2\"), mdx(\"td\", null, \"Division 3\")))), mdx(\"h3\", null, \"Code\"), mdx(\"p\", null, \"Code can be presented inline, like \", mdx(\"code\", null, \"<\", \"?php bloginfo('stylesheet_url'); ?\", \">\"), \", or within a \", mdx(\"code\", null, \"<\", \"pre\", \">\"), \" block. Because we have more specific typographic needs for code, we'll specify Consolas and Monaco ahead of the browser-defined monospace font.\"), mdx(\"pre\", null, mdx(\"code\", _extends({\n    parentName: \"pre\"\n  }, {}), \"#container {\\n    float: left;\\n    margin: 0 -240px 0 0;\\n    width: 100%;\\n}\\n\")), mdx(\"hr\", null), mdx(\"h2\", null, \"Blockquotes\"), mdx(\"p\", null, \"Let's keep it simple.\"), mdx(\"blockquote\", null, mdx(\"p\", {\n    parentName: \"blockquote\"\n  }, \"Good afternoon, gentlemen. I am a HAL 9000 computer. I became operational at the H.A.L. plant in Urbana, Illinois on the 12th of January 1992. My instructor was Mr. Langley, and he taught me to sing a song. If you'd like to hear it I can sing it for you. \", mdx(\"cite\", null, \"\\u2014 \", mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"https://en.wikipedia.org/wiki/HAL_9000\"\n  }), \"HAL 9000\")))), mdx(\"p\", null, \"And here's a bit of trailing text.\"), mdx(\"hr\", null), mdx(\"h2\", null, \"Text-level semantics\"), mdx(\"p\", null, \"The \", mdx(\"a\", {\n    href: \"#\"\n  }, \"a element\"), \" example\\nThe \", mdx(\"abbr\", null, \"abbr element\"), \" and \", mdx(\"abbr\", {\n    title: \"Title text\"\n  }, \"abbr element with title\"), \" examples\\nThe \", mdx(\"b\", null, \"b element\"), \" example\\nThe \", mdx(\"cite\", null, \"cite element\"), \" example\\nThe \", mdx(\"code\", null, \"code element\"), \" example\\nThe \", mdx(\"del\", null, \"del element\"), \" example\\nThe \", mdx(\"dfn\", null, \"dfn element\"), \" and \", mdx(\"dfn\", {\n    title: \"Title text\"\n  }, \"dfn element with title\"), \" examples\\nThe \", mdx(\"em\", null, \"em element\"), \" example\\nThe \", mdx(\"i\", null, \"i element\"), \" example\\nThe \", mdx(\"ins\", null, \"ins element\"), \" example\\nThe \", mdx(\"kbd\", null, \"kbd element\"), \" example\\nThe \", mdx(\"mark\", null, \"mark element\"), \" example\\nThe \", mdx(\"q\", null, \"q element \", mdx(\"q\", null, \"inside\"), \" a q element\"), \" example\\nThe \", mdx(\"s\", null, \"s element\"), \" example\\nThe \", mdx(\"samp\", null, \"samp element\"), \" example\\nThe \", mdx(\"small\", null, \"small element\"), \" example\\nThe \", mdx(\"span\", null, \"span element\"), \" example\\nThe \", mdx(\"strong\", null, \"strong element\"), \" example\\nThe \", mdx(\"sub\", null, \"sub element\"), \" example\\nThe \", mdx(\"sup\", null, \"sup element\"), \" example\\nThe \", mdx(\"var\", null, \"var element\"), \" example\\nThe \", mdx(\"u\", null, \"u element\"), \" example\"), mdx(\"hr\", null), mdx(\"h2\", null, \"Embeds\"), mdx(\"p\", null, \"Sometimes all you want to do is embed a little love from another location and set your post alive.\"), mdx(\"h3\", null, \"Video\"), mdx(\"p\", null, \"Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\"), mdx(\"iframe\", {\n    src: \"//player.vimeo.com/video/103224792?title=0&byline=0&portrait=0\",\n    width: \"600\",\n    height: \"338\",\n    frameBorder: \"0\",\n    webkitallowfullscreen: true,\n    mozallowfullscreen: true,\n    allowFullScreen: true\n  }), mdx(\"p\", null, \"Culpa qui officia deserunt mollit anim id est laborum.\"));\n}\n;\nMDXContent.isMDXComponent = true;","frontmatter":{"title":"Meet Dex","date":"31 March 2020","description":"Hi, I'm Dex - the robot arm. That's what everyone thinks when they see me. But I'm so much more than that. At the heart of it all, I am an artist. And hypercube studio? It's my love letter to all of you.","banner":{"publicURL":"/static/7606442f6afbad2ed69f6f5d739e7ff2/banner.jpg","childImageSharp":{"fluid":{"srcSet":"/static/7606442f6afbad2ed69f6f5d739e7ff2/9104c/banner.jpg 480w,\n/static/7606442f6afbad2ed69f6f5d739e7ff2/c23c3/banner.jpg 655w","base64":"data:image/jpeg;base64,/9j/2wBDABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2P/2wBDARESEhgVGC8aGi9jQjhCY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2P/wgARCAALABQDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAAD/8QAFwEAAwEAAAAAAAAAAAAAAAAAAAEEBf/aAAwDAQACEAMQAAABycJsYWpan//EABkQAAIDAQAAAAAAAAAAAAAAAAABAzEzQ//aAAgBAQABBQKS3mS3zZ//xAAXEQADAQAAAAAAAAAAAAAAAAABBBAy/9oACAEDAQE/AVtGf//EABYRAAMAAAAAAAAAAAAAAAAAAAMQMv/aAAgBAgEBPwE9L//EABYQAAMAAAAAAAAAAAAAAAAAABAggf/aAAgBAQAGPwJIP//EABsQAAICAwEAAAAAAAAAAAAAAAABETEhUXGh/9oACAEBAAE/IU8iRtgZXwdA0M//2gAMAwEAAgADAAAAEL/v/8QAFREBAQAAAAAAAAAAAAAAAAAAELH/2gAIAQMBAT8QmP/EABcRAAMBAAAAAAAAAAAAAAAAAAABIbH/2gAIAQIBAT8Q0Eof/8QAHxABAAEDBAMAAAAAAAAAAAAAAQARITFBYXGRocHw/9oACAEBAAE/EKRaZkDHAnMtQt3Pj3njPUYKOk//2Q==","aspectRatio":1.7777777777777777,"src":"/static/7606442f6afbad2ed69f6f5d739e7ff2/c23c3/banner.jpg","sizes":"(max-width: 655px) 100vw, 655px"},"id":"898e63bb-9823-5bf6-9967-65b93ab0aa8e"}}}}},"pageContext":{"slug":"/blog/meet-dex/"}},"staticQueryHashes":["1139857438","1946588481","2083862410","2213455283","2418326273","2889163238","3067102388"]}