{% include "header" %} {% include "course_version_outdated_alert", courses: courses.in_catalog %} {% comment %}{% include "sub_navigation" %}{% endcomment %} {% comment %} https://s3.amazonaws.com/static.northpass.com/Crayon/acceleratorBadge.png {% endcomment %} {% comment %} https://s3.amazonaws.com/static.northpass.com/Crayon/activatorBadge.png {% endcomment %} {% comment %} https://s3.amazonaws.com/static.northpass.com/Crayon/architectBadge.png {% endcomment %}
Hi {{current_person.first_name}}! 👋
{% comment %}
This is what’s relevant to you right now in Competitive Advantage Academy
{%endcomment%}
Take the courses. Get your certificates. Compete like you mean it.
{% for course in courses.in_catalog %} {% if course.name == 'Activator Certification Course' %}
Beginner
{% include 'cards_course' with course %} {% endif %} {% endfor %}
{% for course in courses.in_catalog %} {% if course.name == 'Architect Certification Course' %}
Intermediate
{% include 'cards_course' with course %} {% endif %} {% endfor %}
{% for course in courses.in_catalog %} {% if course.name == 'Accelerator Certification Course' %}
Advanced
{% include 'cards_course' with course %} {% endif %} {% endfor %}
{% include "footer" %}