Zenjob Notes, and new Templates
This commit is contained in:
@ -0,0 +1,23 @@
|
||||
{% include "header" %}
|
||||
{% include "sub_navigation" %}
|
||||
<main class="np-main np-dashboard np-subpage-container np-max-width">
|
||||
<div class="np-catalog-header-wrapper">
|
||||
<div class="np-catalog-header">
|
||||
<div class="np-resource-title">{% t shared.learning_paths %}</div>
|
||||
<div class="np-resource-subtitle">{% t .subtitle %}</div>
|
||||
</div>
|
||||
</div>
|
||||
{% include "learning_paths_index" %}
|
||||
</main>
|
||||
{% include "footer" %}
|
||||
|
||||
<style>
|
||||
.np-dashboard {
|
||||
background: white;
|
||||
}
|
||||
@media screen and (min-width: 768px) {
|
||||
.np-grid-spacing {
|
||||
padding-left: 3%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user