{"id":42,"date":"2026-06-14T07:24:15","date_gmt":"2026-06-14T07:24:15","guid":{"rendered":"https:\/\/fundthevillage.org\/?page_id=42"},"modified":"2026-06-14T09:00:53","modified_gmt":"2026-06-14T09:00:53","slug":"fund-the-village","status":"publish","type":"page","link":"https:\/\/fundthevillage.org\/","title":{"rendered":""},"content":{"rendered":"\n<meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Fund The Village | Fair, Corporate-Free Community Crowdfunding<\/title>\n    <style>\n        :root {\n            --primary: #1b4332;\n            --primary-light: #2d6a4f;\n            --accent: #d8f3dc;\n            --warning: #ffb703;\n            --dark: #081c15;\n            --light: #f4f9f4;\n            --white: #ffffff;\n            --gray: #e9ecef;\n        }\n\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n            font-family: Arial, sans-serif;\n        }\n\n        body {\n            color: var(--dark);\n            background-color: var(--white);\n            line-height: 1.6;\n        }\n\n        \/* Navigation *\/\n        nav {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 20px 5%;\n            background: var(--white);\n            box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n        }\n\n        .logo {\n            font-size: 24px;\n            font-weight: 700;\n            color: var(--primary);\n            text-decoration: none;\n        }\n\n        .logo span {\n            color: var(--primary-light);\n        }\n\n        .nav-links {\n            display: flex;\n            list-style: none;\n            gap: 30px;\n            align-items: center;\n        }\n\n        .nav-links a {\n            text-decoration: none;\n            color: var(--dark);\n            font-weight: 500;\n        }\n\n        .nav-links .cta-nav {\n            background-color: var(--primary);\n            color: var(--white);\n            padding: 10px 20px;\n            border-radius: 6px;\n            font-weight: 600;\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            display: flex;\n            flex-direction: column;\n            padding: 40px 5%;\n            background-color: var(--light);\n            gap: 30px;\n        }\n\n        @media (min-width: 768px) {\n            .hero {\n                display: grid;\n                grid-template-columns: 1.1fr 0.9fr;\n                align-items: center;\n            }\n        }\n\n        .hero-content h1 {\n            font-size: 38px;\n            line-height: 1.2;\n            margin-bottom: 15px;\n            color: var(--dark);\n        }\n\n        .tagline-badge {\n            display: inline-block;\n            background-color: var(--accent);\n            color: var(--primary);\n            padding: 6px 14px;\n            border-radius: 20px;\n            font-weight: 600;\n            font-size: 14px;\n            margin-bottom: 20px;\n        }\n\n        .hero-content p {\n            font-size: 18px;\n            margin-bottom: 30px;\n            color: #333;\n        }\n\n        .hero-buttons {\n            display: flex;\n            gap: 15px;\n            margin-bottom: 25px;\n        }\n\n        .btn-primary {\n            background-color: var(--primary);\n            color: var(--white);\n            padding: 15px 32px;\n            border-radius: 6px;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 16px;\n        }\n\n        .btn-secondary {\n            background-color: var(--white);\n            color: var(--primary);\n            padding: 15px 32px;\n            border-radius: 6px;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 16px;\n            border: 2px solid var(--primary);\n        }\n\n        \/* Bulletproof SVG Graphic Component *\/\n        .hero-image-container {\n            width: 100%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .fallback-graphic {\n            width: 100%;\n            max-width: 450px;\n            background-color: var(--primary);\n            border-radius: 12px;\n            padding: 40px 20px;\n            text-align: center;\n            color: var(--white);\n            box-shadow: 0 10px 20px rgba(0,0,0,0.1);\n        }\n\n        .graphic-icon {\n            font-size: 64px;\n            margin-bottom: 15px;\n        }\n\n        .fallback-graphic h3 {\n            font-size: 24px;\n            margin-bottom: 10px;\n        }\n\n        .fallback-graphic p {\n            font-size: 15px;\n            opacity: 0.9;\n        }\n\n        \/* Interactive Calculator Section *\/\n        .calculator-section {\n            padding: 60px 5%;\n            background-color: var(--white);\n            text-align: center;\n        }\n\n        .calculator-section h2 {\n            font-size: 32px;\n            margin-bottom: 10px;\n            color: var(--dark);\n        }\n\n        .calculator-container {\n            max-width: 650px;\n            margin: 40px auto 0 auto;\n            padding: 30px;\n            background: var(--light);\n            border-radius: 12px;\n            border: 1px solid #e0e0e0;\n        }\n\n        .calc-group {\n            margin-bottom: 30px;\n            text-align: left;\n        }\n\n        .calc-group label {\n            display: block;\n            font-weight: 600;\n            margin-bottom: 10px;\n            font-size: 18px;\n        }\n\n        .amount-display {\n            font-size: 32px;\n            font-weight: 700;\n            color: var(--primary);\n            margin-bottom: 15px;\n            display: block;\n        }\n\n        .slider {\n            width: 100%;\n            height: 10px;\n            border-radius: 5px;\n            background: var(--gray);\n            outline: none;\n        }\n\n        .results-box {\n            display: flex;\n            flex-direction: column;\n            gap: 15px;\n            margin-top: 20px;\n            padding-top: 25px;\n            border-top: 2px dashed #ccc;\n        }\n\n        @media (min-width: 480px) {\n            .results-box {\n                display: grid;\n                grid-template-columns: 1fr 1fr;\n            }\n        }\n\n        .result-item {\n            padding: 15px;\n            border-radius: 8px;\n            text-align: center;\n        }\n\n        .result-item.village {\n            background-color: var(--accent);\n        }\n\n        .result-item.corporate {\n            background-color: #fceade;\n        }\n\n        .result-title {\n            font-size: 13px;\n            font-weight: 600;\n            text-transform: uppercase;\n            margin-bottom: 5px;\n            color: #444;\n        }\n\n        .result-cash {\n            font-size: 26px;\n            font-weight: 700;\n        }\n\n        .result-item.village .result-cash { color: var(--primary); }\n        .result-item.corporate .result-cash { color: #b7094c; }\n\n        \/* Anti-Corporate Value Props *\/\n        .values-section {\n            padding: 60px 5%;\n            background-color: var(--light);\n            text-align: center;\n        }\n\n        .values-section h2 {\n            font-size: 32px;\n            margin-bottom: 10px;\n        }\n\n        .section-subtitle {\n            font-size: 18px;\n            color: #555;\n            margin-bottom: 40px;\n        }\n\n        .grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 25px;\n        }\n\n        .value-card {\n            padding: 30px;\n            background: var(--white);\n            border-radius: 8px;\n            text-align: left;\n            box-shadow: 0 4px 6px rgba(0,0,0,0.02);\n        }\n\n        .value-card h3 {\n            margin-bottom: 15px;\n            font-size: 20px;\n            color: var(--primary);\n        }\n\n        \/* Trust Banner *\/\n        .trust-banner {\n            background-color: var(--dark);\n            color: var(--white);\n            padding: 40px 5%;\n            text-align: center;\n            font-size: 18px;\n            font-weight: 500;\n        }\n    <\/style>\n\n\n\n    <nav>\n        <a href=\"#\" class=\"logo\">FundThe<span>Village<\/span><\/a>\n        <ul class=\"nav-links\" style=\"display: none;\">\n            <li><a href=\"#calculator\">Savings Tracker<\/a><\/li>\n        <\/ul>\n    <\/nav>\n\n    <section class=\"hero\">\n        <div class=\"hero-content\">\n            <span class=\"tagline-badge\">The Ethical Crowdfunding Alternative<\/span>\n            <h1>No forced tips. No corporate tricks. Just funding.<\/h1>\n            <p>Big fundraising platforms maximize corporate profit cuts off the back of your emergencies or local dreams. FundTheVillage.org ensures transparent, user-first money transfers without aggressive donor shaming mechanisms.<\/p>\n            <div class=\"hero-buttons\">\n                <a href=\"#start\" class=\"btn-primary\">Start Campaign<\/a>\n                <a href=\"#calculator\" class=\"btn-secondary\">Compare Fees<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"hero-image-container\">\n            <!-- Completely indestructible layout vector graphic -->\n            <div class=\"fallback-graphic\">\n                <div class=\"graphic-icon\">\ud83e\udd1d<\/div>\n                <h3>Unified Team Projects<\/h3>\n                <p>Collaborating seamlessly around local ideas, budgets, and transparent community campaign maps.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"calculator-section\" id=\"calculator\">\n        <h2>See Exactly What Corporate Crowdfunding Takes<\/h2>\n        <p class=\"section-subtitle\">Slide the bar to test total goal collections and watch how much money stays in the community.<\/p>\n        \n        <div class=\"calculator-container\">\n            <div class=\"calc-group\">\n                <label for=\"goalRange\">Your Campaign Funding Goal<\/label>\n                <span class=\"amount-display\">$<span id=\"amountLabel\">15,000<\/span><\/span>\n                <input type=\"range\" min=\"1000\" max=\"100000\" step=\"1000\" value=\"15000\" class=\"slider\" id=\"goalRange\">\n            <\/div>\n\n            <div class=\"results-box\">\n                <div class=\"result-item village\">\n                    <div class=\"result-title\">FundTheVillage Payout<\/div><\/div><\/div><\/div><\/section>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"559\" src=\"https:\/\/fundthevillage.org\/wp-content\/uploads\/2026\/06\/image_4b85cb76-1-1024x559.png\" alt=\"\" class=\"wp-image-44\" srcset=\"https:\/\/fundthevillage.org\/wp-content\/uploads\/2026\/06\/image_4b85cb76-1-1024x559.png 1024w, https:\/\/fundthevillage.org\/wp-content\/uploads\/2026\/06\/image_4b85cb76-1-300x164.png 300w, https:\/\/fundthevillage.org\/wp-content\/uploads\/2026\/06\/image_4b85cb76-1-768x419.png 768w, https:\/\/fundthevillage.org\/wp-content\/uploads\/2026\/06\/image_4b85cb76-1.png 1408w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Fund The Village | Fair, Corporate-Free Community Crowdfunding FundTheVillage Savings Tracker The Ethical Crowdfunding Alternative No forced tips. No corporate tricks. Just funding. Big fundraising platforms maximize corporate profit cuts off the back of your emergencies or local dreams. FundTheVillage.org ensures transparent, user-first money transfers without aggressive donor shaming mechanisms. Start Campaign Compare Fees \ud83e\udd1d [&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-42","page","type-page","status-publish","hentry"],"wpcf_dashboard":"<div class=\"woocommerce\"><div class=\"woocommerce-info\">Please log in first? <a class=\"wpneoShowLogin\" href=\"#\">Click here to login<\/a><\/div><div class=\"wpneo_login_form_div\" style=\"display: none;\"><form name=\"loginform\" id=\"loginform\" action=\"https:\/\/fundthevillage.org\/wp-login.php\" method=\"post\"><p class=\"login-username\">\n\t\t\t\t<label for=\"user_login\">Username or Email Address<\/label>\n\t\t\t\t<input type=\"text\" name=\"log\" id=\"user_login\" autocomplete=\"username\" class=\"input\" value=\"\" size=\"20\" \/>\n\t\t\t<\/p><p class=\"login-password\">\n\t\t\t\t<label for=\"user_pass\">Password<\/label>\n\t\t\t\t<input type=\"password\" name=\"pwd\" id=\"user_pass\" autocomplete=\"current-password\" spellcheck=\"false\" class=\"input\" value=\"\" size=\"20\" \/>\n\t\t\t<\/p><p class=\"login-remember\"><label><input name=\"rememberme\" type=\"checkbox\" id=\"rememberme\" value=\"forever\" \/> Remember Me<\/label><\/p><p class=\"login-submit\">\n\t\t\t\t<input type=\"submit\" name=\"wp-submit\" id=\"wp-submit\" class=\"button button-primary\" value=\"Log In\" \/>\n\t\t\t\t<input type=\"hidden\" name=\"redirect_to\" value=\"https:\/\/fundthevillage.org\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F42\" \/>\n\t\t\t<\/p><\/form><\/div><\/div>","_links":{"self":[{"href":"https:\/\/fundthevillage.org\/index.php?rest_route=\/wp\/v2\/pages\/42","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fundthevillage.org\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fundthevillage.org\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fundthevillage.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fundthevillage.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=42"}],"version-history":[{"count":3,"href":"https:\/\/fundthevillage.org\/index.php?rest_route=\/wp\/v2\/pages\/42\/revisions"}],"predecessor-version":[{"id":57,"href":"https:\/\/fundthevillage.org\/index.php?rest_route=\/wp\/v2\/pages\/42\/revisions\/57"}],"wp:attachment":[{"href":"https:\/\/fundthevillage.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=42"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}