87 lines
1.8 KiB
Plaintext
87 lines
1.8 KiB
Plaintext
{% include "header" %}
|
|
<div class="cover-page-hero course-hero">
|
|
<div class="np-max-width np-page-container">
|
|
<div class="row">
|
|
<div class="col-xs-12 col-sm-9">
|
|
<h1 class="header-1">{{course.name}}</h1>
|
|
<div class="eyebrow-lg fw-semibold course-vocab">{{ current_school.course_vocabulary }}</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<main class="np-main np-max-width np-page-container cover-page">
|
|
<div class="np-hidden-mobile" id="course-desktop">
|
|
{% include "course_desktop_view" %}
|
|
</div>
|
|
<div class="np-hidden-desktop" id="course-mobile">
|
|
{% include "course_mobile_view" %}
|
|
</div>
|
|
</main>
|
|
{% include "footer" %}
|
|
|
|
<style>
|
|
.course-mobile-header {
|
|
margin:0 16px;
|
|
background: transparent;
|
|
}
|
|
|
|
.course-mobile-header img {
|
|
border-radius: 0;
|
|
}
|
|
|
|
.np-course-outline-content-activity-list {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.np-top-image {
|
|
margin-bottom:0;
|
|
}
|
|
|
|
.np-course-outline-content-activity-list a,
|
|
.np-course-outline-content-activity-list i {
|
|
font-size: 20px;
|
|
line-height: 120%;
|
|
}
|
|
|
|
.np-course-outline-content-activity-list a {
|
|
color: #001B38;
|
|
}
|
|
|
|
.np-course-outline-content-section-name {
|
|
border-bottom: 1px solid #E3E3E3;
|
|
padding-bottom:18px;
|
|
font-weight: 600;
|
|
font-size: 20px;
|
|
line-height: 130%;
|
|
}
|
|
|
|
.np-course-outline-content-activity-list {
|
|
padding: 16px 0;
|
|
}
|
|
|
|
.cover-page-categories,
|
|
.cover-page-instructors {
|
|
margin-top: 40px;
|
|
}
|
|
|
|
.cover-page-categories .np-flex {
|
|
flex-wrap:wrap;
|
|
}
|
|
|
|
.np-content-categories-content-item {
|
|
background-color:#E3E3E3;
|
|
border-radius:6px;
|
|
padding: 4px 12px;
|
|
margin-right:12px;
|
|
text-transform: uppercase;
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
line-height: 125%;
|
|
color:#808080;
|
|
margin-bottom:18px;
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
|
|
}
|
|
</style> |