{"id":966,"date":"2026-01-11T10:05:25","date_gmt":"2026-01-11T10:05:25","guid":{"rendered":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/?page_id=966"},"modified":"2026-01-14T14:02:39","modified_gmt":"2026-01-14T14:02:39","slug":"values-research-2","status":"publish","type":"page","link":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/index.php\/master-design\/game-living-without-letters\/values-research-2\/","title":{"rendered":"Values research"},"content":{"rendered":"\n<div id=\"hexagon-tool\">\n  <h3>Enter your values<\/h3>\n\n  <label>\n    Name:\n    <input type=\"text\" id=\"userName\" placeholder=\"Type your name\" \/>\n  <\/label>\n\n  <canvas id=\"hexCanvas\" width=\"1100\" height=\"800\"><\/canvas>\n\n  <button id=\"saveBtn\">Save as image<\/button>\n<\/div>\n\n<style>\n#hexagon-tool {\n  max-width: 1120px;\n  margin: 2rem auto;\n  text-align: center;\n  font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n}\n\n#hexCanvas {\n  border: 1px solid #ccc;\n  cursor: crosshair;\n  margin: 1rem 0;\n}\n\nlabel {\n  font-size: 1rem;\n  color: #000;\n}\n\ninput {\n  padding: 0.4rem;\n  margin-left: 0.5rem;\n  font-size: 1rem;\n  color: #000;\n}\n\ninput::placeholder {\n  color: #555;\n}\n\nbutton {\n  padding: 0.6rem 1.2rem;\n  font-size: 1rem;\n  cursor: pointer;\n  border-radius: 6px;\n  border: 1px solid #ccc;\n  background: #fff;\n}\n\nbutton:hover {\n  background: #f5f5f5;\n}\n<\/style>\n\n<script>\nconst canvas = document.getElementById(\"hexCanvas\");\nconst ctx = canvas.getContext(\"2d\");\nconst img = new Image();\n\n\/\/ Hexagon background image (UK version)\nimg.src = \"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/wp-content\/uploads\/2026\/01\/Hexagon-UK-white-scaled.png\";\n\n\/* === CANVAS SETTINGS === *\/\nconst canvasWidth = 1100;\nconst canvasHeight = 800;\n\n\/\/ Center of the hexagon (image center)\nconst center = {\n  x: canvasWidth \/ 2,   \/\/ 550\n  y: canvasHeight \/ 2   \/\/ 400\n};\n\n\/\/ Radius based on hexagon height\n\/\/ Slightly smaller than half the height so the 0\u201310 scale fits nicely\nconst maxRadius = 330;\n\n\/\/ Stored points\nconst points = [];\n\nimg.onload = () => {\n  drawBase();\n};\n\nfunction drawBase() {\n  ctx.clearRect(0, 0, canvas.width, canvas.height);\n\n  \/\/ Background hexagon image\n  ctx.drawImage(img, 0, 0, canvas.width, canvas.height);\n\n  \/\/ Draw name in top-left corner\n  const name = document.getElementById(\"userName\").value;\n  if (name) {\n    ctx.font = \"24px sans-serif\";\n    ctx.fillStyle = \"#000\";\n    ctx.fillText(name, 30, 40);\n  }\n\n  \/\/ Draw placed dots\n  points.forEach(p => {\n    ctx.beginPath();\n    ctx.arc(p.x, p.y, 7, 0, Math.PI * 2);\n    ctx.fillStyle = \"#ff0000\";\n    ctx.fill();\n  });\n}\n\n\/\/ Click to place a dot\ncanvas.addEventListener(\"click\", (e) => {\n  const rect = canvas.getBoundingClientRect();\n  const x = e.clientX - rect.left;\n  const y = e.clientY - rect.top;\n\n  const dx = x - center.x;\n  const dy = y - center.y;\n  const distance = Math.sqrt(dx * dx + dy * dy);\n\n  \/\/ Only allow points within the 0\u201310 scale (circle inside the hexagon)\n  if (distance <= maxRadius) {\n    points.push({ x, y });\n    drawBase();\n  }\n});\n\n\/\/ Save as PNG (local download)\ndocument.getElementById(\"saveBtn\").addEventListener(\"click\", () => {\n  drawBase();\n\n  const link = document.createElement(\"a\");\n  const name = document.getElementById(\"userName\").value || \"values\";\n  link.download = `hexagon_${name}.png`;\n  link.href = canvas.toDataURL(\"image\/png\");\n  link.click();\n});\n<\/script>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"724\" src=\"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/wp-content\/uploads\/2026\/01\/Save-to-disk-white-1024x724.png\" alt=\"\" class=\"wp-image-1006\" style=\"width:432px;height:auto\" srcset=\"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/wp-content\/uploads\/2026\/01\/Save-to-disk-white-1024x724.png 1024w, https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/wp-content\/uploads\/2026\/01\/Save-to-disk-white-300x212.png 300w, https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/wp-content\/uploads\/2026\/01\/Save-to-disk-white-768x543.png 768w, https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/wp-content\/uploads\/2026\/01\/Save-to-disk-white-1536x1086.png 1536w, https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/wp-content\/uploads\/2026\/01\/Save-to-disk-white-2048x1448.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Enter your values Name: Save as image<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":527,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-966","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Values research - Tanja Ubert - Master Design Research<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/index.php\/master-design\/game-living-without-letters\/values-research-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Values research - Tanja Ubert - Master Design Research\" \/>\n<meta property=\"og:description\" content=\"Enter your values Name: Save as image\" \/>\n<meta property=\"og:url\" content=\"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/index.php\/master-design\/game-living-without-letters\/values-research-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Tanja Ubert - Master Design Research\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-14T14:02:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/wp-content\/uploads\/2026\/01\/Save-to-disk-white-scaled.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1811\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/masterdesign.ubertconcepts.nl\\\/livingatlas\\\/index.php\\\/master-design\\\/game-living-without-letters\\\/values-research-2\\\/\",\"url\":\"https:\\\/\\\/masterdesign.ubertconcepts.nl\\\/livingatlas\\\/index.php\\\/master-design\\\/game-living-without-letters\\\/values-research-2\\\/\",\"name\":\"Values research - Tanja Ubert - Master Design Research\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/masterdesign.ubertconcepts.nl\\\/livingatlas\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/masterdesign.ubertconcepts.nl\\\/livingatlas\\\/index.php\\\/master-design\\\/game-living-without-letters\\\/values-research-2\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/masterdesign.ubertconcepts.nl\\\/livingatlas\\\/index.php\\\/master-design\\\/game-living-without-letters\\\/values-research-2\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/masterdesign.ubertconcepts.nl\\\/livingatlas\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Save-to-disk-white-1024x724.png\",\"datePublished\":\"2026-01-11T10:05:25+00:00\",\"dateModified\":\"2026-01-14T14:02:39+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/masterdesign.ubertconcepts.nl\\\/livingatlas\\\/index.php\\\/master-design\\\/game-living-without-letters\\\/values-research-2\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/masterdesign.ubertconcepts.nl\\\/livingatlas\\\/index.php\\\/master-design\\\/game-living-without-letters\\\/values-research-2\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/masterdesign.ubertconcepts.nl\\\/livingatlas\\\/index.php\\\/master-design\\\/game-living-without-letters\\\/values-research-2\\\/#primaryimage\",\"url\":\"https:\\\/\\\/masterdesign.ubertconcepts.nl\\\/livingatlas\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Save-to-disk-white-scaled.png\",\"contentUrl\":\"https:\\\/\\\/masterdesign.ubertconcepts.nl\\\/livingatlas\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Save-to-disk-white-scaled.png\",\"width\":2560,\"height\":1811},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/masterdesign.ubertconcepts.nl\\\/livingatlas\\\/index.php\\\/master-design\\\/game-living-without-letters\\\/values-research-2\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/masterdesign.ubertconcepts.nl\\\/livingatlas\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Master Design Research\",\"item\":\"https:\\\/\\\/masterdesign.ubertconcepts.nl\\\/livingatlas\\\/index.php\\\/master-design\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Game Living without Letters v10\",\"item\":\"https:\\\/\\\/masterdesign.ubertconcepts.nl\\\/livingatlas\\\/index.php\\\/master-design\\\/game-living-without-letters\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Values research\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/masterdesign.ubertconcepts.nl\\\/livingatlas\\\/#website\",\"url\":\"https:\\\/\\\/masterdesign.ubertconcepts.nl\\\/livingatlas\\\/\",\"name\":\"Tanja Ubert - Master Design Research\",\"description\":\"What makes you weird is what makes you special - Meryl Streep\",\"publisher\":{\"@id\":\"https:\\\/\\\/masterdesign.ubertconcepts.nl\\\/livingatlas\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/masterdesign.ubertconcepts.nl\\\/livingatlas\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/masterdesign.ubertconcepts.nl\\\/livingatlas\\\/#organization\",\"name\":\"Tanja Ubert - Master Design Research\",\"url\":\"https:\\\/\\\/masterdesign.ubertconcepts.nl\\\/livingatlas\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/masterdesign.ubertconcepts.nl\\\/livingatlas\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/masterdesign.ubertconcepts.nl\\\/livingatlas\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/Helping-1-e1749551471217.png\",\"contentUrl\":\"https:\\\/\\\/masterdesign.ubertconcepts.nl\\\/livingatlas\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/Helping-1-e1749551471217.png\",\"width\":2054,\"height\":2054,\"caption\":\"Tanja Ubert - Master Design Research\"},\"image\":{\"@id\":\"https:\\\/\\\/masterdesign.ubertconcepts.nl\\\/livingatlas\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Values research - Tanja Ubert - Master Design Research","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/index.php\/master-design\/game-living-without-letters\/values-research-2\/","og_locale":"en_GB","og_type":"article","og_title":"Values research - Tanja Ubert - Master Design Research","og_description":"Enter your values Name: Save as image","og_url":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/index.php\/master-design\/game-living-without-letters\/values-research-2\/","og_site_name":"Tanja Ubert - Master Design Research","article_modified_time":"2026-01-14T14:02:39+00:00","og_image":[{"width":2560,"height":1811,"url":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/wp-content\/uploads\/2026\/01\/Save-to-disk-white-scaled.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/index.php\/master-design\/game-living-without-letters\/values-research-2\/","url":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/index.php\/master-design\/game-living-without-letters\/values-research-2\/","name":"Values research - Tanja Ubert - Master Design Research","isPartOf":{"@id":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/#website"},"primaryImageOfPage":{"@id":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/index.php\/master-design\/game-living-without-letters\/values-research-2\/#primaryimage"},"image":{"@id":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/index.php\/master-design\/game-living-without-letters\/values-research-2\/#primaryimage"},"thumbnailUrl":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/wp-content\/uploads\/2026\/01\/Save-to-disk-white-1024x724.png","datePublished":"2026-01-11T10:05:25+00:00","dateModified":"2026-01-14T14:02:39+00:00","breadcrumb":{"@id":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/index.php\/master-design\/game-living-without-letters\/values-research-2\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/index.php\/master-design\/game-living-without-letters\/values-research-2\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/index.php\/master-design\/game-living-without-letters\/values-research-2\/#primaryimage","url":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/wp-content\/uploads\/2026\/01\/Save-to-disk-white-scaled.png","contentUrl":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/wp-content\/uploads\/2026\/01\/Save-to-disk-white-scaled.png","width":2560,"height":1811},{"@type":"BreadcrumbList","@id":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/index.php\/master-design\/game-living-without-letters\/values-research-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/"},{"@type":"ListItem","position":2,"name":"Master Design Research","item":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/index.php\/master-design\/"},{"@type":"ListItem","position":3,"name":"Game Living without Letters v10","item":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/index.php\/master-design\/game-living-without-letters\/"},{"@type":"ListItem","position":4,"name":"Values research"}]},{"@type":"WebSite","@id":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/#website","url":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/","name":"Tanja Ubert - Master Design Research","description":"What makes you weird is what makes you special - Meryl Streep","publisher":{"@id":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/#organization","name":"Tanja Ubert - Master Design Research","url":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/#\/schema\/logo\/image\/","url":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/wp-content\/uploads\/2024\/06\/Helping-1-e1749551471217.png","contentUrl":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/wp-content\/uploads\/2024\/06\/Helping-1-e1749551471217.png","width":2054,"height":2054,"caption":"Tanja Ubert - Master Design Research"},"image":{"@id":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/index.php\/wp-json\/wp\/v2\/pages\/966","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/index.php\/wp-json\/wp\/v2\/comments?post=966"}],"version-history":[{"count":3,"href":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/index.php\/wp-json\/wp\/v2\/pages\/966\/revisions"}],"predecessor-version":[{"id":1007,"href":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/index.php\/wp-json\/wp\/v2\/pages\/966\/revisions\/1007"}],"up":[{"embeddable":true,"href":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/index.php\/wp-json\/wp\/v2\/pages\/527"}],"wp:attachment":[{"href":"https:\/\/masterdesign.ubertconcepts.nl\/livingatlas\/index.php\/wp-json\/wp\/v2\/media?parent=966"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}