Zenjob Notes, and new Templates
This commit is contained in:
@ -0,0 +1,39 @@
|
||||
{% include "header" %}
|
||||
|
||||
{% include "sub_navigation" %}
|
||||
|
||||
{% include "gusto_pro" %}
|
||||
|
||||
{% include "start_messages" %}
|
||||
|
||||
{% include "custom_pages_section" %}
|
||||
{% include "personalized" %}
|
||||
{% include "conversations" %}
|
||||
{% include "advisory" %}
|
||||
|
||||
{% include "courses_index", class: "col-xs-12 col-sm-6 col-lg-4 np-stretch-content" %}
|
||||
|
||||
{% include "tools" %}
|
||||
{% include "subscription" %}
|
||||
|
||||
{% include "footer" %}
|
||||
|
||||
|
||||
<style>
|
||||
|
||||
.gusto-image {
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.image-gusto-2 {
|
||||
height: 800px;
|
||||
}
|
||||
|
||||
.row.row-with-thumbnails {
|
||||
width: 90%;
|
||||
margin: auto;
|
||||
margin-top: 80px;
|
||||
}
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user