<?php ob_start() ?>
<?php $title="EPB - 2024 Annual Report" ?>
<?php $description="EPB 2024 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/2024/img/epb-index-header.jpg" id="bgvid-2">
                    <source src="https://player.vimeo.com/progressive_redirect/playback/984863718/rendition/1080p/file.mp4?loc=external&log_user=0&signature=b41e04feb9cb366370e0b83b13d63754297830fd550f51348553a3c22f931f00" type="video/mp4">
                </video> 
                <div class="intro-title">
                    <h1>2024 EPB <span>Annual Report</span></h1>
                </div>
            </div>
            <div class="intro-copy">
                <div class="intro-left">
                    <p>This year, EPB continued to keep Chattanooga on the cutting-edge using America's most advanced smart grid and the world's fastest community-wide 100% fiber optic network.</p>
                    <p>Providing value for customers and the community continues to be EPB's focus as we strive for ever-higher levels of operational excellence and work to position people in the local area to benefit from future opportunities.</p>
                </div>
                <div class="intro-right">
                    <p>Through all these efforts, EPB's mission to enhance our community's quality of life drives our decision making and underpins our efforts to provide the best possible service for our customers.</p>
                    <p>In the face of dynamically evolving technology, EPB deploys and utilizes highly advanced infrastructure to make our community a better place to live and work.</p>
                    <p>With high investment grade credit ratings by Fitch (AA+) and Moody's (Aa1), EPB's ability to steward community resources positions us to enhance Chattanooga's reputation as a great place to live, work and grow companies, both for longtime residents and those who are newly arriving.</p>
                </div>
            </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-3 bg-community-value bg-hidden"></div>
                    <div class="index-bg index-bg-4 bg-operational-excellence bg-hidden"></div>
                    <div class="index-bg index-bg-5 bg-focusing-future bg-hidden"></div>
                </div>
                

                <ul class="narrative-index">
                    <li class="index-item index-item-1 active"><a href="/annual-reports/2024/by-the-numbers/"><img src="img/numbers/numbers-cover-sm.jpg" alt="EPB Lineman climbing power pole"><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/2024/putting-customers-first/"><img src="img/customers-first/customers-first-cover-sm.jpg" alt="EPB Energy Pro helping a customer with an LED Light bulb"><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-3"><a href="/annual-reports/2024/providing-community-value/"><img src="img/community-value/community-value-cover-sm.jpg" alt="EPB Lineman climbing down a pole at the Lineman Rodeo Event"><span>Providing <span>community value<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/2024/striving-for-operational-excellence/"><img src="img/operational-excellence/operational-excellence-cover-sm.jpg" alt="EPB Lineman working on power lines in a bucket truck"><span>Striving <span>for operational excellence<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/2024/focusing-on-the-future/"><img src="img/focusing-future/focusing-future-cover-sm.jpg" alt="Future Ready Institute students gathered around a laptop"><span>Focusing <span>on the future<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/2024/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()) ?>
