Relationships

Reducing Your Carbon Footprint

We tend to affect our environment, and many other aspects of our world, in ways we may be unaware of. In this Course, you will come to understand your carbon footprint, what it means, and how to make easy, but meaningful, changes to your lifestyle. At the end of each lesson, you will have a new action plan to implement going forward, a plan that will continue beyond the 6 lessons of this Course.

Course Details

Type of learner: You are an adult or youth interested in learning more ways to care for Earth.

Course logistics: This 6 lesson Course is divided in such a way that each lesson focuses on a particular area of life where you can reduce your carbon footprint and make noticeable changes in your energy and consumption habits. At the end of each lesson, you will have a new action plan to implement going forward for the week. By the end, you will have a complete plan that will continue beyond the 6 weeks of this Course.

Suggested tuition: $20

Course Creator: This Course was compiled by Aimee Layo and the FFCH education team with resources provided to us from the Faith Alliance for Climate Solutions.

Status
[course_status_text_only]
Cost
$20.00
Buy Course
<?php
$course_id = get_the_ID();
$user_id = get_current_user_id();

if ( ! sfwd_lms_has_access( $course_id, $user_id ) ) {
    echo '<style>.buy-product-button { display: block !important; }</style>';
} else {
    echo '<style>.buy-product-button { display: none !important; }</style>';
}
?>
.hidden {
  display: none !important;
}
Access Course
<?php
  $course_id = get_the_ID();
$user_id = get_current_user_id();

if ( sfwd_lms_has_access( $course_id, $user_id ) ) {
    echo '<style>.start-course-button { display: block !important; }</style>';
} else {
    echo '<style>.start-course-button  { display: none !important; }</style>';
}
?>