codeforlife-portal 6.46.1__tar.gz → 7.1.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of codeforlife-portal might be problematic. Click here for more details.
- {codeforlife-portal-6.46.1/codeforlife_portal.egg-info → codeforlife-portal-7.1.0}/PKG-INFO +1 -1
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0/codeforlife_portal.egg-info}/PKG-INFO +1 -1
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/codeforlife_portal.egg-info/SOURCES.txt +0 -24
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/codeforlife_portal.egg-info/requires.txt +2 -3
- codeforlife-portal-7.1.0/portal/__init__.py +1 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/partials/_banners.scss +0 -177
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/partials/_buttons.scss +0 -12
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/partials/_grids.scss +0 -53
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/partials/_text.scss +1 -10
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/styles.scss +0 -1
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/strings/play.py +1 -2
- codeforlife-portal-7.1.0/portal/strings/teacher_resources.py +9 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/about.html +91 -60
- codeforlife-portal-7.1.0/portal/templates/portal/contribute.html +94 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/partials/header.html +0 -12
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/play/independent_student_dashboard.html +12 -25
- codeforlife-portal-7.1.0/portal/templates/portal/play/student_dashboard.html +60 -0
- codeforlife-portal-7.1.0/portal/templates/portal/play.html +103 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/register.html +1 -1
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/teach.html +37 -55
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/ten_year_map.html +9 -9
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templatetags/app_tags.py +13 -28
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/conftest.py +4 -16
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/base_page.py +20 -20
- codeforlife-portal-7.1.0/portal/tests/snapshots/snap_test_partials.py +38 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/test_class.py +213 -45
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/test_independent_student.py +0 -9
- codeforlife-portal-7.1.0/portal/tests/test_partials.py +62 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/test_teacher.py +221 -285
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/test_views.py +257 -73
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/urls.py +38 -20
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/views/cron/user.py +158 -15
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/views/student/play.py +36 -25
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/views/teacher/teach.py +0 -5
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/setup.py +1 -2
- codeforlife-portal-6.46.1/portal/__init__.py +0 -1
- codeforlife-portal-6.46.1/portal/forms/add_game.py +0 -29
- codeforlife-portal-6.46.1/portal/static/portal/img/kurono_hero.jpg +0 -0
- codeforlife-portal-6.46.1/portal/static/portal/img/kurono_landing_hero.png +0 -0
- codeforlife-portal-6.46.1/portal/static/portal/img/kurono_logo.svg +0 -1
- codeforlife-portal-6.46.1/portal/static/portal/img/kurono_logo_grey_background.svg +0 -1
- codeforlife-portal-6.46.1/portal/static/portal/img/kurono_logo_mark.svg +0 -1
- codeforlife-portal-6.46.1/portal/static/portal/img/kurono_resources_hero.jpg +0 -0
- codeforlife-portal-6.46.1/portal/static/portal/img/kurono_story.png +0 -0
- codeforlife-portal-6.46.1/portal/static/portal/img/thumbnail_educate_kurono.png +0 -0
- codeforlife-portal-6.46.1/portal/static/portal/img/thumbnail_kurono_resources.png +0 -0
- codeforlife-portal-6.46.1/portal/static/portal/img/thumbnail_play_kurono.png +0 -0
- codeforlife-portal-6.46.1/portal/static/portal/js/aimmoGame.js +0 -106
- codeforlife-portal-6.46.1/portal/static/portal/sass/partials/_videos.scss +0 -10
- codeforlife-portal-6.46.1/portal/static/portal/video/aimmo_play_now_background_video.mp4 +0 -0
- codeforlife-portal-6.46.1/portal/strings/student_aimmo_dashboard.py +0 -6
- codeforlife-portal-6.46.1/portal/strings/teacher_resources.py +0 -19
- codeforlife-portal-6.46.1/portal/templates/portal/contribute.html +0 -98
- codeforlife-portal-6.46.1/portal/templates/portal/partials/aimmo_games_table.html +0 -89
- codeforlife-portal-6.46.1/portal/templates/portal/play/student_aimmo_dashboard.html +0 -46
- codeforlife-portal-6.46.1/portal/templates/portal/play/student_dashboard.html +0 -78
- codeforlife-portal-6.46.1/portal/templates/portal/play.html +0 -116
- codeforlife-portal-6.46.1/portal/templates/portal/teach/teacher_aimmo_dashboard.html +0 -95
- codeforlife-portal-6.46.1/portal/templatetags/character_list_tags.py +0 -16
- codeforlife-portal-6.46.1/portal/tests/pageObjects/portal/kurono_teacher_dashboard_page.py +0 -49
- codeforlife-portal-6.46.1/portal/tests/snapshots/snap_test_partials.py +0 -490
- codeforlife-portal-6.46.1/portal/tests/test_aimmo_dashboards.py +0 -206
- codeforlife-portal-6.46.1/portal/tests/test_partials.py +0 -112
- codeforlife-portal-6.46.1/portal/tests/utils/aimmo_games.py +0 -30
- codeforlife-portal-6.46.1/portal/views/aimmo/dashboard.py +0 -105
- codeforlife-portal-6.46.1/portal/views/two_factor/__init__.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/LICENSE.md +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/MANIFEST.in +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/README.md +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/codeforlife_portal.egg-info/dependency_links.txt +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/codeforlife_portal.egg-info/not-zip-safe +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/codeforlife_portal.egg-info/top_level.txt +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/deploy/__init__.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/deploy/captcha.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/deploy/middleware/__init__.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/deploy/middleware/admin_access.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/deploy/middleware/basicauth.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/deploy/middleware/exceptionlogging.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/deploy/middleware/screentime_warning.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/deploy/middleware/security.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/deploy/middleware/session_timeout.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/deploy/static/apple-touch-icon-120x120.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/deploy/static/apple-touch-icon-152x152.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/deploy/static/apple-touch-icon-180x180.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/deploy/static/apple-touch-icon-76x76.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/deploy/static/apple-touch-icon.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/deploy/static/robots.txt +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/deploy/templates/deploy/csrf_failure.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/deploy/views.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/admin.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/app_settings.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/backends.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/beta.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/context_processors.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/forms/__init__.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/forms/admin.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/forms/dotmailer.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/forms/error_messages.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/forms/invite_teacher.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/forms/organisation.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/forms/play.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/forms/registration.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/forms/teach.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/handlers.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/helpers/__init__.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/helpers/captcha.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/helpers/decorators.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/helpers/password.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/helpers/ratelimit.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/helpers/regexes.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/helpers/request_handlers.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/migrations/0001_squashed_0041_new_news.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/migrations/0042_school_country.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/migrations/0043_auto_20150430_0952.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/migrations/0044_auto_20150430_0959.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/migrations/0045_auto_20150430_1446.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/migrations/0046_auto_20150723_1101.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/migrations/0047_remove_userprofile_avatar.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/migrations/0048_plural_management_frontnews.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/migrations/0049_refactor_emailverifications.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/migrations/0050_refactor_emailverifications_2.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/migrations/0051_add_missing_ev_records.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/migrations/0052_refactor_emailverifications_3.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/migrations/0053_refactor_teacher_student_1.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/migrations/0054_pending_join_request_can_be_blank.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/migrations/0055_add_preview_user.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/migrations/0056_remove_preview_user.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/migrations/0057_delete_frontpagenews.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/migrations/0058_move_to_common_models.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/migrations/0059_move_email_verifications_to_common.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/migrations/0060_delete_guardian.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/migrations/0061_make_portaladmin_teacher.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/migrations/0062_verify_portaladmin.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/migrations/__init__.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/mixins/__init__.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/mixins/cron_mixin.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/models.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/permissions/__init__.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/permissions/is_cron_request_from_google.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/pipeline_compilers/__init__.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/pipeline_compilers/libsass_compiler.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/fonts/bootstrap/glyphicons-halflings-regular.eot +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/fonts/bootstrap/glyphicons-halflings-regular.svg +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/fonts/bootstrap/glyphicons-halflings-regular.ttf +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/fonts/bootstrap/glyphicons-halflings-regular.woff +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/fonts/bootstrap/glyphicons-halflings-regular.woff2 +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/10_years_anniversary.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/10x_logo.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/RR_logo_grass_background.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/RR_logo_green.svg +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/RR_logo_simple.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/about_us_cfl.jpg +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/about_us_hero.jpg +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/about_us_ocado.jpg +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/barefoot_logo.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/bcs_logo.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/clubs.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/coding_club_hero.jpg +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/coding_club_python_pack.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/colorboxImages/border.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/colorboxImages/controls.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/colorboxImages/loading.gif +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/colorboxImages/loading_background.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/colorboxImages/overlay.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/confirmation_tick.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/cross.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/dee.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/facebook.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/favicon.ico +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/get_involved_hero.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/gitbook.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/gitbook_space.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/github.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/github_hero.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/gla_logo.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/hamburger.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/help_and_support_hero.jpg +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/home_educate.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/home_educate_hero.jpg +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/home_learning_hero.jpg +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/home_play.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/home_play_hero.jpg +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/hope_logo.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/howe_dell_1.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/howe_dell_2.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/howe_dell_3.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/icl_logo.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/icon_controller.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/icon_free.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/icon_globe.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/icon_piechart.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/icon_step_by_step.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/icon_tracking.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/icon_uk_flag.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/kirsty.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/logo_cfl.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/logo_cfl_powered.svg +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/logo_cfl_reminder_cards.jpg +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/logo_cfl_white_landscape.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/logo_ocado.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/logo_ocado_group.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/logo_ocado_group.svg +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/logo_ocado_group_white.svg +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/long_europe_map.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/mc_saatchi_logo.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/nigel.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/ocado-swirl.svg +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/oval_blue.svg +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/oval_pink.svg +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/oval_yellow.svg +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/paper_plane.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/phil.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/polygon_blue.svg +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/polygon_pink.svg +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/polygon_yellow.svg +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/pressure_cooker_logo.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/rapid_router.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/rapid_router_landing_hero.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/rapidrouter.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/resources_hero.jpg +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/resources_montage.jpg +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/reuben.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/rob.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/rr_advanced.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/rr_beginner.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/rr_intermediate.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/sadface.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/sharon_harrison.jpg +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/sian.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/teaching_resources_hero.jpg +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/ten_year_map_pin.svg +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/thumbnail_educate_rapid_router.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/thumbnail_educate_resources.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/thumbnail_intro_c4l.jpg +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/thumbnail_play_rapid_router.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/twitter.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/universities.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/wes.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/img/x_close_video.png +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/js/bootstrap.min.js +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/js/carouselCards.js +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/js/common.js +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/js/independentLogin.js +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/js/independentRegistration.js +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/js/join_create_game_toggle.js +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/js/jquery.placeholder.js +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/js/levelControl.js +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/js/lib/jquery-video-lightning.js +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/js/lib/jquery.colorbox.js +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/js/lib/jquery.easy-ticker.js +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/js/lib/jquery.min.js +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/js/lib/modernizr-build.js +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/js/lib/papaparse.min.js +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/js/organisation_manage.js +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/js/passwordStrength.js +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/js/play.js +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/js/resetPassword.js +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/js/riveted.min.js +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/js/school.js +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/js/sticky_subnav.js +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/js/studentLogin.js +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/js/teach_browser.js +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/js/teach_class.js +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/js/teacherEditStudent.js +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/js/teacherLogin.js +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/js/tenYearMap.js +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_alerts.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_badges.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_breadcrumbs.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_button-groups.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_buttons.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_carousel.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_close.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_code.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_component-animations.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_dropdowns.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_forms.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_glyphicons.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_grid.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_input-groups.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_jumbotron.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_labels.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_list-group.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_media.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_mixins.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_modals.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_navbar.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_navs.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_normalize.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_pager.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_pagination.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_panels.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_popovers.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_print.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_progress-bars.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_responsive-embed.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_responsive-utilities.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_scaffolding.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_tables.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_theme.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_thumbnails.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_tooltip.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_type.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_utilities.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_variables.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/_wells.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/mixins/_alerts.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/mixins/_background-variant.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/mixins/_border-radius.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/mixins/_breakpoints.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/mixins/_buttons.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/mixins/_center-block.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/mixins/_clearfix.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/mixins/_forms.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/mixins/_gradients.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/mixins/_grid-framework.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/mixins/_grid.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/mixins/_hide-text.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/mixins/_image.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/mixins/_labels.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/mixins/_list-group.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/mixins/_nav-divider.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/mixins/_nav-vertical-align.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/mixins/_opacity.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/mixins/_pagination.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/mixins/_panels.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/mixins/_progress-bar.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/mixins/_reset-filter.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/mixins/_reset-text.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/mixins/_resize.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/mixins/_responsive-visibility.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/mixins/_size.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/mixins/_tab-focus.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/mixins/_table-row.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/mixins/_text-emphasis.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/mixins/_text-overflow.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/mixins/_text-truncate.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap/mixins/_vendor-prefixes.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap_mixins/_all.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap_mixins/_border-radius.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap_mixins/_box-shadow.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap_mixins/_hover.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap_mixins/_nav-divider.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap_partials/_dropdown.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap_partials/_glyphicons.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap_partials/_grid.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap_partials/_variables.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap_utilities/_align.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap_utilities/_background.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap_utilities/_borders.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap_utilities/_clearfix.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap_utilities/_cursor.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap_utilities/_display.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap_utilities/_flex.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap_utilities/_float.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap_utilities/_position.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap_utilities/_screenreaders.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap_utilities/_sizing.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap_utilities/_spacing.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap_utilities/_text.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/bootstrap_utilities/_visibility.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/colorbox.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/modules/_all.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/modules/_animation.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/modules/_breakpoints.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/modules/_card_constants.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/modules/_colours.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/modules/_homepage_constants.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/modules/_levels.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/modules/_mixins.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/modules/_spacing.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/partials/_base.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/partials/_carousel.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/partials/_footer.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/partials/_forms.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/partials/_header.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/partials/_images.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/partials/_popup.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/partials/_progress-bars.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/partials/_subnavs.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/partials/_tables.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/partials/_ui-dialog.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/partials/_utils.scss +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/video/code for life .pdf +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/strings/__init__.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/strings/about.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/strings/coding_club.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/strings/help_and_support.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/strings/home_learning.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/strings/materials.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/strings/teach.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/strings/ten_year_map.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/403.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/404.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/500.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/captcha/includes/js_v2_invisible.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/captcha/widget_v2_invisible.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/email.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/email.txt +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/base.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/base_no_userprofile.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/coding_club.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/dotmailer_consent_form.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/email_invitation_sent.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/email_style_template.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/email_verification_failed.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/email_verification_needed.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/form_shapes.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/getinvolved.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/home.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/home_learning.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/locked_out.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/locked_out_school_student.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/login/independent_student.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/login/student.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/login/student_class_code.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/login/teacher.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/mouseflow.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/partials/banner.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/partials/benefits.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/partials/card_list.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/partials/character_list.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/partials/delete_popup.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/partials/footer.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/partials/headline.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/partials/hero_card.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/partials/info_popup.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/partials/invite_admin_teacher.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/partials/popup.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/partials/register_newsletter_tickbox.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/partials/screentime_popup.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/partials/service_unavailable_popup.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/partials/session_popup.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/partials/teacher_non_dashboard_subnav.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/partials/teacher_non_dashboard_subnav_account.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/play/student_edit_account.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/play/student_join_organisation.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/privacy_notice.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/reset_password.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/reset_password_confirm.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/reset_password_done.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/reset_password_email_sent.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/tag_manager/tag_manager_body.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/tag_manager/tag_manager_head.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/teach/base_registering.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/teach/class.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/teach/dashboard.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/teach/invited.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/teach/onboarding_classes.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/teach/onboarding_print.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/teach/onboarding_school.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/teach/onboarding_students.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/teach/teacher_add_external_student.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/teach/teacher_added_external_student.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/teach/teacher_dismiss_students.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/teach/teacher_edit_class.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/teach/teacher_edit_student.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/teach/teacher_move_all_classes.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/teach/teacher_move_students.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/teach/teacher_move_students_to_class.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/portal/terms.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/two_factor/_base.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/two_factor/_wizard_actions.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/two_factor/_wizard_actions_enable_2fa.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/two_factor/_wizard_actions_submit.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/two_factor/_wizard_forms.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/two_factor/_wizard_forms_token.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/two_factor/backup_token.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/two_factor/core/backup_tokens.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/two_factor/core/login.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/two_factor/core/setup.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/two_factor/core/setup_complete.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/two_factor/profile/disable.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/two_factor/profile/profile.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templates/two_factor/setup_wizard_token.html +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templatetags/__init__.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templatetags/banner_tags.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templatetags/benefits_tags.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templatetags/card_list_tags.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templatetags/future.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templatetags/headline_tags.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templatetags/hero_card_tags.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/templatetags/table_tags.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/__init__.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/base_test.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/migrations/__init__.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/migrations/test_migration_make_portaladmin_teacher.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/migrations/test_migration_preview_user_remove.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/migrations/test_migration_preview_users.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/migrations/test_migration_remove_front_page_news.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/migrations/test_migration_remove_guardian.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/migrations/test_migration_use_common_models.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/migrations/test_migration_verify_portaladmin.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/__init__.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/__init__.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/admin/__init__.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/admin/admin_base_page.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/admin/admin_data_page.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/admin/admin_map_page.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/email_verification_needed_page.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/forbidden_page.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/game_page.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/home_page.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/independent_login_page.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/password_reset_form_page.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/password_reset_page.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/play/__init__.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/play/account_page.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/play/dashboard_page.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/play/join_school_or_club_page.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/play/play_base_page.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/play_page.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/resources_page.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/signup_page.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/student_login_class_code.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/student_login_page.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/teach/__init__.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/teach/add_independent_student_to_class_page.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/teach/added_independent_student_to_class_page.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/teach/class_page.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/teach/dashboard_page.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/teach/dismiss_students_page.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/teach/edit_student_page.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/teach/move_class_page.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/teach/move_classes_page.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/teach/move_students_disambiguate_page.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/teach/move_students_page.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/teach/onboarding_classes_page.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/teach/onboarding_organisation_page.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/teach/onboarding_student_list_page.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/teach/onboarding_students_page.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/teach/teach_base_page.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/pageObjects/portal/teacher_login_page.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/selenium_test_case.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/snapshots/__init__.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/test_2FA.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/test_admin.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/test_api.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/test_captcha_forms.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/test_daily_activities.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/test_emails.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/test_helper_methods.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/test_invite_teacher.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/test_middleware.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/test_newsletter_footer.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/test_organisation.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/test_ratelimit.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/test_school_student.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/test_security.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/test_teacher_student.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/utils/__init__.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/utils/classes.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/tests/utils/messages.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/views/__init__.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/views/about.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/views/admin.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/views/api.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/views/cron/__init__.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/views/dotmailer.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/views/email.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/views/home.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/views/legal.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/views/login/__init__.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/views/login/independent_student.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/views/login/student.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/views/login/teacher.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/views/organisation.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/views/play_landing_page.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/views/registration.py +0 -0
- {codeforlife-portal-6.46.1/portal/views/aimmo → codeforlife-portal-7.1.0/portal/views/student}/__init__.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/views/student/edit_account_details.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/views/teach.py +0 -0
- {codeforlife-portal-6.46.1/portal/views/student → codeforlife-portal-7.1.0/portal/views/teacher}/__init__.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/views/teacher/dashboard.py +0 -0
- {codeforlife-portal-6.46.1/portal/views/teacher → codeforlife-portal-7.1.0/portal/views/two_factor}/__init__.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/views/two_factor/core.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/views/two_factor/form.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/views/two_factor/profile.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/wsgi.py +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/pyproject.toml +0 -0
- {codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/setup.cfg +0 -0
{codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/codeforlife_portal.egg-info/SOURCES.txt
RENAMED
|
@@ -38,7 +38,6 @@ portal/models.py
|
|
|
38
38
|
portal/urls.py
|
|
39
39
|
portal/wsgi.py
|
|
40
40
|
portal/forms/__init__.py
|
|
41
|
-
portal/forms/add_game.py
|
|
42
41
|
portal/forms/admin.py
|
|
43
42
|
portal/forms/dotmailer.py
|
|
44
43
|
portal/forms/error_messages.py
|
|
@@ -132,13 +131,6 @@ portal/static/portal/img/icon_step_by_step.png
|
|
|
132
131
|
portal/static/portal/img/icon_tracking.png
|
|
133
132
|
portal/static/portal/img/icon_uk_flag.png
|
|
134
133
|
portal/static/portal/img/kirsty.png
|
|
135
|
-
portal/static/portal/img/kurono_hero.jpg
|
|
136
|
-
portal/static/portal/img/kurono_landing_hero.png
|
|
137
|
-
portal/static/portal/img/kurono_logo.svg
|
|
138
|
-
portal/static/portal/img/kurono_logo_grey_background.svg
|
|
139
|
-
portal/static/portal/img/kurono_logo_mark.svg
|
|
140
|
-
portal/static/portal/img/kurono_resources_hero.jpg
|
|
141
|
-
portal/static/portal/img/kurono_story.png
|
|
142
134
|
portal/static/portal/img/logo_cfl.png
|
|
143
135
|
portal/static/portal/img/logo_cfl_powered.svg
|
|
144
136
|
portal/static/portal/img/logo_cfl_reminder_cards.jpg
|
|
@@ -175,12 +167,9 @@ portal/static/portal/img/sharon_harrison.jpg
|
|
|
175
167
|
portal/static/portal/img/sian.png
|
|
176
168
|
portal/static/portal/img/teaching_resources_hero.jpg
|
|
177
169
|
portal/static/portal/img/ten_year_map_pin.svg
|
|
178
|
-
portal/static/portal/img/thumbnail_educate_kurono.png
|
|
179
170
|
portal/static/portal/img/thumbnail_educate_rapid_router.png
|
|
180
171
|
portal/static/portal/img/thumbnail_educate_resources.png
|
|
181
172
|
portal/static/portal/img/thumbnail_intro_c4l.jpg
|
|
182
|
-
portal/static/portal/img/thumbnail_kurono_resources.png
|
|
183
|
-
portal/static/portal/img/thumbnail_play_kurono.png
|
|
184
173
|
portal/static/portal/img/thumbnail_play_rapid_router.png
|
|
185
174
|
portal/static/portal/img/twitter.png
|
|
186
175
|
portal/static/portal/img/universities.png
|
|
@@ -191,7 +180,6 @@ portal/static/portal/img/colorboxImages/controls.png
|
|
|
191
180
|
portal/static/portal/img/colorboxImages/loading.gif
|
|
192
181
|
portal/static/portal/img/colorboxImages/loading_background.png
|
|
193
182
|
portal/static/portal/img/colorboxImages/overlay.png
|
|
194
|
-
portal/static/portal/js/aimmoGame.js
|
|
195
183
|
portal/static/portal/js/bootstrap.min.js
|
|
196
184
|
portal/static/portal/js/carouselCards.js
|
|
197
185
|
portal/static/portal/js/common.js
|
|
@@ -342,8 +330,6 @@ portal/static/portal/sass/partials/_tables.scss
|
|
|
342
330
|
portal/static/portal/sass/partials/_text.scss
|
|
343
331
|
portal/static/portal/sass/partials/_ui-dialog.scss
|
|
344
332
|
portal/static/portal/sass/partials/_utils.scss
|
|
345
|
-
portal/static/portal/sass/partials/_videos.scss
|
|
346
|
-
portal/static/portal/video/aimmo_play_now_background_video.mp4
|
|
347
333
|
portal/static/portal/video/code for life .pdf
|
|
348
334
|
portal/strings/__init__.py
|
|
349
335
|
portal/strings/about.py
|
|
@@ -352,7 +338,6 @@ portal/strings/help_and_support.py
|
|
|
352
338
|
portal/strings/home_learning.py
|
|
353
339
|
portal/strings/materials.py
|
|
354
340
|
portal/strings/play.py
|
|
355
|
-
portal/strings/student_aimmo_dashboard.py
|
|
356
341
|
portal/strings/teach.py
|
|
357
342
|
portal/strings/teacher_resources.py
|
|
358
343
|
portal/strings/ten_year_map.py
|
|
@@ -394,7 +379,6 @@ portal/templates/portal/login/independent_student.html
|
|
|
394
379
|
portal/templates/portal/login/student.html
|
|
395
380
|
portal/templates/portal/login/student_class_code.html
|
|
396
381
|
portal/templates/portal/login/teacher.html
|
|
397
|
-
portal/templates/portal/partials/aimmo_games_table.html
|
|
398
382
|
portal/templates/portal/partials/banner.html
|
|
399
383
|
portal/templates/portal/partials/benefits.html
|
|
400
384
|
portal/templates/portal/partials/card_list.html
|
|
@@ -414,7 +398,6 @@ portal/templates/portal/partials/session_popup.html
|
|
|
414
398
|
portal/templates/portal/partials/teacher_non_dashboard_subnav.html
|
|
415
399
|
portal/templates/portal/partials/teacher_non_dashboard_subnav_account.html
|
|
416
400
|
portal/templates/portal/play/independent_student_dashboard.html
|
|
417
|
-
portal/templates/portal/play/student_aimmo_dashboard.html
|
|
418
401
|
portal/templates/portal/play/student_dashboard.html
|
|
419
402
|
portal/templates/portal/play/student_edit_account.html
|
|
420
403
|
portal/templates/portal/play/student_join_organisation.html
|
|
@@ -430,7 +413,6 @@ portal/templates/portal/teach/onboarding_school.html
|
|
|
430
413
|
portal/templates/portal/teach/onboarding_students.html
|
|
431
414
|
portal/templates/portal/teach/teacher_add_external_student.html
|
|
432
415
|
portal/templates/portal/teach/teacher_added_external_student.html
|
|
433
|
-
portal/templates/portal/teach/teacher_aimmo_dashboard.html
|
|
434
416
|
portal/templates/portal/teach/teacher_dismiss_students.html
|
|
435
417
|
portal/templates/portal/teach/teacher_edit_class.html
|
|
436
418
|
portal/templates/portal/teach/teacher_edit_student.html
|
|
@@ -456,7 +438,6 @@ portal/templatetags/app_tags.py
|
|
|
456
438
|
portal/templatetags/banner_tags.py
|
|
457
439
|
portal/templatetags/benefits_tags.py
|
|
458
440
|
portal/templatetags/card_list_tags.py
|
|
459
|
-
portal/templatetags/character_list_tags.py
|
|
460
441
|
portal/templatetags/future.py
|
|
461
442
|
portal/templatetags/headline_tags.py
|
|
462
443
|
portal/templatetags/hero_card_tags.py
|
|
@@ -467,7 +448,6 @@ portal/tests/conftest.py
|
|
|
467
448
|
portal/tests/selenium_test_case.py
|
|
468
449
|
portal/tests/test_2FA.py
|
|
469
450
|
portal/tests/test_admin.py
|
|
470
|
-
portal/tests/test_aimmo_dashboards.py
|
|
471
451
|
portal/tests/test_api.py
|
|
472
452
|
portal/tests/test_captcha_forms.py
|
|
473
453
|
portal/tests/test_class.py
|
|
@@ -502,7 +482,6 @@ portal/tests/pageObjects/portal/forbidden_page.py
|
|
|
502
482
|
portal/tests/pageObjects/portal/game_page.py
|
|
503
483
|
portal/tests/pageObjects/portal/home_page.py
|
|
504
484
|
portal/tests/pageObjects/portal/independent_login_page.py
|
|
505
|
-
portal/tests/pageObjects/portal/kurono_teacher_dashboard_page.py
|
|
506
485
|
portal/tests/pageObjects/portal/password_reset_form_page.py
|
|
507
486
|
portal/tests/pageObjects/portal/password_reset_page.py
|
|
508
487
|
portal/tests/pageObjects/portal/play_page.py
|
|
@@ -539,7 +518,6 @@ portal/tests/pageObjects/portal/teach/teach_base_page.py
|
|
|
539
518
|
portal/tests/snapshots/__init__.py
|
|
540
519
|
portal/tests/snapshots/snap_test_partials.py
|
|
541
520
|
portal/tests/utils/__init__.py
|
|
542
|
-
portal/tests/utils/aimmo_games.py
|
|
543
521
|
portal/tests/utils/classes.py
|
|
544
522
|
portal/tests/utils/messages.py
|
|
545
523
|
portal/views/__init__.py
|
|
@@ -554,8 +532,6 @@ portal/views/organisation.py
|
|
|
554
532
|
portal/views/play_landing_page.py
|
|
555
533
|
portal/views/registration.py
|
|
556
534
|
portal/views/teach.py
|
|
557
|
-
portal/views/aimmo/__init__.py
|
|
558
|
-
portal/views/aimmo/dashboard.py
|
|
559
535
|
portal/views/cron/__init__.py
|
|
560
536
|
portal/views/cron/user.py
|
|
561
537
|
portal/views/login/__init__.py
|
{codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/codeforlife_portal.egg-info/requires.txt
RENAMED
|
@@ -5,8 +5,7 @@ django-pipeline==2.0.8
|
|
|
5
5
|
django-recaptcha==2.0.6
|
|
6
6
|
pyyaml==5.4.1
|
|
7
7
|
importlib-metadata==4.13.0
|
|
8
|
-
rapid-router>=
|
|
9
|
-
aimmo>=2
|
|
8
|
+
rapid-router>=6
|
|
10
9
|
reportlab==3.6.13
|
|
11
10
|
django-formtools==2.2
|
|
12
11
|
django-otp==1.0.2
|
|
@@ -17,7 +16,7 @@ django-classy-tags==2.0.0
|
|
|
17
16
|
libsass==0.23.0
|
|
18
17
|
phonenumbers==8.12.12
|
|
19
18
|
more-itertools==8.7.0
|
|
20
|
-
cfl-common==
|
|
19
|
+
cfl-common==7.1.0
|
|
21
20
|
django-ratelimit==3.0.1
|
|
22
21
|
django-preventconcurrentlogins==0.8.2
|
|
23
22
|
django-csp==3.7
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "7.1.0"
|
|
@@ -34,25 +34,6 @@
|
|
|
34
34
|
.banner--rapid-router--content {
|
|
35
35
|
@include _padding(30px, 0px, 30px, 0px);
|
|
36
36
|
}
|
|
37
|
-
|
|
38
|
-
.banner--aimmo--content {
|
|
39
|
-
@include _padding(20 * $spacing, 0px, 20 * $spacing, 0px);
|
|
40
|
-
display: flex;
|
|
41
|
-
justify-content: center;
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.banner--aimmo-landing--content {
|
|
46
|
-
@include _padding(14 * $spacing, 0px, 14 * $spacing, 0px);
|
|
47
|
-
align-items: center;
|
|
48
|
-
display: flex;
|
|
49
|
-
flex-direction: column;
|
|
50
|
-
justify-content: center;
|
|
51
|
-
|
|
52
|
-
.kurono-logo {
|
|
53
|
-
@include _padding(0px, 0px, 5 * $spacing, 0px);
|
|
54
|
-
width: 80vw;
|
|
55
|
-
}
|
|
56
37
|
}
|
|
57
38
|
|
|
58
39
|
.banner--picture {
|
|
@@ -121,14 +102,6 @@
|
|
|
121
102
|
background-image: url("../img/teaching_resources_hero.jpg");
|
|
122
103
|
}
|
|
123
104
|
|
|
124
|
-
.banner--picture--aimmo {
|
|
125
|
-
background-image: url("../img/kurono_hero.jpg");
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
.banner--picture--aimmo-resources {
|
|
129
|
-
background-image: url("../img/kurono_resources_hero.jpg");
|
|
130
|
-
}
|
|
131
|
-
|
|
132
105
|
.banner--homepage {
|
|
133
106
|
display: flex;
|
|
134
107
|
justify-content: center;
|
|
@@ -241,86 +214,6 @@
|
|
|
241
214
|
}
|
|
242
215
|
}
|
|
243
216
|
|
|
244
|
-
.banner--aimmo-home {
|
|
245
|
-
.dropdown {
|
|
246
|
-
width: 50%;
|
|
247
|
-
|
|
248
|
-
button,
|
|
249
|
-
ul {
|
|
250
|
-
@include _margin(0px, 0px, 0px, 0px);
|
|
251
|
-
width: 100%;
|
|
252
|
-
z-index: $hover-content-level;
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
li {
|
|
256
|
-
border-bottom: 1px solid $color-table-border;
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
.dropdown-menu__option__text {
|
|
260
|
-
border-bottom: 1px solid transparent;
|
|
261
|
-
overflow: hidden;
|
|
262
|
-
text-overflow: ellipsis;
|
|
263
|
-
white-space: normal;
|
|
264
|
-
|
|
265
|
-
&:hover {
|
|
266
|
-
border-bottom: 1px solid $color-text-gray;
|
|
267
|
-
}
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
.glyphicon {
|
|
271
|
-
@include _font-size(10px);
|
|
272
|
-
@include _padding(8px, 0px, 0px, 0px);
|
|
273
|
-
}
|
|
274
|
-
}
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
.banner--teacher--create-aimmo-game {
|
|
278
|
-
align-items: start;
|
|
279
|
-
|
|
280
|
-
.kurono-logo {
|
|
281
|
-
@include _padding(20px, 0px, 25px, 0px);
|
|
282
|
-
display: flex;
|
|
283
|
-
flex-direction: column;
|
|
284
|
-
height: 100%;
|
|
285
|
-
justify-content: center;
|
|
286
|
-
|
|
287
|
-
img {
|
|
288
|
-
width: 123 * $spacing;
|
|
289
|
-
}
|
|
290
|
-
}
|
|
291
|
-
|
|
292
|
-
.button-group {
|
|
293
|
-
display: flex;
|
|
294
|
-
align-items: flex-end;
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
#create-game-form {
|
|
298
|
-
padding: 0;
|
|
299
|
-
|
|
300
|
-
.errorlist {
|
|
301
|
-
display: none;
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
label {
|
|
305
|
-
color: white;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
input,
|
|
309
|
-
select {
|
|
310
|
-
height: auto;
|
|
311
|
-
margin: 0;
|
|
312
|
-
|
|
313
|
-
&::placeholder {
|
|
314
|
-
color: $color-error;
|
|
315
|
-
}
|
|
316
|
-
}
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
img {
|
|
320
|
-
@include _margin(14px, 0px, 0px, 0px);
|
|
321
|
-
}
|
|
322
|
-
}
|
|
323
|
-
|
|
324
217
|
.banner--rapid-router {
|
|
325
218
|
background-image: url("../img/rapid_router_landing_hero.png");
|
|
326
219
|
background-position: center center;
|
|
@@ -336,46 +229,6 @@
|
|
|
336
229
|
}
|
|
337
230
|
}
|
|
338
231
|
|
|
339
|
-
.banner--aimmo {
|
|
340
|
-
background-image: url("../img/kurono_landing_hero.png");
|
|
341
|
-
background-position: center center;
|
|
342
|
-
background-repeat: no-repeat;
|
|
343
|
-
background-size: cover;
|
|
344
|
-
|
|
345
|
-
img {
|
|
346
|
-
@include _margin(60px, 0px, 60px, 0px);
|
|
347
|
-
width: 40%;
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
&.banner img {
|
|
351
|
-
width: 25%;
|
|
352
|
-
}
|
|
353
|
-
}
|
|
354
|
-
|
|
355
|
-
.banner--aimmo--video--container {
|
|
356
|
-
@include _padding(12 * $spacing, 0px, 12 * $spacing, 0px);
|
|
357
|
-
align-items: center;
|
|
358
|
-
display: flex;
|
|
359
|
-
justify-content: center;
|
|
360
|
-
position: relative;
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
.banner--aimmo--video {
|
|
364
|
-
left: 0px;
|
|
365
|
-
height: 100%;
|
|
366
|
-
object-fit: cover;
|
|
367
|
-
overflow: hidden;
|
|
368
|
-
position: absolute;
|
|
369
|
-
top: 0px;
|
|
370
|
-
width: 100%;
|
|
371
|
-
z-index: $behind-content-level;
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
.banner--aimmo--video--text {
|
|
375
|
-
@include _padding(10 * $spacing, 10 * $spacing, 10 * $spacing, 10 * $spacing);
|
|
376
|
-
color: $color-text-secondary;
|
|
377
|
-
}
|
|
378
|
-
|
|
379
232
|
.banner--resources {
|
|
380
233
|
@include _padding(0px, 0px, 30px, 0px);
|
|
381
234
|
align-items: center;
|
|
@@ -428,14 +281,6 @@
|
|
|
428
281
|
}
|
|
429
282
|
}
|
|
430
283
|
|
|
431
|
-
@media (min-width: $tablet-small-min-width) {
|
|
432
|
-
.banner--aimmo-landing--content {
|
|
433
|
-
.kurono-logo {
|
|
434
|
-
width: 615px;
|
|
435
|
-
}
|
|
436
|
-
}
|
|
437
|
-
}
|
|
438
|
-
|
|
439
284
|
@media (max-width: $tablet-small-min-width) {
|
|
440
285
|
.banner--picture {
|
|
441
286
|
margin: 0 auto 0 auto;
|
|
@@ -464,28 +309,6 @@
|
|
|
464
309
|
}
|
|
465
310
|
}
|
|
466
311
|
|
|
467
|
-
.banner--aimmo {
|
|
468
|
-
@include _padding(50px, 0px, 150px, 0px);
|
|
469
|
-
flex-direction: column;
|
|
470
|
-
|
|
471
|
-
.button {
|
|
472
|
-
margin-bottom: 50px;
|
|
473
|
-
}
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
.banner--aimmo-landing--content {
|
|
477
|
-
@include _padding(8 * $spacing, 8 * $spacing, 8 * $spacing, 8 * $spacing);
|
|
478
|
-
}
|
|
479
|
-
|
|
480
|
-
.banner--aimmo--video {
|
|
481
|
-
max-height: 300px;
|
|
482
|
-
object-fit: none;
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
.banner--aimmo--video--container {
|
|
486
|
-
@include _padding(0px, 0px, 0px, 0px);
|
|
487
|
-
}
|
|
488
|
-
|
|
489
312
|
.banner--game {
|
|
490
313
|
.banner--game__text {
|
|
491
314
|
@include _padding(10px, 50px, 30px, 50px);
|
|
@@ -460,18 +460,6 @@ td .button--primary {
|
|
|
460
460
|
}
|
|
461
461
|
}
|
|
462
462
|
|
|
463
|
-
.grid-kurono-sessions__accordion-button {
|
|
464
|
-
.icon-drop-down:before {
|
|
465
|
-
content: "arrow_drop_down";
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
&[aria-expanded="true"] {
|
|
469
|
-
.icon-drop-down:before {
|
|
470
|
-
content: "arrow_drop_up";
|
|
471
|
-
}
|
|
472
|
-
}
|
|
473
|
-
}
|
|
474
|
-
|
|
475
463
|
.button--menu__item--teacher {
|
|
476
464
|
background-color: $color-background-teach;
|
|
477
465
|
}
|
|
@@ -179,37 +179,6 @@ $column--icon-width: 3%;
|
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
181
|
|
|
182
|
-
.grid-kurono-sessions {
|
|
183
|
-
display: grid;
|
|
184
|
-
grid-auto-rows: auto;
|
|
185
|
-
grid-template-columns:
|
|
186
|
-
70%
|
|
187
|
-
auto;
|
|
188
|
-
|
|
189
|
-
.button {
|
|
190
|
-
@include _margin(0px, 0px, $spacing * 3, 0px);
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
div p {
|
|
194
|
-
width: 90%;
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
& > * {
|
|
198
|
-
align-items: center;
|
|
199
|
-
border-bottom: 1px solid $color-table-border;
|
|
200
|
-
display: grid;
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
.grid-icon {
|
|
204
|
-
max-height: 60%;
|
|
205
|
-
max-width: 60%;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
h6 {
|
|
209
|
-
@include _margin(20px, 0px, 10px, 0px);
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
|
|
213
182
|
.grid-resources {
|
|
214
183
|
border-top: 1px solid $color-table-border;
|
|
215
184
|
display: grid;
|
|
@@ -292,26 +261,4 @@ $column--icon-width: 3%;
|
|
|
292
261
|
"button3";
|
|
293
262
|
row-gap: 4 * $spacing;
|
|
294
263
|
}
|
|
295
|
-
|
|
296
|
-
.grid-kurono-sessions {
|
|
297
|
-
.grid-kurono-sessions__item {
|
|
298
|
-
border-bottom: 1px solid $color-table-border;
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
.grid-kurono-sessions__accordion-button {
|
|
302
|
-
align-items: center;
|
|
303
|
-
display: flex;
|
|
304
|
-
justify-content: space-between;
|
|
305
|
-
|
|
306
|
-
.button-group__icon {
|
|
307
|
-
width: -webkit-fill-available;
|
|
308
|
-
width: -moz-available;
|
|
309
|
-
}
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
.button-group {
|
|
313
|
-
display: flex;
|
|
314
|
-
justify-content: center;
|
|
315
|
-
}
|
|
316
|
-
}
|
|
317
264
|
}
|
{codeforlife-portal-6.46.1 → codeforlife-portal-7.1.0}/portal/static/portal/sass/partials/_text.scss
RENAMED
|
@@ -69,15 +69,6 @@ a:focus {
|
|
|
69
69
|
font-weight: 600;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
.kurono-overview__paragraph {
|
|
73
|
-
@include _font-size(25px);
|
|
74
|
-
@include _line-height(35px);
|
|
75
|
-
|
|
76
|
-
+ .kurono-overview__paragraph {
|
|
77
|
-
@include _padding(8 * $spacing, 0px, 0px, 0px);
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
|
|
81
72
|
.grid-benefits__text1 {
|
|
82
73
|
grid-area: text1;
|
|
83
74
|
}
|
|
@@ -243,4 +234,4 @@ blockquote {
|
|
|
243
234
|
body {
|
|
244
235
|
font-size: 14px;
|
|
245
236
|
}
|
|
246
|
-
}
|
|
237
|
+
}
|
|
@@ -14,6 +14,5 @@ PLAY_HEADLINE = {
|
|
|
14
14
|
"description": "Whether you’re a parent, teacher or a student, our games support "
|
|
15
15
|
"and guide you, making learning to code great fun. Get started with Rapid Router "
|
|
16
16
|
"designed for students new to coding. Rapid Router is where you will build up your "
|
|
17
|
-
"ability
|
|
18
|
-
"in Python.",
|
|
17
|
+
"ability.",
|
|
19
18
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
RAPID_ROUTER_RESOURCES_BANNER = {
|
|
2
|
+
"title": "Rapid Router Resources",
|
|
3
|
+
"subtitle": "We’ve created a comprehensive set of teaching materials to help you "
|
|
4
|
+
"teach students Computing.",
|
|
5
|
+
"text": "",
|
|
6
|
+
"image_class": "banner--picture--play",
|
|
7
|
+
"image_description": "Credit: Annie Spratt, Unsplash",
|
|
8
|
+
"alt": "Boy playing on ipad",
|
|
9
|
+
}
|