Al-HUWAITI Shell
Al-huwaiti


Server : nginx/1.18.0
System : Linux localhost 6.14.3-x86_64-linode168 #1 SMP PREEMPT_DYNAMIC Mon Apr 21 19:47:55 EDT 2025 x86_64
User : www-data ( 33)
PHP Version : 8.0.16
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Directory :  /var/www/ewebsite/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/www/ewebsite/contact.php
<?php
$pageTitle = 'Contact Us';
include 'partials/header.php';
?>

    <style type="text/css">
        /*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
        .contact .info {
            border-top: 3px solid darkkhaki;
            border-bottom: 3px solid darkkhaki;
            padding: 30px;
            background: #fff;
            width: 100%;
            box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
        }

        .contact .info a {
            color: #333;
        }

        .contact .info i {
            font-size: 20px;
            color: darkkhaki;
            float: left;
            width: 44px;
            height: 44px;
            background: #F3FCF8;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50px;
            transition: all 0.3s ease-in-out;
        }

        .contact .info h4 {
            padding: 0 0 0 60px;
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 5px;
            color: #7a6960;
        }

        .contact .info p {
            padding: 0 0 10px 60px;
            margin-bottom: 20px;
            font-size: 14px;
        }

        .contact .info .email p {
            padding-top: 5px;
        }

        .contact .info .social-links {
            padding-left: 60px;
        }

        .contact .info .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #333;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
            margin-right: 10px;
        }

        .contact .info .social-links a:hover {
            background: darkkhaki;
            color: #fff;
        }

        .contact .info .email:hover i,
        .contact .info .address:hover i,
        .contact .info .phone:hover i {
            background: darkkhaki;
            color: #fff;
        }

        .contact .php-email-form {
            width: 100%;
            border-top: 3px solid darkkhaki;
            border-bottom: 3px solid darkkhaki;
            padding: 30px;
            background: #fff;
            box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
        }

        .contact .php-email-form .form-group {
            padding-bottom: 8px;
        }

        .contact .php-email-form .validate {
            display: none;
            color: red;
            margin: 0;
            font-weight: 400;
            font-size: 13px;
        }

        .contact .php-email-form .error-message {
            display: none;
            color: #fff;
            background: #ed3c0d;
            text-align: center;
            padding: 15px;
            font-weight: 600;
        }

        .contact .php-email-form .sent-message {
            display: none;
            color: #fff;
            background: #18d26e;
            text-align: center;
            padding: 15px;
            font-weight: 600;
        }

        .contact .php-email-form .loading {
            display: none;
            background: #fff;
            text-align: center;
            padding: 15px;
        }

        .contact .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite;
        }

        @-webkit-keyframes animate-loading {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        @keyframes animate-loading {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }
    </style>

    <div class="header greendient" style="padding-bottom: 0;">
        <div class="container-fluid">
            <h2 class="inner-header-style">
                Find the answers you need
            </h2>
        </div> <!-- end of container -->
    </div>


    <div class="page-body-wrapper">

        <section class="faqs " id="faq">
            <div class="col text-center">
                <div class="section-title">
                    <span>Frequently asked questions</span>
                    <h3 style="color: darkkhaki">We have some answers
                    </h3>
                </div>
            </div>

            <div class="container">
                <div class="row">
                    <div class="col">
                        <div id="accordion-2">
                            <div class="card wow " data-wow-delay="0.1s">
                                <div class="card-header">
                                    <a class="card-link collapsed" data-toggle="collapse" href="#collapseSix">
                                        What is EtiqaFinans
                                    </a>
                                </div>
                                <div id="collapseSix" class="collapse" data-parent="#accordion-2">
                                    <div class="card-body">
                                        EtiqaFinans is a payment solution that allows customers to ‘buy now, pay later’ seamlessly with absolutely zero interest and no fees
                                    </div>
                                </div>
                            </div>
                            <div class="card wow " data-wow-delay="0.2s">
                                <div class="card-header">
                                    <a class="card-link collapsed" data-toggle="collapse" href="#collapseSeven">
                                        Where can I Use EtiqaFinans
                                    </a>
                                </div>
                                <div id="collapseSeven" class="collapse" data-parent="#accordion-2">
                                    <div class="card-body">
                                        You can use it directly from our shops and we are in the process of building merchant partners where you can buy now and pay later. For now have a look at our online shop.
                                    </div>
                                </div>
                            </div>
                            <div class="card wow " data-wow-delay="0.3s">
                                <div class="card-header">
                                    <a class="card-link collapsed" data-toggle="collapse" href="#collapseEight">
                                        Is there a late fee if I don’t repay on time?
                                    </a>
                                </div>
                                <div id="collapseEight" class="collapse" data-parent="#accordion-2">
                                    <div class="card-body">
                                        We will process the payment at the same time the order was placed on the agreed date. However, if we cannot process the payment due to insufficient funds We'll try again on the next day. If it did not go through, then a late fee of NGN 25.00 applies. We will notify you by email if your payment was unsuccessful, you will also be sent a reminder prior to us processing the payment so that you have time to manage the payment or process with an alternative card. In the event you feel something was not as expected please contact us immediately.
                                    </div>
                                </div>
                            </div>
                            <div class="card wow " data-wow-delay="0.4s">
                                <div class="card-header">
                                    <a class="card-link collapsed" data-toggle="collapse" href="#collapseNine">
                                        What happens if the automatic payment fails?
                                    </a>
                                </div>
                                <div id="collapseNine" class="collapse" data-parent="#accordion-2">
                                    <div class="card-body">
                                        You will also be sent a reminder prior to us processing the payment so that you have time to manage the payment or select an alternative payment method. We will process the payment at the same time the order was placed on the agreed date. However, if we cannot process the payment due to insufficient funds We'll try again on the next day. If it did not go through, then a late fee of NGN 25.00 applies. We will notify you by email if your payment was unsuccessful. In the event you feel something was not as expected please contact us immediately.
                                    </div>
                                </div>
                            </div>
                            <div class="card wow " data-wow-delay="0.5s">
                                <div class="card-header">
                                    <a class="card-link collapsed" data-toggle="collapse" href="#collapseTen">
                                        Is this different from credit?
                                    </a>
                                </div>
                                <div id="collapseTen" class="collapse" data-parent="#accordion-2">
                                    <div class="card-body">
                                        EtiqaFinans offers an interest-free and fees-free alternative to traditional credit that favors you, the customer. This means that you will have a seamless experience and not pay anything more for it!
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>

        </section>

        <section class="shade contact" id="contact">
            <div class="col text-center">
                <div class="section-title">
                    <span>Get In Touch</span>
                    <h3 style="color: darkkhaki">Send us your query
                    </h3>
                </div>
            </div>

            <div class="container">
                <div class="row">

                    <div class="col-lg-5 d-flex align-items-stretch aos-init aos-animate" data-aos="fade-up"
                        data-aos-delay="100">
                        <div class="info">
                            <div class="address">
                                <i class="mdi mdi-home-map-marker"></i>
                                <h4>Location:</h4>
                                <p>House 19 "A" Close, 63 Road, Gwarimpa, FCT, Nigeria</p>
                            </div>

                            <div class="email">
                                <i class="mdi mdi-email"></i>
                                <h4>Email:</h4>
                                <p><a href="mailto:info@etiqafinans.com">info@etiqafinans.com</a></p>
                            </div>

                            <div class="phone">
                                <i class="mdi mdi-phone"></i>
                                <h4>Call:</h4>
                                <p><a href="tel:09126262659">09126262659</a></p>
                            </div>

                            <div class="mapouter">
                                <div class="gmap_canvas"><iframe width="100%" height="290px" id="gmap_canvas"
                                        src="https://maps.google.com/maps?q=63%20Road,%20Gwarimpa,%20FCT,%20Nigeria&t=&z=13&ie=UTF8&iwloc=&output=embed"
                                        frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe>
                                    <style>
                                        .mapouter {
                                            position: relative;
                                            text-align: right;
                                            height: 290;
                                            width: 100%px;
                                        }
                                    </style>
                                    <style>
                                        .gmap_canvas {
                                            overflow: hidden;
                                            background: none !important;
                                        }
                                    </style>
                                </div>
                            </div>
                        </div>

                    </div>

                    <div class="col-lg-7 mt-5 mt-lg-0 d-flex align-items-stretch aos-init aos-animate"
                        data-aos="fade-up" data-aos-delay="200">
                        <form action="forms/contact.php" method="post" role="form" class="php-email-form">
                            <div class="form-row">
                                <div class="form-group col-md-6">
                                    <label for="name">Your Name</label>
                                    <input type="text" name="name" class="form-control" id="name" data-rule="minlen:4"
                                        data-msg="Please enter at least 4 chars">
                                    <div class="validate"></div>
                                </div>
                                <div class="form-group col-md-6">
                                    <label for="name">Your Email</label>
                                    <input type="email" class="form-control" name="email" id="email" data-rule="email"
                                        data-msg="Please enter a valid email">
                                    <div class="validate"></div>
                                </div>
                            </div>
                            <div class="form-group">
                                <label for="name">Subject</label>
                                <input type="text" class="form-control" name="subject" id="subject" data-rule="minlen:4"
                                    data-msg="Please enter at least 8 chars of subject">
                                <div class="validate"></div>
                            </div>
                            <div class="form-group">
                                <label for="name">Message</label>
                                <textarea class="form-control" name="message" rows="10" data-rule="required"
                                    data-msg="Please write something for us"></textarea>
                                <div class="validate"></div>
                            </div>
                            <div class="mb-3">
                                <div class="loading">Loading</div>
                                <div class="error-message"></div>
                                <div class="sent-message">Your message has been sent. Thank you!</div>
                            </div>
                            <div class="text-center"><button type="submit" class="btn btn-dark">Send Message</button>
                            </div>
                        </form>
                    </div>

                </div>

            </div>
        </section>
    </div>

<?php include("partials/footer.php"); ?>

Al-HUWAITI Shell