Server IP : 147.93.80.58 / Your IP : 216.73.216.249 Web Server : LiteSpeed System : Linux id-dci-web1866.main-hosting.eu 5.14.0-503.38.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Apr 18 08:52:10 EDT 2025 x86_64 User : u939086737 ( 939086737) PHP Version : 8.2.28 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u939086737/domains/arbtrade.in/public_html/ |
Upload File : |
<?php include_once 'header.php' ?> <!-- head --> <div class="section section--head"> <div class="container"> <div class="row"> <!-- title --> <div class="col-12 col-md-6 offset-md-3 col-xl-4 offset-xl-4"> <div class="section__title"> <h1>Get in touch</h1> <p>Our support team is always on call, and ready to help with all your questions!</p> </div> </div> <!-- end title --> </div> </div> </div> <!-- end head --> <!-- contact from --> <div class="section"> <div class="container"> <div class="row row--relative"> <div class="col-12"> <form class="form" method="post" action="https://formsubmit.co/arbtrade883@gmail.com"> <div class="row"> <div class="col-12 col-md-6 col-xl-3"> <div class="form__group"> <label for="name" class="form__label">Name</label> <input id="name" type="text" name="name" class="form__input" placeholder="Full name" required> </div> </div> <div class="col-12 col-md-6 col-xl-3"> <div class="form__group"> <label for="mail" class="form__label">Email</label> <input id="mail" type="text" name="email" class="form__input" placeholder="Your Email" required> </div> </div> <div class="col-12 col-md-6 col-xl-3"> <div class="form__group"> <label for="phone" class="form__label">Phone</label> <input id="phone" type="text" name="phone" class="form__input" placeholder="Enter Phone No." required> </div> </div> <div class="col-12 col-md-6 col-xl-3"> <div class="form__group"> <label for="subject" class="form__label">Subject</label> <input id="subject" type="text" name="subject" class="form__input" placeholder="Enter Subject"> </div> </div> <div class="col-12"> <div class="form__group"> <label for="message" class="form__label">Message</label> <textarea id="message" name="message" class="form__textarea" placeholder="Please enter your message..."></textarea> </div> </div> <div class="col-12"> <button type="submit" class="form__btn form__btn--small">Submit</button> </div> </div> <!-- design elements --> <span class="block-icon block-icon--purple"> <i class="ti ti-mail-up"></i> </span> <span class="screw screw--lines-bl"></span> <span class="screw screw--lines-br"></span> <span class="screw screw--lines-tr"></span> </form> </div> <!-- animation background --> <div class="section__canvas section__canvas--page section__canvas--first" id="canvas"></div> </div> </div> </div> <!-- end contact from --> <!-- company --> <section class="section"> <div class="container"> <div class="row row--relative"> <div class="col-12"> <div class="company"> <h2 class="company__title">Company registration</h2> <div class="row"> <div class="col-12 col-xl-7"> <p class="company__text">Integrity, reliability, transparency, flexibility and communication should be the core values of any company that works in the field of investment attraction. <?= $p_name ?> adheres to absolutely all of these values so that our clients can have confidence and trust in us.</p> </div> </div> <!-- design elements --> <span class="block-icon block-icon--orange"> <i class="ti ti-certificate-2"></i> </span> <span class="screw screw--lines-bl"></span> <span class="screw screw--lines-br"></span> <span class="screw screw--lines-tr"></span> </div> </div> <!-- animation background --> <div class="section__canvas section__canvas--second" id="canvas2"></div> </div> </div> </section> <!-- end company --> <?php include_once 'footer.php' ?>