Zenjob Notes, and new Templates

This commit is contained in:
Norm Rasmussen
2022-11-11 21:54:43 -05:00
parent 22704920d8
commit c599b8b792
1222 changed files with 2246 additions and 43 deletions

View File

@ -0,0 +1,36 @@
{% include "header" %}
{% include "homepage_recommended" %}
{% include 'homepage_courses_list' %}
{% comment %}<button data-tf-popup="nHcG5W6g" data-tf-open="time" data-tf-open-value="2000" data-tf-auto-close data-tf-iframe-props="title=Academy Brand names" data-tf-medium="snippet" style="all: unset;font-family :Helvetica,Arial,sans-serif; display: none; max-width: 100%; white-space: nowrap; overflow: hidden;text-overflow: ellipsis; background-color: #0445AF; color: #FFFFFF; font-size: 20px; border-radius: 25px;padding: 0 33px; font-weight: bold; height: 50px; cursor: pointer; line-height: 50px; text-align: center;margin: 0; text-decoration: none;">
Launch me
</button> {% endcomment %}
<div class="homepage">
{% include 'homepage_latest' %}
{% include "homepage_beginning" %}
</div>
{% include 'homepage_opinions' %}
<div class="homepage" style="padding-bottom: 150px">
{% include 'homepage_popular' %}
</div>
{% include "footer" %}
<style>
.homepage {
padding: 0 4%;
}
.opinions {
position: relative;
left: 0;
width: 100%;
margin: 50px 0;
}
@media only screen and (min-width: 1800px) {
.homepage {
padding: 0 10%;
}
}
</style>
<script src="//embed.typeform.com/next/embed.js"></script>