Updated Harri Script from Charlie, a bunch of notes and todos for clients.
This commit is contained in:
@ -0,0 +1,20 @@
|
||||
{% include "header" %}
|
||||
{% comment %} {% include "sub_navigation", current_page: "/app/courses" %} {% endcomment %}
|
||||
<main class="np-main np-courses np-subpage-container">
|
||||
<h1 class="np-resource-title">
|
||||
Deine Trainings für mehr Jobauswahl
|
||||
</h1>
|
||||
<br>
|
||||
{% include "courses_index", card_classes: "col-xs-12 col-sm-6 col-lg-4 np-stretch-content" %}
|
||||
</main>
|
||||
{% include "footer" %}
|
||||
|
||||
<style>
|
||||
.np-resource-title {
|
||||
text-transform:none;
|
||||
}
|
||||
</style>
|
||||
|
||||
{% comment %} <script>
|
||||
$('.np-card-image').freezeframe({'animation_play_duration': 2500, 'non_touch_device_trigger_event': 'hover'})
|
||||
</script> {% endcomment %}
|
||||
Reference in New Issue
Block a user