add all files

This commit is contained in:
Rucus
2026-02-17 09:29:34 -06:00
parent b8c8d67c67
commit 782d203799
21925 changed files with 2433086 additions and 0 deletions

View File

@@ -0,0 +1,46 @@
<?php // phpcs:ignoreFile
$pageTitle = 'Bagasse Storage';
$metaDescription = 'Covered storage and reclaim systems keep LASUCAs bagasse ready for fuel and fiber use.';
$activeNav = 'factory';
require __DIR__ . '/../inc/theme-header.php';
?>
<main>
<header class="hero hero-sub">
<div class="container">
<span class="badge">Factory information</span>
<h1>Bagasse storage</h1>
<p>
Purpose-built steel structures and a variable-speed reclaim system protect our bagasse inventory and keep
fuel flowing to the boilers.
</p>
</div>
</header>
<section class="page-section py-5">
<div class="container">
<div class="row g-5 align-items-center">
<div class="col-lg-6">
<div class="content-card">
<p>
A 75&nbsp;×&nbsp;75&nbsp;×&nbsp;35-foot all-steel building, constructed in 1992, houses the bagasse reclaiming system. The
6-foot by 80-foot bin conveyor uses a variable-speed hydraulic drive to keep material moving smoothly
toward the steam plant.
</p>
<p>
In 2002, an additional 71&nbsp;×&nbsp;50&nbsp;×&nbsp;37-foot steel extension was added on the north side of the original
structure, expanding covered storage and improving fuel reliability during wet weather windows.
</p>
</div>
</div>
<div class="col-lg-6 text-center">
<img src="/images/handling2-2-large.jpg" alt="Covered bagasse storage building" class="img-fluid content-image" />
</div>
</div>
</div>
</section>
</main>
<?php
require __DIR__ . '/../inc/theme-footer.php';
?>