{"id":2536,"date":"2026-04-14T11:06:34","date_gmt":"2026-04-14T08:06:34","guid":{"rendered":"https:\/\/btchel.com\/?page_id=2536"},"modified":"2026-04-14T11:06:34","modified_gmt":"2026-04-14T08:06:34","slug":"test-schedule","status":"publish","type":"page","link":"https:\/\/btchel.com\/fi\/test-schedule\/","title":{"rendered":"Schedule"},"content":{"rendered":"\n<!-- ==========================================================================\n     BTCHEL 2026 \u2014 Event Schedule\n     Paste this entire block into a Gutenberg \"Custom HTML\" block\n     ========================================================================== -->\n\n<style>\n.btchel-schedule * { box-sizing: border-box; }\n.btchel-schedule { max-width: 1200px; margin: 2rem auto; padding: 0 1.5rem; font-family: inherit; color: inherit; }\n\n\/* Tabs *\/\n.btchel-schedule .schedule-tabs { display: flex; gap: 0.5rem; margin-bottom: 2rem; border-bottom: 2px solid rgba(255,255,255,0.15); }\n.btchel-schedule .schedule-tab { padding: 0.75rem 1.5rem; font-size: 1rem; font-weight: 600; background: none; border: none; border-bottom: 3px solid transparent; cursor: pointer; color: rgba(255,255,255,0.6); transition: color 0.2s, border-color 0.2s; margin-bottom: -2px; font-family: inherit; }\n.btchel-schedule .schedule-tab:hover { color: #fff; }\n.btchel-schedule .schedule-tab--active { color: #f7931a; border-bottom-color: #f7931a; }\n.btchel-schedule .schedule-tab__date { display: block; font-size: 0.8rem; font-weight: 400; opacity: 0.7; margin-top: 0.15rem; }\n\n\/* Day panels *\/\n.btchel-schedule .schedule-day { display: none; }\n.btchel-schedule .schedule-day--active { display: block; }\n\n\/* Grid *\/\n.btchel-schedule .schedule-grid__header,\n.btchel-schedule .schedule-grid__row {\n  display: grid;\n  grid-template-columns: 140px repeat(3, 1fr);\n  gap: 1px;\n  background: rgba(255,255,255,0.1);\n  margin-bottom: 1px;\n}\n.btchel-schedule .schedule-grid__header { border-radius: 8px 8px 0 0; overflow: hidden; }\n\n.btchel-schedule .schedule-grid__time-label,\n.btchel-schedule .schedule-grid__stage-label {\n  padding: 0.875rem 1rem;\n  font-weight: 700;\n  font-size: 0.8rem;\n  text-transform: uppercase;\n  letter-spacing: 0.08em;\n  background: #1a1a1a;\n  color: #f7931a;\n  text-align: center;\n}\n.btchel-schedule .schedule-grid__time-label { text-align: left; }\n\n.btchel-schedule .schedule-grid__time {\n  padding: 1rem;\n  font-weight: 600;\n  font-size: 0.9rem;\n  background: #0a0a0a;\n  color: #fff;\n  display: flex;\n  align-items: flex-start;\n  white-space: nowrap;\n}\n\n.btchel-schedule .schedule-grid__cell {\n  padding: 1rem;\n  background: #0a0a0a;\n  min-height: 90px;\n  transition: background 0.15s;\n}\n.btchel-schedule .schedule-grid__cell:hover { background: #141414; }\n\n\/* Session cards *\/\n.btchel-schedule .schedule-session { height: 100%; border-left: 3px solid #f7931a; padding-left: 0.75rem; }\n.btchel-schedule .schedule-grid__cell[data-stage=\"stage-2\"] .schedule-session { border-left-color: #fff; }\n.btchel-schedule .schedule-grid__cell[data-stage=\"stage-3\"] .schedule-session { border-left-color: #c77f10; }\n\n.btchel-schedule .schedule-session__title { font-size: 0.95rem; font-weight: 600; margin: 0 0 0.5rem; line-height: 1.35; color: #fff; }\n.btchel-schedule .schedule-session__speaker { display: flex; align-items: center; gap: 0.5rem; font-size: 0.85rem; margin-bottom: 0.4rem; color: rgba(255,255,255,0.75); }\n.btchel-schedule .schedule-session__speaker a { color: #f7931a; text-decoration: none; }\n.btchel-schedule .schedule-session__speaker a:hover { text-decoration: underline; }\n.btchel-schedule .schedule-session__desc { font-size: 0.8rem; color: rgba(255,255,255,0.55); margin: 0; line-height: 1.45; }\n\n.btchel-schedule .cell-empty { color: rgba(255,255,255,0.2); font-size: 0.8rem; font-style: italic; }\n\n\/* Responsive *\/\n@media (max-width: 768px) {\n  .btchel-schedule .schedule-grid__header { display: none; }\n  .btchel-schedule .schedule-grid__row { grid-template-columns: 1fr; border-radius: 8px; overflow: hidden; margin-bottom: 1rem; }\n  .btchel-schedule .schedule-grid__time { background: #f7931a; color: #000; }\n  .btchel-schedule .schedule-grid__cell { min-height: auto; padding: 0.875rem 1rem; }\n  .btchel-schedule .schedule-grid__cell::before { display: block; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.5rem; color: #f7931a; }\n  .btchel-schedule .schedule-grid__cell[data-stage=\"stage-1\"]::before { content: \"Stage 1\"; }\n  .btchel-schedule .schedule-grid__cell[data-stage=\"stage-2\"]::before { content: \"Stage 2\"; }\n  .btchel-schedule .schedule-grid__cell[data-stage=\"stage-3\"]::before { content: \"Stage 3\"; }\n}\n<\/style>\n\n<div class=\"btchel-schedule\">\n\n  <div class=\"schedule-tabs\" role=\"tablist\">\n    <button class=\"schedule-tab schedule-tab--active\" data-day=\"1\" aria-selected=\"true\">\n      Day 1 <span class=\"schedule-tab__date\">25 September 2026<\/span>\n    <\/button>\n    <button class=\"schedule-tab\" data-day=\"2\" aria-selected=\"false\">\n      Day 2 <span class=\"schedule-tab__date\">26 September 2026<\/span>\n    <\/button>\n  <\/div>\n\n  <!-- DAY 1 -->\n  <div class=\"schedule-day schedule-day--active\" data-day=\"1\">\n    <div class=\"schedule-grid\">\n\n      <div class=\"schedule-grid__header\">\n        <div class=\"schedule-grid__time-label\">Time<\/div>\n        <div class=\"schedule-grid__stage-label\">Stage 1<\/div>\n        <div class=\"schedule-grid__stage-label\">Stage 2<\/div>\n        <div class=\"schedule-grid__stage-label\">Stage 3<\/div>\n      <\/div>\n\n      <div class=\"schedule-grid__row\">\n        <div class=\"schedule-grid__time\">09:00 \u2013 09:45<\/div>\n        <div class=\"schedule-grid__cell\" data-stage=\"stage-1\">\n          <div class=\"schedule-session\">\n            <h4 class=\"schedule-session__title\">Opening Keynote: Bitcoin in the Nordics<\/h4>\n            <div class=\"schedule-session__speaker\"><a href=\"#\">Speaker Name<\/a><\/div>\n            <p class=\"schedule-session__desc\">Welcome address and vision for the conference<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"schedule-grid__cell\" data-stage=\"stage-2\"><span class=\"cell-empty\">\u2014<\/span><\/div>\n        <div class=\"schedule-grid__cell\" data-stage=\"stage-3\"><span class=\"cell-empty\">\u2014<\/span><\/div>\n      <\/div>\n\n      <div class=\"schedule-grid__row\">\n        <div class=\"schedule-grid__time\">10:00 \u2013 10:45<\/div>\n        <div class=\"schedule-grid__cell\" data-stage=\"stage-1\">\n          <div class=\"schedule-session\">\n            <h4 class=\"schedule-session__title\">Self-Custody in 2026<\/h4>\n            <div class=\"schedule-session__speaker\"><a href=\"#\">Speaker Name<\/a><\/div>\n            <p class=\"schedule-session__desc\">Best practices for securing your keys<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"schedule-grid__cell\" data-stage=\"stage-2\">\n          <div class=\"schedule-session\">\n            <h4 class=\"schedule-session__title\">Lightning at Scale<\/h4>\n            <div class=\"schedule-session__speaker\"><a href=\"#\">Speaker Name<\/a><\/div>\n            <p class=\"schedule-session__desc\">Running Lightning infrastructure in production<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"schedule-grid__cell\" data-stage=\"stage-3\">\n          <div class=\"schedule-session\">\n            <h4 class=\"schedule-session__title\">Bitcoin Mining in Finland<\/h4>\n            <div class=\"schedule-session__speaker\"><a href=\"#\">Speaker Name<\/a><\/div>\n            <p class=\"schedule-session__desc\">Using waste heat from mining operations<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"schedule-grid__row\">\n        <div class=\"schedule-grid__time\">11:00 \u2013 11:45<\/div>\n        <div class=\"schedule-grid__cell\" data-stage=\"stage-1\">\n          <div class=\"schedule-session\">\n            <h4 class=\"schedule-session__title\">The Regulatory Landscape in the EU<\/h4>\n            <div class=\"schedule-session__speaker\"><a href=\"#\">Speaker Name<\/a><\/div>\n            <p class=\"schedule-session__desc\">MiCA and what it means for Nordic Bitcoin<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"schedule-grid__cell\" data-stage=\"stage-2\">\n          <div class=\"schedule-session\">\n            <h4 class=\"schedule-session__title\">Nostr &#038; Bitcoin: Building Open Networks<\/h4>\n            <div class=\"schedule-session__speaker\"><a href=\"#\">Speaker Name<\/a><\/div>\n            <p class=\"schedule-session__desc\">The power of decentralised protocols<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"schedule-grid__cell\" data-stage=\"stage-3\">\n          <div class=\"schedule-session\">\n            <h4 class=\"schedule-session__title\">Workshop: Set Up Your First Node<\/h4>\n            <div class=\"schedule-session__speaker\"><a href=\"#\">Speaker Name<\/a><\/div>\n            <p class=\"schedule-session__desc\">Hands-on: run Bitcoin Core on your laptop<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"schedule-grid__row\">\n        <div class=\"schedule-grid__time\">13:00 \u2013 13:45<\/div>\n        <div class=\"schedule-grid__cell\" data-stage=\"stage-1\">\n          <div class=\"schedule-session\">\n            <h4 class=\"schedule-session__title\">Panel: The Next Decade of Bitcoin<\/h4>\n            <div class=\"schedule-session__speaker\"><a href=\"#\">Multiple Speakers<\/a><\/div>\n            <p class=\"schedule-session__desc\">Where do we go from here?<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"schedule-grid__cell\" data-stage=\"stage-2\">\n          <div class=\"schedule-session\">\n            <h4 class=\"schedule-session__title\">Privacy Tools &#038; Techniques<\/h4>\n            <div class=\"schedule-session__speaker\"><a href=\"#\">Speaker Name<\/a><\/div>\n            <p class=\"schedule-session__desc\">CoinJoin, Lightning, and beyond<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"schedule-grid__cell\" data-stage=\"stage-3\">\n          <div class=\"schedule-session\">\n            <h4 class=\"schedule-session__title\">Education &#038; Outreach<\/h4>\n            <div class=\"schedule-session__speaker\"><a href=\"#\">Speaker Name<\/a><\/div>\n            <p class=\"schedule-session__desc\">Teaching Bitcoin in schools and universities<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <!-- DAY 2 -->\n  <div class=\"schedule-day\" data-day=\"2\">\n    <div class=\"schedule-grid\">\n\n      <div class=\"schedule-grid__header\">\n        <div class=\"schedule-grid__time-label\">Time<\/div>\n        <div class=\"schedule-grid__stage-label\">Stage 1<\/div>\n        <div class=\"schedule-grid__stage-label\">Stage 2<\/div>\n        <div class=\"schedule-grid__stage-label\">Stage 3<\/div>\n      <\/div>\n\n      <div class=\"schedule-grid__row\">\n        <div class=\"schedule-grid__time\">09:00 \u2013 09:45<\/div>\n        <div class=\"schedule-grid__cell\" data-stage=\"stage-1\">\n          <div class=\"schedule-session\">\n            <h4 class=\"schedule-session__title\">Day 2 Keynote: Building on Bitcoin<\/h4>\n            <div class=\"schedule-session__speaker\"><a href=\"#\">Speaker Name<\/a><\/div>\n            <p class=\"schedule-session__desc\">Why Bitcoin is the foundation layer<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"schedule-grid__cell\" data-stage=\"stage-2\"><span class=\"cell-empty\">\u2014<\/span><\/div>\n        <div class=\"schedule-grid__cell\" data-stage=\"stage-3\"><span class=\"cell-empty\">\u2014<\/span><\/div>\n      <\/div>\n\n      <div class=\"schedule-grid__row\">\n        <div class=\"schedule-grid__time\">10:00 \u2013 10:45<\/div>\n        <div class=\"schedule-grid__cell\" data-stage=\"stage-1\">\n          <div class=\"schedule-session\">\n            <h4 class=\"schedule-session__title\">Treasury Strategy for Corporations<\/h4>\n            <div class=\"schedule-session__speaker\"><a href=\"#\">Speaker Name<\/a><\/div>\n            <p class=\"schedule-session__desc\">How companies are adopting Bitcoin<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"schedule-grid__cell\" data-stage=\"stage-2\">\n          <div class=\"schedule-session\">\n            <h4 class=\"schedule-session__title\">Developing on Lightning<\/h4>\n            <div class=\"schedule-session__speaker\"><a href=\"#\">Speaker Name<\/a><\/div>\n            <p class=\"schedule-session__desc\">Practical Lightning app development<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"schedule-grid__cell\" data-stage=\"stage-3\">\n          <div class=\"schedule-session\">\n            <h4 class=\"schedule-session__title\">Workshop: Multisig with Hardware Wallets<\/h4>\n            <div class=\"schedule-session__speaker\"><a href=\"#\">Speaker Name<\/a><\/div>\n            <p class=\"schedule-session__desc\">Set up 2-of-3 multisig like a pro<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"schedule-grid__row\">\n        <div class=\"schedule-grid__time\">14:00 \u2013 14:45<\/div>\n        <div class=\"schedule-grid__cell\" data-stage=\"stage-1\">\n          <div class=\"schedule-session\">\n            <h4 class=\"schedule-session__title\">Closing Panel: Nordic Bitcoin Community<\/h4>\n            <div class=\"schedule-session__speaker\"><a href=\"#\">Multiple Speakers<\/a><\/div>\n            <p class=\"schedule-session__desc\">Where we&#8217;ve come from and where we&#8217;re going<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"schedule-grid__cell\" data-stage=\"stage-2\"><span class=\"cell-empty\">\u2014<\/span><\/div>\n        <div class=\"schedule-grid__cell\" data-stage=\"stage-3\"><span class=\"cell-empty\">\u2014<\/span><\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n<\/div>\n\n<script>\n(function() {\n  var root = document.querySelector('.btchel-schedule');\n  if (!root) return;\n  var tabs = root.querySelectorAll('.schedule-tab');\n  var panels = root.querySelectorAll('.schedule-day');\n  tabs.forEach(function(tab) {\n    tab.addEventListener('click', function() {\n      var day = this.getAttribute('data-day');\n      tabs.forEach(function(t) {\n        t.classList.remove('schedule-tab--active');\n        t.setAttribute('aria-selected', 'false');\n      });\n      this.classList.add('schedule-tab--active');\n      this.setAttribute('aria-selected', 'true');\n      panels.forEach(function(p) {\n        p.classList.toggle('schedule-day--active', p.getAttribute('data-day') === day);\n      });\n    });\n  });\n})();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Day 1 25 September 2026 Day 2 26 September 2026 Time Stage 1 Stage 2 Stage 3 09:00 \u2013 09:45 Opening Keynote: Bitcoin in the Nordics Speaker Name Welcome address [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_price":"","_stock":"","_tribe_ticket_header":"","_tribe_default_ticket_provider":"","_tribe_ticket_capacity":"0","_ticket_start_date":"","_ticket_end_date":"","_tribe_ticket_show_description":"","_tribe_ticket_show_not_going":false,"_tribe_ticket_use_global_stock":"","_tribe_ticket_global_stock_level":"","_global_stock_mode":"","_global_stock_cap":"","_tribe_rsvp_for_event":"","_tribe_ticket_going_count":"","_tribe_ticket_not_going_count":"","_tribe_tickets_list":"[]","_tribe_ticket_has_attendee_info_fields":false,"_EventAllDay":false,"_EventTimezone":"","_EventStartDate":"","_EventEndDate":"","_EventStartDateUTC":"","_EventEndDateUTC":"","_EventShowMap":false,"_EventShowMapLink":false,"_EventURL":"","_EventCost":"","_EventCostDescription":"","_EventCurrencySymbol":"","_EventCurrencyCode":"","_EventCurrencyPosition":"","_EventDateTimeSeparator":"","_EventTimeRangeSeparator":"","_EventOrganizerID":[],"_EventVenueID":[],"_OrganizerEmail":"","_OrganizerPhone":"","_OrganizerWebsite":"","_VenueAddress":"","_VenueCity":"","_VenueCountry":"","_VenueProvince":"","_VenueState":"","_VenueZip":"","_VenuePhone":"","_VenueURL":"","_VenueStateProvince":"","_VenueLat":"","_VenueLng":"","_VenueShowMap":false,"_VenueShowMapLink":false,"footnotes":"","_tec_slr_enabled":"","_tec_slr_layout":""},"class_list":["post-2536","page","type-page","status-publish","hentry"],"ticketed":false,"_links":{"self":[{"href":"https:\/\/btchel.com\/fi\/wp-json\/wp\/v2\/pages\/2536","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/btchel.com\/fi\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/btchel.com\/fi\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/btchel.com\/fi\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/btchel.com\/fi\/wp-json\/wp\/v2\/comments?post=2536"}],"version-history":[{"count":2,"href":"https:\/\/btchel.com\/fi\/wp-json\/wp\/v2\/pages\/2536\/revisions"}],"predecessor-version":[{"id":2544,"href":"https:\/\/btchel.com\/fi\/wp-json\/wp\/v2\/pages\/2536\/revisions\/2544"}],"wp:attachment":[{"href":"https:\/\/btchel.com\/fi\/wp-json\/wp\/v2\/media?parent=2536"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}