diff --git a/example_project/example_project/urls.py b/example_project/example_project/urls.py index 96bebfa6c..643354e64 100644 --- a/example_project/example_project/urls.py +++ b/example_project/example_project/urls.py @@ -10,5 +10,5 @@ url(r'^', include(portal_urls)), url(r'^administration/', include(admin.site.urls)), url(r'^rapidrouter/', include(game_urls)), - url(r'^aimmo/', include(aimmo_urls)), + url(r'^kurono/', include(aimmo_urls)), ] diff --git a/portal/static/portal/img/AIMMO-Logo-Horizontal-RGB.svg b/portal/static/portal/img/AIMMO-Logo-Horizontal-RGB.svg deleted file mode 100644 index 3d0d95a0c..000000000 --- a/portal/static/portal/img/AIMMO-Logo-Horizontal-RGB.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/portal/static/portal/img/aimmo_logo_vertical.svg b/portal/static/portal/img/aimmo_logo_vertical.svg deleted file mode 100644 index d061693ba..000000000 --- a/portal/static/portal/img/aimmo_logo_vertical.svg +++ /dev/null @@ -1,40 +0,0 @@ - - diff --git a/portal/static/portal/img/aimmo_logo_white_no_box.svg b/portal/static/portal/img/aimmo_logo_white_no_box.svg deleted file mode 100644 index dd98b6ed8..000000000 --- a/portal/static/portal/img/aimmo_logo_white_no_box.svg +++ /dev/null @@ -1,16 +0,0 @@ - - \ No newline at end of file diff --git a/portal/static/portal/img/aimmo_hero.jpg b/portal/static/portal/img/kurono_hero.jpg similarity index 100% rename from portal/static/portal/img/aimmo_hero.jpg rename to portal/static/portal/img/kurono_hero.jpg diff --git a/portal/static/portal/img/aimmo_landing_hero.jpg b/portal/static/portal/img/kurono_landing_hero.jpg similarity index 100% rename from portal/static/portal/img/aimmo_landing_hero.jpg rename to portal/static/portal/img/kurono_landing_hero.jpg diff --git a/portal/static/portal/img/kurono_logo.svg b/portal/static/portal/img/kurono_logo.svg new file mode 100644 index 000000000..26eda960a --- /dev/null +++ b/portal/static/portal/img/kurono_logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/portal/static/portal/img/kurono_logo_description.svg b/portal/static/portal/img/kurono_logo_description.svg new file mode 100644 index 000000000..883aa3ae1 --- /dev/null +++ b/portal/static/portal/img/kurono_logo_description.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/portal/static/portal/img/kurono_logo_mark.svg b/portal/static/portal/img/kurono_logo_mark.svg new file mode 100644 index 000000000..4e3300da6 --- /dev/null +++ b/portal/static/portal/img/kurono_logo_mark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/portal/static/portal/js/delete_aimmo_game.js b/portal/static/portal/js/delete_aimmo_game.js index 8b4884a3d..91184c442 100644 --- a/portal/static/portal/js/delete_aimmo_game.js +++ b/portal/static/portal/js/delete_aimmo_game.js @@ -54,7 +54,7 @@ function clickDeleteGame(game_id, game_name) { function deleteGame() { var game_id = $("#popup").attr("data-game-id"); $.ajax({ - url: '/aimmo/api/games/' + game_id + '/', + url: '/kurono/api/games/' + game_id + '/', type: 'DELETE', data: { _method: 'delete' }, headers: { diff --git a/portal/static/portal/sass/old_styles.scss b/portal/static/portal/sass/old_styles.scss index 30f5ddcd9..f88393e53 100644 --- a/portal/static/portal/sass/old_styles.scss +++ b/portal/static/portal/sass/old_styles.scss @@ -1144,6 +1144,6 @@ h1 { @import "partials/header"; @import "partials/footer"; @import "partials/buttons"; -@import "partials/images-backgrounds"; +@import "partials/images"; @import "partials/utils"; @import "partials/subnavs"; diff --git a/portal/static/portal/sass/partials/_banners.scss b/portal/static/portal/sass/partials/_banners.scss index e2f2529fd..f4691f723 100644 --- a/portal/static/portal/sass/partials/_banners.scss +++ b/portal/static/portal/sass/partials/_banners.scss @@ -94,7 +94,7 @@ } .banner--picture--aimmo { - background-image: url('../img/aimmo_hero.jpg'); + background-image: url('../img/kurono_hero.jpg'); } .banner--homepage { @@ -253,7 +253,7 @@ } .banner--aimmo--background { - background-image: url('../img/aimmo_landing_hero.jpg'); + background-image: url('../img/kurono_landing_hero.jpg'); background-position: center center; background-repeat: no-repeat; background-size: cover; diff --git a/portal/static/portal/sass/partials/_images-backgrounds.scss b/portal/static/portal/sass/partials/_images.scss similarity index 95% rename from portal/static/portal/sass/partials/_images-backgrounds.scss rename to portal/static/portal/sass/partials/_images.scss index 5265dfc67..951b97279 100644 --- a/portal/static/portal/sass/partials/_images-backgrounds.scss +++ b/portal/static/portal/sass/partials/_images.scss @@ -59,6 +59,12 @@ img { } } +.kurono-logo { + padding-bottom: 3 * $spacing; + padding-top: 5 * $spacing; + width: 90 * $spacing; +} + .portrait { border-radius: 50%; display: block; diff --git a/portal/static/portal/sass/styles.scss b/portal/static/portal/sass/styles.scss index 9cf08d0c7..d4cad0cef 100644 --- a/portal/static/portal/sass/styles.scss +++ b/portal/static/portal/sass/styles.scss @@ -6,7 +6,7 @@ @import 'partials/forms'; @import 'partials/grids'; @import 'partials/header'; -@import 'partials/images-backgrounds'; +@import 'partials/images'; @import 'partials/onboarding'; @import 'partials/popup'; @import 'partials/subnavs'; diff --git a/portal/templates/500.html b/portal/templates/500.html index 890976643..32726d705 100644 --- a/portal/templates/500.html +++ b/portal/templates/500.html @@ -30,12 +30,12 @@ {% if user|has_teacher_finished_onboarding %} School / Club Rapid Router - AI:MMO + Kurono Teaching Resources {% else %} School / Club Rapid Router - AI:MMO + Kurono Teaching Resources {% endif %} {% endblock secondaryButtons %} @@ -83,7 +83,7 @@
- {% if user|is_eligible_for_testing %} - This includes an AI:MMO User guide, - a Code Cheat Sheet, which lists all the functions available, guide to the importance of indentation in Python and an explanation of the turn-based nature of the gameplay. - {% else %} - We will give you special beta tester access to the preview version of AI:MMO for you to trial with your class. - {% endif %} -
-- {% if user|is_eligible_for_testing %} - You have early access to the preview version of the game. You can set up a class and get your students to play the game. - {% else %} - You will have early access to the preview version of the game and the teaching materials. - {% endif %} -
-- {% if user|is_eligible_for_testing %} - Your feedback is really important to us as it will help shape the gameplay, design and teaching materials for the full version. - {% else %} - Your feedback will help shape the gameplay, design and teaching materials for the full version. - {% endif %} -
-Code for Life (including Rapid Router, AI:MMO and all related teaching materials) is a free online resource designed and managed by Ocado Innovation Limited. At no time will we ask for payment for the use of the service. You should contact the Code for Life team should you ever be asked for billing information while accessing our services.
+Code for Life (including Rapid Router, Kurono and all related teaching materials) is a free online resource designed and managed by Ocado Innovation Limited. At no time will we ask for payment for the use of the service. You should contact the Code for Life team should you ever be asked for billing information while accessing our services.
Please note: AI:MMO preview games will not be shown below, you can view them on the AI:MMO game page.
+Please note: Kurono preview games will not be shown below, you can view them on the Kurono game page.
{% endif %} {% if classes %}