%PDF-1.7 GIF89;
Server IP : 5.161.254.237 / Your IP : 216.73.216.164 Web Server : Apache System : Linux diamond.sialwebvps.com 4.18.0-553.8.1.el8_10.x86_64 #1 SMP Tue Jul 2 07:26:33 EDT 2024 x86_64 User : stellasp ( 1131) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/stellasp/www/application/views/frontend/ |
Upload File : |
<?php defined('BASEPATH') OR exit('No direct script access allowed');?> <?php $this->load->view('frontend/common/Head'); ?> <body class="is-scrolled"> <?php $this->load->view('frontend/common/Header'); ?> <?php $this->load->view('frontend/Contact/Banner'); ?> <div class="inner-slider-sec"> <img src="<?php echo base_url('fronend/images/contectbaner.jpg') ?>" alt="" class="img-fluid"/> </div> <!-- slider section --> <section class="contactus-main-wraper clearfix"> <div class="container-fluid"> <div class="row"> <div class="col-md-6"> <article class="contactus-contents"> <h5>Contact feedback</h5> <p>if you have any questions that are not covered in the information provided on our site, please feel free to contact us directly using the form below.</p> <p>Please also use this page to contact us directly concerning ambassador program application.</p> <p>We aim to reply to all enquiries within 24 hours.</p> </article> </div> <!-- col md 6 --> </div> <!-- row --> <div class="clearfix"></div> <div class="field-wraper"> <div class="row"> <div class="col-md-8"> <form action=""> <div class="row"> <div class="col-xs-12 col-sm"> <div class="form-group"> <label for="exampleInputEmail1">Company Name <sup>*</sup></label> <input type="text" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Name"> </div> </div> <div class="col-xs-12 col-sm"> <div class="form-group"> <label for="exampleInputEmail1">Company Email <sup>*</sup></label> <input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Email"> </div> </div> </div> <!-- row --> <div class="row"> <div class="col-md-12"> <div class="form-group"> <label for="exampleInputEmail1">Company Information </label> <textarea name="" id="" cols="30" rows="10" class="form-control"></textarea> </div> </div> <!-- col --> <div class="clearfix"></div> <div class="col"> <div class="form-group"> <button class="btn btn-default btnsubmit">Submit</button> </div> </div> </div> <!-- row --> </form> </div> <!-- col md 8 --> <div class="col-md-4"> <div class="address-detail"> <strong><i class="fa fa-phone"></i> Call us </strong> <address>Pakistan : 92 300 123 4567</address> <address>Whatsapp (Text Only): +92 300 123 4567</address> <strong><i class="fa fa-envelope"></i> E-mail</strong> <address><a href="mailto:info@flpindustries.com">info@majid-sports.com</a></address> <address><a href="mailto:flpindustries@gmail.com">sales@majid-sports.com</a></address> <strong><i class="fa fa-map-marker"></i> Address</strong> <address>Loprem lipsum <br/> Sialkot, 51310 Pakistan. </address> </div> </div> </div> </div> <!-- fields wraper --> </div> <!-- row --> </div> <!-- container fluid --> </section> <!-- contact us main wraper --> <?php $this->load->view('frontend/common/Footer'); ?>