{"title":"Fixer in Residence Workshops","description":"\u003cstyle\u003e\nbody.template-collection {\n  --nmi-ink: #17203d;\n  --nmi-blue: #095daa;\n  --nmi-green: #95c93f;\n  --nmi-pink: #ea214d;\n  --nmi-purple: #bda3d1;\n  --nmi-blue-light: #9bc5e7;\n  --nmi-orange-light: #fbc18b;\n  --nmi-cream: #fff8ef;\n  --nmi-white: #ffffff;\n  --nmi-shadow: rgba(23, 32, 61, 0.26);\n}\n\nbody.template-collection .collection-hero {\n  position: relative;\n  width: min(1180px, calc(100% - 36px)) !important;\n  height: auto !important;\n  aspect-ratio: 9 \/ 2;\n  margin: 24px auto 38px !important;\n  background: var(--nmi-white);\n  border: 2px solid var(--nmi-ink);\n  box-shadow: 8px 8px 0 var(--nmi-shadow);\n  overflow: hidden;\n}\n\nbody.template-collection .collection-hero::before,\nbody.template-collection .collection-hero::after {\n  content: none !important;\n  display: none !important;\n}\n\nbody.template-collection .collection-hero__image {\n  width: 100% !important;\n  height: 100% !important;\n  background-color: var(--nmi-white) !important;\n  background-size: contain !important;\n  background-position: center !important;\n  background-repeat: no-repeat !important;\n}\n\nbody.template-collection .collection-hero__title-wrapper {\n  display: none !important;\n}\n\nbody.template-collection .collection-description,\nbody.template-collection .section-header .rte {\n  width: min(1180px, calc(100% - 36px));\n  max-width: none !important;\n  margin: 0 auto 34px !important;\n  padding: 0 !important;\n  text-align: left;\n}\n\n.nmi-fixer-page,\n.nmi-fixer-page * {\n  box-sizing: border-box;\n}\n\n.nmi-fixer-page {\n  color: var(--nmi-ink);\n  font-family: inherit;\n}\n\n.nmi-fixer-page h2,\n.nmi-fixer-page h3,\n.nmi-fixer-page p,\n.nmi-fixer-page ul {\n  margin-top: 0;\n}\n\n.nmi-fixer-page h2,\n.nmi-fixer-page h3 {\n  color: var(--nmi-ink);\n  font-family: \"Arial Rounded MT Bold\", \"Trebuchet MS\", sans-serif;\n  font-weight: 900 !important;\n  letter-spacing: -0.04em;\n}\n\n.nmi-fixer-hero {\n  padding: clamp(28px, 4vw, 44px);\n  background: var(--nmi-cream);\n  border: 2px solid var(--nmi-ink);\n  box-shadow: 8px 8px 0 var(--nmi-shadow);\n}\n\n.nmi-fixer-eyebrow,\n.nmi-fixer-card-label,\n.nmi-fixer-event-date {\n  display: inline-block;\n  font-weight: 900;\n  line-height: 1.2;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n}\n\n.nmi-fixer-eyebrow {\n  margin: 0 0 20px !important;\n  padding: 8px 14px;\n  color: var(--nmi-white);\n  background: var(--nmi-blue);\n  border-radius: 999px;\n  font-size: 12px !important;\n}\n\n.nmi-fixer-lead {\n  display: grid;\n  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);\n  gap: clamp(25px, 4vw, 52px);\n  align-items: end;\n}\n\n.nmi-fixer-lead h2 {\n  max-width: 12ch;\n  margin-bottom: 0 !important;\n  font-size: clamp(38px, 4.8vw, 58px) !important;\n  line-height: 0.96 !important;\n}\n\n.nmi-fixer-intro p {\n  margin-bottom: 0 !important;\n  font-size: 17px !important;\n  line-height: 1.55 !important;\n}\n\n.nmi-fixer-partner {\n  margin-top: 30px;\n  padding: 18px 21px;\n  display: flex;\n  align-items: center;\n  gap: 15px;\n  background: var(--nmi-white);\n  border: 2px solid var(--nmi-ink);\n}\n\n.nmi-fixer-partner-number {\n  flex: 0 0 auto;\n  width: 38px;\n  height: 38px;\n  display: grid;\n  place-items: center;\n  color: var(--nmi-white);\n  background: var(--nmi-blue);\n  border-radius: 50%;\n  font-size: 12px;\n  font-weight: 900;\n}\n\n.nmi-fixer-partner p {\n  margin: 0 !important;\n  font-size: 15px !important;\n  line-height: 1.45 !important;\n}\n\n.nmi-fixer-info-grid {\n  margin-top: 20px;\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 18px;\n}\n\n.nmi-fixer-list-card {\n  height: 100%;\n  border: 2px solid var(--nmi-ink);\n  box-shadow: 7px 7px 0 var(--nmi-shadow);\n  overflow: hidden;\n}\n\n.nmi-fixer-list-card--learn { background: var(--nmi-orange-light); }\n.nmi-fixer-list-card--bring { background: #c9e99b; }\n\n.nmi-fixer-list-card summary,\n.nmi-fixer-disclaimer summary {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 16px;\n  cursor: pointer;\n  list-style: none;\n}\n\n.nmi-fixer-list-card summary {\n  min-height: 150px;\n  padding: clamp(20px, 2.3vw, 27px);\n}\n\n.nmi-fixer-page summary::-webkit-details-marker { display: none; }\n\n.nmi-fixer-list-card summary::after,\n.nmi-fixer-disclaimer summary::after {\n  content: \"+\";\n  flex: 0 0 auto;\n  display: grid;\n  place-items: center;\n  border-radius: 50%;\n  font-weight: 900;\n  line-height: 1;\n}\n\n.nmi-fixer-list-card summary::after {\n  width: 36px;\n  height: 36px;\n  color: var(--nmi-white);\n  background: var(--nmi-ink);\n  font-size: 23px;\n}\n\n.nmi-fixer-page details[open] summary::after { content: \"−\"; }\n\n.nmi-fixer-card-label {\n  margin-bottom: 14px;\n  padding: 6px 11px;\n  color: var(--nmi-white);\n  background: var(--nmi-ink);\n  border-radius: 999px;\n  font-size: 10px;\n}\n\n.nmi-fixer-list-card h3 {\n  margin-bottom: 0 !important;\n  font-size: clamp(29px, 3vw, 39px) !important;\n  line-height: 1 !important;\n}\n\n.nmi-fixer-list-content {\n  padding: 18px clamp(20px, 2.3vw, 27px) clamp(22px, 2.5vw, 30px);\n  border-top: 1px solid rgba(23, 32, 61, 0.35);\n}\n\n.nmi-fixer-list-content p {\n  margin-bottom: 15px !important;\n  font-size: 14px !important;\n  line-height: 1.48 !important;\n}\n\n.nmi-fixer-list-content ul {\n  margin-bottom: 0 !important;\n  padding: 0;\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 12px 22px;\n  list-style: none;\n}\n\n.nmi-fixer-list-content li {\n  position: relative;\n  margin: 0 !important;\n  padding-left: 29px;\n  font-size: 14px;\n  line-height: 1.48;\n}\n\n.nmi-fixer-list-content li::before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  color: #27651f;\n  font-weight: 900;\n}\n\n.nmi-fixer-events-intro {\n  margin-top: 30px;\n  padding-top: 24px;\n  border-top: 2px solid var(--nmi-ink);\n}\n\n.nmi-fixer-events-intro h3 {\n  margin-bottom: 8px !important;\n  font-size: clamp(30px, 3.4vw, 44px) !important;\n  line-height: 1 !important;\n}\n\n.nmi-fixer-events-intro p {\n  margin-bottom: 0 !important;\n  font-size: 15px !important;\n  line-height: 1.45 !important;\n}\n\nbody.template-collection .filters-toolbar-wrapper { border: 0 !important; }\n\nbody.template-collection .filters-toolbar {\n  padding-top: 18px;\n  border-top: 2px solid var(--nmi-ink);\n}\n\nbody.template-collection #Collection {\n  box-sizing: border-box;\n  width: min(1200px, calc(100% - 64px)) !important;\n  max-width: 1200px !important;\n  margin-right: auto !important;\n  margin-left: auto !important;\n  padding-right: 8px;\n  padding-bottom: 34px !important;\n  padding-left: 8px;\n}\n\nbody.template-collection .grid--view-items {\n  display: grid !important;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  gap: 25px 18px;\n  width: 100% !important;\n  margin: 0 !important;\n  padding: 0 !important;\n  justify-items: stretch;\n  overflow: visible;\n}\n\nbody.template-collection .grid--view-items \u003e .grid__item {\n  float: none !important;\n  width: auto !important;\n  max-width: none !important;\n  margin: 0 !important;\n  padding: 0 !important;\n}\n\nbody.template-collection .grid-view-item.product-card {\n  width: 100% !important;\n  max-width: none !important;\n  height: 100%;\n  margin: 0 !important;\n  padding-bottom: 0;\n  background: var(--nmi-white);\n  border: 2px solid var(--nmi-ink);\n  box-shadow: 7px 7px 0 var(--nmi-shadow);\n  transition: transform 180ms ease, box-shadow 180ms ease;\n  overflow: hidden;\n}\n\nbody.template-collection .grid-view-item.product-card:hover,\nbody.template-collection .grid-view-item.product-card:focus-within {\n  transform: translate(7px, 7px);\n  box-shadow: 0 0 0 var(--nmi-shadow);\n}\n\nbody.template-collection .product-card__image-with-placeholder-wrapper,\nbody.template-collection .product-card__image-wrapper {\n  width: 100% !important;\n  max-width: none !important;\n  margin: 0 !important;\n}\n\nbody.template-collection .product-card__image-wrapper {\n  background: var(--nmi-white);\n  border: 0 !important;\n  border-bottom: 2px solid var(--nmi-ink) !important;\n  overflow: hidden;\n}\n\nbody.template-collection .product-card__image-wrapper \u003e div {\n  padding-top: 75.9556103576% !important;\n}\n\nbody.template-collection .grid-view-item__image {\n  inset: 0 !important;\n  width: 100% !important;\n  height: 100% !important;\n  max-width: none !important;\n  max-height: none !important;\n  object-fit: contain !important;\n  background: var(--nmi-white);\n  border-radius: 0 !important;\n}\n\nbody.template-collection .product-card__title {\n  min-height: 126px;\n  margin: 0 !important;\n  padding: 17px;\n  display: flex;\n  flex-direction: column;\n  align-items: flex-start;\n  gap: 12px;\n  color: var(--nmi-white) !important;\n  background: var(--nmi-ink);\n  font-size: 14px !important;\n  font-weight: 900 !important;\n  line-height: 1.3 !important;\n  text-align: left;\n}\n\nbody.template-collection .nmi-fixer-event-date {\n  padding: 7px 9px;\n  color: var(--nmi-ink);\n  background: var(--nmi-green);\n  font-size: 10px;\n}\n\nbody.template-collection .nmi-fixer-event-name {\n  display: block;\n  color: var(--nmi-white);\n  font-family: \"Arial Rounded MT Bold\", \"Trebuchet MS\", sans-serif;\n  font-size: 16px;\n  font-weight: 900;\n  line-height: 1.2;\n  letter-spacing: -0.015em;\n}\n\nbody.template-collection .grid--view-items \u003e .grid__item:nth-child(4n + 2) .nmi-fixer-event-date {\n  color: var(--nmi-white);\n  background: var(--nmi-pink);\n}\n\nbody.template-collection .grid--view-items \u003e .grid__item:nth-child(4n + 3) .nmi-fixer-event-date {\n  background: var(--nmi-blue-light);\n}\n\nbody.template-collection .grid--view-items \u003e .grid__item:nth-child(4n + 4) .nmi-fixer-event-date {\n  background: var(--nmi-orange-light);\n}\n\nbody.template-collection .product-card .price,\nbody.template-collection .product-card__price {\n  display: none !important;\n}\n\n.nmi-fixer-after-events {\n  width: min(1180px, calc(100% - 36px));\n  margin: 0 auto 70px;\n}\n\n.nmi-fixer-disclaimer {\n  margin-top: 24px;\n  color: var(--nmi-white);\n  background: var(--nmi-ink);\n  border: 2px solid var(--nmi-ink);\n}\n\n.nmi-fixer-disclaimer summary { padding: 24px 28px; }\n\n.nmi-fixer-disclaimer summary::after {\n  width: 38px;\n  height: 38px;\n  color: var(--nmi-ink);\n  background: var(--nmi-green);\n  font-size: 25px;\n}\n\n.nmi-fixer-disclaimer h3 {\n  margin-bottom: 6px !important;\n  color: var(--nmi-white) !important;\n  font-size: clamp(30px, 3.5vw, 46px) !important;\n  line-height: 1 !important;\n}\n\n.nmi-fixer-disclaimer summary p {\n  margin: 0 !important;\n  color: var(--nmi-white) !important;\n  font-size: 14px !important;\n  line-height: 1.4 !important;\n}\n\n.nmi-fixer-disclaimer-body {\n  padding: 0 28px 28px;\n}\n\n.nmi-fixer-disclaimer-body p {\n  max-width: 900px;\n  margin-bottom: 15px !important;\n  color: var(--nmi-white) !important;\n  font-size: 15px !important;\n  line-height: 1.5 !important;\n}\n\n.nmi-fixer-disclaimer-body p:last-child { margin-bottom: 0 !important; }\n\n.nmi-fixer-callout {\n  margin-top: 24px;\n  padding: clamp(24px, 3.5vw, 34px);\n  display: grid;\n  grid-template-columns: minmax(0, 1fr) auto;\n  gap: 35px;\n  align-items: center;\n  background: var(--nmi-blue-light);\n  border: 2px solid var(--nmi-ink);\n  box-shadow: 7px 7px 0 var(--nmi-shadow);\n}\n\n.nmi-fixer-callout h3 {\n  margin-bottom: 10px !important;\n  font-size: clamp(31px, 3.5vw, 46px) !important;\n  line-height: 1 !important;\n}\n\n.nmi-fixer-callout p {\n  margin-bottom: 0 !important;\n  font-size: 15px !important;\n  line-height: 1.5 !important;\n}\n\n.nmi-fixer-button {\n  min-height: 52px;\n  padding: 14px 19px;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  color: var(--nmi-white) !important;\n  background: var(--nmi-blue);\n  border: 2px solid var(--nmi-ink);\n  box-shadow: 4px 4px 0 var(--nmi-ink);\n  font-size: 13px;\n  font-weight: 900;\n  line-height: 1.2;\n  text-align: center;\n  text-decoration: none !important;\n  white-space: nowrap;\n  transition: transform 160ms ease, box-shadow 160ms ease;\n}\n\n.nmi-fixer-button:hover,\n.nmi-fixer-button:focus-visible {\n  color: var(--nmi-white) !important;\n  transform: translate(4px, 4px);\n  box-shadow: 0 0 0 var(--nmi-ink);\n}\n\n@media screen and (max-width: 1100px) {\n  .nmi-fixer-lead { grid-template-columns: 1fr; gap: 18px; }\n  .nmi-fixer-lead h2 { max-width: none; }\n  .nmi-fixer-list-content ul { grid-template-columns: 1fr; }\n  .nmi-fixer-callout { grid-template-columns: 1fr; }\n  .nmi-fixer-button { justify-self: start; }\n  body.template-collection .grid--view-items { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n}\n\n@media screen and (max-width: 620px) {\n  body.template-collection .collection-description,\n  body.template-collection .section-header .rte {\n    width: calc(100% - 24px);\n    margin-bottom: 38px !important;\n  }\n\n  body.template-collection .collection-hero {\n    width: calc(100% - 24px) !important;\n    aspect-ratio: 2 \/ 1;\n    margin-top: 16px !important;\n    margin-bottom: 28px !important;\n  }\n\n  body.template-collection #Collection {\n    width: calc(100% - 24px) !important;\n    padding-right: 0;\n    padding-left: 0;\n  }\n\n  body.template-collection .grid--view-items { grid-template-columns: 1fr; }\n  body.template-collection .product-card__title { min-height: 0; }\n  .nmi-fixer-hero { padding: 28px 22px; }\n  .nmi-fixer-info-grid { grid-template-columns: 1fr; }\n  .nmi-fixer-list-card summary { min-height: 0; }\n  .nmi-fixer-after-events { width: calc(100% - 24px); }\n  .nmi-fixer-disclaimer summary { padding: 22px; }\n  .nmi-fixer-disclaimer-body { padding: 0 22px 22px; }\n  .nmi-fixer-callout { padding: 27px 22px; }\n  .nmi-fixer-button { width: 100%; white-space: normal; }\n}\n\n.nmi-fixer-disclaimer-body ul {\n  margin: 0 !important;\n  padding-left: 22px;\n  color: var(--nmi-white) !important;\n  list-style: disc;\n}\n.nmi-fixer-disclaimer-body li {\n  margin: 0 0 15px !important;\n  color: var(--nmi-white) !important;\n  font-size: 15px !important;\n  line-height: 1.5 !important;\n}\n.nmi-fixer-disclaimer-body li:last-child { margin-bottom: 0 !important; }\n\n.nmi-fixer-page .nmi-fixer-summary-copy {\n  display: block;\n  color: #17203d;\n  font-family: \"Arial Rounded MT Bold\", \"Trebuchet MS\", sans-serif;\n  font-size: clamp(29px, 3vw, 39px) !important;\n  font-weight: 900 !important;\n  line-height: 1.1 !important;\n  letter-spacing: -0.035em;\n}\n.nmi-fixer-page .nmi-fixer-card-label {\n  display: table;\n  margin: 0 0 14px;\n  font-size: 10px !important;\n  font-weight: 900;\n  line-height: 1.2;\n  letter-spacing: 0.08em;\n}\n.nmi-fixer-page .nmi-fixer-list-card--learn { background: #c9e99b; }\n.nmi-fixer-page .nmi-fixer-list-card--bring { background: #fbc18b; }\n.nmi-fixer-page .nmi-fixer-list-content p,\n.nmi-fixer-page .nmi-fixer-list-content li {\n  color: #17203d !important;\n  font-size: 16px !important;\n  line-height: 1.55 !important;\n}\n.nmi-fixer-page .nmi-fixer-list-content ul {\n  grid-template-columns: 1fr;\n  margin: 0 !important;\n  padding: 0 !important;\n}\n.nmi-fixer-page .nmi-fixer-list-content li {\n  display: list-item;\n  list-style: none;\n  padding-left: 25px;\n}\n.nmi-fixer-page .nmi-fixer-list-content li::before { content: \"•\"; color: #17203d; }\n.nmi-fixer-page .nmi-fixer-disclaimer { box-shadow: 7px 7px 0 var(--nmi-shadow); }\n.nmi-fixer-page .nmi-fixer-disclaimer .nmi-fixer-summary-copy { color: #ffffff; }\n.nmi-fixer-page .nmi-fixer-disclaimer .nmi-fixer-card-label { color: #17203d; background: #95c93f; }\n.nmi-fixer-page .nmi-fixer-disclaimer-body { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.32); }\n.nmi-fixer-page .nmi-fixer-disclaimer-body li,\n.nmi-fixer-page .nmi-fixer-disclaimer-body strong {\n  color: #ffffff !important;\n  font-size: 16px !important;\n  line-height: 1.55 !important;\n}\n.nmi-fixer-page summary:focus-visible { outline: 3px solid #095daa; outline-offset: -5px; }\n\n\n.nmi-fixer-page .nmi-fixer-list-card summary .nmi-fixer-card-title {\n  display: block;\n  font-family: \"Arial Rounded MT Bold\", \"Trebuchet MS\", sans-serif;\n  font-size: 39px !important;\n  font-weight: 900 !important;\n  line-height: 1.1 !important;\n  letter-spacing: -0.035em;\n  text-transform: none;\n  color: #17203d !important;\n}\n@media (max-width: 620px) {\n  .nmi-fixer-page .nmi-fixer-list-card summary .nmi-fixer-card-title {\n    font-size: 32px !important;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"nmi-fixer-page\"\u003e\n\u003csection class=\"nmi-fixer-hero\"\u003e\n\u003cp class=\"nmi-fixer-eyebrow\"\u003eFIXER IN RESIDENCE · YORK REGION\u003c\/p\u003e\n\u003cdiv class=\"nmi-fixer-lead\"\u003e\n\u003ch2 id=\"nmi-fixer-title\"\u003eFix It. Learn It. Keep It Going.\u003c\/h2\u003e\n\u003cdiv class=\"nmi-fixer-intro\"\u003e\n\u003cp\u003eFixer in Residence helps York Region residents learn practical troubleshooting, maintenance and repair skills with guidance from experienced fixers. The focus is on learning how to approach the problem, not simply having an item repaired for you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nmi-fixer-partner\"\u003e\n\u003cspan class=\"nmi-fixer-partner-number\"\u003eYR\u003c\/span\u003e\n\u003cp\u003eFixer in Residence Project. Funding provided partially by \u003cstrong\u003eThe Regional Municipality of York\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"nmi-fixer-info-grid\"\u003e\n\u003cdetails class=\"nmi-fixer-list-card nmi-fixer-list-card--learn\"\u003e\n\u003csummary\u003e\u003cspan class=\"nmi-fixer-summary-copy\"\u003e \u003cspan class=\"nmi-fixer-card-label\"\u003eWHAT TO EXPECT\u003c\/span\u003e\u003cspan class=\"nmi-fixer-card-title\"\u003eLearn by doing\u003c\/span\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"nmi-fixer-list-content\"\u003e\n\u003cp\u003eWork alongside an instructor to understand the problem and explore safe repair options.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eAssess the item\u003c\/li\u003e\n\u003cli\u003eChoose the right tools\u003c\/li\u003e\n\u003cli\u003eLearn basic troubleshooting\u003c\/li\u003e\n\u003cli\u003eUnderstand possible next steps\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"nmi-fixer-list-card nmi-fixer-list-card--bring\"\u003e\n\u003csummary\u003e\u003cspan class=\"nmi-fixer-summary-copy\"\u003e \u003cspan class=\"nmi-fixer-card-label\"\u003eBEFORE YOU REGISTER\u003c\/span\u003e\u003cspan class=\"nmi-fixer-card-title\"\u003eBring one item\u003c\/span\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"nmi-fixer-list-content\"\u003e\n\u003cp\u003eWorkshop requirements may vary, so always read the individual workshop details first.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eOne portable item\u003c\/li\u003e\n\u003cli\u003eRelated cords or parts\u003c\/li\u003e\n\u003cli\u003eA description of the problem\u003c\/li\u003e\n\u003cli\u003eA willingness to participate\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003cdetails class=\"nmi-fixer-disclaimer\"\u003e\n\u003csummary\u003e\n\u003cspan class=\"nmi-fixer-summary-copy\"\u003e\u003cspan class=\"nmi-fixer-card-label\"\u003eIMPORTANT\u003c\/span\u003ePlease keep in mind\u003c\/span\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"nmi-fixer-disclaimer-body\"\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eLearn repair skills, not just repairs. This workshop focuses on teaching you how to assess and repair items yourself.\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eRepairs are not guaranteed. Some items may require additional time, parts, tools, or expertise.\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eBuild confidence. Leave with practical skills you can apply to future repairs.\u003c\/strong\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003csection class=\"nmi-fixer-events-intro\"\u003e\n\u003ch3 id=\"nmi-fixer-events-title\"\u003eChoose an upcoming workshop.\u003c\/h3\u003e\n\u003cp\u003eSelect an event below to see the location, date and registration details.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nmi-fixer-page nmi-fixer-after-events\" id=\"nmi-fixer-after-events\"\u003e\n\u003csection class=\"nmi-fixer-callout\"\u003e\n\u003cdiv\u003e\n\u003ch3 id=\"nmi-fixer-repair-cafe-title\"\u003eLooking for Repair Café?\u003c\/h3\u003e\n\u003cp\u003eRepair Café offers free community repair events supported by skilled volunteer fixers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca class=\"nmi-fixer-button\" href=\"https:\/\/www.newmakeit.com\/collections\/repair-cafe\"\u003eVisit Repair Café\u003c\/a\u003e\u003c\/section\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function () {\n  function moveRepairCafe() {\n    var callout = document.getElementById('nmi-fixer-after-events');\n    var workshops = document.getElementById('Collection');\n    if (callout \u0026\u0026 workshops \u0026\u0026 !callout.contains(workshops)) {\n      workshops.insertAdjacentElement('afterend', callout);\n    }\n  }\n  if (document.readyState === 'loading') {\n    document.addEventListener('DOMContentLoaded', moveRepairCafe, { once: true });\n  } else {\n    moveRepairCafe();\n  }\n  document.addEventListener('shopify:section:load', moveRepairCafe);\n})();\n\u003c\/script\u003e\n","products":[{"product_id":"repair-101-general-repair-at-aurora-public-library-saturday-september-26-2026","title":"Repair 101: General Repair at Aurora Public Library, Saturday September 26, 2026","description":"\n\u003cp\u003e\u003cstrong\u003eDate:\u003c\/strong\u003e Saturday, September 26, 2026\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eTime:\u003c\/strong\u003e 10:00 AM to 12:00 PM\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eLocation:\u003c\/strong\u003e Aurora Public Library, 15145 Yonge St, Aurora, ON L4G 1M1\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSkill Level:\u003c\/strong\u003e Beginner\u003cbr\u003eNo previous repair experience required.\u003c\/p\u003e\n\u003cp\u003eNot sure where to start when something breaks? \u003cstrong\u003eRepair 101\u003c\/strong\u003e is a beginner friendly introduction to the basics of everyday repair. Learn how to assess a broken item, identify common problems, choose the right tools and approach repairs with confidence.\u003c\/p\u003e\n\u003cp\u003eThrough hands on demonstrations and practical examples, you will learn simple troubleshooting techniques and discover how small repairs can help extend the life of the things you use every day.\u003c\/p\u003e\n\u003ch3\u003eParticipants can learn\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eHow to assess a broken item and identify the problem\u003c\/li\u003e\n\u003cli\u003eHow to use common hand tools such as screwdrivers, pliers, wrenches and Allen keys\u003c\/li\u003e\n\u003cli\u003eHow to choose the right tool for the job\u003c\/li\u003e\n\u003cli\u003eHow to safely take an item apart and put it back together\u003c\/li\u003e\n\u003cli\u003eHow to identify common fasteners and components\u003c\/li\u003e\n\u003cli\u003eBasic troubleshooting and problem solving techniques\u003c\/li\u003e\n\u003cli\u003eHow to determine what parts or materials may be needed\u003c\/li\u003e\n\u003cli\u003eHow to know when something can be repaired and when professional help may be needed\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eEach participant may bring \u003cstrong\u003eone item\u003c\/strong\u003e to the workshop to work on with the guidance of the instructor.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThis is a learning focused workshop, not a repair service.\u003c\/strong\u003e You will learn how to assess your item, understand how the repair works and develop practical skills that you can use to repair similar items yourself in the future.\u003c\/p\u003e\n\u003cp\u003eWhile our instructor will provide guidance and support, \u003cstrong\u003ethere is no guarantee that your item will be repaired or that the repair can be completed during the workshop.\u003c\/strong\u003e Some items may require additional parts, tools, time or specialized knowledge.\u003c\/p\u003e\n\u003cp\u003eThe goal is for you to leave with \u003cstrong\u003enew repair skills and the confidence to tackle future repairs yourself.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThis event is being held in partnership with York Region at the Aurora Public Library, 15145 Yonge St, Aurora, ON L4G 1M1.\u003c\/strong\u003e\u003c\/p\u003e","brand":"NewMakeIt - York Region Makers","offers":[{"title":"General Admission","offer_id":47032013553825,"sku":null,"price":0.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0437\/2725\/7761\/files\/newmakeit-fixer-in-residence-logo.png?v=1788882946"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0437\/2725\/7761\/collections\/newmakeit-fixer-in-residence-logo.png?v=1788884224","url":"https:\/\/www.newmakeit.com\/collections\/fixer-in-residence-workshops.oembed","provider":"NewMakeIt - York Region Makers","version":"1.0","type":"link"}