Cleaned up TODOs and other customer notes. Added some Terminus templates, I believe.
This commit is contained in:
@ -0,0 +1,56 @@
|
||||
<div class="public-banner row">
|
||||
<div class="public-banner-item col-xs-12 col-sm-4">
|
||||
<div class="public-banner-item-header">
|
||||
Self-Paced Training Courses
|
||||
</div>
|
||||
<div class="public-banner-item-text">
|
||||
Terminus Academy is full of on-demand training courses to educate you on ABM principles, and help you get the most out of your investment with Terminus.
|
||||
</div>
|
||||
</div>
|
||||
<div class="public-banner-item col-xs-12 col-sm-4">
|
||||
<div class="public-banner-item-header">
|
||||
Learning Paths & Certifications
|
||||
</div>
|
||||
<div class="public-banner-item-text">
|
||||
Take your training a step further with comprehensive learning paths and certifications designed to help you master a particular subject, and grow professionally.
|
||||
</div>
|
||||
</div>
|
||||
<div class="public-banner-item col-xs-12 col-sm-4">
|
||||
<div class="public-banner-item-header">
|
||||
On-Demand Microlearnings
|
||||
</div>
|
||||
<div class="public-banner-item-text">
|
||||
Learning on the go? In addition to courses and learning paths, microlearnings are designed to deliver quick-hitting tips, tutorials, and best practices.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.public-banner {
|
||||
display: flex;
|
||||
background-color: #0f2d52;
|
||||
color: #fff;
|
||||
margin-top: 40px;
|
||||
padding: 50px 40px;
|
||||
}
|
||||
|
||||
.public-banner-item {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.public-banner-item-header {
|
||||
margin-bottom: 15px;
|
||||
font-size: 1.5rem;
|
||||
font-weight: 700;
|
||||
color: #fbad18;
|
||||
}
|
||||
|
||||
.public-banner-item-text {
|
||||
font-size: 1.1rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user