D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home3
/
encodto1
/
www
/
Filename :
career.php
back
Copy
<!DOCTYPE html> <html lang="en"> <?php include 'style.php' ?> <body> <!-- Main --> <main class="main-page career-page"> <!-- Header Bar --> <!-- Header --> <?php include 'header.php' ?> <!-- Career Hero --> <section class="hero-service-wrap hero-section-wrap hero-career-wrap"> <div class="hero-section-content-wrap"> <img src="assets/imgs/bg-shape-1.svg" alt="Shape" class="animation-slide-left bg-shape" /> <div class="custom-container"> <div class="hero-portfolio-body"> <div class="hero-section-content text-center"> <h5 class="section-subtitle">Career</h5> <h1 class="section-title fade-in"> You have great opportunities </h1> <p> If you are a talented and ambitious individual looking to make a mark in your career, we invite you to explore our career opportunities. </p> <a href="applynow.php" class="theme-btn">Upload Cv</a> </div> </div> </div> </div> </section> <!-- Service --> <section class="company-service-area career-service-area"> <div class="custom-container"> <div class="hero-service-about"> <img src="assets/imgs/careerenco.jpg" alt="Service About" /> <div class="hero-service-about-body"> <p> Are you passionate about technology and eager to make a real impact? At Encoders Unlimited, we are always on the lookout for talented and driven individuals who are ready to push the boundaries of innovation and contribute to our growing success. Joining our team means being part of a forward-thinking company that values your skills and supports your career growth. Whether you’re a seasoned IT professional or an enthusiastic tech enthusiast, Encoders Unlimited offers exciting opportunities to work on solving complex challenges and develop your expertise in the world of IT. Explore our current job openings and take the next step in your career with Encoders Unlimited today. </p> <ul> <li> <i class="las la-check"></i> Managed Services and Products </li> <li> <i class="las la-check"></i> Flexibility and Adaptability </li> <li><i class="las la-check"></i> Competitive Advantage</li> </ul> </div> </div> </div> </section> <!-- Service Area --> <!-- Career --> <section class="career-area"> <div class="custom-container"> <div class="career-body d-flex"> <div class="career-left"> <h5 class="section-subtitle">OPENING IN OUR COMPANY</h5> <h1 class="section-title"> Job openings and career opportunities </h1> </div> <div class="career-lists"> <div class="career-box"> <a href="applynow.php"> <span class="location">Apply Now</span></a> <h2>Graphics Designer - <span>Designer</span></h2> <p>Minimum 5 years experience or above</p> <div class="career-time"> <span><i class="las la-clock"></i> Full Time</span> <span><i class="las la-dollar-sign"></i> 10k - 30k</span> </div> </div> <div class="career-box"> <a href="applynow.php"> <span class="location">Apply Now</span></a> <h2>Backend Developer - <span>Development</span></h2> <p>Minimum 5 years experience or above</p> <div class="career-time"> <span><i class="las la-clock"></i> Full Time</span> <span><i class="las la-dollar-sign"></i> 10k - 30k</span> </div> </div> <div class="career-box"> <a href="applynow.php"> <span class="location">Apply Now</span></a> <h2>Marketing Executive- <span>Marketing</span></h2> <p>Minimum 5 years experience or above</p> <div class="career-time"> <span><i class="las la-clock"></i> Full Time</span> <span><i class="las la-dollar-sign"></i> 10k - 30k</span> </div> </div> </div> </div> </div> </section> <!-- Footer --> <?php include 'footer.php' ?> </main> <!-- jQuery Frameworks ============================================= --> <script src="assets/js/jquery-3.7.0.min.js"></script> <script src="assets/js/bootstrap.bundle.min.js"></script> <script src="assets/js/gsap.min.js"></script> <script src="assets/js/Draggable.min.js"></script> <script src="assets/js/swiper-bundle.min.js"></script> <script src="assets/js/client-marquee.js"></script> <script src="assets/js/theme-custom.js"></script> <script src="assets/js/form1.js"></script> <script src="assets/js/subscribe-form.js"></script> <!--Start of Tawk.to Script--> <script type="text/javascript"> var Tawk_API = Tawk_API || {}, Tawk_LoadStart = new Date(); (function() { var s1 = document.createElement("script"), s0 = document.getElementsByTagName("script")[0]; s1.async = true; s1.src = 'https://embed.tawk.to/609cf4b4185beb22b30cda7a/1f5ihnorp'; s1.charset = 'UTF-8'; s1.setAttribute('crossorigin', '*'); s0.parentNode.insertBefore(s1, s0); })(); </script> <!--End of Tawk.to Script--> </body> </html>