{"id":81,"date":"2026-08-08T11:50:27","date_gmt":"2026-08-08T11:50:27","guid":{"rendered":"https:\/\/cgcc.ca\/?page_id=81"},"modified":"2026-08-08T11:50:27","modified_gmt":"2026-08-08T11:50:27","slug":"about-us","status":"publish","type":"page","link":"https:\/\/cgcc.ca\/about-us\/","title":{"rendered":"About us\u00a0"},"content":{"rendered":"\n<!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>About Us &#8211; CGCC.ca<\/title>\n<style>\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    font-family: Georgia, 'Times New Roman', serif;\n    width: 100vw;\n    margin-left: calc(-50vw + 50%);\n    margin-right: calc(-50vw + 50%);\n    background-color: #f4f4f0;\n    color: #111111;\n  }\n\n  \/* Hero *\/\n  .hero {\n    background: linear-gradient(135deg, #1a1a1a 0%, #2b2b33 100%);\n    color: #ffffff;\n    padding: 60px 6% 50px 6%;\n    text-align: center;\n  }\n\n  .hero span.tag {\n    display: inline-block;\n    background-color: #f5d94e;\n    color: #1a1a1a;\n    font-family: Verdana, Arial, sans-serif;\n    font-size: 12px;\n    font-weight: bold;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    margin-bottom: 16px;\n  }\n\n  .hero h1 {\n    font-family: Verdana, Arial, sans-serif;\n    font-size: 34px;\n    margin-bottom: 12px;\n  }\n\n  .hero p {\n    max-width: 700px;\n    margin: 0 auto;\n    font-size: 16px;\n    color: #d8d8d8;\n    line-height: 1.7;\n  }\n\n  \/* Sections *\/\n  section {\n    padding: 44px 6%;\n  }\n\n  section.alt {\n    background-color: #ececE6;\n  }\n\n  section.dark {\n    background-color: #1e1e22;\n    color: #f0f0f0;\n  }\n\n  .section-inner {\n    max-width: 940px;\n    margin: 0 auto;\n  }\n\n  h2.section-heading {\n    font-family: Verdana, Arial, sans-serif;\n    font-size: 24px;\n    margin-bottom: 18px;\n    padding-bottom: 10px;\n    border-bottom: 3px solid #2b2b2b;\n  }\n\n  section.dark h2.section-heading {\n    border-bottom-color: #f5d94e;\n    color: #ffffff;\n  }\n\n  p {\n    font-size: 15.5px;\n    line-height: 1.75;\n    margin-bottom: 16px;\n  }\n\n  \/* Stats row *\/\n  .stats-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 20px;\n    margin-top: 10px;\n  }\n\n  .stat-box {\n    flex: 1 1 200px;\n    background-color: #ffffff;\n    border: 1px solid #cfcfc8;\n    border-top: 4px solid #2b2b2b;\n    padding: 18px 16px;\n    text-align: center;\n  }\n\n  .stat-number {\n    font-family: Verdana, Arial, sans-serif;\n    font-size: 28px;\n    font-weight: bold;\n    color: #1a1a1a;\n    margin-bottom: 4px;\n  }\n\n  .stat-label {\n    font-family: Verdana, Arial, sans-serif;\n    font-size: 12px;\n    color: #555555;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n\n  \/* Timeline *\/\n  .timeline {\n    margin-top: 10px;\n  }\n\n  .timeline-item {\n    display: flex;\n    gap: 20px;\n    padding: 16px 0;\n    border-bottom: 1px solid #33333a;\n  }\n\n  .timeline-item:last-child { border-bottom: none; }\n\n  .timeline-year {\n    flex: 0 0 90px;\n    font-family: Verdana, Arial, sans-serif;\n    font-weight: bold;\n    color: #f5d94e;\n    font-size: 16px;\n  }\n\n  .timeline-text {\n    flex: 1;\n    color: #e0e0e0;\n    font-size: 14.5px;\n    line-height: 1.6;\n  }\n\n  \/* Feature grid *\/\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 18px;\n    margin-top: 10px;\n  }\n\n  .feature-card {\n    background-color: #ffffff;\n    border: 1px solid #cfcfc8;\n    padding: 20px;\n  }\n\n  .feature-card .icon-dot {\n    width: 34px;\n    height: 34px;\n    border-radius: 50%;\n    background-color: #2b2b2b;\n    color: #f5d94e;\n    font-family: Verdana, Arial, sans-serif;\n    font-weight: bold;\n    font-size: 15px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 12px;\n  }\n\n  .feature-card h3 {\n    font-family: Verdana, Arial, sans-serif;\n    font-size: 15px;\n    margin-bottom: 8px;\n    color: #1a1a1a;\n  }\n\n  .feature-card p {\n    font-size: 13.5px;\n    color: #333333;\n    margin-bottom: 0;\n  }\n\n  \/* Values *\/\n  .values-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 18px;\n    margin-top: 10px;\n  }\n\n  .value-card {\n    padding: 18px 0;\n    border-top: 3px solid #2b2b2b;\n  }\n\n  .value-card h3 {\n    font-family: Verdana, Arial, sans-serif;\n    font-size: 15px;\n    margin-bottom: 8px;\n  }\n\n  .value-card p {\n    font-size: 13.5px;\n    margin-bottom: 0;\n  }\n\n  \/* Contact box *\/\n  .contact-box {\n    background-color: #ffffff;\n    border: 1px solid #cfcfc8;\n    border-left: 5px solid #f5d94e;\n    padding: 22px 24px;\n    margin-top: 12px;\n  }\n\n  .contact-box p {\n    margin-bottom: 8px;\n  }\n\n  .contact-box p:last-child {\n    margin-bottom: 0;\n  }\n\n  .contact-label {\n    font-family: Verdana, Arial, sans-serif;\n    font-weight: bold;\n    font-size: 13px;\n    color: #1a1a1a;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n\n  @media (max-width: 700px) {\n    .timeline-item { flex-direction: column; gap: 4px; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<div class=\"hero\">\n  <span class=\"tag\">Est. Canada<\/span>\n  <h1>About CGCC.ca<\/h1>\n  <p>Canada&#8217;s home for classic arcade, coin-op, and console collecting &mdash; built by collectors, for collectors, since the community&#8217;s earliest forum days.<\/p>\n<\/div>\n\n<section>\n  <div class=\"section-inner\">\n    <h2 class=\"section-heading\">Who We Are<\/h2>\n    <p>CGCC.ca is a community driven hub for Canadian video game and coin-operated machine collectors. What started as a small discussion forum has grown into a full resource covering classic arcade history, restoration guidance, city specific hunting guides, an interactive collector&#8217;s map, and a nationwide network of members who trade, trade knowledge, and gather at events throughout the year.<\/p>\n    <p>We are not a company or a retailer. We are a volunteer run community built around a shared passion: keeping Canada&#8217;s gaming and coin-op history alive, one cabinet, cartridge, and conversation at a time.<\/p>\n\n    <div class=\"stats-row\">\n      <div class=\"stat-box\">\n        <div class=\"stat-number\">1,644+<\/div>\n        <div class=\"stat-label\">Registered Members<\/div>\n      <\/div>\n      <div class=\"stat-box\">\n        <div class=\"stat-number\">212,721+<\/div>\n        <div class=\"stat-label\">Forum Posts<\/div>\n      <\/div>\n      <div class=\"stat-box\">\n        <div class=\"stat-number\">6<\/div>\n        <div class=\"stat-label\">Discussion Boards<\/div>\n      <\/div>\n      <div class=\"stat-box\">\n        <div class=\"stat-number\">5<\/div>\n        <div class=\"stat-label\">Cities Covered<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"dark\">\n  <div class=\"section-inner\">\n    <h2 class=\"section-heading\">Our Story<\/h2>\n    <div class=\"timeline\">\n      <div class=\"timeline-item\">\n        <div class=\"timeline-year\">Early Days<\/div>\n        <div class=\"timeline-text\">CGCC.ca began as a small forum for Canadian collectors to trade, discuss, and document classic arcade and console gaming, filling a gap left by larger, US-centric collecting communities.<\/div>\n      <\/div>\n      <div class=\"timeline-item\">\n        <div class=\"timeline-year\">Growth<\/div>\n        <div class=\"timeline-text\">As membership grew past a thousand collectors, dedicated boards emerged: The Swap Shop for trading, Coin-Op Corner for arcade and pinball talk, and High Scores for competitive score chasing.<\/div>\n      <\/div>\n      <div class=\"timeline-item\">\n        <div class=\"timeline-year\">Expansion<\/div>\n        <div class=\"timeline-text\">The community expanded beyond the forum with member written articles, a Canadian city guide series, and an interactive map connecting collectors to thrift shops, flea markets, and fellow members nationwide.<\/div>\n      <\/div>\n      <div class=\"timeline-item\">\n        <div class=\"timeline-year\">Today<\/div>\n        <div class=\"timeline-text\">CGCC.ca continues as an active, moderated community, connected to real world events like the Starburst Coinop Auctions and the Toronto Pinball &amp; Gameroom Show, with members across every province.<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"alt\">\n  <div class=\"section-inner\">\n    <h2 class=\"section-heading\">What We Offer<\/h2>\n    <div class=\"feature-grid\">\n      <div class=\"feature-card\">\n        <div class=\"icon-dot\">1<\/div>\n        <h3>Discussion Forum<\/h3>\n        <p>Six dedicated boards covering general gaming talk, trading, coin-op discussion, high scores, and community rules.<\/p>\n      <\/div>\n      <div class=\"feature-card\">\n        <div class=\"icon-dot\">2<\/div>\n        <h3>Articles &amp; History<\/h3>\n        <p>Member written pieces on restoration, Canadian gaming history, and deep dives into hardware and hobby culture.<\/p>\n      <\/div>\n      <div class=\"feature-card\">\n        <div class=\"icon-dot\">3<\/div>\n        <h3>City Guides<\/h3>\n        <p>Local hunting guides for Edmonton, Montreal, Ottawa, Toronto, and Victoria, built by collectors who know the ground.<\/p>\n      <\/div>\n      <div class=\"feature-card\">\n        <div class=\"icon-dot\">4<\/div>\n        <h3>Interactive Map<\/h3>\n        <p>A nationwide map of thrift shops, flea markets, and collector meeting points across Canada.<\/p>\n      <\/div>\n      <div class=\"feature-card\">\n        <div class=\"icon-dot\">5<\/div>\n        <h3>Links Directory<\/h3>\n        <p>Curated categories connecting members to game companies, publishers, schools, and industry resources.<\/p>\n      <\/div>\n      <div class=\"feature-card\">\n        <div class=\"icon-dot\">6<\/div>\n        <h3>Community Events<\/h3>\n        <p>Coverage and coordination around real world gatherings like coinop auctions and pinball shows.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section>\n  <div class=\"section-inner\">\n    <h2 class=\"section-heading\">What We Value<\/h2>\n    <div class=\"values-grid\">\n      <div class=\"value-card\">\n        <h3>Fair Trading<\/h3>\n        <p>Honest, transparent trades between members, backed by a community that holds itself accountable.<\/p>\n      <\/div>\n      <div class=\"value-card\">\n        <h3>Preservation<\/h3>\n        <p>Keeping classic hardware, cartridges, and cabinets working and documented for future collectors.<\/p>\n      <\/div>\n      <div class=\"value-card\">\n        <h3>Canadian Focus<\/h3>\n        <p>A collecting hobby told through a distinctly Canadian lens, from regional history to local hunting grounds.<\/p>\n      <\/div>\n      <div class=\"value-card\">\n        <h3>Open Community<\/h3>\n        <p>Welcoming to newcomers and veterans alike, whether you own one console or an entire arcade.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"alt\">\n  <div class=\"section-inner\">\n    <h2 class=\"section-heading\">Get In Touch<\/h2>\n    <p>Have an idea for an article, a question about the community, or want to contribute a city guide? We&#8217;d love to hear from you.<\/p>\n    <div class=\"contact-box\">\n      <p><span class=\"contact-label\">Email:<\/span> info@cgcc.ca<\/p>\n      <p><span class=\"contact-label\">Based in:<\/span> Canada<\/p>\n      <p><span class=\"contact-label\">Community since:<\/span> Early 2000s forum era<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>About Us &#8211; CGCC.ca Est. Canada About CGCC.ca Canada&#8217;s home for classic arcade, coin-op, and console collecting &mdash; built by collectors, for collectors, since the community&#8217;s earliest forum days. Who We Are CGCC.ca is a community driven hub for Canadian video game and coin-operated machine collectors. What started as a small discussion forum has grown&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-81","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/cgcc.ca\/wp-json\/wp\/v2\/pages\/81","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cgcc.ca\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cgcc.ca\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cgcc.ca\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cgcc.ca\/wp-json\/wp\/v2\/comments?post=81"}],"version-history":[{"count":1,"href":"https:\/\/cgcc.ca\/wp-json\/wp\/v2\/pages\/81\/revisions"}],"predecessor-version":[{"id":82,"href":"https:\/\/cgcc.ca\/wp-json\/wp\/v2\/pages\/81\/revisions\/82"}],"wp:attachment":[{"href":"https:\/\/cgcc.ca\/wp-json\/wp\/v2\/media?parent=81"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}