MOON
Server: Apache
System: Linux u18017238.onlinehome-server.com 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64
User: emblazeone (1003)
PHP: 7.3.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/emblazeone/public_html/lyyt/frontend/views/site/about.php
<?php
$bundle=\frontend\assets\AppAsset::register($this);
?>
<section class="main_banner about_banner scrollflow -opacity -slide-left">
    <div class="position-absolute w-100">
        <div class="container">
            <div class="row align-items-end">
                <div class="col-12 col-sm-6">
                    <h1 class="mb-4">
                        <?=$model->title?>
                    </h1>
                    <p>
                        At LYYT we pride ourselves on providing the most advanced vaporizer paired with the cleanest,
                        smoothest and the most potent oils on the market.
                    </p>
                    <p>
                        The Smart Chip Technology in our vaporizers prevents burning of oils by controlling temperatures
                        automatically. This process significantly decreases the wasting of cannabis oil during heating.
                        Oils are vaporized efficiently, lasting longer and tasting better.
                    </p>
                    <p>
                        LYYT vaporizers are manufactured utilizing state-of-the-art components including revolutionary
                        ceramic heating coils and the best-of-breed lithium micro batteries that last longer than any of
                        our competitors’ batteries.
                    </p>
                    <p>
                        Our Lyyt Dual Vape utilizes analytical self-monitoring technology for location-tracking and
                        reporting.
                    </p>
                </div>
            </div>
        </div>
    </div>
    <img src="<?=$bundle->baseUrl?>/images/about_banner.png" alt="">
</section>
<!-- -->
<section class="about scrollflow -opacity -slide-right">
    <div class="container">
        <div class="row">
            <div class="col-sm-6">
                <img src="<?=$bundle->baseUrl?>/images/about_1.png" alt=""/>
                <h3>The factory</h3>
                <p>
                    Our oil purification processes remove contaminants such as pesticides, heavy metals, toxins and
                    growth promoters. These contaminants can be introduced into the oil during cannabis cultivation and
                    oil extractions.</p>
                <p>

                    Every step during our purification processes is closely monitored and controlled by our experienced
                    quality-control staff.
                </p>
                <p>
                    Our final product’s purity is certified by California state certified laboratories.
                </p>
            </div>
            <div class="col-sm-6">
                <img src="<?=$bundle->baseUrl?>/images/about_2.png" alt=""/>
                <h3>The oils</h3>
                <p>
                    At Lyyt we produce the finest and most potent cannabis oils on the market. Our oils are custom tailored using the best quality manufacturing. We do not use any additives or artificial terpenes. Our products are always 95% pure or higher.</p>
                <p>
            </div>
        </div>
    </div>
</section>