{"id":2103,"date":"2025-12-12T16:22:01","date_gmt":"2025-12-12T16:22:01","guid":{"rendered":"https:\/\/csaac.org\/?page_id=2103"},"modified":"2026-07-10T15:01:24","modified_gmt":"2026-07-10T15:01:24","slug":"csaac-damascus-farm","status":"publish","type":"page","link":"https:\/\/csaac.org\/en\/csaac-damascus-farm\/","title":{"rendered":"CSAAC Damascus Farm"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"en\"><br \/>\n<head><br \/>\n    <meta charset=\"UTF-8\"><br \/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><br \/>\n    <title>CSAAC Damascus Farm Project &#8211; CSAAC<\/title>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&#038;display=swap\" rel=\"stylesheet\">\n<style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }<\/p>\n<p>        body {\n            font-family: 'DM Sans', sans-serif;\n            line-height: 1.6;\n            color: #333;\n        }<\/p>\n<p>        \/* Hero Section *\/\n        .hero {\n            padding: 0;\n            margin: 0;\n            overflow: hidden;\n        }<\/p>\n<p>        .hero-desktop {\n            display: block;\n            width: 100%;\n            height: auto;\n        }<\/p>\n<p>        .hero-mobile {\n            display: none;\n            width: 100%;\n            height: auto;\n        }<\/p>\n<p>        \/* Container *\/\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 2rem 2rem;\n        }<\/p>\n<p>        .narrow-container {\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 2rem 2rem;\n        }<\/p>\n<p>        \/* Section Styles *\/\n        .section {\n            padding: 3rem 2rem;\n        }<\/p>\n<p>        .section-white {\n            background: white;\n        }<\/p>\n<p>        .section-gray {\n            background: #f8f9fa;\n        }<\/p>\n<p>        .section-title {\n            font-size: 2.5rem;\n            color: #06505c;\n            margin-bottom: 1.5rem;\n        }<\/p>\n<p>        .section-subtitle {\n            font-size: 1.8rem;\n            color: #06505c;\n            margin-bottom: 1rem;\n            margin-top: 2rem;\n        }<\/p>\n<p>        .section-content p {\n            font-size: 1.1rem;\n            line-height: 1.8;\n            margin-bottom: 1.5rem;\n            color: #555;\n        }<\/p>\n<p>        \/* Photo Gallery *\/\n        .photo-gallery {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 1.5rem;\n            margin: 2rem 0;\n        }<\/p>\n<p>        .photo-placeholder {\n            width: 100%;\n            height: 300px;\n            border-radius: 10px;\n            overflow: hidden;\n        }<\/p>\n<p>        .photo-placeholder img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            border-radius: 10px;\n        }<\/p>\n<p>        \/* Intro Section *\/\n        .intro-section {\n            background: white;\n            padding: 2.5rem 2rem;\n        }<\/p>\n<p>        .intro-content {\n            max-width: 900px;\n            margin: 0 auto;\n        }<\/p>\n<p>        \/* Program Components *\/\n        .components-section {\n            background: #f8f9fa;\n            padding: 2.5rem 2rem;\n        }<\/p>\n<p>        .components-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 1.5rem;\n            margin-top: 1.5rem;\n        }<\/p>\n<p>        .component-card {\n            background: white;\n            padding: 1.75rem;\n            border-radius: 10px;\n            box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n            border-left: 8px solid #cbb777;\n        }<\/p>\n<p>        .component-card h3 {\n            color: #06505c;\n            font-size: 1.4rem;\n            margin-bottom: 0.75rem;\n        }<\/p>\n<p>        .component-card p {\n            color: #555;\n            font-size: 1rem;\n            line-height: 1.7;\n        }<\/p>\n<p>        .component-card ul {\n            list-style: none;\n            padding: 0;\n            margin-top: 0.75rem;\n        }<\/p>\n<p>        .component-card ul li {\n            color: #555;\n            line-height: 1.6;\n            padding: 0.3rem 0;\n            padding-left: 1.5rem;\n            position: relative;\n            font-size: 0.95rem;\n        }<\/p>\n<p>        .component-card ul li::before {\n            content: \"\u2713\";\n            color: #cbb777;\n            font-weight: bold;\n            position: absolute;\n            left: 0;\n        }<\/p>\n<p>        \/* Future Focus Section *\/\n        .future-section {\n            background: linear-gradient(135deg, #06505c 0%, #078199 100%);\n            color: white;\n            padding: 2.5rem 2rem;\n            text-align: center;\n        }<\/p>\n<p>        .future-section .section-title {\n            color: white;\n            margin-bottom: 1rem;\n        }<\/p>\n<p>        .future-section p {\n            font-size: 1.1rem;\n            line-height: 1.7;\n            max-width: 900px;\n            margin: 0 auto 1rem;\n        }<\/p>\n<p>        \/* Impact Stats *\/\n        .impact-stats {\n            display: flex;\n            justify-content: center;\n            gap: 3rem;\n            margin-top: 2rem;\n            flex-wrap: wrap;\n        }<\/p>\n<p>        .stat-item {\n            text-align: center;\n        }<\/p>\n<p>        .stat-number {\n            font-size: 2.75rem;\n            font-weight: bold;\n            color: #cbb777;\n            display: block;\n        }<\/p>\n<p>        .stat-label {\n            font-size: 1rem;\n            color: white;\n        }<\/p>\n<p>        \/* CTA Section *\/\n        .cta-section {\n            background: #f8f9fa;\n            padding: 2.5rem 2rem;\n            text-align: center;\n        }<\/p>\n<p>        .cta-section h2 {\n            color: #06505c;\n            font-size: 2rem;\n            margin-bottom: 1rem;\n        }<\/p>\n<p>        .cta-section p {\n            font-size: 1.05rem;\n            color: #555;\n            max-width: 700px;\n            margin: 0 auto 1.5rem;\n            line-height: 1.7;\n        }<\/p>\n<p>        \/* Button *\/\n        .btn {\n            padding: 1rem 2rem;\n            text-decoration: none;\n            border-radius: 5px;\n            font-weight: 600;\n            transition: all 0.3s;\n            display: inline-block;\n            background: #cbb777;\n            color: #06505c;\n        }<\/p>\n<p>        .btn:hover {\n            background: #b8a566;\n            transform: translateY(-2px);\n        }<\/p>\n<p>        .btn-large {\n            padding: 1.25rem 2.5rem;\n            font-size: 1.1rem;\n        }<\/p>\n<p>        \/* Footer *\/\n        .footer {\n            background: #06505c;\n            color: white;\n            padding: 3rem 2rem 1rem;\n            font-size: 1.1rem;\n        }<\/p>\n<p>        .footer-content {\n            max-width: 1200px;\n            margin: 0 auto;\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 2rem;\n            margin-bottom: 2rem;\n        }<\/p>\n<p>        .footer-section h3 {\n            color: #cbb777;\n            margin-bottom: 1rem;\n            font-size: 1.3rem;\n        }<\/p>\n<p>        .footer-section ul {\n            list-style: none;\n        }<\/p>\n<p>        .footer-section ul li {\n            margin-bottom: 0.5rem;\n        }<\/p>\n<p>        .footer-section a {\n            color: #ccc;\n            text-decoration: none;\n            transition: color 0.3s;\n        }<\/p>\n<p>        .footer-section a:hover {\n            color: #cbb777;\n        }<\/p>\n<p>        .newsletter-signup input {\n            padding: 0.75rem;\n            border: none;\n            border-radius: 5px;\n            width: 100%;\n            margin-bottom: 0.5rem;\n        }<\/p>\n<p>        .newsletter-signup button {\n            padding: 0.75rem 1.5rem;\n            background: #cbb777;\n            color: #06505c;\n            border: none;\n            border-radius: 5px;\n            cursor: pointer;\n            font-weight: 600;\n            transition: background 0.3s;\n        }<\/p>\n<p>        .newsletter-signup button:hover {\n            background: #b8a566;\n        }<\/p>\n<p>        .social-links {\n            display: flex;\n            gap: 1rem;\n            margin-top: 1rem;\n        }<\/p>\n<p>        .social-links a {\n            display: inline-block;\n            width: 55px;\n            height: 55px;\n            background: #cbb777;\n            border-radius: 50%;\n            text-align: center;\n            line-height: 55px;\n            transition: background 0.3s;\n            color: #06505c;\n            font-weight: bold;\n            font-size: 1.3rem;\n        }<\/p>\n<p>        .social-links a:hover {\n            background: #b8a566;\n        }<\/p>\n<p>        .footer-bottom {\n            text-align: center;\n            padding-top: 2rem;\n            border-top: 1px solid rgba(255, 255, 255, 0.2);\n            color: #ccc;\n        }<\/p>\n<p>        \/* ===== MOBILE RESPONSIVE ===== *\/\n        @media (max-width: 768px) {\n            \/* Hero - show mobile image *\/\n            .hero-desktop {\n                display: none;\n            }\n            .hero-mobile {\n                display: block;\n            }<\/p>\n<p>            \/* Containers *\/\n            .container {\n                padding: 1.5rem 1rem;\n            }\n            .narrow-container {\n                padding: 1.5rem 1rem;\n            }<\/p>\n<p>            \/* Sections *\/\n            .section {\n                padding: 1.5rem 1rem;\n            }<\/p>\n<p>            \/* Section Title *\/\n            .section-title {\n                font-size: 1.6rem;\n                margin-bottom: 1rem;\n            }<\/p>\n<p>            \/* Section Content *\/\n            .section-content p {\n                font-size: 1rem;\n                line-height: 1.7;\n                margin-bottom: 1rem;\n            }<\/p>\n<p>            \/* Photo Gallery *\/\n            .photo-gallery {\n                grid-template-columns: 1fr;\n                gap: 1rem;\n                margin: 1.5rem 0;\n            }\n            .photo-placeholder {\n                height: 220px;\n            }<\/p>\n<p>            \/* Intro Section *\/\n            .intro-section {\n                padding: 1.5rem 1rem;\n            }<\/p>\n<p>            \/* Components Section *\/\n            .components-section {\n                padding: 1.5rem 1rem;\n            }\n            .components-grid {\n                grid-template-columns: 1fr;\n                gap: 1rem;\n                margin-top: 1rem;\n            }\n            .component-card {\n                padding: 1.25rem;\n                border-left-width: 5px;\n            }\n            .component-card h3 {\n                font-size: 1.2rem;\n                margin-bottom: 0.5rem;\n            }\n            .component-card p {\n                font-size: 0.95rem;\n            }\n            .component-card ul {\n                margin-top: 0.5rem;\n            }\n            .component-card ul li {\n                font-size: 0.9rem;\n                padding: 0.25rem 0;\n                padding-left: 1.25rem;\n            }<\/p>\n<p>            \/* Future Section *\/\n            .future-section {\n                padding: 2rem 1rem;\n            }\n            .future-section .section-title {\n                font-size: 1.5rem;\n            }\n            .future-section p {\n                font-size: 1rem;\n                margin-bottom: 0.75rem;\n            }<\/p>\n<p>            \/* Impact Stats *\/\n            .impact-stats {\n                gap: 1.5rem;\n                margin-top: 1.5rem;\n            }\n            .stat-number {\n                font-size: 2.25rem;\n            }\n            .stat-label {\n                font-size: 0.9rem;\n            }<\/p>\n<p>            \/* CTA Section *\/\n            .cta-section {\n                padding: 2rem 1rem;\n            }\n            .cta-section h2 {\n                font-size: 1.5rem;\n                margin-bottom: 0.75rem;\n            }\n            .cta-section p {\n                font-size: 0.95rem;\n                margin-bottom: 1.25rem;\n            }<\/p>\n<p>            \/* Buttons *\/\n            .btn {\n                padding: 0.75rem 1.5rem;\n                font-size: 0.95rem;\n            }\n            .btn-large {\n                padding: 1rem 2rem;\n                font-size: 1rem;\n            }<\/p>\n<p>            \/* Footer *\/\n            .footer {\n                padding: 1.5rem 1rem 1rem;\n                font-size: 1rem;\n            }\n            .footer-content {\n                gap: 1.5rem;\n                margin-bottom: 1.5rem;\n            }\n            .footer-section h3 {\n                font-size: 1.1rem;\n                margin-bottom: 0.75rem;\n            }\n            .social-links a {\n                width: 45px;\n                height: 45px;\n                line-height: 45px;\n                font-size: 1.1rem;\n            }\n            .footer-bottom {\n                padding-top: 1.5rem;\n            }\n        }<\/p>\n<p>        \/* Extra small phones *\/\n        @media (max-width: 380px) {\n            .section-title {\n                font-size: 1.4rem;\n            }\n            .future-section .section-title {\n                font-size: 1.35rem;\n            }\n            .component-card h3 {\n                font-size: 1.1rem;\n            }\n            .stat-number {\n                font-size: 2rem;\n            }\n            .cta-section h2 {\n                font-size: 1.35rem;\n            }\n            .impact-stats {\n                gap: 1rem;\n            }\n        }\n    <\/style>\n<p><\/head><br \/>\n<body><br \/>\n  <!-- Hero Section --><\/p>\n<section class=\"hero\">\n<div style=\"position:relative; width:100%;\">\n            <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/07\/Chicken-coop.jpg\" alt=\"CSAAC's Damascus Farm Project\" style=\"width:100%; max-height:450px; object-fit:cover; object-position:center; display:block;\"><\/p>\n<div style=\"position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(6,80,92,0.55);\"><\/div>\n<div style=\"position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); text-align:center; color:white; width:90%;\">\n<h1 style=\"font-size:3rem; font-weight:700; margin-bottom:1rem; text-shadow:2px 2px 4px rgba(0,0,0,0.5);\">CSAAC&#8217;s Damascus Farm Project<\/h1>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<div style=\"text-align:center; padding:1.5rem 2rem 0; max-width:900px; margin:0 auto;\">\n<p style=\"font-size:1.4rem; color:#06505c; font-weight:500; font-style:italic; line-height:1.6;\">Growing skills, responsibility, and community through hands-on agricultural learning.<\/p>\n<\/div>\n<p>    <!-- Intro Section with Photos --><\/p>\n<section class=\"intro-section\">\n<div class=\"narrow-container\">\n<div class=\"section-content\">\n<p>The CSAAC Damascus Farm Project was established to create hands-on, skill-building opportunities for individuals served by our vocational program through structured farming activities. The project focuses on promoting responsibility, enhancing daily living skills, and fostering meaningful participation in agricultural tasks. <\/p>\n<\/p><\/div>\n<p>            <!-- Photo Gallery --><\/p>\n<div class=\"photo-gallery\">\n<div class=\"photo-placeholder\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2024\/05\/20240513_111608-scaled-e1782850278608.jpg\" alt=\"CSAAC Damascus Farm\">\n                <\/div>\n<div class=\"photo-placeholder\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2024\/07\/20240624_104459_resized.jpg\" alt=\"CSAAC Damascus Farm\">\n                <\/div>\n<div class=\"photo-placeholder\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/07\/thumbnail_IMG_0962.jpg\" alt=\"CSAAC Damascus Farm\">\n                <\/div>\n<div class=\"photo-placeholder\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/07\/IMG_1150-1-e1782924283112.jpg\" alt=\"CSAAC Damascus Farm\">\n                <\/div>\n<\/p><\/div>\n<div class=\"section-content\">\n<p>The program is built on a commitment to continuous learning, innovation, and growth. Through ongoing evaluation and hands-on experience, farming practices are refined to identify crops best suited to local soil and environmental conditions, address pest and wildlife challenges, and strengthen sustainable growing methods. <\/p>\n<p>Ongoing improvements to soil preparation, planting techniques, and farm infrastructure continue to enhance the program while expanding opportunities for individuals to develop practical skills, build confidence, and participate in every stage of the growing process. As the farm evolves, it creates new opportunities for learning, meaningful engagement, and community participation. <\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>    <!-- Program Components Section --><\/p>\n<section class=\"components-section\">\n<div class=\"container\">\n<h2 class=\"section-title\" style=\"text-align: center;\">Program Components<\/h2>\n<p style=\"text-align: center; font-size: 1.1rem; color: #555; max-width: 800px; margin: 0 auto 1.5rem;\">Participants engage in a range of farm-related activities that build practical skills and foster a sense of purpose.<\/p>\n<div class=\"components-grid\">\n<div class=\"component-card\">\n<h3>Chicken Care<\/h3>\n<p>Caring for a flock of ten chickens provides daily responsibility and routine.<\/p>\n<ul>\n<li>Feeding and providing water<\/li>\n<li>Collecting eggs daily<\/li>\n<li>Preparing eggs for donation to the East Village<\/li>\n<li>Maintaining coop cleanliness<\/li>\n<li>Monitoring flock health<\/li>\n<\/ul><\/div>\n<div class=\"component-card\">\n<h3>Crop Cultivation<\/h3>\n<p>Working a one-acre parcel designated for the vocational department.<\/p>\n<ul>\n<li>Planting seasonal crops and vegetables<\/li>\n<li>Watering and irrigation<\/li>\n<li>Garden maintenance and weeding<\/li>\n<li>Harvesting produce<\/li>\n<li>Learning sustainable farming practices<\/li>\n<\/ul><\/div>\n<div class=\"component-card\">\n<h3>Agricultural Learning<\/h3>\n<p>Building knowledge through hands-on experimentation and observation.<\/p>\n<ul>\n<li>Identifying crops suited to local soil conditions<\/li>\n<li>Understanding pest and wildlife challenges<\/li>\n<li>Soil preparation techniques<\/li>\n<li>Seasonal planting schedules<\/li>\n<li>Environmental stewardship<\/li>\n<\/ul><\/div>\n<div class=\"component-card\">\n<h3>Life Skills Development<\/h3>\n<p>Building transferable skills that extend beyond the farm.<\/p>\n<ul>\n<li>Following routines and schedules<\/li>\n<li>Taking responsibility for living things<\/li>\n<li>Working as part of a team<\/li>\n<li>Problem-solving in real situations<\/li>\n<li>Building confidence and independence<\/li>\n<\/ul><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>    <!-- CTA Section --><\/p>\n<section class=\"cta-section\">\n<div class=\"container\">\n<h2>Learn More About Our Programs<\/h2>\n<p>This initiative remains a dedicated vocational program that has already demonstrated meaningful impact. We are proud of the progress we have made and look forward to continued growth, engagement, and opportunities for individuals to participate in purposeful, community-focused activities.<\/p>\n<p>            <a href=\"https:\/\/csaac.org\/contact-csaac\/\" class=\"btn btn-large\"><strong>Contact Us<\/strong><\/a>\n        <\/div>\n<\/section>\n<p>   <!-- Footer --><\/p>\n<footer id=\"contact\" class=\"footer\">\n<div class=\"footer-content\">\n<div class=\"footer-section\">\n<h3>Quick Links<\/h3>\n<ul>\n<li><a href=\"https:\/\/csaac.org\/about-csaac-2\/\">About<\/a><\/li>\n<li><a href=\"https:\/\/csaac.org\/volunteer-at-csaac\/\">Join Our Mission<\/a><\/li>\n<li><a href=\"https:\/\/csaac.org\/careers-at-csaac\/\">Careers<\/a><\/li>\n<li><a href=\"https:\/\/csaac.org\/contact-csaac\/\">Contact<\/a><\/li>\n<\/ul>\n<\/div>\n<div class=\"footer-section\">\n<h3>Contact Us<\/h3>\n<p>CSAAC<br \/>\n<br \/>Phone: <a href=\"tel:+12409122220\">(240) 912-2220<\/a><br \/>\n<br \/>Email: <a href=\"mailto:csaac@csaac.org\">csaac@csaac.org<\/a>\n<\/div>\n<div class=\"footer-section\">\n<h3>Newsletter Signup<\/h3>\n<form class=\"newsletter-signup\" action=\"https:\/\/formspree.io\/f\/xvgeqaql\" method=\"POST\"><input name=\"_subject\" type=\"hidden\" value=\"New Newsletter Signup - CSAAC\" \/><br \/>\n<input name=\"email\" required=\"\" type=\"email\" placeholder=\"Enter your email\" \/><br \/>\n<button type=\"submit\">Subscribe<\/button><\/form>\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\n<div class=\"social-links\">\n    <a href=\"https:\/\/www.facebook.com\/share\/1ASK295psM\/?mibextid=wwXIfr\" aria-label=\"Facebook\" target=\"_blank\" rel=\"noopener\"><i class=\"fab fa-facebook-f\"><\/i><\/a><br \/>\n    <a href=\"https:\/\/www.instagram.com\/csaac_org?igsh=dHgzcnFocThzejJq&#038;utm_source=qr\" aria-label=\"Instagram\" target=\"_blank\" rel=\"noopener\"><i class=\"fab fa-instagram\"><\/i><\/a><br \/>\n    <a href=\"https:\/\/www.linkedin.com\/company\/csaac\/\" aria-label=\"LinkedIn\" target=\"_blank\" rel=\"noopener\"><i class=\"fab fa-linkedin-in\"><\/i><\/a>\n<\/div>\n<\/div>\n<div class=\"footer-bottom\">\n<p>\u00a9 2026 CSAAC. All rights reserved.<\/p>\n<\/div>\n<\/footer>\n\n","protected":false},"excerpt":{"rendered":"<p>CSAAC Damascus Farm Project &#8211; CSAAC CSAAC&#8217;s Damascus Farm Project Growing skills, responsibility, and community through hands-on agricultural learning. The CSAAC Damascus Farm Project was established to create hands-on, skill-building opportunities for individuals served by our vocational program through structured farming activities. The project focuses on promoting responsibility, enhancing daily living skills, and fostering meaningful [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2103","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/csaac.org\/en\/wp-json\/wp\/v2\/pages\/2103","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/csaac.org\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/csaac.org\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/csaac.org\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/csaac.org\/en\/wp-json\/wp\/v2\/comments?post=2103"}],"version-history":[{"count":10,"href":"https:\/\/csaac.org\/en\/wp-json\/wp\/v2\/pages\/2103\/revisions"}],"predecessor-version":[{"id":4368,"href":"https:\/\/csaac.org\/en\/wp-json\/wp\/v2\/pages\/2103\/revisions\/4368"}],"wp:attachment":[{"href":"https:\/\/csaac.org\/en\/wp-json\/wp\/v2\/media?parent=2103"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}