CINXE.COM

NETZERO HOME

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <!-- Title --> <title>NETZERO HOME</title> <!--=====CSS=======--> <link rel="stylesheet" href="/public/nz/home-assets/css/plugins/bootstrap.min.css"> <link rel="stylesheet" href="/public/nz/home-assets/css/plugins/swiper.bundle.css"> <link rel="stylesheet" href="/public/nz/home-assets/css/plugins/fontawesome.css"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="stylesheet" href="/public/nz/home-assets/css/plugins/nice-select.css"> <link rel="stylesheet" href="/public/nz/home-assets/css/plugins/owl.carousel.min.css"> <link rel="stylesheet" href="/public/nz/home-assets/css/plugins/modal-video.min.css"> <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> <link rel="stylesheet" href="/public/nz/home-assets/css/plugins/mobile.css"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500&family=Lexend+Deca:wght@400;500;600;700;800&family=Manrope:wght@400;600;700;800&family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,500;1,700&family=Rubik:wght@400;500;600;700;800&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Inter:slnt,wght@-10..0,100..900&display=swap" rel="stylesheet"> <style> .inter-regular { font-family: "Inter", sans-serif; font-weight: 400; font-style: normal; } .inter-medium { font-family: "Inter", sans-serif; font-weight: 500; font-style: normal; } .inter-semibold { font-family: "Inter", sans-serif; font-weight: 600; font-style: normal; } .inter-bold { font-family: "Inter", sans-serif; font-weight: 700; font-style: normal; } .inter-extrabold { font-family: "Inter", sans-serif; font-weight: 800; font-style: normal; } </style> <link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet"> <style> .montserrat-regular { font-family: "Montserrat", sans-serif; font-weight: 400; font-style: normal; } .montserrat-medium { font-family: "Montserrat", sans-serif; font-weight: 500; font-style: normal; } .montserrat-semibold { font-family: "Montserrat", sans-serif; font-weight: 600; font-style: normal; } .montserrat-bold { font-family: "Montserrat", sans-serif; font-weight: 700; font-style: normal; } .montserrat-extrabold { font-family: "Montserrat", sans-serif; font-weight: 800; font-style: normal; } </style> <link rel="stylesheet" href="/public/nz/home-assets/css/plugins/aos.css"> <link rel="stylesheet" href="/public/nz/home-assets/css/typography.css"> <link rel="stylesheet" href="/public/nz/home-assets/css/master.css"> <link rel="stylesheet" href="/public/nz/home-assets/css/plugins/responsive.css"> <!--=====FAV-ICoN=======--> <link rel="icon" type="image/x-icon" href="/public/nz/img/icon/GBCI.svg" /> <!--=====JQUERY=======--> <script src="/public/nz/home-assets/js/plugins/jquery-3-6-0.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"></script> <style> :root { --primary-color: #1C323F; --pale-color: #ADC8D9; /* Warna biru muda */ --secondary-color: #506466; /* Warna biru gelap */ --accent-color: #81B29A; /* Warna hijau */ --background-color: #D9D9D9; /* Warna abu-abu */ } /* Body style */ body { background-color: var(--background-color); color: var(--secondary-color); font-family: Arial, sans-serif; } /* Header style */ /* header { */ /* background-color: var(--primary-color); */ /* padding: 20px; */ /* text-align: center; */ /* } */ /* Navigation style */ nav { background-color: var(--secondary-color); color: white; padding: 10px; text-align: center; } nav a { color: white; text-decoration: none; margin: 0 10px; } nav a:hover { color: var(--accent-color); } /* Button style */ button { background-color: var(--accent-color); border: none; color: white; padding: 10px 20px; cursor: pointer; } button:hover { background-color: var(--secondary-color); } .border-custom-secondary { border-color: var(--secondary-color) !important; } /* Additional classes for text color */ .text-custom-primary { color: var(--primary-color) !important; } .text-custom-secondary { color: var(--secondary-color) !important; } .text-custom-pale { color: var(--pale-color) !important; } .text-custom-accent { color: var(--accent-color) !important; } .text-custom-background { color: var(--background-color) !important; } /* Additional classes for background color */ .bg-custom-primary { background-color: var(--primary-color) !important; } .bg-custom-secondary { background-color: var(--secondary-color) !important; } .bg-custom-pale { background-color: var(--pale-color) !important; } .bg-custom-accent { background-color: var(--accent-color) !important; } .bg-custom-background { background-color: var(--background-color) !important; } .text-align-justify { text-align: justify; } .custom-text-truncate { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; text-overflow: ellipsis; } .custom-text-truncate-2 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; } header #header.sticky { background-color: var(--background-color) !important; box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075); } @media only screen and (max-width: 600px) { .greenship-logo { max-width: 45px; } .footer-top .gbci-logo { max-width: 180px; } .section-padding2 { padding: 30px 0 30px; } } </style> <style> .framework-banner { background-image: url("/public/nz/img/home_banner_image.png"); background-position: center; background-repeat: no-repeat; background-size: cover; height: 549px; border-radius: 15px; } .framework-banner-section { background: #D9D9D9; } .about-inner-text a svg { padding: 0 5px 0 5px; } .welget-btn { cursor: pointer; } .framework-banner-section { position: relative; padding: 300px 0 120px; } .text-justify { text-align: justify; } .list-team { list-style-type: disc; padding-left: 20px; } .list-team-item { border: none; padding: 5px 0; margin-bottom: 5px; } @media only screen and (max-width: 600px) { .framework-banner-section { padding: 150px 0 30px; } .framework-banner-section h1 { font-size: 48px; } .framework-banner-section p { font-size: 18px; line-height: 28px; } .about h5 { font-size: 24px } .about p { font-size: 18px } .about-slider h5, .why-section h5 { font-size: 24px } .about-slider p, .why-section p { font-size: 18px } } /* Tambahkan di bagian CSS */ .net-zero-section .row { flex-direction: row; } @media (max-width: 768px) { .net-zero-section .row { flex-direction: column; } .net-zero-section .col-md-4 { width: 100%; border: none; /* Hapus garis batas di mode mobile */ text-align: center; /* Pusatkan teks dan ikon di mode mobile */ padding: 0 15px; /* Tambahkan padding untuk jarak kanan dan kiri */ box-sizing: border-box; /* Pastikan padding tidak mempengaruhi ukuran elemen */ margin: 0; /* Set margin to 0 */ } .net-zero-section .d-flex { flex-direction: column; /* Ubah arah flex menjadi kolom di mode mobile */ align-items: center; /* Pusatkan konten */ width: 100%; /* Pastikan elemen memenuhi lebar kolom */ padding: 0; /* Reset padding di dalam flex */ margin: 0; /* Set margin to 0 */ } .net-zero-section .d-flex img { width: 60px; /* Sesuaikan ukuran ikon di mode mobile */ height: auto; margin-bottom: 10px; /* Tambahkan margin bawah untuk spasi antara ikon dan teks */ } .net-zero-section .ms-3 { margin-left: 0; /* Hapus margin kiri di mode mobile */ margin: 0; /* Set all margins to 0 */ padding: 0; /* Reset padding to 0 */ } .net-zero-section .inter-semibold.font-12 { font-size: 24px; /* Perbesar ukuran font judul */ line-height: 1.5; /* Atur jarak antar baris untuk judul */ margin: 0; /* Set margin to 0 */ } .net-zero-section .inter-regular.font-10 { font-size: 18px; /* Perbesar ukuran font deskripsi */ line-height: 1.6; /* Atur jarak antar baris untuk deskripsi */ margin: 0; /* Set margin to 0 */ } .net-zero-section .inter-bold.font-14 { font-size: 20px; /* Perbesar ukuran font link */ line-height: 1.5; /* Atur jarak antar baris untuk link */ margin: 0; /* Set margin to 0 */ } } </style> </head> <body> <!--=====preloader START=======--> <div id="preloader"> <div id="loader"></div> </div> <!--=====preloader end=======--> <!--=====progress START=======--> <div class="paginacontainer"> <div class="progress-wrap"> <svg class="progress-circle svg-content" width="100%" height="100%" viewBox="-1 -1 102 102"> <path d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98" /> </svg> </div> </div> <!--=====progress END=======--> <!--=====HEADER START=======--> <header> <div class="header-top-social-area bg-custom-primary d-lg-block d-none"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="header-top-text-area" style="padding:14px !important"> <div class="haeder-top-text"> <p class="text-white inter-medium text-center " style="font-size:12px"> <img src="/public/nz/img/icon/email.svg" class="me-2 my-auto" alt=""> <span class="my-auto me-4"><a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="ddb4b3bbb29dbabfbeb4b3b9b2b3b8aeb4bcf3b2afba">[email&#160;protected]</a></span> <img src="/public/nz/img/home/icon/telephone.png" class="me-2 my-auto" alt=""> <span class="my-auto me-4">(+62) 21 2960 8012</span> <img src="/public/nz/img/home/icon/mark.png" class="me-2 my-auto" alt=""> <span class="my-auto me-4">Jakarta, Indonesia</span> </p> </div> <div class="haeder-top-social"> <ul> <li><a href="#" class="color"><img src="/public/nz/img/home/icon/youtube.png" alt=""></a></li> <li><a href="#" class="color"><img src="/public/nz/img/home/icon/instagram.png" alt=""></a></li> <li><a href="#" class="color"><img src="/public/nz/img/home/icon/linkedin.png" alt=""></a></li> </ul> </div> </div> </div> </div> </div> </div> <div class="header main-header"> <div class="header-area header header-sticky" id="header"> <div class="container"> <div class="row"> <div class="col-12"> <div class="header-elements"> <div class="site-logo d-flex flex-row justify-content-center align-items-end"> <a class="me-md-3" href="/netzero/"> <img class="greenship-logo" src="/public/nz/img/home/icon/wika_logo.png" style="width: 100%" alt="Logo" /> </a> <a class="mb-2" href="/netzero/"> <img class="greenship-logo" src="/public/nz/img/home/icon/greenship_logo.png" style="width: 100%" alt="Logo" /> </a> </div> <div class="main-menu-ex text-custom-secondary dropdown"> <ul> <li> <a href="#" class="text-custom-secondary"> ABOUT <span><i class="fa-solid fa-angle-down"></i></span> </a> <ul class=""> <li><a href="/netzero" class="inter-regular font-14 ">Home Net Zero</a> </li> <li><a href="/netzero/greenship" class="inter-regular font-14 ">Greenship Net Zero</a> </li> <li><a href="/netzero/advancing" class="inter-regular font-14 ">Advancing Net Zero</a> </li> <li><a href="/netzero/framework" class="inter-regular font-14 ">Net Zero Framework</a> </li> <li><a href="/netzero/benefit" class="inter-regular font-14 ">Net Zero Opportunities & Benefits</a> </li> </ul> </li> <li> <a href="#" class="text-custom-secondary" data-bs-toggle="modal" data-bs-target="#certify-building-modal">CERTIFY YOUR BUILDING </a> </li> <li> <a href="/netzero/" class="text-custom-secondary"> TRAINING <!-- <span><i class="fa-solid fa-angle-down"></i></span> --> </a> </li> <li> <a href="/netzero/" class="text-custom-secondary"> SPECIALIST </a> </li> </ul> </div> <div class="cta-btn d-lg-block d-none"> <div class=""> <a href='https://gbcindonesia.org/' class='app-brand-link' target=''> <span class='app-brand-logo'> <img src="/public/nz/img/home/logo_gbci.png" alt="Gambar SVG" width="159px" height="59px" /> </span> </a> </div> </div> </div> </div> </div> </div> </div> </div> </header> <!--=====HEADER END=======--> <!--=====Mobile header start=======--> <div class="mobile-header mobile-header-4 d-block d-lg-none" style="position:fixed;"> <div class="container-fluid"> <div class="col-12"> <div class="mobile-header-elements"> <div class="mobile-logo"> </div> <div class="mobile-nav-icon black-nav border-black text-custom-secondary border-custom-secondary "> <i class="fa-solid fa-bars"></i> </div> </div> </div> </div> </div> <!-- <div class="mobile-sidebar"> <div class="menu-close"> <i class="fa-solid fa-xmark"></i> </div> <div class="mobile-nav"> <ul class="mobile-nav-list"> <li> <a href="#" class="font-roboto font-18 weight-400">ABOUT <span><i class="fa-solid fa-angle-down"></i></span> </a> <ul class=""></ul> <li><a href="/netzero" class="inter-regular font-14 ">Home Net Zero</a> </li> <li><a href="/netzero/greenship" class="inter-regular font-14 ">Greenship Net Zero</a> </li> <li><a href="/netzero/advancing" class="inter-regular font-14 ">Advancing Net Zero</a> </li> <li><a href="/netzero/framework" class="inter-regular font-14 ">Net Zero Framework</a> </li> <li><a href="/netzero/benefit" class="inter-regular font-14 ">Net Zero Opportunities & Benefits</a> </li> </ul> </li> <li> <a href="#" class="font-roboto font-18 weight-400">CERTIFY YOUR BUILDING </a> </li> <li> <a href="#" class="font-roboto font-18 weight-400">TRAINING </a> </li> <li> <a href="#" class="font-roboto font-18 weight-400">SPECIALIST </a> </li> </ul> </div> </div> --> <div class="mobile-sidebar"> <div class="menu-close"> <svg class="svg-inline--fa fa-xmark" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="xmark" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" data-fa-i2svg=""> <path fill="currentColor" d="M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z"> </path> </svg><!-- <i class="fa-solid fa-xmark"></i> Font Awesome fontawesome.com --> </div> <div class="mobile-nav"> <ul class="mobile-nav-list"> <li class=""> <a href="#" class="font-roboto font-18 weight-400 hash-nav">ABOUT </a> <ul class="sub-menu" style="display: none;"> <li class=""><a href="/netzero" class="inter-regular font-14 hash-nav">Home Net Zero</a> </li> <li class=""><a href="/netzero/greenship" class="inter-regular font-14 hash-nav">Greenship Net Zero</a> </li> <li class=""><a href="/netzero/advancing" class="inter-regular font-14 hash-nav">Advancing Net Zero</a> </li> <li class=""><a href="/netzero/framework" class="inter-regular font-14 hash-nav">Net Zero Framework</a> </li> <li class=""><a href="/netzero/benefit" class="inter-regular font-14 hash-nav">Net Zero Opportunities &amp; Benefits</a> </li> </ul> </li> <li class=""> <a href="#" class="font-roboto font-18 weight-400 hash-nav">CERTiFY YOUR BUILDING </a> </li> <li class=""> <a href="#" class="font-roboto font-18 weight-400 hash-nav">TRAINING </a> </li> <li class=""> <a href="#" class="font-roboto font-18 weight-400 hash-nav">SPECIALIST </a> </li> </ul> </div> </div> <!--=====Mobile header end=======--> <!--=====WELCOME END=======--> <div class="framework-banner-section"> <div class="container"> <div class="row"> <h1 class="inter-extrabold lineh-71" style="font-size: 57px;">Net Zero Carbon <br> Buildings Framework</h1> <div class="col-lg-6 col-md-6 col-sm-12 pe-md-4" data-aos="fade-right" data-aos-duration="800"> <p class="text-justify mt-4 inter-regular font-20"> Indonesia's journey towards achieving Net Zero in the building sector is confronted with distinct challenges, primarily due to its rapid urbanization and dependency on non-renewable energy sources. The surge in urban development has escalated the demand for energy-intensive buildings, while the existing regulatory and financial frameworks lag in promoting energy-efficient designs and renewable energy integration. The high upfront costs associated with green technologies, such as solar panels and energy-efficient appliances, coupled with insufficient financial incentives, pose significant barriers to the adoption of Net Zero practices. Furthermore, the diverse climate and geography of Indonesia necessitate innovative solutions to manage indoor environments without excessive energy consumption, highlighting the need for a tailored approach to sustainable building in the country. </p> </div> <div class="col-lg-6 col-md-6 col-sm-12 ps-md-4" data-aos="fade-left" data-aos-duration="1000"> <p class="text-justify inter-regular font-20 mt-3"> Addressing these issues requires concerted efforts across multiple fronts. Strengthening the regulatory environment to mandate and incentivize sustainable building practices, alongside increasing financial mechanisms to lower the barriers to green investment, is crucial. Capacity building through education and training for industry professionals, as well as raising awareness among the public about the benefits of Net Zero buildings, can drive a cultural shift towards sustainability. Moreover, upgrading infrastructure to support renewable energy integration and developing localized solutions that accommodate Indonesia鈥檚 unique climate and geographical challenges are essential steps towards realizing the vision of a Net Zero building sector </p> <div class="p-3"> <div class="p-3 bg-custom-accent" style="border-radius: 15px;"> <p class="text-white inter-semibold font-20 lineh-28">The GREENSHIP Net Zero launched in 2023. Please refer to our page about the rating system</p> <a href="/netzero/greenship" class="btn inter-medium font-20 mt-2 mb-2" data-aos="fade-left" data-aos-duration="1200" style="border-radius: 26px; padding: 10px 20px; display: inline-flex; align-items: center; text-decoration: none; border: 2px solid white; background-color: transparent; color: white;"> Learn more <span class="ms-2"> <img src="/public/nz/img/icon/icon_panah_kekanan_putih.svg" alt=""> </span> </a> </div> </div> </div> </div> </div> </div> <!--=====ABOUT STARTS=======--> <section class="about-section-area px-5"> <div class="container about-images-2 p-2" data-aos="zoom-out" data-aos-duration="1000" style="border-radius: 20px;"> <img class="" src="/public/nz/img/home/framework.gif" alt="Net Zero Building GIF" style="border-radius:20px"> </div> </section> <section class="about-section-area mt-5"> <div class="container" data-aos="fade-up" data-aos-duration="1000"> <div class="row"> <div class="col-12 text-center"> <h5 class="inter-bold font-28"> GBC Indonesia toward Climate Change </h5> <p class="inter-regular font-20 text-align-justify mt-5" data-aos="fade-left" data-aos-duration="1000"> Integrating the holistic approach to combating climate change, GBC Indonesia operates as a pivotal international organisation, concentrating its efforts within the building sector to contribute significantly to global climate change mitigation. By advocating for sustainable and green building practices, GBC Indonesia applies the principles of mitigation, restoration, adaptation, and empowerment specifically tailored to the unique challenges and opportunities of the building industry. It leads initiatives to reduce greenhouse gas emissions through the promotion of energy-efficient building designs, renewable energy integration, and sustainable construction materials, effectively contributing to mitigation efforts. Furthermore, GBC Indonesia champions the restoration aspect by encouraging the development and retrofitting of buildings in a manner that enhances their environmental performance and resilience, thereby aiding in the restoration of urban ecosystems. GBC Indonesia also emphasises adaptation by pushing for the design and construction of buildings that can withstand the adverse effects of climate change, protecting both human and natural systems within urban environments. Empowerment is a key focus, as GBC Indonesia works to educate and involve various stakeholders in the building sector鈥攔anging from architects and engineers to property developers and government officials鈥攐n the importance of green building practices, thereby fostering a culture of sustainability and innovation. Through these targeted actions, GBC Indonesia exemplifies how a sector-specific application of the holistic approach to climate change can drive significant environmental benefits, underscoring the critical role of sustainable building practices in achieving a more resilient and low-carbon future. </p> <img src="/public/nz/img/img-holistic-approach.png" width="810px" alt="" data-aos="zoom-in" data-aos-duration="1000"> </div> </div> <div class="row mt-5"> <div class="col-lg-6 col-md-6 pe-md-5 inter-regular" data-aos="fade-right" data-aos-duration="1000"> <h5 class="inter-bold font-24"> MITIGATION </h5> <p class="text-justify mt-2"> The building sector involves reducing energy consumption and greenhouse gas emissions through energy-efficient building designs, incorporating renewable energy sources, and utilizing smart building technologies. Automation plays a crucial role here, enabling intelligent energy management systems that optimize heating, cooling, and lighting to minimize energy use and carbon footprint. </p> <h5 class="inter-bold font-24 mt-md-5"> ADAPTATION </h5> <p class="text-justify mt-2"> Strategies are designed to fortify buildings and infrastructure against the challenges posed by climate change, including severe weather events and increasing temperatures. Through the use of automation, resilience is bolstered by employing building materials and designs that adapt autonomously to shifts in environmental conditions. Additionally, smart infrastructure plays a crucial role in forecasting and lessening the effects of climatic occurrences, utilizing technology to anticipate and counteract potential impacts effectively. </p> </div> <div class="col-lg-6 col-md-6 ps-md-5 inter-regular" data-aos="fade-left" data-aos-duration="1000"> <h5 class="inter-bold font-24 "> RESTORATION </h5> <p class="text-justify mt-2"> This approach focuses on upgrading and modernizing existing structures to enhance their energy efficiency and reduce their environmental footprint. Automated technologies are used to pinpoint areas of energy inefficiency, guiding retrofitting initiatives. Additionally, incorporating eco-friendly materials and technologies helps capture atmospheric carbon and supports the rejuvenation of urban spaces. </p> <h5 class="inter-bold font-24 mt-md-4"> EMPOWERMENT </h5> <p class="text-justify mt-2"> Empowerment in the building sector involves providing education and resources to key stakeholders鈥攁rchitects, builders, occupants, and policymakers鈥攖o enable informed decisions about sustainable practices. Automation technologies and platforms enhance this process by facilitating the dissemination of knowledge, sharing best practices, and tracking and reporting on building performance. This approach promotes a culture of sustainability and innovation within the sector and supports informed decision-making at all levels, driving the transition to more environmentally friendly and efficient building processes. </p> </div> <div class="col-lg-12 col-md-12 mt-3" data-aos="fade-up" data-aos-duration="1000"> <p class="inter-regular text-justify mt-2"> Automation emerges as a pivotal outcome from the implementation of the main strategies in the holistic approach to combating climate change, which includes mitigation, restoration, adaptation, and empowerment. This integration of automation technologies accelerates the transition to renewable energy, enhances energy efficiency through smart grids, and optimizes industrial processes within the mitigation strategy. In restoration, it propels reforestation efforts and ecological monitoring to a new level of precision and scale. Adaptation benefits from improved resilience of infrastructure and more accurate climate prediction models, helping communities to better withstand climate impacts. Empowerment is strengthened through digital platforms that enhance global collaboration and education on climate action. These automated solutions streamline and amplify the impact of climate strategies, underscoring the role of technology in achieving Net Zero emissions and securing a sustainable future for the planet. </p> </div> </div> </div> <div class=" bg-custom-primary p-3 mt-5 mb-5" data-aos="fade-up" data-aos-duration="1000"> <div class="container px-md-5"> <p class="inter-semibold font-20 text-white"> Created in 2018 as part of a World Green Building Council initiative, GBC Indonesia Advancing Net Zero programme has a mission to lead the Indonesian transition to a net zero built environment. </p> </div> </div> </section> <section class="about-section-area mt-5"> <div class="container"> <div class="row"> <div class="col-lg-6 col-md-6 pe-md-4" data-aos="fade-right" data-aos-duration="1000"> <img class="mb-5" src="/public/nz/img/low_embodied_carbon.png" alt="" data-aos="flip-right" data-aos-duration="1100"> <h3 class="inter-bold font-24 lineh-32 mt-4 mb-md-4">Carbon Offsetting</h3> <p class="text-justify mt-2 font-20"> Carbon offsetting in the building industry is a method used to compensate for emissions of carbon dioxide or other greenhouse gases (GHGs) made by building operations that cannot be eliminated through direct reductions. This is achieved by investing in projects that reduce emissions elsewhere, essentially balancing out the books. Offsetting is particularly relevant for reaching net-zero targets when all feasible energy efficiency measures have been implemented, but some emissions still remain. </p> <p class="text-justify mt-2 font-20"> Types of Carbon Offsetting: </p> <p class="text-justify mt-2 font-20"> 1. Renewable Energy Projects: Investment in renewable energy sources, like wind farms, solar parks, or hydropower plants, can offset carbon emissions by replacing fossil fuel energy with clean sources. </p> <p class="text-justify mt-2 font-20"> 2. Energy Efficiency Projects: These projects reduce emissions by improving the efficiency of energy use in buildings, industries, or communities, often in less developed regions. </p> <p class="text-justify mt-2 font-20"> 3. Methane Capture: This involves capturing methane emissions from landfills or agricultural operations, which are potent greenhouse gases, and using them to generate energy. </p> <p class="text-justify mt-2 font-20"> 4. Reforestation and Afforestation: Planting new trees or restoring forested areas absorbs CO2 from the atmosphere, acting as a carbon sink. It is one of the most common forms of carbon offsetting. </p> <p class="text-justify mt-2 font-20"> 5. Carbon Capture and Storage (CCS): This technology captures carbon emissions at their source and stores them underground to prevent them from entering the atmosphere. </p> <p class="text-justify mt-2 font-20"> While carbon offsetting can play a role in achieving net-zero targets (neutrality), it's generally considered a last resort. The priority should always be to reduce emissions through direct action wherever possible. For the building industry, this means focusing on passive and active design strategies to minimize operational carbon, alongside embodied carbon reduction, before looking to offsets to balance remaining emissions. GBC-Indonesia does not provide any specific instrument for carbon offsetting, but there are several recognized and generated from around the world, including international providers of carbon offsetting in Indonesia. </p> </div> <div class="col-lg-6 col-md-6 ps-md-4 inter-regular" data-aos="fade-left" data-aos-duration="1000"> <h2 class="inter-bold font-60 lineh-70">Journey Towards Net Zero & Carbon Neutrality </h2> <h3 class="inter-bold font-24 lineh-32 mt-4 mb-md-2">Embodied Carbon</h3> <p class="text-justify mt-2 font-20"> Embodied carbon is a critical aspect of environmental sustainability within the construction and built environment sectors. It refers to the total greenhouse gas emissions resulting from the production and transportation of building materials, right from extraction through to the building's site. </p> <p class="text-justify mt-2 font-20"> In tackling embodied carbon, the onus falls on both producers of building materials and industry professionals such as architects and building experts. For material producers, the goal is to develop and provide materials that have a reduced carbon footprint throughout their lifecycle. This involves innovative production processes that minimize greenhouse gas emissions and also the development of materials that can be easily recycled or reused, further reducing their environmental impact. </p> <p class="text-justify mt-2 font-20"> For architects and building experts, there's a significant responsibility to select materials that have lower embodied carbon. This selection process entails a comprehensive understanding of the lifecycle emissions of materials and choosing alternatives that reduce the overall carbon footprint of the structure. Moreover, emphasizing renewable materials that can be replenished over time without depleting resources contributes to a more sustainable building practice. </p> <p class="text-justify mt-2 font-20"> GBC-Indonesia release Greenship Solution Endorsement (SE)-EC that provides specific instrument for measuring GHG and give appreciation for any improvement efforts and plan. </p> <h3 class="inter-bold font-24 lineh-32 mt-4 mb-md-4">Operational Carbon</h3> <p class="text-justify mt-2 font-20"> Operational carbon refers to the greenhouse gas emissions that are released as a result of the energy used to operate a building over its life. In tropical areas This includes emissions from sources such as cooling, lighting, and the use of electrical appliances and systems within the building. </p> <p class="text-justify mt-2 font-20"> Reducing operational carbon starts with energy conservation, which is fundamentally about decreasing the building鈥檚 energy demand. This is achieved through passive design strategies that take advantage of natural resources. For instance, designing buildings with optimal orientation to significantly reduce the need for artificial cooling. Maximizing natural ventilation, proper insulation, and thermal mass are other aspects of passive design that contribute to maintaining a comfortable indoor temperature without extensive reliance on energy-consuming HVAC systems. </p> <p class="text-justify mt-2 font-20"> Once the building is designed to minimize its energy demand passively, active design measures are applied to enhance energy efficiency. This involves the use of energy-efficient systems and appliances, LED lighting, high-efficiency HVAC systems, and advanced building control systems that monitor and adjust energy use. </p> <p class="text-justify mt-2 font-20"> The energy use intensity (EUI) is a metric that describes a building鈥檚 energy efficiency; it is the energy consumed per square meter per year. A very-low EUI indicates a building that uses minimal energy for its size. Reaching a very-low EUI is crucial for minimizing operational carbon emissions. </p> <p class="text-justify mt-2 font-20"> Finally, after reducing energy demand and maximizing energy efficiency, the remaining energy requirement should be met with renewable energy sources as much as possible. This could be through onsite renewable energy generation, such as solar panels or wind turbines, or through the procurement of offsite renewable energy. The goal is to balance the amount of carbon emitted due to building operations with an equivalent amount sequestered or offset, thus achieving net-zero operational carbon. </p> <p class="text-justify mt-2 font-20"> Reducing operational carbon does not contribute to the increase of greenhouse gases in the atmosphere from its operational energy use. GBC-Indonesia release Greenship Net Zero to calculate and give appreciation for the best performance while using adaptive thermal comfort and energy efficiency. </p> </div> </div> </div> </section> <!--=====FRAMEWORK STARTS=======--> <div class="section-padding2 net-zero-section"> <div class="row bg-white mt-sm-5 mx-0 p-0 flex-wrap"> <div class="col-md-4 border-end m-0 p-3 p-sm-5" data-aos="fade-up" data-aos-duration="800"> <div class="d-flex flex-md-row flex-column align-items-center" style="height: 100%; width: 100%;"> <img src="/public/nz/img/home/icon/farm_house.svg" alt="" /> <div class="ms-3"> <h6 class="inter-semibold font-12">GBC Indonesia Framework Towards Net Zero</h6> <p class="inter-regular font-10 lineh-18 mt-2 text-custom-secondary text-wrap text-align-justify mb-3"> Our framework to guide the transition towards Net Zero buildings, emphasizing the integration of sustainable design principles, energy efficiency, and renewable </p> <a href="/netzero/framework" class="inter-bold font-14 text-custom-secondary" style="text-decoration-line: underline; text-decoration-style: solid; text-decoration-color: #88BD85; text-decoration-thickness: 2px;"> FIND OUT MORE </a> </div> </div> </div> <div class="col-md-4 border-end m-0 p-3 p-sm-5" data-aos="fade-up" data-aos-duration="800"> <div class="d-flex flex-md-row flex-column align-items-center" style="height: 100%; width: 100%;"> <img src="/public/nz/img/home/icon/papper.svg" alt=""> <div class="ms-3"> <h6 class="inter-semibold font-12">Net Zero Pathways: Catalyzing Carbon Offset through GREENSHIP </h6> <p class="inter-regular font-10 lineh-18 mt-2 text-custom-secondary text-wrap text-align-justify mb-3 custom-text-truncate"> The adoption of a GREENSHIP Net Zero in Indonesia presents a multitude of opportunities and benefits that are pivotal for the country's carbon offset goals in the coming future. </p> <a href="/netzero/benefit" class="inter-bold font-14 text-custom-secondary" style="text-decoration-line: underline; text-decoration-style: solid; text-decoration-color: #88BD85; text-decoration-thickness: 2px;"> FIND OUT MORE </a> </div> </div> </div> <div class="col-md-4 border-end m-0 p-3 p-sm-5" data-aos="fade-up" data-aos-duration="800"> <div class="d-flex flex-md-row flex-column align-items-center" style="height: 100%; width: 100%;"> <img src="/public/nz/img/home/icon/greenship.svg" alt=""> <div class="ms-3"> <h6 class="inter-semibold font-12">GREENSHIP Net Zero for Indonesia鈥檚 future development</h6> <p class="inter-regular font-10 lineh-18 mt-2 text-custom-secondary text-wrap text-align-justify mb-3 custom-text-truncate"> GREENSHIP Net Zero certification process with a comprehensive workflow designed to guide projects from initial design through to operation, focusing on achieving specific targets for energy efficiency. </p> <a href="/netzero/greenship" class="inter-bold font-14 text-custom-secondary" style="text-decoration-line: underline; text-decoration-style: solid; text-decoration-color: #88BD85; text-decoration-thickness: 2px;"> FIND OUT MORE </a> </div> </div> </div> </div> </div> <!--=====FRAMEWORK END=======--> <section class="section-padding2"> <div class="container bg-white" style="border-radius:20px"> <div class="row align-items-center"> <div class="col-lg-4 p-0" data-aos="zoom-out" data-aos-duration="1000"> <div class="cta-images p-0"> <img src="/public/nz/img/home/benefit_image_6.png" alt="" width="100%" height="100%" style="border-radius: 20px;"> </div> </div> <div class="col-lg-1"></div> <div class="col-lg-7 py-3" data-aos="fade-right" data-aos-duration="1000"> <div class="cta-section-text ps-md-2 pe-md-5"> <h2 class="inter-semibold font-40 lineh-50 color-1 margin-b24"> Certify Your Buildings </h2> <p class="inter-regular font-20 color-3 margin-b24 text-align-justify"> in the net zero movement with the Green Building Council Indonesia offers a unique opportunity to contribute to sustainable building practices in one of the world's most dynamic emerging markets </p> <div class="row mt-5" data-aos="fade-up" data-aos-duration="1200"> <div class="col-12 "> <div class="btn btn-lg border text-custom-primary py-2 px-5" style="border-radius: 26px;"> <a href="/netzero/under-development" class="inter-semibold text-custom-primary"> Certify now </a> <span class="long-arrow"><i class="fa-solid fa-arrow-right-long"></i></span> </div> </div> </div> </div> </div> </div> </div> </section> <!--=====FOOTER STARTS=======--> <div class="" style="background:#212529"> <div class="footer-top"> <div class="container py-lg-5 px-lg-5"> <div class="row py-lg-5 px-lg-5"> <div class="px-lg-5 col-lg-12 col-md-12 col-sm-12"> <div class="container"> <div class="row p-3 p-md-0"> <div class="col-md-3 col-md-3 col-sm-3"> <h4 class="inter-bold font-20 text-white mb-2 mb-md-4">About Us</h4> <p class="inter-regular font-14 text-light mb-3 mb-md-0 text-align-justify"> GBC Indonesia is an Established Member of World Green Building Council. World GBC is a global action network comprised of around 70 Green Building Councils around the globe. </p> <a href="https://gbcindonesia.org/"> <img class="gbci-logo mt-md-5" src="/public/nz/img/home/icon/gbci_footer_logo.png" alt="logo-gbci"> </a> </div> <div class="col-md-1 col-sm-3"></div> <div class="col-md-4 col-md-3 col-sm-3 mt-5 mt-md-0"> <h4 class="inter-bold font-20 text-white mb-2 mb-md-4"> Useful Links </h4> <ul class="list-unstyled mb-md-0 mt-md-0 inter-regular lineh-36"> <li class="mb-2"> <a data-bs-toggle="modal" data-bs-target="#certify-building-modal" class="text-secondary inter-regular text-light"> Certify Your Building </a> </li> <li class="mb-2"> <a href="/netzero/greenship" class="text-secondary inter-regular text-light"> Greenship Net Zero </a> </li> <li class="mb-2"> <a href="/netzero/advancing" class="text-secondary inter-regular text-light"> Advancing Net Zero </a> </li> <li class="mb-2"> <a href="/netzero/framework" class="text-secondary inter-regular text-light"> Net Zero Framework </a> </li> <li class="mb-2"> <a href="/netzero/benefit" class="text-secondary inter-regular text-light"> Net Zero Opportunities & Benefits </a> </li> </ul> </div> <div class="col-md-4 col-sm-3 mt-5 mt-md-0 text-white"> <div class="ms-md-5"> <h4 class="inter-bold font-20 mb-md-4">Contact Us</h4> <p class="inter-regular font-16"> <i class="fa fa-phone"></i>&emsp;(+62) 21 2960 8012</p> <p class="inter-regular font-16 mt-2"> <i class="fa fa-envelope"></i>&emsp;<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="83eaede5ecc3e4e1e0eaede7ecede6f0eae2adecf1e4">[email&#160;protected]</a> </p> <div class="mt-5"> <i class="bx bxl-instagram text-biru-utama fs-2 pe-2"></i> <i class="bx bxl-twitter text-biru-utama fs-2 px-2"></i> <i class="bx bxl-facebook text-biru-utama fs-2 px-2"></i> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="footer-bottom py-3 bg-hitam-utama" style="background:#16181B"> <div class="container d-flex flex-wrap justify-content-center flex-md-row flex-column text-center text-md-start"> <div class="mb-2 mb-md-0 text-center"> <span class="footer-text">Copyright</span> <span class="footer-text">漏 <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script> document.write(new Date().getFullYear()); </script>. </span> <span class="footer-text"> GREEN BUILDING COUNCIL INDONESIA. All Rights Reserved</span> </div> </div> </div> </div> <!--=====FOOTER END=======--> <!--=====JS=======--> <script src="/public/nz/home-assets/js/plugins/bootstrap.min.js" defer></script> <script src="/public/nz/home-assets/js/plugins/swiper.bundle.js" defer></script> <script src="/public/nz/home-assets/js/plugins/owl.carousel.min.js" defer></script> <script src="/public/nz/home-assets/js/plugins/fontawesome.js" defer></script> <script src="/public/nz/home-assets/js/plugins/counter.js" defer></script> <script src="/public/nz/home-assets/js/plugins/jquery-modal-video.min.js" defer></script> <script src="https://unpkg.com/aos@2.3.1/dist/aos.js" defer></script> <script src="/public/nz/home-assets/js/plugins/jquery.nice-select.js" defer></script> <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous" defer></script> <script src="/public/nz/assets/vendor/libs/cleavejs/cleave.js"></script> <script src="/public/nz/assets/vendor/libs/cleavejs/cleave-phone.js"></script> <script src="/public/nz/home-assets/js/plugins/mobilemenu.js" defer></script> <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11" crossorigin="anonymous" defer></script> <script src="/public/nz/home-assets/js/main.js" defer></script> <!-- Page JS --> <div class="modal fade" id="certify-building-modal" tabindex="-1" aria-hidden="true"> <div class="modal-dialog modal-xl modal-simple modal-edit-user"> <div class="modal-content" style="padding: 0;"> <div class="modal-body" style="padding:0px;"> <div class="row"> <div class="col-md-6"> <img src="/public/nz/img/background-register.png" alt="" style="width: 100%;height: 100%;"> </div> <div class="col-md-6"> <div class="p-3 mt-5"> <h6>Register Building</h6> </div> <form id='registerBuildingModel' class='row g-3 px-3' onsubmit='return false'> <input type="hidden" name="entity" id="entity-input" value=0> <input type="hidden" name="use" id="use-input" value=1> <div class='col-12 col-md-12'> <label class='form-label' for='modaProjectOwner'>Project Owner</label> <input type='text' id='modaProjectOwner' name='project_owner' class='form-control' /> </div> <div class="col-12 col-md-12"> <label class="form-label" for="modalCompany">Company</label> <input type="text" id="modalCompany" name="company" class="form-control" /> </div> <div class="col-12 col-md-12"> <label class="form-label" for="modalAddress">Address</label> <textarea id="modalAddress" class="form-control" name="address"></textarea> </div> <div class="col-12 col-md-12 mb-3"> <label class="form-label" for="modaMobile">Phone Number</label> <div class="input-group input-group-merge"> <span class="input-group-text">+62</span> <!-- <input type="tel" pattern="[0-9]*" inputmode="numeric" id="modaMobile" name="mobile" --> <!-- class="form-control phone-number-mask" /> --> <input type="text" id="basic-default-phone" class="form-control phone-mask" placeholder="81283121234" aria-label="81283121234" aria-describedby="basic-default-phone" name="mobile" /> </div> </div> <hr> <div class="row mt-3"> <div class="col-md-6"> <div class="form-group"> <label class="form-label" for="picName">PIC Name</label> <input type="text" id="picName" name="pic_name" class="form-control" /> </div> </div> <div class="col-md-6"> <div class="form-group"> <label class="form-label" for="picMobile">PIC Phone Number</label> <div class="input-group input-group-merge"> <span class="input-group-text">+62</span> <input type="text" id="basic-default-phone" class="form-control phone-mask" placeholder="81283121234" aria-label="81283121234" aria-describedby="basic-default-phone" name="pic_mobile" /> </div> </div> </div> </div> <div class="col-12"> <label class="form-label" for="modalBuildingName">Building Name</label> <input type="text" id="modalBuildingName" name="building_name" class="form-control" /> </div> <div class="row mt-3"> <div class="col-12 mt-1"> <label class="switch"> <input class="form-check-input mt-0" id="checkbox-save" type="checkbox" value="" aria-label="Checkbox for following text input" /> <span class="switch-label">I accept the <a href="/netzero/under-development"> Terms and condition</a></span> </label> <br /> <label class="switch"> <input class="form-check-input mt-0" type="checkbox" value="" aria-label="Checkbox for following text input" /> <span class="switch-label"><a href="/netzero/under-development"> Self Declarations</a></span> </label> </div> </div> <div class="col-12 text-center my-4"> <button id="save-btn" class="btn me-sm-3 me-1" style="color: white;background-color: #495970;">Register</button> <!-- <a href="/netzero/demo/dashboard/client" class="btn btn-primary me-sm-3 me-1" disabled>DEMO</a> --> </div> </form> </div> </div> </div> </div> </div> </div> <script> $(document).ready(function () { $('#checkbox-save').on("change", function () { console.log('checkbox clicked') if ($(this).is(":checked")) { $("#save-btn").prop("disabled", false); } else {$("#save-btn").prop("disabled", true);}; }); $("#save-btn").click(function () { let data = $('#registerBuildingModel').serialize(); doSave(data); }); }); function doSave(data) { $.ajax({ url: "/api-netzero/project/save", data: data, dataType: "json", type: "POST", cache: false }).done(function (res) { Swal.fire({ target: document.getElementById('editUser'), icon: "success", title: "Data Registered Successfully", showConfirmButton: false, timer: 3000 }).then(function () { $(location).attr("href", '/netzero/dashboard/client'); }); }).fail(function (err) { Swal.fire({ target: document.getElementById('editUser'), icon: "error", title: "Data Registration Failed!", text: err.responseJSON.message, showConfirmButton: false, timer: 300000 }); }); } </script> <script> const phoneMaskList = document.querySelectorAll('.phone-mask') // Phone Number if (phoneMaskList) { phoneMaskList.forEach(function (phoneMask) { new Cleave(phoneMask, { phone: true, phoneRegionCode: 'ID' }); }); } </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10