Commit fc82e69b by Ali Arshad

Added template files in plugin

parent 1aac7f66
Pipeline #175 passed with stage
in 0 seconds
......@@ -14,6 +14,7 @@ Domain Path: /languages
*/
require_once(__DIR__ . '/functions.php');
require_once(__DIR__ . '/template.php');
register_activation_hook(__FILE__, 'vq_apex_lms_activation');
......
<?php
$lmsVersion = "0.1";
add_action('wp_enqueue_scripts', 'enqueue_admin_css');
add_filter('template_include', 'use_lms_template', 99);
function enqueue_admin_css()
{
global $lmsVersion;
wp_enqueue_style("lms-bootstrap", plugin_dir_url(__FILE__) . "template/css/bootstrap.min.css", array(),
$lmsVersion, 'all');
wp_enqueue_style("lms-styles", plugin_dir_url(__FILE__) . "template/css/lms.css", array(), $lmsVersion, 'all');
}
function use_lms_template($data)
{
// return __DIR__ . "/template/learner-detail.php";
return $data;
}
This source diff could not be displayed because it is too large. You can view the blob instead.
.e-learning-banner
{
background-image: url(../imgaes/e-learning-banner.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; width: 100%; padding-top: 100px; padding-bottom: 100px;
}
.e-learning-course-1
{
background-image: url(../imgaes/learning-1.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; width: 100%; padding-top: 55px; padding-bottom: 40px;
}
.learning-manaegment-image
{
background-image: url(../imgaes/learning-manaegment-image.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; width: 100%; padding-top: 100px; padding-bottom: 100px; margin-top: 20px;
}
.e-learning-heading h2
{
font-size: 30px; text-align: center; text-transform: uppercase; letter-spacing: 3px; font-weight: 900; color: white;
}
.e-learning-heading h3
{
font-size: 20px; text-align: center; text-transform: uppercase; letter-spacing: 2px; font-weight: normal; color: white;
}
.e-learning-heading h4
{
font-size: 30px; text-align: center; text-transform: uppercase; letter-spacing: 3px; font-weight: bold; color: #5f5656;
}
.e-learning-heading h5
{
font-size: 25px; text-align: center; text-transform: uppercase; letter-spacing: 3px; font-weight: bold; color: #fff;
}
.e-learning-heading h6
{
font-size: 25px; text-align: left; text-transform: uppercase; letter-spacing: 3px; font-weight: normal; color: #fff; padding-top: 10px;
}
.e-learning-heading p
{
font-size: 14px; text-align: justify; color: #b7b8ba; line-height: 30px; padding-top: 15px; padding-bottom: 15px;
}
.learning-profile-bg
{
width: 100%; background-color: #ececec; padding-top: 30px; padding-bottom: 30px;
}
.learning-profile-box
{
width: 100%; background-color: white; margin-top: 30px;
}
.download-course-button
{
background-color: #2898c4; padding-left: 30px; padding-right: 30px; padding-top: 15px; padding-bottom: 15px; color: #fff; font-size: 14px; font-weight: bold; text-transform: uppercase; text-align: center; letter-spacing: 2px; width: 100%; border: 0px;
}
.download-course-button:hover
{
background-color: #fff; color: #2898c4;
}
.add-course-button
{
background-color: #2898c4; padding-left: 30px; padding-right: 30px; padding-top: 15px; padding-bottom: 15px; color: #fff; font-size: 14px; font-weight: bold; text-transform: uppercase; text-align: center; letter-spacing: 2px; border: 0px; margin-top: 20px; margin-bottom: 50px;
}
.add-course-button:hover
{
background-color: #f5ae4f; color: #fff;
}
.download-course-button-1
{
background-color: #f5ae4f; padding-left: 30px; padding-right: 30px; padding-top: 15px; padding-bottom: 15px; color: #fff; font-size: 14px; font-weight: bold; text-transform: uppercase; text-align: center; letter-spacing: 2px; width: 100%; border: 0px;
}
.download-course-button-1:hover
{
background-color: #fff; color: #2898c4;
}
.payment-course-button
{
background-color: #f5ae4f; padding-left: 30px; padding-right: 30px; padding-top: 15px; padding-bottom: 15px; color: #fff; font-size: 14px; font-weight: bold; text-transform: uppercase; text-align: center; letter-spacing: 2px; width: 100%; border: 0px; margin-top: 30px;
}
.payment-course-button:hover
{
background-color: #2898c4; color: #fff;
}
.learn-button
{
background-color: white; padding-left: 30px; padding-right: 30px; padding-top: 10px; padding-bottom: 10px; color: #41a4cb; font-size: 14px; font-weight: bold; text-transform: uppercase; text-align: center; margin-top: 20px; margin-bottom: 20px; letter-spacing: 2px; border: 2px solid #41a4cb;
}
.learn-button:hover
{
background-color: #f89f18; color: white; border: 2px solid #f89f18;
}
.learn-button-1
{
background-color: #41a4cb; padding-left: 30px; padding-right: 30px; padding-top: 10px; padding-bottom: 10px; color: #fff; font-size: 14px; font-weight: bold; text-transform: uppercase; text-align: center; letter-spacing: 2px; border: 0px; margin-top: 20px;
}
.learn-button-1:hover
{
background-color: #fff; color: #41a4cb;
}
.course-take-bg
{
width: 100%; background-color: #f89f18; padding-top: 30px; padding-bottom: 30px; margin-bottom: 20px;
}
.intro-box
{
width: 100%; border: 5px solid #fff; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px;
}
.intro-heading h2
{
font-size: 30px; color: white; text-transform: uppercase; text-align: left; font-weight: 900; letter-spacing: 3px;
}
.intro-heading h3
{
font-size: 32px; color: white; text-transform: uppercase; text-align: right; font-weight: 900; letter-spacing: 7px; padding-top: 20px;
}
.intro-heading h4
{
font-size: 14px; color: white; text-transform: uppercase; text-align: right; font-weight: normal; letter-spacing: 3px; padding-top: 5px;
}
.intro-heading p
{
font-size: 16px; color: white; letter-spacing: 2px; text-align: justify; line-height: 32px;
}
.course-heading h2
{
font-size: 30px; text-align: left; text-transform: uppercase; letter-spacing: 3px; font-weight: bold; color: #5f5656;
}
.course-heading h3
{
font-size: 16px; text-align: left; text-transform: uppercase; letter-spacing: 3px; font-weight: bold; color: #737677; padding-top: 10px;
}
.course-heading h4
{
font-size: 18px; text-align: center; text-transform: uppercase; letter-spacing: 2px; font-weight: bold; color: #fff; line-height: 30px;
}
.course-heading p
{
font-size: 16px; color: #838383; letter-spacing: 2px; text-align: justify; line-height: 32px;
}
.course-box
{
width: 100%; background-color: #ebebeb; margin-top: 20px;
}
.col-padding
{
padding-left: 0px; padding-right: 0px;
}
.download-course-box
{
width: 100%; background-color: #219ff2; padding-top: 34px; padding-bottom: 33px; padding-left: 15px; padding-right: 15px; cursor: pointer;
}
.download-course-box:hover
{
width: 100%; background-color: #f5ae4f; padding-top: 34px; padding-bottom: 33px; padding-left: 15px; padding-right: 15px;
}
.inquire-box
{
width: 100%; background-color: #f7f7f7; margin-top: 20px; padding-top: 30px; padding-bottom: 30px;
}
.inquire-heading h2
{
font-size: 15px; text-align: center; text-transform: uppercase; letter-spacing: 3px; font-weight: bold; color: #5f5656;
}
.text-feild
{
height: 45px; border-radius: 0px; padding-left: 13px !important; margin-top: 15px;
}
.submit-course-button
{
background-color: #219ff2; padding-left: 30px; padding-right: 30px; padding-top: 10px; padding-bottom: 10px; color: #fff; font-size: 14px; font-weight: bold; text-transform: uppercase; text-align: center; letter-spacing: 2px; width: 100%; border: 0px; margin-top: 20px;
}
.submit-course-button:hover
{
background-color: #f5ae4f; color: #fff;
}
.margin-set
{
margin-top: 50px; margin-bottom: 0px;
}
.color-set
{
background-color: #219ff2;
}
.management-video
{
width: 100%; margin-top: 20px;
}
.learner-heading h2
{
font-size: 25px; color: #219ff2; font-weight: bold; letter-spacing: 3px; text-transform: uppercase; border-bottom: 3px solid #219ff2; padding-top: 50px;
}
.learner-heading h5
{
font-size: 25px; color: #f5ae4f; font-weight: bold; letter-spacing: 3px; text-transform: uppercase; border-bottom: 3px solid #f5ae4f; padding-top: 50px;
}
.learner-heading h3
{
font-size: 29px; color: #95989a; font-weight: normal; letter-spacing: 3px; text-transform: uppercase; padding-top: 15px;
}
.learner-heading h4
{
font-size: 12px; color: #95989a; font-weight: normal; letter-spacing: 2px; text-transform: uppercase; padding-top: 10px;
}
.add-icon
{
float: left; margin-top: 10px; margin-right: 10px;
}
.order-heading h2
{
font-size: 14px; color: #9da0a2; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; padding-top: 15px;
}
.order-heading h3
{
font-size: 14px; color: #9da0a2; font-weight: normal; text-transform: uppercase; letter-spacing: 2px; padding-top: 0px;
}
.order-heading h3 span
{
font-size: 14px; color: #9da0a2; font-weight: normal; text-transform: uppercase; letter-spacing: 2px; padding-top: 0px; float: right;
}
.order-heading h4
{
font-size: 14px; color: #9da0a2; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; padding-top: 20px;
}
.order-heading h4 span
{
font-size: 14px; color: #9da0a2; font-weight: normal; text-transform: uppercase; letter-spacing: 2px; padding-top: 0px; float: right;
}
.border-line
{
width: 100%; height: 1px; background-color: #c7c9c9; margin-bottom: 20px; margin-top: 15px;
}
.payment-heading h2
{
font-size: 18px; text-align: left; text-transform: uppercase; color: #a6a8aa; letter-spacing: 3px; padding-top: 20px;
}
.payment-heading h3
{
font-size: 14px; text-transform: uppercase; color: #a6a8aa; letter-spacing: 3px; padding-top: 32px;
}
.payment-heading h4
{
font-size: 18px; text-transform: uppercase; color: #6f6f70; letter-spacing: 3px;
}
.payment-heading p
{
font-size: 14px; text-transform: none; color: #6f6f70; letter-spacing: 2px; text-align: justify;
}
.global-image
{
float: left; margin-right: 25px; margin-bottom: 20px;
}
.icon
{
margin-top: 20px;
}
.thankyou-info-bg
{
width: 100%; background-color: #9d9fa4; padding-top: 10px; padding-bottom: 10px;
}
.thankyou-heading h2
{
font-size: 16px; color: #fff; letter-spacing: 3px; font-weight: normal; text-align: center; line-height: 30px;
}
.learning-home-button
{
background-color: white; padding-left: 50px; padding-right: 50px; padding-top: 10px; padding-bottom: 10px; color: #41a4cb; font-size: 14px; font-weight: bold; text-transform: uppercase; text-align: center; letter-spacing: 2px; border: 5px solid #41a4cb; margin-top: 100px; margin-bottom: 100px;
}
.learning-home-button:hover
{
background-color: #f89f18; color: white; border: 5px solid #f89f18;
}
.apex-home-button
{
background-color: #41a4cb; padding-left: 50px; padding-right: 50px; padding-top: 10px; padding-bottom: 10px; color: #fff; font-size: 14px; font-weight: bold; text-transform: uppercase; text-align: center; letter-spacing: 2px; border: 5px solid #41a4cb; margin-top: 100px; margin-bottom: 100px;
}
.apex-home-button:hover
{
background-color: #f89f18; color: white; border: 5px solid #f89f18;
}
.login-logo
{
margin-top: 20px;
}
.home-icon
{
margin-top: 20px; float: right;
}
.login-image
{
margin-top: 50px;
}
.login-feild
{
margin-top: 180px; padding-left: 15px !important; border-top: 0px !important; border-left: 0px !important; border-right: 0px !important; border-bottom: 2px solid #d0d1d2 !important; border-radius: 0px; box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
}
.password-feild
{
margin-top: 30px; padding-left: 15px !important; border-top: 0px !important; border-left: 0px !important; border-right: 0px !important; border-bottom: 2px solid #d0d1d2 !important; border-radius: 0px; box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
}
.login-button
{
background-color: #f5ae4f; padding-left: 50px; padding-right: 50px; padding-top: 15px; padding-bottom: 15px; color: #fff; font-size: 14px; font-weight: bold; text-transform: uppercase; text-align: center; letter-spacing: 2px; width: 100%; border: 0px; margin-top: 20px;
}
.login-button:hover
{
background-color: #41a4cb; color: white;
}
\ No newline at end of file
<?php
get_header();
?>
<div class="bootstrap-iso">
<div class="e-learning-banner">
<div class="container">
<div class="row">
<div class="e-learning-heading">
<h2>Professional Development anytime, anywhere</h2>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-6">
<div class="inquire-box">
<div class="inquire-heading">
<h2>Download Now</h2>
</div>
<div class="col-sm-12">
<input type="email" class="form-control text-feild" id="exampleInputEmail1" placeholder="First Name">
</div>
<div class="col-sm-12">
<input type="email" class="form-control text-feild" id="exampleInputEmail1" placeholder="Last Name">
</div>
<div class="col-sm-12">
<input type="email" class="form-control text-feild" id="exampleInputEmail1" placeholder="Company Name">
</div>
<div class="col-sm-12">
<input type="email" class="form-control text-feild" id="exampleInputEmail1" placeholder="Email Address">
</div>
<div class="col-sm-12">
<input type="email" class="form-control text-feild" id="exampleInputEmail1" placeholder="Contact Number">
</div>
<div class="col-sm-12">
<input type="email" class="form-control text-feild" id="exampleInputEmail1" placeholder="Job Title">
</div>
<div class="col-sm-12">
<select class="form-control text-feild">
<option>Country</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select>
</div>
<div class="col-sm-12">
<select class="form-control text-feild">
<option>IT Excellence</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select>
</div>
<div class="col-sm-12">
<input type="email" class="form-control text-feild" id="exampleInputEmail1" placeholder="Verification Code">
</div>
<div class="col-sm-12">
<button type="submit" class="submit-course-button">Submit</button>
</div>
<div class="clear"></div>
</div>
</div>
<div class="col-sm-6">
<a href="#"><img class="management-video" src="<?php plugin_dir_url(__FILE__); ?>imgaes/management-video.jpg" alt=""/></a>
<div class="inquire-box">
<div class="col-sm-12">
<div class="payment-heading">
<h4>Learning management system</h4>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,</p>
</div>
</div>
<div class="col-sm-4">
<div class="text-center">
<img class="icon" src="<?php plugin_dir_url(__FILE__); ?>imgaes/learning-management-icon.png" alt=""/>
</div>
</div>
<div class="col-sm-8">
<button type="submit" class="submit-course-button">Learn More</button>
</div>
<div class="clear"></div>
</div>
</div>
</div>
</div>
</div>
<?php
get_footer();
?>
\ No newline at end of file
<?php
get_header();
?>
<div class="bootstrap-iso">
<div class="e-learning-banner">
<div class="container">
<div class="row">
<div class="e-learning-heading">
<h2>Professional Development anytime, anywhere</h2>
<h3>Unlimited time only! choose any course for $49.00 with 1 year access!</h3>
</div>
</div>
</div>
</div>
<div class="learning-profile-bg">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="e-learning-heading">
<h4>Our E-learning Profile</h4>
</div>
</div>
<div class="col-sm-3">
<div class="learning-profile-box">
<div class="e-learning-course-1">
<div class="e-learning-heading">
<h5>It Courses</h5>
</div>
</div>
<div class="col-sm-12">
<div class="e-learning-heading">
<p>Mauris placerat placerat ligula at scelerisque. Sed accumsan purus non turpis
commodo fermentum. Curabitur efficitur faucibus blandit. Sed id sem
ullamcorper,</p>
</div>
</div>
<div class="col-sm-12">
<div class="text-center">
<button type="submit" class="learn-button">Learn More</button>
</div>
</div>
<div class="clear"></div>
</div>
</div>
<div class="col-sm-3">
<div class="learning-profile-box">
<div class="e-learning-course-1">
<div class="e-learning-heading">
<h5>It Courses</h5>
</div>
</div>
<div class="col-sm-12">
<div class="e-learning-heading">
<p>Mauris placerat placerat ligula at scelerisque. Sed accumsan purus non turpis
commodo fermentum. Curabitur efficitur faucibus blandit. Sed id sem
ullamcorper,</p>
</div>
</div>
<div class="col-sm-12">
<div class="text-center">
<button type="submit" class="learn-button">Learn More</button>
</div>
</div>
<div class="clear"></div>
</div>
</div>
<div class="col-sm-3">
<div class="learning-profile-box">
<div class="e-learning-course-1">
<div class="e-learning-heading">
<h5>It Courses</h5>
</div>
</div>
<div class="col-sm-12">
<div class="e-learning-heading">
<p>Mauris placerat placerat ligula at scelerisque. Sed accumsan purus non turpis
commodo fermentum. Curabitur efficitur faucibus blandit. Sed id sem
ullamcorper,</p>
</div>
</div>
<div class="col-sm-12">
<div class="text-center">
<button type="submit" class="learn-button">Learn More</button>
</div>
</div>
<div class="clear"></div>
</div>
</div>
<div class="col-sm-3">
<div class="learning-profile-box">
<div class="e-learning-course-1">
<div class="e-learning-heading">
<h5>It Courses</h5>
</div>
</div>
<div class="col-sm-12">
<div class="e-learning-heading">
<p>Mauris placerat placerat ligula at scelerisque. Sed accumsan purus non turpis
commodo fermentum. Curabitur efficitur faucibus blandit. Sed id sem
ullamcorper,</p>
</div>
</div>
<div class="col-sm-12">
<div class="text-center">
<button type="submit" class="learn-button">Learn More</button>
</div>
</div>
<div class="clear"></div>
</div>
</div>
</div>
</div>
</div>
<div class="course-take-bg">
<div class="container">
<div class="row">
<div class="col-sm-7">
<div class="e-learning-heading">
<h6>Not sure which course to take?</h6>
</div>
</div>
<div class="col-sm-5">
<button type="submit" class="download-course-button">Download full list of courses</button>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="e-learning-heading">
<h4>Learning Management System</h4>
</div>
</div>
</div>
</div>
<div class="learning-manaegment-image">
<div class="container">
<div class="row">
<div class="col-sm-4">
<div class="intro-box">
<div class="intro-heading">
<h2>Special <br>intro <br>price</h2>
<h3>$1.00</h3>
<h4>Per user / Per month</h4>
</div>
</div>
</div>
<div class="col-sm-8">
<div class="intro-heading">
<p>Had a two & a half day of information overload about cloud, virtualization, byod etc.
under the professional professional guidance of a well-experienced trainer named Raj &
it was all worth it. I was able to capture & internalize the required knowledge &
concepts & because of that I was able to pass the certification exam! Had a two & a half
day of information overload about cloud, virtualization, byod etc.</p>
</div>
<button type="submit" class="learn-button-1">Loern More</button>
</div>
</div>
</div>
</div>
</div>
<?php
get_footer();
?>
\ No newline at end of file
<?php
get_header();
?>
<div class="bootstrap-iso">
<div class="e-learning-banner">
<div class="container">
<div class="row">
<div class="e-learning-heading">
<h2>Professional Development anytime, anywhere</h2>
<h3>Unlimited time only! choose any course for $49.00 with 1 year access!</h3>
</div>
</div>
</div>
</div>
<div class="learning-profile-bg">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="course-heading">
<h2>It course</h2>
</div>
</div>
<div class="col-sm-12">
<div class="course-heading">
<p>It is a long established fact that a reader will be distracted by the readable content of
a page when looking at its layout. The point of using Lorem Ipsum is that it has a
more-or-less normal distribution of letters, as opposed to using 'Content here, content
here', making it look like readable English. Many desktop publishing packages and web
page editors now use Lorem Ipsum as their default model text, and a search for 'lorem
ipsum' will uncover many web sites still in their infancy. Various versions have evolved
over the years, sometimes by accident, sometimes on purpose (injected humour and the
like).</p>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-8">
<div class="course-box">
<div class="col-sm-3 col-padding">
<img src="<?php plugin_dir_url(__FILE__); ?>imgaes/course-1-image.jpg" alt=""/>
</div>
<div class="col-sm-6">
<div class="course-heading">
<h3>it excellence</h3>
<p>It is a long established fact that a reader will be distracted by the readable
content of a page when looking at its layout.</p>
</div>
</div>
<div class="col-sm-3 col-padding">
<div class="download-course-box">
<div class="course-heading">
<h4>Download <br>course list</h4>
</div>
<div class="text-center">
<a href="#"><img src="<?php plugin_dir_url(__FILE__); ?>imgaes/download-icon.png" alt=""/></a>
</div>
</div>
</div>
<div class="clear"></div>
</div>
<div class="course-box">
<div class="col-sm-3 col-padding">
<img src="<?php plugin_dir_url(__FILE__); ?>imgaes/course-1-image.jpg" alt=""/>
</div>
<div class="col-sm-6">
<div class="course-heading">
<h3>it excellence</h3>
<p>It is a long established fact that a reader will be distracted by the readable
content of a page when looking at its layout.</p>
</div>
</div>
<div class="col-sm-3 col-padding">
<div class="download-course-box">
<div class="course-heading">
<h4>Download <br>course list</h4>
</div>
<div class="text-center">
<a href="#"><img src="<?php plugin_dir_url(__FILE__); ?>imgaes/download-icon.png" alt=""/></a>
</div>
</div>
</div>
<div class="clear"></div>
</div>
<div class="course-box">
<div class="col-sm-3 col-padding">
<img src="<?php plugin_dir_url(__FILE__); ?>imgaes/course-1-image.jpg" alt=""/>
</div>
<div class="col-sm-6">
<div class="course-heading">
<h3>it excellence</h3>
<p>It is a long established fact that a reader will be distracted by the readable
content of a page when looking at its layout.</p>
</div>
</div>
<div class="col-sm-3 col-padding">
<div class="download-course-box">
<div class="course-heading">
<h4>Download <br>course list</h4>
</div>
<div class="text-center">
<a href="#"><img src="<?php plugin_dir_url(__FILE__); ?>imgaes/download-icon.png" alt=""/></a>
</div>
</div>
</div>
<div class="clear"></div>
</div>
</div>
<div class="col-sm-4">
<div class="inquire-box">
<div class="inquire-heading">
<h2>Inquire Now</h2>
</div>
<div class="col-sm-12">
<input type="email" class="form-control text-feild" id="exampleInputEmail1"
placeholder="Name">
</div>
<div class="col-sm-12">
<input type="email" class="form-control text-feild" id="exampleInputEmail1"
placeholder="Email">
</div>
<div class="col-sm-12">
<select class="form-control text-feild">
<option>E-Learning Solution</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select>
</div>
<div class="col-sm-12">
<textarea class="form-control text-feild" placeholder="Message" rows="5"></textarea>
</div>
<div class="col-sm-12">
<input type="email" class="form-control text-feild" id="exampleInputEmail1"
placeholder="Verification Code">
</div>
<div class="col-sm-12">
<button type="submit" class="submit-course-button">Submit</button>
</div>
<div class="clear"></div>
</div>
</div>
</div>
</div>
<div class="course-take-bg margin-set">
<div class="container">
<div class="row">
<div class="col-sm-7">
<div class="e-learning-heading">
<h6>Not sure which course to take?</h6>
</div>
</div>
<div class="col-sm-5">
<button type="submit" class="download-course-button">Download full list of courses</button>
</div>
</div>
</div>
</div>
<div class="course-take-bg color-set">
<div class="container">
<div class="row">
<div class="col-sm-7">
<div class="e-learning-heading">
<h6>Ready to begin?</h6>
</div>
</div>
<div class="col-sm-5">
<button type="submit" class="download-course-button-1">Sign Up today</button>
</div>
</div>
</div>
</div>
</div>
<?php
get_footer();
?>
\ No newline at end of file
<?php
get_header();
?>
<div class="bootstrap-iso">
<div class="e-learning-banner">
<div class="container">
<div class="row">
<div class="e-learning-heading">
<h2>Professional Development anytime, anywhere</h2>
<h3>E-learning ckeck out</h3>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-7">
<div class="learner-heading">
<h2>Learner Details</h2>
</div>
<div class="col-sm-4 col-padding">
<div class="learner-heading">
<h3>Learner #1</h3>
</div>
</div>
<div class="col-sm-8 col-padding">
<input class="form-control text-feild" id="exampleInputEmail1" placeholder="Name"
maxlength="200" type="Name">
<input class="form-control text-feild" id="exampleInputEmail1" placeholder="Email"
maxlength="200" type="Email">
<input class="form-control text-feild" id="exampleInputEmail1" placeholder="Confirm Email"
maxlength="200" type="Confirm Email">
<input class="form-control text-feild" id="exampleInputEmail1" placeholder="Phone number"
maxlength="200" type="Phone number">
<input class="form-control text-feild" id="exampleInputEmail1" placeholder="PM03"
maxlength="200" type="PM03">
<a href="#"><img class="add-icon" src="<?php plugin_dir_url(__FILE__);?>imgaes/add-icon.png"
alt=""/>
<div class="learner-heading">
<h4>Add more courses</h4>
</div>
</a>
</div>
<div class="col-sm-4 col-padding">
<div class="learner-heading">
<h3>Learner #2</h3>
</div>
</div>
<div class="col-sm-8 col-padding">
<input class="form-control text-feild" id="exampleInputEmail1" placeholder="Name"
maxlength="200" type="Name">
<input class="form-control text-feild" id="exampleInputEmail1" placeholder="Email"
maxlength="200" type="Email">
<input class="form-control text-feild" id="exampleInputEmail1" placeholder="Confirm Email"
maxlength="200" type="Confirm Email">
<input class="form-control text-feild" id="exampleInputEmail1" placeholder="Phone number"
maxlength="200" type="Phone number">
<input class="form-control text-feild" id="exampleInputEmail1" placeholder="PM03"
maxlength="200" type="PM03">
<a href="#"><img class="add-icon" src="<?php plugin_dir_url(__FILE__);?>imgaes/add-icon.png" alt=""/>
<div class="learner-heading">
<h4>Add more courses</h4>
</div>
</a>
<button type="submit" class="add-course-button">Add more Learners</button>
</div>
</div>
<div class="col-sm-5">
<div class="learner-heading">
<h5>Order Summary</h5>
</div>
<div class="col-sm-12 col-padding">
<div class="order-heading">
<h2>PM03 - Project management professional</h2>
</div>
</div>
<div class="col-sm-12">
<div class="order-heading">
<h3>Learner #1</h3>
<h3>Cj Lopez</h3>
<h3>cj@apexgloballearing.com</h3>
<h3>+123-456-789 <span>49.00 USD</span></h3>
</div>
</div>
<div class="clear"></div>
<div class="border-line"></div>
<div class="col-sm-12">
<div class="order-heading">
<h3>Learner #2</h3>
<h3>Cj Lopez</h3>
<h3>cj@apexgloballearing.com</h3>
<h3>+123-456-789 <span>49.00 USD</span></h3>
</div>
</div>
<div class="col-sm-12">
<div class="order-heading">
<h4>Total <span>147.00 USD</span></h4>
</div>
</div>
<div class="col-sm-12">
<div class="form-group">
<label for="exampleInputName2">
<div class="order-heading"><h3 style="float: left; padding-top: 23px;">Promo code</h3>
</div>
</label>
<input type="text" class="form-control"
style="float: right; width: 65%; border-radius: 0px; margin-top: 15px; padding-left: 20px;"
id="exampleInputName2">
</div>
</div>
<div class="col-sm-12">
<div class="order-heading">
<h4>Grand Total <span>147.00 USD</span></h4>
</div>
</div>
<div class="col-sm-12">
<button type="submit" class="payment-course-button">Proceed to payment</button>
</div>
</div>
</div>
</div>
</div>
<?php
get_footer();
?>
\ No newline at end of file
<?php
get_header();
?>
<div class="bootstrap-iso">
<div class="e-learning-banner">
<div class="container">
<div class="row">
<div class="e-learning-heading">
<h2>Professional Development anytime, anywhere</h2>
<h3>Special intro price: $1.00 per user / per month</h3>
</div>
</div>
</div>
</div>
<div class="learning-profile-bg">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="e-learning-heading">
<h4>Learning management system</h4>
</div>
</div>
<div class="col-sm-12">
<div class="course-heading">
<p>It is a long established fact that a reader will be distracted by the readable content of
a page when looking at its layout. The point of using Lorem Ipsum is that it has a
more-or-less normal distribution of letters, as opposed to using 'Content here, content
here', making it look like readable English. Many desktop publishing packages and web
page editors now use Lorem Ipsum as their default model text, and a search for 'lorem
ipsum' will uncover many web sites still in their infancy. Various versions have evolved
over the years, sometimes by accident, sometimes on purpose (injected humour and the
like).</p>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-8">
<a href="#"><img class="management-video" src="<?php plugin_dir_url(__FILE__);?>imgaes/management-video.jpg" alt=""/></a>
<div class="course-box">
<div class="col-sm-9">
<div class="course-heading">
<h3>Learning management system</h3>
<p>It is a long established fact that a reader will be distracted by the readable
content of a page when looking at its layout.</p>
</div>
</div>
<div class="col-sm-3 col-padding">
<div class="download-course-box">
<div class="course-heading">
<h4>Download <br>data sheet</h4>
</div>
<div class="text-center">
<a href="#"><img src="<?php plugin_dir_url(__FILE__);?>imgaes/download-icon.png" alt=""/></a>
</div>
</div>
</div>
<div class="clear"></div>
</div>
</div>
<div class="col-sm-4">
<div class="inquire-box">
<div class="inquire-heading">
<h2>Inquire Now</h2>
</div>
<div class="col-sm-12">
<input type="email" class="form-control text-feild" id="exampleInputEmail1"
placeholder="Name">
</div>
<div class="col-sm-12">
<input type="email" class="form-control text-feild" id="exampleInputEmail1"
placeholder="Email">
</div>
<div class="col-sm-12">
<select class="form-control text-feild">
<option>E-Learning Solution</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select>
</div>
<div class="col-sm-12">
<textarea class="form-control text-feild" placeholder="Message" rows="5"></textarea>
</div>
<div class="col-sm-12">
<input type="email" class="form-control text-feild" id="exampleInputEmail1"
placeholder="Verification Code">
</div>
<div class="col-sm-12">
<button type="submit" class="submit-course-button">Submit</button>
</div>
<div class="clear"></div>
</div>
</div>
</div>
</div>
<div class="course-take-bg color-set margin-set">
<div class="container">
<div class="row">
<div class="col-sm-7">
<div class="e-learning-heading">
<h6>Ready to begin?</h6>
</div>
</div>
<div class="col-sm-5">
<button type="submit" class="download-course-button-1">Sign Up today</button>
</div>
</div>
</div>
</div>
</div>
<?php
get_footer();
?>
\ No newline at end of file
<?php
get_header();
?>
<div class="bootstrap-iso">
<div class="e-learning-banner">
<div class="container">
<div class="row">
<div class="e-learning-heading">
<h2>Professional Development anytime, anywhere</h2>
<h3>Special intro price: $1.00 per user / per month</h3>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-6">
<div class="inquire-box">
<div class="inquire-heading">
<h2>Pricing Request - LMS</h2>
</div>
<div class="col-sm-12">
<input type="email" class="form-control text-feild" id="exampleInputEmail1"
placeholder="First Name">
</div>
<div class="col-sm-12">
<input type="email" class="form-control text-feild" id="exampleInputEmail1"
placeholder="Last Name">
</div>
<div class="col-sm-12">
<input type="email" class="form-control text-feild" id="exampleInputEmail1"
placeholder="Company Name">
</div>
<div class="col-sm-12">
<input type="email" class="form-control text-feild" id="exampleInputEmail1"
placeholder="Email Address">
</div>
<div class="col-sm-12">
<input type="email" class="form-control text-feild" id="exampleInputEmail1"
placeholder="Contact Number">
</div>
<div class="col-sm-12">
<input type="email" class="form-control text-feild" id="exampleInputEmail1"
placeholder="Job Title">
</div>
<div class="col-sm-12">
<select class="form-control text-feild">
<option>Country</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select>
</div>
<div class="col-sm-12">
<textarea class="form-control text-feild" placeholder="Message" rows="5"></textarea>
</div>
<div class="col-sm-12">
<input type="email" class="form-control text-feild" id="exampleInputEmail1"
placeholder="Verification Code">
</div>
<div class="col-sm-12">
<button type="submit" class="submit-course-button">Submit Request</button>
</div>
<div class="clear"></div>
</div>
</div>
<div class="col-sm-6">
<a href="#"><img class="management-video" src="<?php echo plugin_dir_url(__FILE__); ?>imgaes/management-video.jpg" alt=""/></a>
<div class="payment-heading">
<h2>Apex global online resources</h2>
</div>
<img class="global-image" src="<?php echo plugin_dir_url(__FILE__); ?>imgaes/global-image.jpg" width="124" height="124" alt=""/>
<div class="payment-heading">
<h3>There are many variations of passages of Lorem Ipsum available, </h3>
</div>
<div class="clear"></div>
<img class="global-image" src="<?php echo plugin_dir_url(__FILE__); ?>imgaes/global-image.jpg" width="124" height="124" alt=""/>
<div class="payment-heading">
<h3>There are many variations of passages of Lorem Ipsum available, </h3>
</div>
<div class="clear"></div>
<img class="global-image" src="<?php echo plugin_dir_url(__FILE__); ?>imgaes/global-image.jpg" width="124" height="124" alt=""/>
<div class="payment-heading">
<h3>There are many variations of passages of Lorem Ipsum available, </h3>
</div>
</div>
</div>
</div>
</div>
<?php
get_footer();
?>
\ No newline at end of file
<?php
get_header();
?>
<div class="bootstrap-iso">
<div class="e-learning-banner">
<div class="container">
<div class="row">
<div class="e-learning-heading">
<h2>Thank YOu!</h2>
</div>
</div>
</div>
</div>
<div class="thankyou-info-bg">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="thankyou-heading">
<h2>Your download should start automatically. if not, please click this link</h2>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="text-center">
<button type="submit" class="learning-home-button">Back to e-learning home</button>
</div>
</div>
</div>
</div>
</div>
<?php
get_footer();
?>
\ No newline at end of file
<?php
get_header();
?>
<div class="bootstrap-iso">
<div class="e-learning-banner">
<div class="container">
<div class="row">
<div class="e-learning-heading">
<h2>Thank YOu!</h2>
</div>
</div>
</div>
</div>
<div class="thankyou-info-bg">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="thankyou-heading">
<h2>It is a long established fact that a reader will be distracted by the readable content of a
page when looking at its layout,</h2>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-6">
<div class="text-center">
<button type="submit" class="learning-home-button">Back to e-learning home</button>
</div>
</div>
<div class="col-sm-6">
<div class="text-center">
<button type="submit" class="apex-home-button">Back to apex home</button>
</div>
</div>
</div>
</div>
</div>
<?php
get_footer();
?>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment