| <div class=" clearfix general-section"> | <div class=" clearfix general-section"> | ||||
| <div class="row"> | <div class="row"> | ||||
| <div class="apply-form-cont col-md-6 offset-md-6"> | |||||
| <div class="apply-form-cont col-md-6 offset-md-3"> | |||||
| <div class="apply-title-cont"> | <div class="apply-title-cont"> | ||||
| <h2 class="aplly-title">Fill the details below</h2> | <h2 class="aplly-title">Fill the details below</h2> | ||||
| </div> | </div> | ||||
| <form id="apply-form" action="job_apply.php" method="POST" enctype="multipart/form-data"> | <form id="apply-form" action="job_apply.php" method="POST" enctype="multipart/form-data"> | ||||
| <select class ="" name="position" id="positions"> | <select class ="" name="position" id="positions"> | ||||
| <option class =" apply-option" value="Php software developer">Php Software developer</option> | |||||
| <option class =" apply-option" value="Data engineer">Data engineer</option> | |||||
| <option class =" apply-option" value="Hr manager">Hr manager</option> | |||||
| <option class =" apply-option" value="Php software developer">UI/UX Designer</option> | |||||
| <option class =" apply-option" value="Data engineer">.NET Developer</option> | |||||
| </select> | </select> | ||||
| <input class ="apply-field" type="text" name="full-name" placeholder="Full Name" required> | <input class ="apply-field" type="text" name="full-name" placeholder="Full Name" required> |
| <li><a href="#events-wrap">events</a></li> | <li><a href="#events-wrap">events</a></li> | ||||
| <li><a href="#stats-wrap">stats</a></li> | <li><a href="#stats-wrap">stats</a></li> | ||||
| <li><a href="#news-wrap">news</a></li> --> | <li><a href="#news-wrap">news</a></li> --> | ||||
| <!-- | |||||
| <li class="link-expand"><a>Services</a> | |||||
| <ul class="sub-menu"> | |||||
| <li> | |||||
| <a>Dedicated Development Team</a> | |||||
| </li> | |||||
| <li> | |||||
| <a>Software Product Development</a> | |||||
| </li> | |||||
| <li> | |||||
| <a>Software Testing and QA</a> | |||||
| </li> | |||||
| <li> | |||||
| <a>Mobile Aplication Development</a> | |||||
| </li> | |||||
| <li> | |||||
| <a>API Development and Integration</a> | |||||
| </li> | |||||
| </ul> | |||||
| </li> | |||||
| --> | |||||
| <!-- <li class="expand"> | |||||
| <a>Industries</a> | |||||
| <ul> | |||||
| <li><a>Finance & Banking | |||||
| </a></li> | |||||
| <li><a>Healthcare</a></li> | |||||
| </ul> | |||||
| </li> --> | |||||
| <li class="contact-section"><a class="clear_storage " href="#contact-section">contact</a></li> | <li class="contact-section"><a class="clear_storage " href="#contact-section">contact</a></li> | ||||
| <li ><a class="clear_storage" href="careers.html">careers</a></li> | <li ><a class="clear_storage" href="careers.html">careers</a></li> | ||||
| <li><a class="clear_storage" href="portfolio.html">portfolio</a></li> | <li><a class="clear_storage" href="portfolio.html">portfolio</a></li> | ||||
| </ul> | </ul> | ||||
| </nav><!-- end Navigation --> | </nav><!-- end Navigation --> | ||||
| <nav id="mobile-navigation"> | <nav id="mobile-navigation"> | ||||
| <ul> | <ul> | ||||
| <li><a class="clear_storage" href="careers.html">careers</a></li> | <li><a class="clear_storage" href="careers.html">careers</a></li> | ||||
| <li><a class="clear_storage" href="portfolio.html">portfolio</a></li> | <li><a class="clear_storage" href="portfolio.html">portfolio</a></li> | ||||
| </ul> | </ul> | ||||
| </nav><!-- end Navigation --> | |||||
| </nav><!-- end Navigation --> | |||||
| <!-- <div class="dropdown_wrap general-section"> | |||||
| <div class="dropdown-menu"> | |||||
| <div class="dropdown-container"> | |||||
| <div class="dropdown-left"> | |||||
| </div> | |||||
| <div class="dropdown-right"> | |||||
| <ul class="expand-menu"> | |||||
| <li> | |||||
| <a>Dedicated Development Team</a> | |||||
| </li> | |||||
| <li> | |||||
| <a>Software Product Development</a> | |||||
| </li> | |||||
| <li> | |||||
| <a>Software Testing and QA</a> | |||||
| </li> | |||||
| <li> | |||||
| <a>Mobile Aplication Development</a> | |||||
| </li> | |||||
| <li> | |||||
| <a>API Development and Integration</a> | |||||
| </li> | |||||
| </ul> | |||||
| </div> | |||||
| </div> | |||||
| </div> --> | |||||
| </div> | |||||
| </header> | </header> | ||||
| </div><!-- end Header --> | </div><!-- end Header --> | ||||
| <div id="intro-section" class="home-section"> | <div id="intro-section" class="home-section"> |
| } | } | ||||
| jQuery('html,body').animate({ scrollTop: targetOffset }, speed); | jQuery('html,body').animate({ scrollTop: targetOffset }, speed); | ||||
| } | } | ||||
| //homepage | |||||
| $('.link-expand').on('click', function() | |||||
| { | |||||
| $('.dropdown-menu').addClass('active'); | |||||
| }); | |||||
| //homepage end | |||||
| //career | //career | ||||
| var expand = false; | var expand = false; | ||||
| $('.position').on('click', function(ev) { | $('.position').on('click', function(ev) { |
| color: #fff; | color: #fff; | ||||
| margin-top: 32px; | margin-top: 32px; | ||||
| } | } | ||||
| #navigation ul li { | |||||
| #navigation > ul > li { | |||||
| font-family: 'bebas_neue', Helvetica, Arial, sans-serif; | font-family: 'bebas_neue', Helvetica, Arial, sans-serif; | ||||
| font-size: 17px; | font-size: 17px; | ||||
| float: left; | float: left; |
| ul.bulleted-list { | ul.bulleted-list { | ||||
| padding-left: 30px; | padding-left: 30px; | ||||
| } | } | ||||
| /* header */ | |||||
| .sub-menu | |||||
| { | |||||
| /* display: flex; | |||||
| flex-direction: column; */ | |||||
| } | |||||
| .dropdown_wrap | |||||
| { | |||||
| } | |||||
| .dropdown-menu | |||||
| { | |||||
| display: none; | |||||
| position: fixed; | |||||
| left: 0; | |||||
| top: 82px; | |||||
| width: 100%; | |||||
| padding: 32px 0; | |||||
| } | |||||
| .dropdown-menu.active { | |||||
| display: block; | |||||
| } | |||||
| #servicesMenu | |||||
| { | |||||
| } | |||||
| /* header end*/ | |||||
| .h3 | .h3 | ||||
| { | { | ||||
| font-size: 36px; | font-size: 36px; |