MOON
Server: Apache
System: Linux server1.studioinfinity.com.br 2.6.32-954.3.5.lve1.4.90.el6.x86_64 #1 SMP Tue Feb 21 12:26:30 UTC 2023 x86_64
User: artinside (517)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/artinside/www/lhh/themes/en/views/branding.php
<div class="section bg-color m-0" style="padding: 80px 0;">
    <div class="container">
        <div class="row col-mb-50 gutter-lg-50 justify-content-center mb-2 mt-5">
            <div class="col-lg-3 text-center">
                <img src="<?= url("shared/img/brochure.png")?>" alt="Users Icon" class="mb-5" height="250">
            </div>
            <div class="col-lg-5 text-center">
                <h3 class="h2 mb-4 color-2">Brochure</h3>
                <p class="text-larger font-weight-normal text-muted mb-0">Each hotel has a unique design inspired by the area and caters to both leisure and business guests. Download our Brochure bellow.</p>
                <a href="#myModal1" data-lightbox="inline" class="btn text-larger px-4 py-2 btn-dark bg-color-2 rounded-pill mt-3"><i class="icon-line-book-open mr-3 color mr-2 position-relative" style="top: 1px"></i>Download</a>
            </div>
        </div>
    </div>
</div>
<div class="modal1 mfp-hide subscribe-widget" id="myModal1">
    <div class="block dark mx-auto" style="background: url('<?= url("/shared/img/bg5.jpg")?>') no-repeat; background-size: cover; max-width: 700px;" data-height-xl="400">
        <div style="padding: 50px;">
            <div class="heading-block border-bottom-0 bottommargin-sm" style="max-width:500px;">
                <h3>Subscribe for download</h3>
                <span>The download link will be sent to your email</span>
            </div>
            <div class="widget-subscribe-form-result"></div>
            <form class="widget-subscribe-form2" action="<?= url("contact")?>" method="post" style="max-width: 350px;">
                <input type="email" id="widget-subscribe-form2-email" name="widget-subscribe-form-email" class="form-control form-control-lg not-dark required email" placeholder="Enter your Email">
                <button class="button button-circle button-border button-light ml-0" type="submit" style="margin-top:15px;">Subscribe</button>
            </form>
            <p class="mb-0"><small><em>*We hate Spam &amp; Junk Emails.</em></small></p>
        </div>
    </div>
</div>