{"id":12,"date":"2026-06-07T10:12:32","date_gmt":"2026-06-07T10:12:32","guid":{"rendered":"https:\/\/www.blaketech.co.uk\/?page_id=12"},"modified":"2026-06-07T12:20:56","modified_gmt":"2026-06-07T12:20:56","slug":"gallery","status":"publish","type":"page","link":"https:\/\/www.blaketech.co.uk\/?page_id=12","title":{"rendered":"Gallery"},"content":{"rendered":"\n<div class=\"bt-page bt-gallery\">\n\n  <section class=\"bt-gallery-head\">\n    <span class=\"bt-eyebrow\">\/\/ THE COLLECTION<\/span>\n    <h1 class=\"bt-hero-title bt-grad\">Gallery<\/h1>\n    <p class=\"bt-hero-sub\">Everything I&#8217;ve dreamed, built, cooked and scribbled &mdash; collated. Filter by world below.<\/p>\n    <div class=\"bt-filters\" role=\"tablist\">\n      <button class=\"bt-filter is-active\" data-filter=\"all\">All<\/button>\n      <button class=\"bt-filter\" data-filter=\"projects\">Projects<\/button>\n      <button class=\"bt-filter\" data-filter=\"art\">Art<\/button>\n      <button class=\"bt-filter\" data-filter=\"food\">Food<\/button>\n      <button class=\"bt-filter\" data-filter=\"creations\">Creations<\/button>\n      <button class=\"bt-filter\" data-filter=\"ideas\">Ideas<\/button>\n    <\/div>\n  <\/section>\n\n  <section class=\"bt-grid\">\n    <article class=\"bt-card c-projects\" data-cat=\"projects\"><div class=\"bt-card-art a1\"><span class=\"bt-card-ico\">\u2b21<\/span><\/div><div class=\"bt-card-body\"><span class=\"bt-tag\">Projects<\/span><h3>Neon Synth Box<\/h3><p>A handmade MIDI synth with a glowing acrylic shell.<\/p><\/div><\/article>\n    <article class=\"bt-card c-art\" data-cat=\"art\"><div class=\"bt-card-art a2\"><span class=\"bt-card-ico\">\u2736<\/span><\/div><div class=\"bt-card-body\"><span class=\"bt-tag\">Art<\/span><h3>Fractal Dreams<\/h3><p>Generative artwork rendered from recursive math.<\/p><\/div><\/article>\n    <article class=\"bt-card c-food\" data-cat=\"food\"><div class=\"bt-card-art a3\"><span class=\"bt-card-ico\">\u2742<\/span><\/div><div class=\"bt-card-body\"><span class=\"bt-tag\">Food<\/span><h3>Midnight Ramen<\/h3><p>A 12-hour broth experiment that actually worked.<\/p><\/div><\/article>\n    <article class=\"bt-card c-creations\" data-cat=\"creations\"><div class=\"bt-card-art a4\"><span class=\"bt-card-ico\">\u25c8<\/span><\/div><div class=\"bt-card-body\"><span class=\"bt-tag\">Creations<\/span><h3>Resin Galaxy Table<\/h3><p>Epoxy &amp; LED river table with embedded stars.<\/p><\/div><\/article>\n    <article class=\"bt-card c-ideas\" data-cat=\"ideas\"><div class=\"bt-card-art a5\"><span class=\"bt-card-ico\">\u2737<\/span><\/div><div class=\"bt-card-body\"><span class=\"bt-tag\">Ideas<\/span><h3>Calm Tech Manifesto<\/h3><p>Notes on building technology that lowers the noise.<\/p><\/div><\/article>\n    <article class=\"bt-card c-projects\" data-cat=\"projects\"><div class=\"bt-card-art a6\"><span class=\"bt-card-ico\">\u2b21<\/span><\/div><div class=\"bt-card-body\"><span class=\"bt-tag\">Projects<\/span><h3>Home Aurora<\/h3><p>An ambient lighting system that paints the walls.<\/p><\/div><\/article>\n    <article class=\"bt-card c-art\" data-cat=\"art\"><div class=\"bt-card-art a7\"><span class=\"bt-card-ico\">\u2736<\/span><\/div><div class=\"bt-card-body\"><span class=\"bt-tag\">Art<\/span><h3>Circuit Mandalas<\/h3><p>Sacred geometry drawn in copper traces.<\/p><\/div><\/article>\n    <article class=\"bt-card c-food\" data-cat=\"food\"><div class=\"bt-card-art a8\"><span class=\"bt-card-ico\">\u2742<\/span><\/div><div class=\"bt-card-body\"><span class=\"bt-tag\">Food<\/span><h3>Sourdough Lab<\/h3><p>Chasing the perfect open crumb, one loaf at a time.<\/p><\/div><\/article>\n    <article class=\"bt-card c-creations\" data-cat=\"creations\"><div class=\"bt-card-art a9\"><span class=\"bt-card-ico\">\u25c8<\/span><\/div><div class=\"bt-card-body\"><span class=\"bt-tag\">Creations<\/span><h3>Paper Automata<\/h3><p>Hand-cut moving sculptures with hidden gears.<\/p><\/div><\/article>\n    <article class=\"bt-card c-ideas\" data-cat=\"ideas\"><div class=\"bt-card-art a10\"><span class=\"bt-card-ico\">\u2737<\/span><\/div><div class=\"bt-card-body\"><span class=\"bt-tag\">Ideas<\/span><h3>Dream Journal OS<\/h3><p>What if your dreams had version control?<\/p><\/div><\/article>\n    <article class=\"bt-card c-projects\" data-cat=\"projects\"><div class=\"bt-card-art a2\"><span class=\"bt-card-ico\">\u2b21<\/span><\/div><div class=\"bt-card-body\"><span class=\"bt-tag\">Projects<\/span><h3>Pocket Weather Orb<\/h3><p>A tiny glowing orb that forecasts the sky.<\/p><\/div><\/article>\n    <article class=\"bt-card c-art\" data-cat=\"art\"><div class=\"bt-card-art a4\"><span class=\"bt-card-ico\">\u2736<\/span><\/div><div class=\"bt-card-body\"><span class=\"bt-tag\">Art<\/span><h3>Neon City Loops<\/h3><p>Animated pixel cityscapes that never sleep.<\/p><\/div><\/article>\n  <\/section>\n\n  <p class=\"bt-gallery-note\">These are placeholder pieces showing the layout &mdash; swap in your own titles, blurbs and images anytime.<\/p>\n\n<\/div>\n<script>\n(function(){\n  var btns=document.querySelectorAll('.bt-gallery .bt-filter');\n  var cards=document.querySelectorAll('.bt-gallery .bt-card');\n  btns.forEach(function(b){\n    b.addEventListener('click',function(){\n      btns.forEach(function(x){x.classList.remove('is-active')});\n      b.classList.add('is-active');\n      var f=b.getAttribute('data-filter');\n      cards.forEach(function(c){\n        var show = (f==='all'|| c.getAttribute('data-cat')===f);\n        c.style.display = show ? '' : 'none';\n        if(show){ c.classList.remove('bt-pop'); void c.offsetWidth; c.classList.add('bt-pop'); }\n      });\n    });\n  });\n})();\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>\/\/ THE COLLECTION Gallery Everything I&#8217;ve dreamed, built, cooked and scribbled &mdash; collated. Filter by world below. All Projects Art Food Creations Ideas \u2b21 Projects Neon Synth Box A handmade MIDI synth with a glowing acrylic shell. \u2736 Art Fractal Dreams Generative artwork rendered from recursive math. \u2742 Food Midnight Ramen A 12-hour broth experiment that actually worked. \u25c8 Creations Resin Galaxy Table Epoxy &amp; LED river table with embedded stars. \u2737 Ideas Calm Tech Manifesto Notes on building technology that lowers the noise. \u2b21 Projects Home Aurora An ambient lighting system that paints the walls. \u2736 Art Circuit Mandalas Sacred geometry drawn in copper traces. \u2742 Food Sourdough Lab Chasing the perfect open crumb, one loaf at a time. \u25c8 Creations Paper Automata Hand-cut moving sculptures with hidden gears. \u2737 Ideas Dream Journal OS What if your dreams had version control? \u2b21 Projects Pocket Weather Orb A tiny glowing orb that forecasts the sky. \u2736 Art Neon City Loops Animated pixel cityscapes that never sleep. These are placeholder pieces showing the layout &mdash; swap in your own titles, blurbs and images anytime.<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-12","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.blaketech.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/12","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.blaketech.co.uk\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.blaketech.co.uk\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.blaketech.co.uk\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.blaketech.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=12"}],"version-history":[{"count":1,"href":"https:\/\/www.blaketech.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/12\/revisions"}],"predecessor-version":[{"id":27,"href":"https:\/\/www.blaketech.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/12\/revisions\/27"}],"wp:attachment":[{"href":"https:\/\/www.blaketech.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=12"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}