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/www/help/views/site/index.php
<?php

    /* @var $this yii\web\View */

    $this->title = 'LimitlessX Support';

    $bundle=\app\assets\AppAsset::register($this);

?>


<!-- hs Slider Start -->
<div class="slider-area">
    <div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
        <div class="carousel-inner" role="listbox">
            <div class="item active">
                <div class="carousel-captions caption-1">
                    <div class="container">
                        <div class="row">
                            <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
                                <div class="content">
                                    <h2 data-animation="animated bounceInRight">Welcome to Limitless E-Support</h2>
                                    <p data-animation="animated bounceInLeft">If you have a question about the product or service you purchased OR for shipping, order tracking and billing inquiries.</p>
                                    <div class="hs_effect_btn">
                                        <ul>
                                            <li data-animation="animated flipInX"><a href="#myModal" data-toggle="modal" class="hs_btn_hover">Click Here</a></li>
                                        </ul>
                                    </div>
                                    <h6 data-animation="animated zoomIn">
                                        <img src="<?=$bundle->baseUrl?>/images/banner.png" alt="img" class="img-fluid">
                                    </h6>
                                    <div class="clear"></div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
<!--            <ol class="carousel-indicators">-->
<!--                <li data-target="#carousel-example-generic" data-slide-to="0" class="active"><span class="number"></span>-->
<!--                </li>-->
<!--                <li data-target="#carousel-example-generic" data-slide-to="1" class=""><span class="number"></span>-->
<!--                </li>-->
<!--                <li data-target="#carousel-example-generic" data-slide-to="2" class=""><span class="number"></span>-->
<!--                </li>-->
<!--            </ol>-->
<!--            <div class="carousel-nevigation">-->
<!--                <a class="prev" href="#carousel-example-generic" role="button" data-slide="prev"><i class="flaticon-left-arrow"></i>-->
<!---->
<!--                </a>-->
<!--                <a class="next" href="#carousel-example-generic" role="button" data-slide="next">-->
<!--                    <i class="flaticon-right-arrow"></i>-->
<!--                </a>-->
<!--            </div>-->
        </div>
    </div>

</div>
<!-- Banner End -->

<?=$this->render('popup')?>