EVOLUTION-NINJA
Edit File: career.php
<?php echo view('includes/header.php'); ?> <link rel="stylesheet" type="text/css" href="<?php echo base_url('public/assets/website_assets/css/innerpage.css'); ?>" /> <section id="career_banner"> <div class="row co_details"> <div class="container"> <h3 style="text-shadow: 0px 2px 8px black;">Career</h3> <!-- <h4 style="color:#d2ff5b;">Bringing Affordable Learning Anywhere</h4> --> </div><!-- container ----> </div> </section> <section class="career_middle_one"> <div class="container"> <h3 class="care_mid_a">Quantitative benefits</h3> <p class="care_mid_a" style="padding-bottom:20px;">79% of professionals who completed a certification confirm tangible impact on their career growth</p> <div class="col-sm-5 career_middle_1_left"> <ul> <li> <i class="fa fa-circle-o-notch" aria-hidden="true"></i> Pay raise </li> <li> <i class="fa fa-circle-o-notch" aria-hidden="true"></i> Promotions </li> <li> <i class="fa fa-circle-o-notch" aria-hidden="true"></i> Resume Shortlists </li> <li> <i class="fa fa-circle-o-notch" aria-hidden="true"></i> More confidence </li> <li> <i class="fa fa-circle-o-notch" aria-hidden="true"></i> Better projects </li> <li> <i class="fa fa-circle-o-notch" aria-hidden="true"></i> Improved workplace </li> </ul> </div> <div class="col-sm-7 career_middle_1_right"> <img src="<?php echo base_url('public/assets/website_assets/images/career_5.png'); ?>" class="img-responsive center-block"> </div> </div><!-- container ----> </section> <section class="career_middle_two"> <div class="container"> <div class="row" style="padding-bottom:20px;"> <h3 class="career_middle_2_aa"> <strong>How it works</strong> </h3> <p class="career_middle_2_aaa">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p> </div> <div class="row"> <div class="col-sm-3 career_middle_2_bb"> <img src="<?php echo base_url('public/assets/website_assets/images/career_1.png'); ?>" class="img-responsive center-block"> <p>Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p> </div> <div class="col-sm-3 career_middle_2_bb"> <img src="<?php echo base_url('public/assets/website_assets/images/career_2.png'); ?>" class="img-responsive center-block"> <p>Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p> </div> <div class="col-sm-3 career_middle_2_bb"> <img src="<?php echo base_url('public/assets/website_assets/images/career_3.png'); ?>" class="img-responsive center-block"> <p>Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p> </div> <div class="col-sm-3 career_middle_2_bb"> <img src="<?php echo base_url('public/assets/website_assets/images/career_4.png'); ?>" class="img-responsive center-block"> <p>Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p> </div> </div> </div><!-- container ----> </section> <?php echo view('includes/footer.php'); ?> <style type="text/css"> .searchbar { padding-top: 2%; padding-bottom: 2%; } .co_details { padding-top: 4%; } </style>