trees.org
Open in
urlscan Pro
104.198.106.208
Public Scan
Submitted URL: http://trees.org/
Effective URL: https://trees.org/
Submission: On December 03 via api from PL — Scanned from DE
Effective URL: https://trees.org/
Submission: On December 03 via api from PL — Scanned from DE
Form analysis
5 forms found in the DOMGET /
<form id="primary-nav--search" x-ref="searchForm" @submit.prevent="search" action="/" method="GET" class="relative flex items-center w-full flex-no-wrap justify-between h-11 bg-white border-t border-b border-grey-100 rounded-6.5 transition-all"
focus="focus" :class="{'rounded-br-none rounded-bl-none' : open}">
<input type="text" name="s" autocomplete="off" x-model="keyword" x-ref="searchInput" class="flex-1 mr-2 text-sm italic text-black h-full placeholder-black placeholder-opacity-50" placeholder="What can we help you find?" @keyup="(e) => fetchData(e)"
@keydown.up.prevent="focusPreviousOption()" @keydown.down.prevent="focusNextOption()">
<button type="submit" class="text-green flex items-center justify-center w-7 h-7 mr-2 border-2 border-green rounded-full cursor-pointer">
<svg class="w-4.25 h-3.75" width="17" height="15" viewBox="0 0 17 15" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M1.81152 6.62195C1.25924 6.62195 0.811523 7.06966 0.811523 7.62195C0.811523 8.17423 1.25924 8.62195 1.81152 8.62195V6.62195ZM16.1403 8.32906C16.5308 7.93853 16.5308 7.30537 16.1403 6.91484L9.77629 0.55088C9.38577 0.160356 8.7526 0.160356 8.36208 0.55088C7.97155 0.941405 7.97155 1.57457 8.36208 1.96509L14.0189 7.62195L8.36208 13.2788C7.97155 13.6693 7.97155 14.3025 8.36208 14.693C8.7526 15.0835 9.38577 15.0835 9.77629 14.693L16.1403 8.32906ZM1.81152 8.62195H15.4331V6.62195H1.81152V8.62195Z"
fill="currentColor"></path>
</svg> </button>
<div class="absolute z-30 top-full left-0 w-full max-h-96 bg-white rounded-b-6.5 border-t border-grey-100 bg-opacity-9 overflow-hidden" x-show="open" x-transition:leave="transition ease-in duration-100" x-transition:leave-start="opacity-100"
x-transition:leave-end="opacity-0" style="display: none">
<ul class="overflow-y-auto h-full scrollbar" role="listbox" @keydown.up.prevent="focusPreviousOption()" @keydown.down.prevent="focusNextOption()" x-ref="listbox">
<li class="px-4 uppercase text-green-400 text-xs py-3"> Suggested </li>
<template x-for="(item, index) in getResults()" :key="index">
<li class="block px-4 py-3 transition hover:bg-grey-100 transition text-black cursor-pointer" :class="{'bg-grey-100' : isSelected(index)}" role="option" @click="search()" @mouseenter="focusedOptionIndex = index"
@mouseleave="focusedOptionIndex = null" :aria-selected="focusedOptionIndex === index">
<span x-html="item.title"></span>
</li>
</template>
</ul>
</div>
</form>
GET /
<form id="primary-nav--search" x-ref="searchForm" @submit.prevent="search" action="/" method="GET" class="pl-14 relative flex items-center w-full flex-no-wrap justify-between h-11 bg-white border-t border-b border-grey-100 rounded-6.5 transition-all"
:class="{'rounded-br-none rounded-bl-none' : open}">
<input type="text" name="s" autocomplete="off" x-model="keyword" x-ref="searchInput" class="flex-1 mr-2 text-sm italic text-black h-full placeholder-black placeholder-opacity-50" placeholder="What can we help you find?" @keyup="(e) => fetchData(e)"
@keydown.up.prevent="focusPreviousOption()" @keydown.down.prevent="focusNextOption()">
<button type="submit" class="text-green flex items-center justify-center w-7 h-7 mr-2 border-2 border-green rounded-full cursor-pointer">
<svg class="w-4.25 h-3.75" width="17" height="15" viewBox="0 0 17 15" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M1.81152 6.62195C1.25924 6.62195 0.811523 7.06966 0.811523 7.62195C0.811523 8.17423 1.25924 8.62195 1.81152 8.62195V6.62195ZM16.1403 8.32906C16.5308 7.93853 16.5308 7.30537 16.1403 6.91484L9.77629 0.55088C9.38577 0.160356 8.7526 0.160356 8.36208 0.55088C7.97155 0.941405 7.97155 1.57457 8.36208 1.96509L14.0189 7.62195L8.36208 13.2788C7.97155 13.6693 7.97155 14.3025 8.36208 14.693C8.7526 15.0835 9.38577 15.0835 9.77629 14.693L16.1403 8.32906ZM1.81152 8.62195H15.4331V6.62195H1.81152V8.62195Z"
fill="currentColor"></path>
</svg> </button>
<div class="absolute z-30 top-full left-0 w-full max-h-96 bg-white rounded-b-6.5 border-t border-grey-100 bg-opacity-9 overflow-hidden" x-show="open" x-transition:leave="transition ease-in duration-100" x-transition:leave-start="opacity-100"
x-transition:leave-end="opacity-0" style="display: none">
<ul class="overflow-y-auto h-full scrollbar" role="listbox" @keydown.up.prevent="focusPreviousOption()" @keydown.down.prevent="focusNextOption()" x-ref="listbox">
<li class="px-4 uppercase text-green-400 text-xs py-3"> Suggested </li>
<template x-for="(item, index) in getResults()" :key="index">
<li class="block px-4 py-3 transition hover:bg-grey-100 transition text-black cursor-pointer" :class="{'bg-grey-100' : isSelected(index)}" role="option" @click="search()" @mouseenter="focusedOptionIndex = index"
@mouseleave="focusedOptionIndex = null" :aria-selected="focusedOptionIndex === index">
<span x-html="item.title"></span>
</li>
</template>
</ul>
</div>
</form>
GET /
<form id="primary-nav--search" x-ref="searchForm" @submit.prevent="search" action="/" method="GET" class="pl-14 relative flex items-center w-full flex-no-wrap justify-between h-11 bg-white border-t border-b border-grey-100 rounded-6.5 transition-all"
:class="{'rounded-br-none rounded-bl-none' : open}">
<input type="text" name="s" autocomplete="off" x-model="keyword" x-ref="searchInput" class="flex-1 mr-2 text-sm italic text-black h-full placeholder-black placeholder-opacity-50" placeholder="What can we help you find?" @keyup="(e) => fetchData(e)"
@keydown.up.prevent="focusPreviousOption()" @keydown.down.prevent="focusNextOption()">
<button type="submit" class="text-green flex items-center justify-center w-7 h-7 mr-2 border-2 border-green rounded-full cursor-pointer">
<svg class="w-4.25 h-3.75" width="17" height="15" viewBox="0 0 17 15" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M1.81152 6.62195C1.25924 6.62195 0.811523 7.06966 0.811523 7.62195C0.811523 8.17423 1.25924 8.62195 1.81152 8.62195V6.62195ZM16.1403 8.32906C16.5308 7.93853 16.5308 7.30537 16.1403 6.91484L9.77629 0.55088C9.38577 0.160356 8.7526 0.160356 8.36208 0.55088C7.97155 0.941405 7.97155 1.57457 8.36208 1.96509L14.0189 7.62195L8.36208 13.2788C7.97155 13.6693 7.97155 14.3025 8.36208 14.693C8.7526 15.0835 9.38577 15.0835 9.77629 14.693L16.1403 8.32906ZM1.81152 8.62195H15.4331V6.62195H1.81152V8.62195Z"
fill="currentColor"></path>
</svg> </button>
<div class="absolute z-30 top-full left-0 w-full max-h-96 bg-white rounded-b-6.5 border-t border-grey-100 bg-opacity-9 overflow-hidden" x-show="open" x-transition:leave="transition ease-in duration-100" x-transition:leave-start="opacity-100"
x-transition:leave-end="opacity-0" style="display: none">
<ul class="overflow-y-auto h-full scrollbar" role="listbox" @keydown.up.prevent="focusPreviousOption()" @keydown.down.prevent="focusNextOption()" x-ref="listbox">
<li class="px-4 uppercase text-green-400 text-xs py-3"> Suggested </li>
<template x-for="(item, index) in getResults()" :key="index">
<li class="block px-4 py-3 transition hover:bg-grey-100 transition text-black cursor-pointer" :class="{'bg-grey-100' : isSelected(index)}" role="option" @click="search()" @mouseenter="focusedOptionIndex = index"
@mouseleave="focusedOptionIndex = null" :aria-selected="focusedOptionIndex === index">
<span x-html="item.title"></span>
</li>
</template>
</ul>
</div>
</form>
Name: mc-embedded-subscribe-form — POST https://trees.us1.list-manage.com/subscribe/post?u=11dec6f230f54255605ff8178&id=cf42a16683
<form action="https://trees.us1.list-manage.com/subscribe/post?u=11dec6f230f54255605ff8178&id=cf42a16683" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate="novalidate">
<div id="mc_embed_signup_scroll">
<div class="indicates-required text-green text-opacity-90 text-sm mb-3">All fields required</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
<div class="mc-field-group">
<label class="sr-only" for="mce-FNAME">First Name <span class="asterisk">*</span>
</label>
<input type="text" value="" name="FNAME" class="required" placeholder="First Name" id="mce-FNAME" aria-required="true">
</div>
<div class="mc-field-group">
<label class="sr-only" for="mce-LNAME">Last Name <span class="asterisk">*</span>
</label>
<input type="text" value="" name="LNAME" class="required" placeholder="Last Name" id="mce-LNAME" aria-required="true">
</div>
<div class="mc-field-group">
<label class="sr-only" for="mce-EMAIL">Email Address <span class="asterisk">*</span>
</label>
<input type="email" value="" name="EMAIL" class="required email" placeholder="Email Address" id="mce-EMAIL" aria-required="true">
</div>
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_11dec6f230f54255605ff8178_cf42a16683" tabindex="-1" value=""></div>
<div class="clear flex flex-col md:flex-row justify-between items-start mt-5">
<div class="w-full lg:w-9/12 xl:w-8/12 text-green text-opacity-90 text-sm">
<p>Get our emails to stay in the know on what's happening in the field and ways you can get involved.</p>
</div>
<button type="submit" name="subscribe" id="mc-embedded-subscribe" class="text-green group items-center flex mr-0 ml-auto">
<span class="font-bold uppercase flex flex-col transition-all relative text-base group-hover:opacity-80">
<span class="pb-0.25"> Submit </span>
<span class="w-0 transition-all rounded-full bg-current h-1 absolute top-full left-0 group-hover:w-full" aria-hidden="true"></span>
</span>
<span class="ml-4 flex items-center justify-center rounded-full border-current transition-all w-9.25 h-9.25 p-2 border-2 transform group-hover:translate-x-1 group-hover:opacity-80">
<svg class="text-current w-full h-full" width="17" height="15" viewBox="0 0 17 15" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M1.81152 6.62195C1.25924 6.62195 0.811523 7.06966 0.811523 7.62195C0.811523 8.17423 1.25924 8.62195 1.81152 8.62195V6.62195ZM16.1403 8.32906C16.5308 7.93853 16.5308 7.30537 16.1403 6.91484L9.77629 0.55088C9.38577 0.160356 8.7526 0.160356 8.36208 0.55088C7.97155 0.941405 7.97155 1.57457 8.36208 1.96509L14.0189 7.62195L8.36208 13.2788C7.97155 13.6693 7.97155 14.3025 8.36208 14.693C8.7526 15.0835 9.38577 15.0835 9.77629 14.693L16.1403 8.32906ZM1.81152 8.62195H15.4331V6.62195H1.81152V8.62195Z"
fill="currentColor"></path>
</svg> </span>
</button>
</div>
</div>
</form>
POST #
<form method="POST" action="#" id="poptinFormSubmit4587bb3b26ab9">
<div class="draggable resizable poptin-form-submit-button moved ui-selecting" id="poptinFormSubmitText"
style="line-height: 56px; left: 221.784px; top: 301.169px; color: rgb(58, 58, 60); font-size: 24px; text-align: center; width: 254px; height: 64px; z-index: 100; cursor: pointer; outline: 0px;" tabindex="0" data-z-index="10"
data-initial-left="214.90875244140625" data-editor-id="21" data-move="30" data-bg="rgb(255, 158, 24)" title="Submit" data-title="Submit">
<div class="froala-editor-button fr-box fr-inline" dir="auto"
style="background-position: 0% 0%; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 158, 24); border-radius: 14px; font-size: 24px; line-height: 64px; box-shadow: none; height: 64px; z-index: 10; cursor: pointer;">
<p style="cursor: pointer;"><strong style="cursor: pointer;">Plant Change</strong></p>
</div><input type="submit" class="poptin-form-submit-button" id="poptinFormSubmitButton" value="Submit" aria-label="Plant Change" style="cursor: pointer;">
</div>
<div id="closeXButton" onclick="closePoptinOnXclick();" class="draggable close-x-button moved ui-selecting enable-snapping element-notinside"
style="display: block; padding: 0px; cursor: pointer; background: 0px 0px; border: 0px; color: rgb(0, 0, 0); overflow: visible; margin: 0px; font-weight: bold; left: 642px; opacity: 1; right: auto; top: -10.7388px;" data-z-index="999999"
tabindex="0" data-editor-id="71" title="Close" data-title="Close"><span class="froala-editor-close fr-box fr-inline">
<p><span class="close-icon" style="height:44px;width:44px;font-size:44px;line-height:44px;font-family: 'Yeseva One' !important; background-color: rgb(255,255,255) !important;border-radius:44px;color: #000000 !important;" title="Close"
data-title="Close">×</span></p>
</span></div><a href="https://donate.trees.org/give/286318/#!/donation/checkout?c_src=pop" style="display: none; cursor: pointer;" class="redirect-url-blank">https://donate.trees.org/give/286318/#!/donation/checkout?c_src=pop</a>
</form>
Text Content
Skip to content We use cookies on our website to personalize your experience and improve our efforts. By continuing, you agree to the terms of our privacy policy. I AGREE * Resources * Get Involved * Corporate Partnerships * 2030 * Financials * Impact Report * FAQs * Stories * Pressroom * Careers * * Suggested Trees for the Future * Why Trees? * Our Work * About Us * DONATE AS CORPORATE SPONSOR AS A CORPORATE SPONSOR AS INDIVIDUAL AS AN INDIVIDUAL DONATE CLOSE WOULD YOU LIKE TO DONATE AS A CORPORATE SPONSOR OR AS AN INDIVIDUAL? AS CORPORATE SPONSOR AS A CORPORATE SPONSOR AS INDIVIDUAL AS AN INDIVIDUAL Open Mobile Navigation Close Mobile Navigation * Suggested * Resources * Get Involved * Corporate Partnerships * 2030 * Financials * Impact Report * FAQs * Stories * Pressroom * Careers * Why Trees? * Our Work * About Us Trees for the Future Open Mobile Navigation Close Mobile Navigation * Suggested * Resources * Get Involved * Corporate Partnerships * 2030 * Financials * Impact Report * FAQs * Stories * Pressroom * Careers * Why Trees? * Our Work * About Us PLANT TREES AND CHANGE LIVES. Trees for the Future (TREES) trains communities on sustainable land use so that they can grow vibrant economies, thriving food systems, and a healthier planet. DONATE AS CORPORATE SPONSOR AS A CORPORATE SPONSOR AS INDIVIDUAL AS AN INDIVIDUAL The Problem HUNGER, POVERTY, AND ENVIRONMENTAL DECAY Around the world, landscapes are deteriorating and ecosystems are collapsing. The farming families that rely on the land to survive are trapped in cycles of hunger and poverty. The Cause UNSUSTAINABLE LAND USE Deforestation, soil degradation, and biodiversity loss are all tied to our global food system. In an effort to grow enough food to eat and sell, farmers are encouraged to clear their land of trees and native species. This unsustainable approach is harming people and the planet. The Forest Garden Solution EQUIPPING FARMERS WITH TOOLS AND KNOWLEDGE There is no one-size-fits-all solution to the challenges we face. Tree planting alone will not solve hunger, poverty, or the climate crisis. By training farmers in the Forest Garden Approach, we provide families with the tools and training they need to ensure they can thrive on their land longterm. The Key EVERY FOREST GARDEN IS MADE POSSIBLE BY SUPPORTERS LIKE YOU Farmers have the power, we have the training, you are the key. Through trees, tools, and training, we’ve been able to make a big impact… and it’s all thanks to our incredible supporter community. The Problem Hunger, poverty, and a changing climate threaten the future of millions. The Cause Unsustainable land use is at the root of our most pressing challenges. The Solution Farmers have the power to change everything. The Key Supporters make our work possible. YOU ARE THE KEY. Support our work ABOUT US TREES confronts hunger, poverty, and environmental degradation by serving the people at the heart of our global food systems: farmers and their families. Learn More By the numbers HELPING PEOPLE & PLANET 0 Trees Planted 0 Acres Restored 0 Lives Changed Learn More BUT WE’VE STILL GOT MORE WORK TO DO. There are millions of farming families in need in a rapidly changing climate. Plant more trees and change more lives with us. Support our work ADD IMPACT TO YOUR INBOX All fields required First Name * Last Name * Email Address * Get our emails to stay in the know on what's happening in the field and ways you can get involved. Submit * Contact Us * Inside TREES * Get Involved * Blog * Financials * Careers * Privacy Policy Trees for the Future is a registered 501(c)(3) nonprofit organization | Tax ID number: 52-1644869. Contributions to Trees for the Future are tax-deductible to the extent permitted by law. CFC #10715. Site by Briteweb Plant Change × https://donate.trees.org/give/286318/#!/donation/checkout?c_src=pop Thank you! × Click × https://donate.trees.org/give/286318/#!/donation/checkout?c_src=pop