<?php ob_start() ?>
<?php $title="EPB - 2023 Annual Report" ?>
<?php $description="EPB 2023 Annual Report" ?>
<?php include_once('header.php'); ?>

        <section class="home-intro index jquery-background-video-wrapper">


            <div class="intro-container">
                <video playsinline autoplay muted loop poster="/annual-reports/2023/img/epb-index-header.jpg" id="bgvid-2">
                    <source src="https://player.vimeo.com/progressive_redirect/playback/850188030/rendition/1080p/file.mp4?loc=external&log_user=0&signature=83564317ad473d05ed44ada4823312c1cb8f10bf9e6b367109710de75591649d" type="video/mp4">
                </video> 
                <div class="intro-title">
                    <h1>2023 EPB <span>Annual Report</span></h1>
                </div>
            </div>
            <div class="intro-copy">
                <div class="intro-left">
                    <p>During fiscal year 2022-2023, EPB continued our commitment to enhancing quality of life in our 600-square-mile service area by providing world-class energy and communications solutions to serve customers even more reliably, efficiently and courteously while providing the best possible value:</p>
                </div>
                <div class="intro-right">
                    <ul>
                        <li>Maintaining the nation's fastest internet by launching America's first 25 Gig community-wide internet service.</li>
                        <li>Leading Chattanooga into the Quantum Age with the launch of EPB Quantum Network<sup class="sm-sup">SM</sup> powered by Qubitekk.</li>
                        <li>Helping customers get the most value from the energy they use by providing them with EPB Energy Pros<sup class="sm-sup">SM</sup> expertise.</li>
                        <li>Investing in resources for our neighbors in need.</li>
                        <li>Opening new career pathways for those who are underrepresented in our industry.</li>
                        <li>Enhancing the EPB Local Energy Mix with new resources to provide greater resilience, reliability and savings on peak demand charges.</li>
                    </ul>
                </div>
            </div>
            <div class="intro-divider">
                <p>People are at the heart of everything we do as we seek to be Chattanooga's greatest asset. Our achievements rest on the commitment of our employees who work hard every day to meet our community's needs. We are grateful to our customers for recognizing their dedication by ranking EPB the J.D. Power Best Customer Satisfaction for Residential Electric Service in the South among Midsize Utilities for the seventh consecutive year. </p>
            </div>
        </section>
        <main>
            <section class="home-index">

                <div class="index-bgs">
                    <div class="index-bg index-bg-1 bg-numbers bg-active"></div>
                    <div class="index-bg index-bg-2 bg-customers-first bg-hidden"></div>
                    <div class="index-bg index-bg-4 bg-focusing-future bg-hidden"></div>
                    <div class="index-bg index-bg-3 bg-economic-opportunities bg-hidden"></div>
                    <div class="index-bg index-bg-5 bg-customer-resources bg-hidden"></div>
                    <div class="index-bg index-bg-6 bg-our-community bg-hidden"></div> 
                </div>
                

                <ul class="narrative-index">
                    <li class="index-item index-item-1 active"><a href="/annual-reports/2023/by-the-numbers/"><img src="img/numbers/numbers-cover-sm.jpg" alt="EPB Linemen working on power poles"><span>By the <span>numbers<svg class="icon icon-epb-arrow"><use xlink:href="#icon-epb-arrow"></use></svg></span></span></a></li>

                    <li class="index-item index-item-2"><a href="/annual-reports/2023/putting-customers-first/"><img src="img/customers-first/customers-first-cover-sm.jpg alt="View of Lookout Mountain with Hollywood style Gig City sign"><span>Putting <span>customers first<svg class="icon icon-epb-arrow"><use xlink:href="#icon-epb-arrow"></use></svg></span></span></a></li>
                    
                    <li class="index-item index-item-4"><a href="/annual-reports/2023/focusing-on-the-future/"><img src="img/focusing-future/focusing-future-cover-sm.jpg" alt="EPB President and CEO walking through hall with computer stacks"><span>Focusing <span>on the future<svg class="icon icon-epb-arrow"><use xlink:href="#icon-epb-arrow"></use></svg></span></span></a></li>

                    <li class="index-item index-item-5"><a href="/annual-reports/2023/fostering-economic-opportunities/"><img src="img/economic-opportunities/economic-opportunities-cover-sm.jpg" alt="EPB Employees volunteering and passing out meals"><span>Fostering <span>economic opportunities<svg class="icon icon-epb-arrow"><use xlink:href="#icon-epb-arrow"></use></svg></span></span></a></li>

                    <li class="index-item index-item-3"><a href="/annual-reports/2023/stewarding-customer-resources/"><img src="img/customer-resources/customer-resources-cover-sm.jpg" alt="Future Ready Institute students standing in a group talking"><span>Stewarding <span>customer resources<svg class="icon icon-epb-arrow"><use xlink:href="#icon-epb-arrow"></use></svg></span></span></a></li>
                    
                    <li class="index-item index-item-6"><a href="/annual-reports/2023/engaging-our-community/"><img src="img/our-community/our-community-cover-sm.jpg" alt="10th street mural project artists standing in front of mural"><span>Engaging <span>our community<svg class="icon icon-epb-arrow"><use xlink:href="#icon-epb-arrow"></use></svg></span></span></a></li>

                </ul>

            </section>

            <section class="next-story bg-numbers">
                <a href="/annual-reports/2023/by-the-numbers/"><h6>Next story</h6><h2>By the <span>numbers</span></h2></a>
            </section> 

<?php include_once('pre-footer.php'); ?>

<?php include_once('footer.php'); ?>
<?php file_put_contents('index.html', ob_get_contents()) ?>