EVOLUTION-NINJA
Edit File: webinars.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="webinars_banner"> <div class="row co_details"> <div class="container"> <h3 style="text-shadow: 0px 2px 8px black;">Webinars</h3> <!-- <h4 style="color:#d2ff5b;">Bringing Affordable Learning Anywhere</h4> --> </div><!-- container ----> </div> </section> <section class="webinars_middle_one"> <div class="container"> <h4>How to Get Started with this Webinar</h4> <h5>The webinar is over! Get an email when the recording is available</h5> </div><!-- container ----> </section> <section class="recorded_middle_two"> <div class="container"> <div class="col-sm-8 recorded_middle_two_left"> <h3>About the Webinar</h3> <p>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> <p>It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p> <h4><b>Why do we use it?</b></h4> <p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.</p> </div> <div class="col-sm-4 recorded_middle_two_right"> <div class="webinner_box"> <h4> <strong>Watch the Webinar</strong> </h4> <form role="form" id="webiner-contact"> <div class="form-group"> <label for="name">Name </label> <input type="text" class="form-control" id="name" name="cont-name" required="required"> </div> <div class="form-group"> <label for="ph">Phone </label> <input type="number" class="form-control" id="telp" name="cont-phone" required="required"> </div> <div class="form-group"> <label for="pwd">Email </label> <input type="email" class="form-control" id="email" name="cont-email" required="required"> </div> <button type="submit" class="btn btn-default buttt">Email me the Recording</button> </form> </div> </div> </div><!-- container ----> </section> <section class="recorded_middle_three"> <div class="container"> <h4>Watch this 60 second video to learn more</h4> <div class="col-sm-3"></div> <div class="col-sm-6"> <iframe width="100%" height="315" src="https://www.youtube.com/embed/v4oN4DuR7YU" frameborder="0" allowfullscreen></iframe> </div> <div class="col-sm-3"></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>