{"id":102,"date":"2023-06-28T19:57:40","date_gmt":"2023-06-28T23:57:40","guid":{"rendered":"https:\/\/maplecityrealty.c21.ca\/?page_id=102"},"modified":"2024-12-03T21:25:20","modified_gmt":"2024-12-04T02:25:20","slug":"post-102","status":"publish","type":"page","link":"https:\/\/maplecityrealty.c21.ca\/fr-ca","title":{"rendered":"Home"},"content":{"rendered":"\n<h6>\n\t\tCENTURY 21 \n\t<\/h6>\n<h6>\n\t\tMAPLE CITY REALTY\n\t<\/h6>\n<h6>\n\t\tC21 Resources\n\t<\/h6>\n\t<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\"\/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n    <title>Menu Boxes<\/title>\n    <!-- Link to Font Awesome CDN -->\n    <link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\" rel=\"stylesheet\"\/>\n     <link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css?family=Archivo&#038;display=swap\"\/>\n    <style>\n        body {\n            margin: 0;\n            font-family: archivo, sans-serif;\n            background-color: white;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            min-height: 100vw;\n        }\n        .boxes-wrapper {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Always 3 columns *\/\n            gap: 20px; \/* Spacing between boxes *\/\n            width: 90%; \/* Full width with padding *\/\n            max-width: 1200px; \/* Limit max width *\/\n            margin: 20px auto;\n        }\n        .box {\n            background-color: white;\n            color: white;\n            padding: 20px;\n            border: 2px  grey;\n            border-radius: 8px;\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start;\n            text-decoration: none;\n            color: inherit;\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        .box:hover {\n            transform: scale(1.05);\n            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);\n        }\n        .icon {\n            font-size: 4vw;\n            color: #a19276;\n            margin-bottom: 10px;\n        }\n        .menu-header {\n            font-size: 1.8vw;\n            font-family: archivo, sans-serif;\n            font-weight: ;\n            letter-spacing: 1px;\n            margin: 10px 0;\n            color: #1c1c1c;\n        }\n        .line {\n            width: 80%;\n            height: 0.3vw;\n            background-color: #a19276;\n            margin: 10px 0;\n        }\n        .description {\n            font-size: 1.8vw;\n            color: grey;\n            margin-top: 10px;\n        }\n        a {\n            text-decoration: none;\n            color: inherit;\n            display: block;\n        }\n        \/* Mobile Styles *\/\n        @media (max-width: 768px) {\n            .boxes-wrapper {\n                grid-template-columns: repeat(2, 1fr); \/* 2 columns on smaller screens *\/\n                gap: 15px;\n            }\n            .icon {\n                font-size: 3rem;\n            }\n            .menu-header {\n                font-size: 1.6rem;\n            }\n            .description {\n                font-size: 1.3rem;\n            }\n        }\n        @media (max-width: 480px) {\n            .boxes-wrapper {\n                grid-template-columns: 1fr; \/* 1 column on very small screens *\/\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n        <a href=\"https:\/\/maplecityrealty.c21.ca\/search\">\n            <h3>Find Homes<\/h3>\n            <p>Search for available properties in your desired area.<\/p>\n        <\/a>\n        <a href=\"https:\/\/maplecityrealty.c21.ca\/communities\">\n            <h3>Communities<\/h3>\n            <p>Explore different neighborhoods and communities.<\/p>\n        <\/a>\n        <a href=\"https:\/\/maplecityrealty.c21.ca\/mortgage-calculator\">\n            <h3>Mortgage Calculator<\/h3>\n            <p>Estimate your monthly payments based on your mortgage.<\/p>\n        <\/a>\n        <a href=\"\/https:\/\/maplecityrealty.c21.ca\/free-home-valuation\">\n            <h3>Free Home Valuation<\/h3>\n            <p>Get a free estimate of your home&#8217;s value.<\/p>\n        <\/a>\n        <a href=\"https:\/\/class.mybusplanner.ca\/Eligibility.aspx?Page=School&#038;Board=SCCDSB\">\n            <h3>School Finder<\/h3>\n            <p>Discover schools in your area with detailed information.<\/p>\n        <\/a>\n        <a href=\"https:\/\/www.centum.ca\/mortgage-pre-approvals-canada\">\n            <h3>Get Pre-Approved<\/h3>\n            <p>Start your home buying journey by getting pre-approved.<\/p>\n        <\/a>\n<\/body>\n<\/html>\n<h2>\n\t\tOur Team\n\t<\/h2>\n\t<!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>Meet the Team<\/title>\n  <link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css?family=Archivo&#038;display=swap\"\/>\n  <style>\n    body {\n      font-family: \"Archivo\", sans-serif;\n      background-color: #1c1c1c;\n      padding: 0;\n    }\n    .team-container-wrapper {\n      background-color: white;\n      padding: 0px 0;\n    }\n    .team-container {\n      display: flex;\n      flex-direction: column;\n      gap: 20px;\n      max-width: 100%;\n      margin: 0 auto;\n    }\n    .team-member-link {\n      text-decoration: none;\n      color: inherit;\n      display: block;\n    }\n    .team-member {\n      display: flex;\n      align-items: center;\n      background-color: #ffffff;\n      border-radius: 8px;\n      box-shadow: 0 4px 10px rgba(0, 4, 8, 0.2);\n      text-align: left;\n      padding: 20px;\n      gap: 20px;\n      transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n    \/* Hover effect for the entire card *\/\n    .team-member:hover {\n      transform: scale(1.05);\n            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);\n    }\n    .team-member-img-wrapper {\n      flex: 0 0 auto;\n      width: 150px;\n      height: 150px;\n      overflow: hidden;\n      border-radius: 8px;\n    }\n    .team-member img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      display: block;\n    }\n    .team-member-details {\n      flex: 1;\n    }\n    .team-member h3 {\n      font-size: 24px !important;\n      font-family: \"Archivo\", sans-serif !important;\n      font-weight:normal ;\n      letter-spacing: 1px;\n      margin-bottom: 10px;\n    }\n    .team-member .gold-line-container {\n      width: 100%;\n      border-top: 2px solid #a19276;\n      margin: 10px 0;\n    }\n    .team-member p {\n      font-size: 18px;\n      color: grey;\n      margin-bottom: 15px;\n    }\n    .view-profile-btn {\n      display: inline-block;\n      padding: 5px 10px;\n      background-color: rgba(4, 5, 2, 0.82);\n      color: #ffffff;\n      text-decoration: none;\n      font-weight: normal;\n      border-radius: 5px;\n      transition: background-color 0.3s ease;\n    }\n    .view-profile-btn:hover {\n      background-color: #a19276;\n    }\n\/* Media queries for responsiveness *\/\n    @media (max-width: 768px) {\n      .team-member {\n        flex-direction: row;\n        text-align: left;\n      }\n      .team-member-img-wrapper {\n        margin: 0 auto;\n        height:120px;\n        width:120px;\n      }\n      .team-member h3 {\n      font-size: 20px !important;\n      }\n      .team-member p {\n      font-size: 16px;\n      color: grey;\n      margin-bottom: 15px;\n    }\n      .team-container {\n      display: flex;\n      flex-direction: column;\n      gap: 15px;\n      margin-top: 10px;\n      max-width: 100%;\n      margin: 0 auto;\n    }\n    }\n  <\/style>\n<\/head>\n<body>\n      <!-- Tammy's Card -->\n      <a href=\"https:\/\/maplecityrealty.c21.ca\/directory\/agents\/tammy-teeuwen\">\n            <img decoding=\"async\" src=\"https:\/\/maplecityrealty.c21.ca\/files\/2024\/11\/IMG_4716-1.jpeg\" alt=\"Tammy Teeuwen\"\/>\n            <h3>Tammy Teeuwen<\/h3>\n            <p>Owner \/ Broker of Record<\/p>\n            <\/a><a href=\"https:\/\/maplecityrealty.c21.ca\/directory\/agents\/tammy-teeuwen\">View Profile<\/a>\n      \n      <!-- Anne's Card -->\n      <a href=\"https:\/\/maplecityrealty.c21.ca\/directory\/agents\/anne-baird\">\n            <img decoding=\"async\" src=\"https:\/\/maplecityrealty.c21.ca\/files\/2024\/11\/IMG_4715.jpeg\" alt=\"Anne Baird\"\/>\n            <h3>Anne Baird<\/h3>\n            <p>Owner \/ REALTOR\u00ae<\/p>\n            <\/a><a href=\"https:\/\/maplecityrealty.c21.ca\/directory\/agents\/anne-baird\">View Profile<\/a>\n      \n<\/body>\n<\/html>\n\t\t\t<a href=\"https:\/\/maplecityrealty.c21.ca\/our-realtors\" target=\"_self\" rel=\"noopener\">\n\t\t\t\t\t\t\tView All Team Members\n\t\t\t\t\t<\/a>\n<h2>\n\t\tFeatured Listings\n\t<\/h2>\n\n","protected":false},"excerpt":{"rendered":"<p>CENTURY 21 MAPLE CITY REALTY C21 Resources Menu Boxes Find Homes Search for available properties in your desired area. Communities Explore different neighborhoods and communities. Mortgage Calculator Estimate your monthly payments based on your mortgage. Free Home Valuation Get a free estimate of your home&#8217;s value. School Finder Discover schools in your area with detailed [&hellip;]<\/p>\n","protected":false},"author":15341,"featured_media":1717,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-102","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/maplecityrealty.c21.ca\/fr-ca\/wp-json\/wp\/v2\/pages\/102","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/maplecityrealty.c21.ca\/fr-ca\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/maplecityrealty.c21.ca\/fr-ca\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/maplecityrealty.c21.ca\/fr-ca\/wp-json\/wp\/v2\/users\/15341"}],"replies":[{"embeddable":true,"href":"https:\/\/maplecityrealty.c21.ca\/fr-ca\/wp-json\/wp\/v2\/comments?post=102"}],"version-history":[{"count":902,"href":"https:\/\/maplecityrealty.c21.ca\/fr-ca\/wp-json\/wp\/v2\/pages\/102\/revisions"}],"predecessor-version":[{"id":1951,"href":"https:\/\/maplecityrealty.c21.ca\/fr-ca\/wp-json\/wp\/v2\/pages\/102\/revisions\/1951"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/maplecityrealty.c21.ca\/fr-ca\/wp-json\/wp\/v2\/media\/1717"}],"wp:attachment":[{"href":"https:\/\/maplecityrealty.c21.ca\/fr-ca\/wp-json\/wp\/v2\/media?parent=102"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}