{% extends 'portal/base.html' %} {% load static %} {% load app_tags %} {% block studentButtons %} {% if user|is_logged_in_as_school_user %} {% endif %} {% if not user.new_student.class_field %} Join a school {% endif %} {% endblock studentButtons %} {% block subNav %} {{ block.super }} {% endblock subNav %} {% block content %}
{% if user.new_student.class_field %}
{% else %}
{% endif %}
Rapid Router

Anyone can code — you can, too!

Rapid Router guides you, and makes learning to code easy and great fun. Using Blockly, you can advance through the levels to become an Ocado delivery hero.

Learn more about Rapid Router

{% if user|is_logged_in_as_school_user %}

View my score

{% endif %}
{% if user.new_student.class_field %}
Kurono

Take your coding to the next level!

It is the year 3000 and the museum is in big trouble! The priceless artifacts are lost and scattered across timelines. Your team’s mission is to travel through time and bring them back into the museum.

Learn more about Kurono

{% endif %}
{% endblock %}