:: **Zploit** v1.0 | Current Path: **/home/kreativepixelz/www/**
:: Editing File: carrer.php
<?php include "header.php"?> <!--End Main Header--> <!--Start breadcrumb area--> <section class="breadcrumb-area style2 contact-page" style="background-image: url(img/innersliders/career.jpg);"> <div class="container"> <div class="row"> <div class="col-xl-12"> <div class="inner-content-box clearfix"> <div class="title-s2 text-center"> <span>Carrer</span> <h1>Apply for a Job</h1> </div> </div> </div> </div> </div> </section> <!--End breadcrumb area--> <section class="contact-info-area"> <div class="container"> <div class="row"> <div class="col-sm-6"> <div class="sec-title with-text"> <p>We are Hiring</p> <div class="title">Apply for a <span>Job</span></div> </div> <p style="text-align:justify"> Kreative Pixelz is a young and dynamic company with a mission to build business brands. We believe in making dreams a reality by bringing out the creativity and innovation in our employees. We have a host of initiatives through which we care for our employees throughout their life. </p> <p style="text-align:justify">We recognize the achievements of our employees and bring out the best in everyone. If you feel that you have the potential to work with us just drop your resume & we would get in touch with you if you are right match </p> </div> <div class="col-md-6"> <div class="contact-form"> <form name="contact_form" class="default-form" action="mail.php" method="post"> <div class="row"> <div class="col-md-12"> <div class="input-box"> <input type="text" name="name" value="" placeholder="Full Name" required=""> <div class="icon"> <i class="fa fa-user" aria-hidden="true"></i> </div> </div> </div> </div> <div class="row"> <div class="col-md-6"> <div class="input-box"> <input type="text" name="phone" value="" placeholder="Phone" required="" onkeypress="return isNumber(event);"> <div class="icon"> <i class="fa fa-phone" aria-hidden="true"></i> </div> </div> </div> <div class="col-md-6"> <div class="input-box"> <input type="email" name="email" value="" placeholder="Email Address" required=""> <div class="icon"> <i class="fa fa-envelope" aria-hidden="true"></i> </div> </div> </div> </div> <div class="row"> <div class="col-md-12"> <div class="input-box"> <textarea name="message" placeholder="Your Message..." required=""></textarea> <div class="icon envelop"> <i class="fa fa-comment" aria-hidden="true"></i> </div> </div> </div> </div> <div class="row"> <div class="col-md-12"> <div class="button-box"> <button class="btn-one" type="submit" data-loading-text="Please wait...">Send Your Message<span class="flaticon-next"></span></button> </div> </div> </div> </form> </div> </div> </div> </div> </section> <?php include"footer.php"?>