{"id":24191,"date":"2026-05-15T15:37:28","date_gmt":"2026-05-15T15:37:28","guid":{"rendered":"http:\/\/encc-atlanta.org\/?page_id=24191"},"modified":"2026-05-15T15:37:28","modified_gmt":"2026-05-15T15:37:28","slug":"24191-2","status":"publish","type":"page","link":"https:\/\/encc-atlanta.org\/","title":{"rendered":""},"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>Eagle's Nest Community Church<\/title>\n  <meta name=\"description\" content=\"Welcome to Eagle's Nest Community Church in Atlanta, GA. Join us for worship, Bible study, fellowship, and community.\" \/>\n  <style>\n    :root {\n      --black: #0a0a0a;\n      --dark: #171717;\n      --gray: #d4d4d4;\n      --muted: #a3a3a3;\n      --white: #ffffff;\n      --gold: #facc15;\n      --gold-dark: #eab308;\n      --gold-soft: rgba(250, 204, 21, 0.15);\n      --border: rgba(255, 255, 255, 0.12);\n      --card: rgba(255, 255, 255, 0.06);\n    }\n\n    * {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    body {\n      font-family: Arial, Helvetica, sans-serif;\n      background: var(--black);\n      color: var(--white);\n      line-height: 1.6;\n    }\n\n    a {\n      color: inherit;\n      text-decoration: none;\n    }\n\n    .container {\n      width: min(1180px, calc(100% - 40px));\n      margin: 0 auto;\n    }\n\n    .hero {\n      position: relative;\n      overflow: hidden;\n      background:\n        radial-gradient(circle at top left, rgba(234,179,8,0.30), transparent 34%),\n        linear-gradient(135deg, rgba(0,0,0,0.35), rgba(0,0,0,0.98));\n    }\n\n    .hero::before,\n    .hero::after {\n      content: \"\";\n      position: absolute;\n      width: 330px;\n      height: 330px;\n      border-radius: 999px;\n      filter: blur(70px);\n      z-index: 0;\n    }\n\n    .hero::before {\n      right: -110px;\n      top: 120px;\n      background: rgba(250, 204, 21, 0.20);\n    }\n\n    .hero::after {\n      left: -110px;\n      bottom: -80px;\n      background: rgba(250, 204, 21, 0.12);\n    }\n\n    header {\n      position: relative;\n      z-index: 2;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      padding: 26px 0;\n    }\n\n    .brand {\n      display: flex;\n      align-items: center;\n      gap: 14px;\n    }\n\n    .brand-icon {\n      width: 52px;\n      height: 52px;\n      display: grid;\n      place-items: center;\n      border-radius: 18px;\n      background: var(--gold);\n      color: var(--black);\n      font-size: 27px;\n      box-shadow: 0 15px 35px rgba(250,204,21,0.18);\n    }\n\n    .brand-title {\n      font-size: 20px;\n      font-weight: 900;\n      line-height: 1.1;\n    }\n\n    .brand-subtitle {\n      font-size: 11px;\n      letter-spacing: 0.24em;\n      color: #fde68a;\n      text-transform: uppercase;\n    }\n\n    nav {\n      display: flex;\n      gap: 26px;\n      align-items: center;\n      font-size: 14px;\n      color: #e5e5e5;\n    }\n\n    nav a:hover {\n      color: var(--gold);\n    }\n\n    .nav-donate {\n      border: 1px solid rgba(250,204,21,0.45);\n      color: #fde68a;\n      border-radius: 999px;\n      padding: 10px 18px;\n      font-weight: 700;\n    }\n\n    .nav-donate:hover {\n      background: var(--gold);\n      color: var(--black);\n    }\n\n    .hero-grid {\n      position: relative;\n      z-index: 2;\n      display: grid;\n      grid-template-columns: 1.1fr 0.9fr;\n      gap: 50px;\n      align-items: center;\n      padding: 70px 0 105px;\n    }\n\n    .eyebrow {\n      display: inline-flex;\n      align-items: center;\n      gap: 9px;\n      border-radius: 999px;\n      border: 1px solid rgba(250,204,21,0.34);\n      background: var(--gold-soft);\n      color: #fde68a;\n      padding: 9px 16px;\n      font-size: 14px;\n      font-weight: 800;\n    }\n\n    h1 {\n      margin-top: 24px;\n      max-width: 800px;\n      font-size: clamp(44px, 6vw, 78px);\n      line-height: 0.95;\n      letter-spacing: -0.055em;\n      font-weight: 950;\n    }\n\n    .hero-text {\n      margin-top: 26px;\n      max-width: 650px;\n      color: #e5e5e5;\n      font-size: 18px;\n      line-height: 1.85;\n    }\n\n    .button-row {\n      display: flex;\n      gap: 16px;\n      flex-wrap: wrap;\n      margin-top: 34px;\n    }\n\n    .btn {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      gap: 10px;\n      border-radius: 999px;\n      padding: 15px 26px;\n      font-weight: 900;\n      transition: 0.2s ease;\n    }\n\n    .btn-primary {\n      background: var(--gold);\n      color: var(--black);\n      box-shadow: 0 18px 38px rgba(250,204,21,0.20);\n    }\n\n    .btn-primary:hover {\n      transform: translateY(-2px);\n      background: #fde047;\n    }\n\n    .btn-outline {\n      border: 1px solid rgba(255,255,255,0.2);\n      color: var(--white);\n    }\n\n    .btn-outline:hover {\n      background: rgba(255,255,255,0.09);\n    }\n\n    .hero-card {\n      border: 1px solid var(--border);\n      background: rgba(255,255,255,0.09);\n      border-radius: 34px;\n      padding: 24px;\n      box-shadow: 0 25px 80px rgba(0,0,0,0.35);\n      backdrop-filter: blur(12px);\n    }\n\n    .hero-card-inner {\n      background: rgba(10,10,10,0.82);\n      border-radius: 26px;\n      padding: 26px;\n    }\n\n    .section-title-small {\n      color: var(--gold);\n      font-size: 13px;\n      text-transform: uppercase;\n      letter-spacing: 0.28em;\n      font-weight: 900;\n    }\n\n    .card-title-row {\n      display: flex;\n      gap: 12px;\n      align-items: center;\n      color: var(--gold);\n      margin-bottom: 22px;\n    }\n\n    .card-title-row h2 {\n      font-size: 26px;\n      font-weight: 950;\n      line-height: 1.1;\n    }\n\n    .service-list {\n      display: grid;\n      gap: 14px;\n    }\n\n    .mini-card {\n      background: rgba(255,255,255,0.045);\n      border: 1px solid rgba(255,255,255,0.10);\n      border-radius: 18px;\n      padding: 17px;\n    }\n\n    .mini-card strong {\n      display: block;\n      font-size: 16px;\n    }\n\n    .mini-card span {\n      color: #d4d4d4;\n      font-size: 14px;\n    }\n\n    section {\n      padding: 82px 0;\n    }\n\n    .two-column {\n      display: grid;\n      grid-template-columns: 0.85fr 1.15fr;\n      gap: 42px;\n      align-items: start;\n    }\n\n    h2.section-heading {\n      margin-top: 12px;\n      font-size: clamp(36px, 4vw, 54px);\n      line-height: 1.02;\n      letter-spacing: -0.04em;\n      font-weight: 950;\n    }\n\n    .section-copy {\n      margin-top: 20px;\n      color: var(--muted);\n      max-width: 540px;\n    }\n\n    .service-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 18px;\n    }\n\n    .feature-card {\n      background: var(--card);\n      border: 1px solid var(--border);\n      border-radius: 28px;\n      padding: 26px;\n      box-shadow: 0 12px 30px rgba(0,0,0,0.15);\n    }\n\n    .feature-card .icon {\n      font-size: 30px;\n      color: var(--gold);\n      margin-bottom: 14px;\n    }\n\n    .feature-card h3 {\n      font-size: 22px;\n      font-weight: 950;\n      margin-bottom: 8px;\n    }\n\n    .feature-card p {\n      color: #d4d4d4;\n    }\n\n    .light-section {\n      background: var(--white);\n      color: var(--black);\n    }\n\n    .mission-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 38px;\n    }\n\n    .dark-panel,\n    .gold-panel {\n      border-radius: 34px;\n      padding: 34px;\n      box-shadow: 0 18px 50px rgba(0,0,0,0.16);\n    }\n\n    .dark-panel {\n      background: var(--black);\n      color: var(--white);\n    }\n\n    .gold-panel {\n      background: var(--gold);\n      color: var(--black);\n    }\n\n    .panel-icon {\n      font-size: 40px;\n      margin-bottom: 18px;\n    }\n\n    .dark-panel h2,\n    .gold-panel h2 {\n      font-size: 34px;\n      line-height: 1.05;\n      font-weight: 950;\n    }\n\n    .activity-list {\n      margin-top: 24px;\n      display: grid;\n      gap: 13px;\n    }\n\n    .activity-item {\n      background: rgba(255,255,255,0.10);\n      border-radius: 18px;\n      padding: 15px;\n      color: #f5f5f5;\n    }\n\n    .mission-text {\n      margin-top: 20px;\n      font-size: 18px;\n      line-height: 1.8;\n    }\n\n    .mission-tags {\n      margin-top: 28px;\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 12px;\n      font-weight: 900;\n    }\n\n    .mission-tags div {\n      background: rgba(255,255,255,0.55);\n      border-radius: 18px;\n      padding: 15px;\n    }\n\n    .leader-grid {\n      margin-top: 36px;\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 18px;\n    }\n\n    .leader-card {\n      background: var(--card);\n      border: 1px solid var(--border);\n      border-radius: 28px;\n      padding: 26px;\n    }\n\n    .leader-role {\n      color: var(--gold);\n      font-size: 12px;\n      letter-spacing: 0.20em;\n      text-transform: uppercase;\n      font-weight: 900;\n    }\n\n    .leader-name {\n      margin-top: 12px;\n      font-size: 24px;\n      line-height: 1.12;\n      font-weight: 950;\n    }\n\n    .story-section {\n      background: #171717;\n    }\n\n    .story-copy {\n      margin-top: 20px;\n      max-width: 760px;\n      color: #d4d4d4;\n      line-height: 1.8;\n    }\n\n    .timeline {\n      margin-top: 38px;\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    .timeline-card {\n      background: var(--card);\n      border: 1px solid var(--border);\n      border-radius: 28px;\n      padding: 26px;\n    }\n\n    .timeline-year {\n      color: var(--gold);\n      font-size: 34px;\n      font-weight: 950;\n    }\n\n    .timeline-card p {\n      margin-top: 10px;\n      color: #e5e5e5;\n    }\n\n    .visit-box {\n      display: grid;\n      grid-template-columns: 1fr 0.9fr;\n      gap: 30px;\n      align-items: center;\n      background: var(--gold);\n      color: var(--black);\n      border-radius: 36px;\n      padding: 48px;\n      box-shadow: 0 22px 65px rgba(0,0,0,0.22);\n    }\n\n    .visit-box h2 {\n      font-size: clamp(36px, 4vw, 54px);\n      line-height: 1.02;\n      letter-spacing: -0.04em;\n      font-weight: 950;\n    }\n\n    .visit-box p {\n      margin-top: 18px;\n      max-width: 640px;\n      font-size: 18px;\n      line-height: 1.75;\n    }\n\n    .btn-dark {\n      margin-top: 28px;\n      background: var(--black);\n      color: var(--white);\n    }\n\n    .contact-card {\n      background: rgba(255,255,255,0.70);\n      border-radius: 28px;\n      padding: 28px;\n    }\n\n    .contact-item {\n      display: flex;\n      gap: 15px;\n      margin-bottom: 24px;\n    }\n\n    .contact-item:last-child {\n      margin-bottom: 0;\n    }\n\n    .contact-icon {\n      font-size: 24px;\n      flex: 0 0 auto;\n    }\n\n    .contact-item strong {\n      display: block;\n      font-weight: 950;\n    }\n\n    footer {\n      border-top: 1px solid rgba(255,255,255,0.1);\n      padding: 30px 20px;\n      text-align: center;\n      color: var(--muted);\n      font-size: 14px;\n    }\n\n    @media (max-width: 900px) {\n      nav {\n        display: none;\n      }\n\n      .hero-grid,\n      .two-column,\n      .mission-grid,\n      .visit-box {\n        grid-template-columns: 1fr;\n      }\n\n      .leader-grid,\n      .timeline {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }\n\n    @media (max-width: 640px) {\n      .container {\n        width: min(100% - 28px, 1180px);\n      }\n\n      header {\n        padding: 20px 0;\n      }\n\n      .brand-title {\n        font-size: 17px;\n      }\n\n      .brand-subtitle {\n        font-size: 9px;\n      }\n\n      .hero-grid {\n        padding: 44px 0 70px;\n      }\n\n      h1 {\n        font-size: 44px;\n      }\n\n      .service-grid,\n      .leader-grid,\n      .timeline,\n      .mission-tags {\n        grid-template-columns: 1fr;\n      }\n\n      section {\n        padding: 62px 0;\n      }\n\n      .visit-box,\n      .dark-panel,\n      .gold-panel {\n        padding: 26px;\n      }\n\n      .button-row {\n        flex-direction: column;\n      }\n\n      .btn {\n        width: 100%;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n  <main>\n    <section class=\"hero\">\n      <header class=\"container\">\n        <a class=\"brand\" href=\"#top\" aria-label=\"Eagle's Nest Community Church Home\">\n          <div class=\"brand-icon\">&#x271d;<\/div>\n          <div>\n            <div class=\"brand-title\">Eagle\u2019s Nest<\/div>\n            <div class=\"brand-subtitle\">Community Church<\/div>\n          <\/div>\n        <\/a>\n\n        <nav aria-label=\"Main navigation\">\n          <a href=\"#services\">Services<\/a>\n          <a href=\"#leadership\">Leadership<\/a>\n          <a href=\"#visit\">Visit<\/a>\n          <a class=\"nav-donate\" href=\"https:\/\/www.eaglesnestministry.org\/\" target=\"_blank\" rel=\"noopener\">Donate<\/a>\n        <\/nav>\n      <\/header>\n\n      <div class=\"container hero-grid\" id=\"top\">\n        <div>\n          <div class=\"eyebrow\">&#x1f91d; Welcome Home<\/div>\n          <h1>A church family helping people rise, grow, and walk with Christ.<\/h1>\n          <p class=\"hero-text\">\n            Eagle\u2019s Nest Community Church exists to make disciples by evangelizing the community, equipping the saints, and fulfilling the Great Commission through Jesus Christ.\n          <\/p>\n          <div class=\"button-row\">\n            <a class=\"btn btn-primary\" href=\"#visit\">Plan Your Visit \u2192<\/a>\n            <a class=\"btn btn-outline\" href=\"https:\/\/www.eaglesnestministry.org\/encc\/\" target=\"_blank\" rel=\"noopener\">Visit Official Site &#x2197;<\/a>\n          <\/div>\n        <\/div>\n\n        <aside class=\"hero-card\" aria-label=\"This Week at The Nest\">\n          <div class=\"hero-card-inner\">\n            <div class=\"card-title-row\">\n              <span style=\"font-size:30px;\">&#x23f0;<\/span>\n              <h2>This Week at The Nest<\/h2>\n            <\/div>\n            <div class=\"service-list\">\n              <div class=\"mini-card\"><strong>Sunday School<\/strong><span>Every Saturday \u2022 10:30 AM<\/span><\/div>\n              <div class=\"mini-card\"><strong>Worship Service<\/strong><span>Sunday \u2022 10:30 AM<\/span><\/div>\n              <div class=\"mini-card\"><strong>Children\u2019s Church<\/strong><span>Sunday \u2022 10:30 AM<\/span><\/div>\n              <div class=\"mini-card\"><strong>Bible Study<\/strong><span>Wednesday \u2022 7:00 PM<\/span><\/div>\n            <\/div>\n          <\/div>\n        <\/aside>\n      <\/div>\n    <\/section>\n\n    <section id=\"services\">\n      <div class=\"container two-column\">\n        <div>\n          <div class=\"section-title-small\">Service Times<\/div>\n          <h2 class=\"section-heading\">Come worship with us.<\/h2>\n          <p class=\"section-copy\">\n            Whether you\u2019re bringing your family, joining Bible Study, or visiting for the first time, there is a place for you at Eagle\u2019s Nest.\n          <\/p>\n        <\/div>\n\n        <div class=\"service-grid\">\n          <div class=\"feature-card\">\n            <div class=\"icon\">&#x23f0;<\/div>\n            <h3>Sunday School<\/h3>\n            <p>Every Saturday \u2022 10:30 AM<\/p>\n          <\/div>\n          <div class=\"feature-card\">\n            <div class=\"icon\">&#x1f64c;<\/div>\n            <h3>Worship Service<\/h3>\n            <p>Sunday \u2022 10:30 AM<\/p>\n          <\/div>\n          <div class=\"feature-card\">\n            <div class=\"icon\">&#x1f467;&#x1f3fe;<\/div>\n            <h3>Children\u2019s Church<\/h3>\n            <p>Sunday \u2022 10:30 AM<\/p>\n          <\/div>\n          <div class=\"feature-card\">\n            <div class=\"icon\">&#x1f4d6;<\/div>\n            <h3>Bible Study<\/h3>\n            <p>Wednesday \u2022 7:00 PM<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section class=\"light-section\">\n      <div class=\"container mission-grid\">\n        <div class=\"dark-panel\">\n          <div class=\"panel-icon\">&#x1f4c5;<\/div>\n          <h2>Monthly Activities<\/h2>\n          <div class=\"activity-list\">\n            <div class=\"activity-item\">Corporate Prayer \u2022 1st Saturday at 8:00 AM<\/div>\n            <div class=\"activity-item\">Women\u2019s Book & Bible Fellowship \u2022 2nd Sunday at 1:00 PM<\/div>\n            <div class=\"activity-item\">Men\u2019s CLC Fellowship \u2022 Thursday at 6:30 PM<\/div>\n            <div class=\"activity-item\">Fellowship Sunday \u2022 4th Sunday at 10:30 AM<\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"gold-panel\">\n          <div class=\"panel-icon\">&#x1f91d;<\/div>\n          <h2>Our Mission<\/h2>\n          <p class=\"mission-text\">\n            To make disciples of all people by evangelizing our community and equipping the saints with spiritual and physical tools, fulfilling the Great Commission given by Jesus Christ.\n          <\/p>\n          <div class=\"mission-tags\">\n            <div>Evangelize<\/div>\n            <div>Equip<\/div>\n            <div>Serve<\/div>\n            <div>Disciple<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section id=\"leadership\">\n      <div class=\"container\">\n        <div class=\"section-title-small\">Leadership<\/div>\n        <h2 class=\"section-heading\">Meet the shepherds of the house.<\/h2>\n\n        <div class=\"leader-grid\">\n          <div class=\"leader-card\">\n            <div class=\"leader-role\">Lead Pastor<\/div>\n            <div class=\"leader-name\">Diane Anderson<\/div>\n          <\/div>\n          <div class=\"leader-card\">\n            <div class=\"leader-role\">Co-Pastor<\/div>\n            <div class=\"leader-name\">Elder Glenn Anderson<\/div>\n          <\/div>\n          <div class=\"leader-card\">\n            <div class=\"leader-role\">Pastor Emeritus<\/div>\n            <div class=\"leader-name\">Larry Arnold<\/div>\n          <\/div>\n          <div class=\"leader-card\">\n            <div class=\"leader-role\">Pastor Emeritus<\/div>\n            <div class=\"leader-name\">Harold Smith<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section class=\"story-section\">\n      <div class=\"container\">\n        <div class=\"section-title-small\">Our Story<\/div>\n        <h2 class=\"section-heading\">Rooted in ministry. Growing in community.<\/h2>\n        <p class=\"story-copy\">\n          Eagle\u2019s Nest Community Church has served as a vibrant church family for decades, expanding its mission field to include families and children in the community around its Atlanta home.\n        <\/p>\n\n        <div class=\"timeline\">\n          <div class=\"timeline-card\">\n            <div class=\"timeline-year\">1986<\/div>\n            <p>Eagle\u2019s Nest Ministry founded<\/p>\n          <\/div>\n          <div class=\"timeline-card\">\n            <div class=\"timeline-year\">1993<\/div>\n            <p>Organized as a church<\/p>\n          <\/div>\n          <div class=\"timeline-card\">\n            <div class=\"timeline-year\">2002<\/div>\n            <p>501(c) status granted<\/p>\n          <\/div>\n          <div class=\"timeline-card\">\n            <div class=\"timeline-year\">2016<\/div>\n            <p>Purchased current building<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section id=\"visit\">\n      <div class=\"container visit-box\">\n        <div>\n          <h2>Visit Eagle\u2019s Nest Community Church<\/h2>\n          <p>\n            We would love to worship with you. Bring your family, bring a friend, and come experience fellowship centered on Jesus Christ.\n          <\/p>\n          <a class=\"btn btn-dark\" href=\"https:\/\/www.google.com\/maps\/search\/?api=1&query=442+School+Dr+SE+Atlanta+GA+30354\" target=\"_blank\" rel=\"noopener\">Get Directions &#x1f4cd;<\/a>\n        <\/div>\n\n        <div class=\"contact-card\">\n          <div class=\"contact-item\">\n            <div class=\"contact-icon\">&#x1f4cd;<\/div>\n            <div>\n              <strong>Address<\/strong>\n              442 School Dr SE<br \/>Atlanta, GA 30354\n            <\/div>\n          <\/div>\n          <div class=\"contact-item\">\n            <div class=\"contact-icon\">&#x260e;&#xfe0f;<\/div>\n            <div>\n              <strong>Phone<\/strong>\n              (404) 362-9544\n            <\/div>\n          <\/div>\n          <div class=\"contact-item\">\n            <div class=\"contact-icon\">&#x2709;&#xfe0f;<\/div>\n            <div>\n              <strong>Email<\/strong>\n              ENCC@comcast.net\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n  <\/main>\n\n  <footer>\n    <p>\u00a9 Eagle\u2019s Nest Community Church \u2022 442 School Dr SE, Atlanta, GA 30354<\/p>\n  <\/footer>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Eagle&#8217;s Nest Community Church &#x271d; Eagle\u2019s Nest Community Church Services Leadership Visit Donate &#x1f91d; Welcome Home A church family helping people rise, grow, and walk with Christ. Eagle\u2019s Nest Community Church exists to make disciples by evangelizing the community, equipping the saints, and fulfilling the Great Commission through Jesus Christ. Plan Your Visit \u2192 Visit [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-template-blank.php","meta":{"footnotes":""},"class_list":["post-24191","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/encc-atlanta.org\/index.php?rest_route=\/wp\/v2\/pages\/24191","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/encc-atlanta.org\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/encc-atlanta.org\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/encc-atlanta.org\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/encc-atlanta.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=24191"}],"version-history":[{"count":4,"href":"https:\/\/encc-atlanta.org\/index.php?rest_route=\/wp\/v2\/pages\/24191\/revisions"}],"predecessor-version":[{"id":24195,"href":"https:\/\/encc-atlanta.org\/index.php?rest_route=\/wp\/v2\/pages\/24191\/revisions\/24195"}],"wp:attachment":[{"href":"https:\/\/encc-atlanta.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=24191"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}