<?php include("header.html"); ?>

<!-- about page content -->
<div class="content">
    <img class="left-image" src="./images/us.jpeg" alt="Left Image">
    <div class="center-container">
        <p>Our 3D printing business began when our son participated in a fun and educational 3D printing
            introduction summer camp at Auburn University. Inspired by his enthusiasm and the endless
            possibilities of this cutting-edge technology, we decided to embark on this exciting journey.</p>
        <p>We are deeply rooted in our community, passionately sharing our knowledge and love for 3D
            printing. You can often find us at local events in Auburn, where we bring our 3D printers and
            offer captivating demonstrations. We engage with students, educators, and curious minds
            alike, showcasing the wonders of this innovative technology.</p>
        <p>In addition to our involvement in Auburn, we have also expanded our reach by attending comic
            cons throughout the southeast. These events allow us to connect with fellow enthusiasts,
            artists, and creators who share our excitement for all things 3D printing. We strive to foster
            a sense of collaboration and inspiration among like-minded individuals.</p>
        <p>At our core, we believe in the power of 3D printing to transform ideas into tangible realities.
            Whether it's bringing a child's imagination to life or assisting professionals in prototyping
            innovative designs, we are dedicated to providing the highest quality 3D printing services
            to our valued customers.</p>
        <p>Join us on this incredible journey as we continue to grow, explore new frontiers, and spread
            the magic of 3D printing wherever we go.</p>

    </div>
    <img class="right-image" src="./images/comiccon.jpeg" alt="Right Image">
</div>
<?php include("footer.html"); ?>