{"id":733,"date":"2025-02-11T19:50:43","date_gmt":"2025-02-11T11:50:43","guid":{"rendered":"https:\/\/stopthekilling.sg\/?page_id=733"},"modified":"2026-04-05T18:03:01","modified_gmt":"2026-04-05T10:03:01","slug":"door-knocking","status":"publish","type":"page","link":"https:\/\/stopthekilling.sg\/ms\/door-knocking\/","title":{"rendered":""},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n  <title>Volunteer Reflections<\/title>\n <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Special+Elite&#038;family=Anton&#038;family=Gloria+Hallelujah&#038;display=swap\" rel=\"stylesheet\">\n  <style>\n    body {\n      margin: 0;\n      background: #fffdf8 url('https:\/\/www.transparenttextures.com\/patterns\/white-wall-3.png');\n      font-family: 'Special Elite', monospace;\n      color: #111;\n      padding: 2rem;\n      line-height: 1.8;\n    }\n\n    .zine-page {\n      max-width: 1000px;\n      margin: 0 auto;\n      background: #fffefb;\n      border: 4px dashed #000;\n      padding: 2rem;\n      box-shadow: 10px 10px 0 #ffde59;\n    }\n\n    h1 {\n      font-family: 'Special Elite', monospace;\n      font-size: 2.5rem;\n      text-transform: uppercase;\n      margin-bottom: 1rem;\n      background: #000;\n      color: #fff;\n      padding: 0.5rem 1rem;\n      display: inline-block;\n      transform: rotate(-2deg);\n    }\n\n    .reflection-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    .reflection-header p {\n  font-family: 'Inter', sans-serif;\n\n      font-size: 1.1rem;\n      margin-top: 0.5rem;\n    }\n\n    .reflection-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n      gap: 40px;\n    }\n\n    .reflection-card {\n      position: relative;\n      background: #000;\n      border: 1px solid #333;\n      padding: 25px;\n      border-radius: 16px;\n      color: #fff;\n      overflow: hidden;\n      transition: transform 0.3s ease, box-shadow 0.3s ease;\n      box-shadow: 0 0 10px rgba(255, 215, 0, 0.1);\n      transform-origin: center;\n    }\n\n\n\n    .reflection-card:hover {\n      transform: scale(1.03);\n      box-shadow: 0 0 20px rgba(255, 215, 0, 0.2);\n    }\n\n    .reflection-card h2 {\n      font-size: 1.3em;\n      color: #FFD700;\n      margin-bottom: 10px;\n      font-weight: 700;\n    }\n\n    .reflection-card p {\nfont-family: 'Inter', sans-serif;\n      font-size: 0.95em;\n      color: #ccc;\n      line-height: 1.5;\n    }\n\n    .reflection-card a {\n      display: inline-block;\n      margin-top: 12px;\n      color: #FFD700;\n      text-decoration: underline;\n      font-weight: bold;\n    }\n\n    .author-overlay {\n      position: absolute;\n      bottom: 15px;\n      right: 15px;\n      background: rgba(255, 215, 0, 0.85);\n      color: #000;\n      font-size: 0.9em;\n      padding: 6px 12px;\n      border-radius: 30px;\n      font-weight: bold;\n      opacity: 0;\n      transform: translateY(10px);\n      transition: all 0.3s ease;\n      pointer-events: none;\n    }\n\n    .reflection-card:hover .author-overlay {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    @media (max-width: 600px) {\n      h1 {\n        font-size: 1.8rem;\n      }\n\n      .reflection-header p {\n        font-size: 1rem;\n      }\n    }\n\n.get-involved {\n  background: #000;\n  color: #FFD700;\n  border: 2px dashed #FFD700;\n  padding: 2rem;\n  border-radius: 20px;\n  margin-top: 100px;\n  text-align: center;\n  box-shadow: 4px 4px 0 #ffde59;\n  font-family: 'Special Elite', monospace;\n  transform: rotate(-1deg);\n}\n\n.get-involved h2 {\n  font-size: 1.8rem;\n  margin-bottom: 0.5rem;\n  text-transform: uppercase;\n}\n\n.get-involved p {\n  font-family: 'Inter', sans-serif;\n  font-size: 1rem;\n  color: #fff;\n  margin-bottom: 0.7rem;\n}\n\n.get-involved-button {\n  display: inline-block;\n  background: #FFD700;\n  color: #000;\n  font-weight: bold;\n  padding: 0.75rem 1.5rem;\n  border-radius: 30px;\n  text-decoration: none;\n  font-size: 1rem;\n  box-shadow: 2px 2px 0 #000;\n  transition: all 0.25s ease;\n}\n\n.get-involved-button:hover {\n  transform: scale(1.05);\n  background: #ffe55a;\n  box-shadow: 4px 4px 0 #000;\n}\n\n\n@media (max-width: 768px) {\n  body {\n    padding: 1.2rem;\n  }\n\n  h1 {\n    font-size: 1.8rem;\n    padding: 0.4rem 0.8rem;\n  }\n\n  .zine-page {\n    padding: 1.5rem;\n    box-shadow: 6px 6px 0 #ffde59;\n  }\n\n  .reflection-header p {\n    font-size: 1rem;\n    margin-top: 0.3rem;\n  }\n\n  .reflection-grid {\n    grid-template-columns: 1fr;\n    gap: 24px;\n  }\n\n  .reflection-card {\n    padding: 20px;\n  }\n\n  .reflection-card h2 {\n    font-size: 1.1rem;\n  }\n\n  .reflection-card p {\n    font-size: 0.9rem;\n  }\n\n  .author-overlay {\n    font-size: 0.8rem;\n    padding: 4px 10px;\n    right: 10px;\n    bottom: 10px;\n  }\n}\n\n  <\/style>\n<\/head>\n<body>\n  <div class=\"zine-page\">\n    <div class=\"reflection-header\">\n      <h1>Ruang Renungan dan Refleksi<\/h1>\n      <p>Kisah dan renungan dari misi rumah ke rumah kami.<\/p>\n    <\/div>\n\n    <div class=\"reflection-grid\">\n      <div class=\"reflection-card\">\n        <h2>Tiada apa yang lebih teruk dan tak boleh diubah daripada kematian.<\/h2>\n        <p>Seorang sukarelawan berkongsi pandangan tentang berat emosi perbualan mengenai hukuman mati dalam komuniti kita.<\/p>\n        <a href=\"https:\/\/stopthekilling.sg\/ms\/2023\/06\/22\/there-is-nothing-more-irreparable-than-death\/\" target=\"_blank\">Baca lanjut<\/a>\n        <div class=\"author-overlay\">by Anonymous.<\/div>\n      <\/div>\n\n      <div class=\"reflection-card\">\n        <h2>#BerhentiMembunuh: TJC sambung misi rumah ke rumah<\/h2>\n        <p>Petang tadi, ahli dan sukarelawan TJC melawat beberapa penduduk dan berbual dengan mereka tentang hukuman mati...<\/p>\n        <a href=\"https:\/\/stopthekilling.sg\/ms\/2024\/11\/24\/stopthekilling-tjc-resumes-door-knocking\/\" target=\"_blank\">Baca lanjut<\/a>\n        <div class=\"author-overlay\">oleh Elijah Tay.<\/div>\n      <\/div>\n\n      <div class=\"reflection-card\">\n        <h2>Selepas PRU: Inilah Demokrasi<\/h2>\n        <p>Tiada masa untuk dibazirkan! Kami mula bergerak sehari selepas hari pengundian (sesi ini telah dijadualkan sebelum PRU diumum...<\/p>\n        <a href=\"https:\/\/stopthekilling.sg\/ms\/2025\/07\/14\/post-ge-door-knocking-this-is-democracy\/\" target=\"_blank\">Baca lanjut<\/a>\n        <div class=\"author-overlay\">oleh Elijah Tay.<\/div>\n      <\/div>\n\n      <div class=\"reflection-card\">\n        <h2>Perbezaan Pendapat Bukan Bererti \u201cSokongan Meluas\u201d<\/h2>\n        <p>Melangkah ke sesi pintu ke pintu saya yang pertama untuk topik yang \u201ctabu\u201d seperti hukuman mati, saya menjangkakan akan dihina, dimarahi, atau mungkin hanya diabaikan..<\/p>\n        <a href=\"https:\/\/stopthekilling.sg\/ms\/2025\/07\/14\/disagreement-is-not-widespread-support\/\" target=\"_blank\">Baca lanjut<\/a>\n        <div class=\"author-overlay\">Oleh V.<\/div>\n      <\/div>\n\n      <div class=\"reflection-card\">\n        <h2>Membina Pergerakan di Luar Talian<\/h2>\n        <p>Pada permulaan sesi kempen dari pintu ke pintu yang terakhir dengan TJC, fikiran saya terganggu dengan berita-berita terkini mengenai TJC..<\/p>\n        <a href=\"https:\/\/stopthekilling.sg\/ms\/2025\/07\/14\/building-the-movement-offline\/\" target=\"_blank\">Baca lanjut<\/a>\n        <div class=\"author-overlay\">Oleh Karissa<\/div>\n      <\/div>\n\n     \n    <\/div>\n\n<div class=\"get-involved\">\n  <h2>Want to get involved?<\/h2>\n  <p>Kalau cerita-cerita ini menyentuh hati anda, dan anda mendapat inspirasi untuk bertindak, sila isi borang untuk sertai pergerakan pemansuhan hukuman mati di Singapura.<\/p>\n  <a href=\"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLSee5iPL4ALvb8QOnphF8wf8CtlEasFc5N7gldiFbRIvat721w\/viewform?usp=sharing&#038;ouid=100460116447028135139\" target=\"_blank\" class=\"get-involved-button\">Sertai Gerakan<\/a>\n<\/div>\n  <\/div>\n<script>\n  document.addEventListener(\"DOMContentLoaded\", () => {\n    const grid = document.querySelector('.reflection-grid');\n    const cards = Array.from(grid.querySelectorAll('.reflection-card'));\n\n    const getDateFromCard = (card) => {\n      const link = card.querySelector('a');\n      if (!link) return new Date(0); \/\/ fallback for \"Coming Soon\"\n      const match = link.href.match(\/\\\/(\\d{4})\\\/(\\d{2})\\\/(\\d{2})\\\/\/);\n      if (!match) return new Date(0);\n      return new Date(`${match[1]}-${match[2]}-${match[3]}`);\n    };\n\n    const sorted = cards.sort((a, b) => getDateFromCard(b) - getDateFromCard(a));\n\n    \/\/ Clear and append in sorted order\n    grid.innerHTML = '';\n    sorted.forEach(card => grid.appendChild(card));\n  });\n<\/script>\n\n<\/body>\n<\/html>\n\n\n\n<div style=\"height:115px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>","protected":false},"excerpt":{"rendered":"<p>Volunteer Reflections Volunteer Reflections Stories and reflections from our door-knocking efforts. There Is Nothing More Irreparable Than Death A volunteer reflects on the emotional weight of conversations about capital punishment in our communities. Read More \u2192 by Anonymous. #StopTheKilling TJC Resumes Door-Knocking After a break, we return to the streets to speak to neighbours \u2014 [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_eb_attr":"","footnotes":""},"class_list":["post-733","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>- #StopTheKilling<\/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:\/\/stopthekilling.sg\/ms\/door-knocking\/\" \/>\n<meta property=\"og:locale\" content=\"ms_MY\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"- #StopTheKilling\" \/>\n<meta property=\"og:description\" content=\"Volunteer Reflections Volunteer Reflections Stories and reflections from our door-knocking efforts. There Is Nothing More Irreparable Than Death A volunteer reflects on the emotional weight of conversations about capital punishment in our communities. Read More \u2192 by Anonymous. #StopTheKilling TJC Resumes Door-Knocking After a break, we return to the streets to speak to neighbours \u2014 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/stopthekilling.sg\/ms\/door-knocking\/\" \/>\n<meta property=\"og:site_name\" content=\"#StopTheKilling\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-05T10:03:01+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minit\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/stopthekilling.sg\/door-knocking\/\",\"url\":\"https:\/\/stopthekilling.sg\/door-knocking\/\",\"name\":\"- #StopTheKilling\",\"isPartOf\":{\"@id\":\"https:\/\/stopthekilling.sg\/#website\"},\"datePublished\":\"2025-02-11T11:50:43+00:00\",\"dateModified\":\"2026-04-05T10:03:01+00:00\",\"inLanguage\":\"ms-MY\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/stopthekilling.sg\/door-knocking\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/stopthekilling.sg\/#website\",\"url\":\"https:\/\/stopthekilling.sg\/\",\"name\":\"#StopTheKilling\",\"description\":\"Calling for a moratorium on the death penalty in Singapore\",\"publisher\":{\"@id\":\"https:\/\/stopthekilling.sg\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/stopthekilling.sg\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ms-MY\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/stopthekilling.sg\/#organization\",\"name\":\"#StopTheKilling\",\"url\":\"https:\/\/stopthekilling.sg\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ms-MY\",\"@id\":\"https:\/\/stopthekilling.sg\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/stopthekilling.sg\/wp-content\/uploads\/2023\/01\/Logo-CleanShot-2022-10-09-at-03.51.00@2x-edited.png\",\"contentUrl\":\"https:\/\/stopthekilling.sg\/wp-content\/uploads\/2023\/01\/Logo-CleanShot-2022-10-09-at-03.51.00@2x-edited.png\",\"width\":135,\"height\":163,\"caption\":\"#StopTheKilling\"},\"image\":{\"@id\":\"https:\/\/stopthekilling.sg\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"- #StopTheKilling","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:\/\/stopthekilling.sg\/ms\/door-knocking\/","og_locale":"ms_MY","og_type":"article","og_title":"- #StopTheKilling","og_description":"Volunteer Reflections Volunteer Reflections Stories and reflections from our door-knocking efforts. There Is Nothing More Irreparable Than Death A volunteer reflects on the emotional weight of conversations about capital punishment in our communities. Read More \u2192 by Anonymous. #StopTheKilling TJC Resumes Door-Knocking After a break, we return to the streets to speak to neighbours \u2014 [&hellip;]","og_url":"https:\/\/stopthekilling.sg\/ms\/door-knocking\/","og_site_name":"#StopTheKilling","article_modified_time":"2026-04-05T10:03:01+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minit"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/stopthekilling.sg\/door-knocking\/","url":"https:\/\/stopthekilling.sg\/door-knocking\/","name":"- #StopTheKilling","isPartOf":{"@id":"https:\/\/stopthekilling.sg\/#website"},"datePublished":"2025-02-11T11:50:43+00:00","dateModified":"2026-04-05T10:03:01+00:00","inLanguage":"ms-MY","potentialAction":[{"@type":"ReadAction","target":["https:\/\/stopthekilling.sg\/door-knocking\/"]}]},{"@type":"WebSite","@id":"https:\/\/stopthekilling.sg\/#website","url":"https:\/\/stopthekilling.sg\/","name":"#BerhentiMembunuh","description":"Calling for a moratorium on the death penalty in Singapore","publisher":{"@id":"https:\/\/stopthekilling.sg\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/stopthekilling.sg\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ms-MY"},{"@type":"Organization","@id":"https:\/\/stopthekilling.sg\/#organization","name":"#BerhentiMembunuh","url":"https:\/\/stopthekilling.sg\/","logo":{"@type":"ImageObject","inLanguage":"ms-MY","@id":"https:\/\/stopthekilling.sg\/#\/schema\/logo\/image\/","url":"https:\/\/stopthekilling.sg\/wp-content\/uploads\/2023\/01\/Logo-CleanShot-2022-10-09-at-03.51.00@2x-edited.png","contentUrl":"https:\/\/stopthekilling.sg\/wp-content\/uploads\/2023\/01\/Logo-CleanShot-2022-10-09-at-03.51.00@2x-edited.png","width":135,"height":163,"caption":"#StopTheKilling"},"image":{"@id":"https:\/\/stopthekilling.sg\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/stopthekilling.sg\/ms\/wp-json\/wp\/v2\/pages\/733","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/stopthekilling.sg\/ms\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/stopthekilling.sg\/ms\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/stopthekilling.sg\/ms\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/stopthekilling.sg\/ms\/wp-json\/wp\/v2\/comments?post=733"}],"version-history":[{"count":33,"href":"https:\/\/stopthekilling.sg\/ms\/wp-json\/wp\/v2\/pages\/733\/revisions"}],"predecessor-version":[{"id":1597,"href":"https:\/\/stopthekilling.sg\/ms\/wp-json\/wp\/v2\/pages\/733\/revisions\/1597"}],"wp:attachment":[{"href":"https:\/\/stopthekilling.sg\/ms\/wp-json\/wp\/v2\/media?parent=733"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}