codeforlife-portal 6.45.5__tar.gz → 6.46.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.45.5/codeforlife_portal.egg-info → codeforlife-portal-6.46.0}/PKG-INFO +1 -1
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0/codeforlife_portal.egg-info}/PKG-INFO +1 -1
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/codeforlife_portal.egg-info/SOURCES.txt +8 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/codeforlife_portal.egg-info/requires.txt +2 -2
- codeforlife-portal-6.46.0/portal/__init__.py +1 -0
- codeforlife-portal-6.46.0/portal/static/portal/img/howe_dell_1.png +0 -0
- codeforlife-portal-6.46.0/portal/static/portal/img/howe_dell_2.png +0 -0
- codeforlife-portal-6.46.0/portal/static/portal/img/howe_dell_3.png +0 -0
- codeforlife-portal-6.46.0/portal/static/portal/img/long_europe_map.png +0 -0
- codeforlife-portal-6.46.0/portal/static/portal/img/ten_year_map_pin.svg +1 -0
- codeforlife-portal-6.46.0/portal/static/portal/js/tenYearMap.js +14 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/partials/_carousel.scss +21 -0
- codeforlife-portal-6.46.0/portal/static/portal/sass/partials/_images.scss +474 -0
- codeforlife-portal-6.46.0/portal/strings/ten_year_map.py +13 -0
- codeforlife-portal-6.46.0/portal/templates/portal/ten_year_map.html +147 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/test_views.py +53 -151
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/urls.py +22 -39
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/views/home.py +82 -37
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/setup.py +1 -1
- codeforlife-portal-6.45.5/portal/__init__.py +0 -1
- codeforlife-portal-6.45.5/portal/static/portal/sass/partials/_images.scss +0 -193
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/LICENSE.md +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/MANIFEST.in +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/README.md +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/codeforlife_portal.egg-info/dependency_links.txt +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/codeforlife_portal.egg-info/not-zip-safe +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/codeforlife_portal.egg-info/top_level.txt +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/deploy/__init__.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/deploy/captcha.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/deploy/middleware/__init__.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/deploy/middleware/admin_access.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/deploy/middleware/basicauth.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/deploy/middleware/exceptionlogging.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/deploy/middleware/screentime_warning.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/deploy/middleware/security.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/deploy/middleware/session_timeout.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/deploy/static/apple-touch-icon-120x120.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/deploy/static/apple-touch-icon-152x152.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/deploy/static/apple-touch-icon-180x180.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/deploy/static/apple-touch-icon-76x76.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/deploy/static/apple-touch-icon.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/deploy/static/robots.txt +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/deploy/templates/deploy/csrf_failure.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/deploy/views.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/admin.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/app_settings.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/backends.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/beta.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/context_processors.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/forms/__init__.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/forms/add_game.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/forms/admin.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/forms/dotmailer.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/forms/error_messages.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/forms/invite_teacher.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/forms/organisation.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/forms/play.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/forms/registration.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/forms/teach.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/handlers.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/helpers/__init__.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/helpers/captcha.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/helpers/decorators.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/helpers/password.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/helpers/ratelimit.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/helpers/regexes.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/helpers/request_handlers.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/migrations/0001_squashed_0041_new_news.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/migrations/0042_school_country.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/migrations/0043_auto_20150430_0952.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/migrations/0044_auto_20150430_0959.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/migrations/0045_auto_20150430_1446.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/migrations/0046_auto_20150723_1101.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/migrations/0047_remove_userprofile_avatar.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/migrations/0048_plural_management_frontnews.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/migrations/0049_refactor_emailverifications.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/migrations/0050_refactor_emailverifications_2.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/migrations/0051_add_missing_ev_records.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/migrations/0052_refactor_emailverifications_3.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/migrations/0053_refactor_teacher_student_1.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/migrations/0054_pending_join_request_can_be_blank.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/migrations/0055_add_preview_user.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/migrations/0056_remove_preview_user.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/migrations/0057_delete_frontpagenews.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/migrations/0058_move_to_common_models.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/migrations/0059_move_email_verifications_to_common.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/migrations/0060_delete_guardian.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/migrations/0061_make_portaladmin_teacher.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/migrations/0062_verify_portaladmin.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/migrations/__init__.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/mixins/__init__.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/mixins/cron_mixin.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/models.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/permissions/__init__.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/permissions/is_cron_request_from_google.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/pipeline_compilers/__init__.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/pipeline_compilers/libsass_compiler.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/fonts/bootstrap/glyphicons-halflings-regular.eot +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/fonts/bootstrap/glyphicons-halflings-regular.svg +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/fonts/bootstrap/glyphicons-halflings-regular.ttf +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/fonts/bootstrap/glyphicons-halflings-regular.woff +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/fonts/bootstrap/glyphicons-halflings-regular.woff2 +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/10_years_anniversary.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/10x_logo.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/RR_logo_grass_background.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/RR_logo_green.svg +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/RR_logo_simple.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/about_us_cfl.jpg +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/about_us_hero.jpg +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/about_us_ocado.jpg +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/barefoot_logo.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/bcs_logo.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/clubs.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/coding_club_hero.jpg +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/coding_club_python_pack.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/colorboxImages/border.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/colorboxImages/controls.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/colorboxImages/loading.gif +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/colorboxImages/loading_background.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/colorboxImages/overlay.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/confirmation_tick.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/cross.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/dee.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/facebook.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/favicon.ico +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/get_involved_hero.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/gitbook.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/gitbook_space.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/github.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/github_hero.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/gla_logo.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/hamburger.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/help_and_support_hero.jpg +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/home_educate.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/home_educate_hero.jpg +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/home_learning_hero.jpg +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/home_play.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/home_play_hero.jpg +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/hope_logo.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/icl_logo.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/icon_controller.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/icon_free.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/icon_globe.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/icon_piechart.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/icon_step_by_step.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/icon_tracking.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/icon_uk_flag.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/kirsty.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/kurono_hero.jpg +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/kurono_landing_hero.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/kurono_logo.svg +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/kurono_logo_grey_background.svg +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/kurono_logo_mark.svg +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/kurono_resources_hero.jpg +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/kurono_story.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/logo_cfl.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/logo_cfl_powered.svg +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/logo_cfl_reminder_cards.jpg +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/logo_cfl_white_landscape.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/logo_ocado.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/logo_ocado_group.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/logo_ocado_group.svg +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/logo_ocado_group_white.svg +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/mc_saatchi_logo.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/nigel.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/ocado-swirl.svg +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/oval_blue.svg +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/oval_pink.svg +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/oval_yellow.svg +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/paper_plane.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/phil.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/polygon_blue.svg +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/polygon_pink.svg +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/polygon_yellow.svg +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/pressure_cooker_logo.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/rapid_router.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/rapid_router_landing_hero.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/rapidrouter.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/resources_hero.jpg +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/resources_montage.jpg +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/reuben.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/rob.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/rr_advanced.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/rr_beginner.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/rr_intermediate.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/sadface.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/sharon_harrison.jpg +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/sian.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/teaching_resources_hero.jpg +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/thumbnail_educate_kurono.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/thumbnail_educate_rapid_router.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/thumbnail_educate_resources.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/thumbnail_intro_c4l.jpg +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/thumbnail_kurono_resources.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/thumbnail_play_kurono.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/thumbnail_play_rapid_router.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/twitter.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/universities.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/wes.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/img/x_close_video.png +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/js/aimmoGame.js +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/js/bootstrap.min.js +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/js/carouselCards.js +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/js/common.js +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/js/independentLogin.js +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/js/independentRegistration.js +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/js/join_create_game_toggle.js +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/js/jquery.placeholder.js +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/js/levelControl.js +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/js/lib/jquery-video-lightning.js +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/js/lib/jquery.colorbox.js +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/js/lib/jquery.easy-ticker.js +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/js/lib/jquery.min.js +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/js/lib/modernizr-build.js +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/js/lib/papaparse.min.js +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/js/organisation_manage.js +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/js/passwordStrength.js +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/js/play.js +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/js/resetPassword.js +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/js/riveted.min.js +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/js/school.js +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/js/sticky_subnav.js +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/js/studentLogin.js +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/js/teach_browser.js +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/js/teach_class.js +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/js/teacherEditStudent.js +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/js/teacherLogin.js +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_alerts.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_badges.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_breadcrumbs.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_button-groups.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_buttons.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_carousel.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_close.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_code.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_component-animations.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_dropdowns.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_forms.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_glyphicons.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_grid.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_input-groups.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_jumbotron.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_labels.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_list-group.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_media.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_mixins.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_modals.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_navbar.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_navs.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_normalize.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_pager.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_pagination.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_panels.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_popovers.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_print.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_progress-bars.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_responsive-embed.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_responsive-utilities.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_scaffolding.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_tables.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_theme.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_thumbnails.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_tooltip.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_type.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_utilities.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_variables.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/_wells.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/mixins/_alerts.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/mixins/_background-variant.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/mixins/_border-radius.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/mixins/_breakpoints.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/mixins/_buttons.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/mixins/_center-block.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/mixins/_clearfix.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/mixins/_forms.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/mixins/_gradients.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/mixins/_grid-framework.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/mixins/_grid.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/mixins/_hide-text.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/mixins/_image.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/mixins/_labels.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/mixins/_list-group.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/mixins/_nav-divider.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/mixins/_nav-vertical-align.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/mixins/_opacity.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/mixins/_pagination.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/mixins/_panels.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/mixins/_progress-bar.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/mixins/_reset-filter.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/mixins/_reset-text.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/mixins/_resize.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/mixins/_responsive-visibility.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/mixins/_size.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/mixins/_tab-focus.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/mixins/_table-row.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/mixins/_text-emphasis.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/mixins/_text-overflow.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/mixins/_text-truncate.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap/mixins/_vendor-prefixes.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap_mixins/_all.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap_mixins/_border-radius.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap_mixins/_box-shadow.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap_mixins/_hover.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap_mixins/_nav-divider.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap_partials/_dropdown.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap_partials/_glyphicons.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap_partials/_grid.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap_partials/_variables.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap_utilities/_align.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap_utilities/_background.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap_utilities/_borders.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap_utilities/_clearfix.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap_utilities/_cursor.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap_utilities/_display.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap_utilities/_flex.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap_utilities/_float.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap_utilities/_position.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap_utilities/_screenreaders.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap_utilities/_sizing.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap_utilities/_spacing.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap_utilities/_text.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/bootstrap_utilities/_visibility.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/colorbox.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/modules/_all.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/modules/_animation.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/modules/_breakpoints.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/modules/_card_constants.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/modules/_colours.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/modules/_homepage_constants.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/modules/_levels.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/modules/_mixins.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/modules/_spacing.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/partials/_banners.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/partials/_base.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/partials/_buttons.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/partials/_footer.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/partials/_forms.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/partials/_grids.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/partials/_header.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/partials/_popup.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/partials/_progress-bars.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/partials/_subnavs.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/partials/_tables.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/partials/_text.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/partials/_ui-dialog.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/partials/_utils.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/partials/_videos.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/sass/styles.scss +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/video/aimmo_play_now_background_video.mp4 +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/static/portal/video/code for life .pdf +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/strings/__init__.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/strings/about.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/strings/coding_club.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/strings/help_and_support.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/strings/home_learning.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/strings/materials.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/strings/play.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/strings/student_aimmo_dashboard.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/strings/teach.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/strings/teacher_resources.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/403.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/404.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/500.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/captcha/includes/js_v2_invisible.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/captcha/widget_v2_invisible.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/email.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/email.txt +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/about.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/base.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/base_no_userprofile.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/coding_club.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/contribute.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/dotmailer_consent_form.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/email_invitation_sent.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/email_style_template.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/email_verification_failed.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/email_verification_needed.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/form_shapes.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/getinvolved.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/home.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/home_learning.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/locked_out.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/locked_out_school_student.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/login/independent_student.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/login/student.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/login/student_class_code.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/login/teacher.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/mouseflow.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/partials/aimmo_games_table.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/partials/banner.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/partials/benefits.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/partials/card_list.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/partials/character_list.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/partials/delete_popup.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/partials/footer.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/partials/header.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/partials/headline.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/partials/hero_card.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/partials/info_popup.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/partials/invite_admin_teacher.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/partials/popup.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/partials/register_newsletter_tickbox.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/partials/screentime_popup.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/partials/service_unavailable_popup.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/partials/session_popup.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/partials/teacher_non_dashboard_subnav.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/partials/teacher_non_dashboard_subnav_account.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/play/independent_student_dashboard.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/play/student_aimmo_dashboard.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/play/student_dashboard.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/play/student_edit_account.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/play/student_join_organisation.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/play.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/privacy_notice.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/register.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/reset_password.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/reset_password_confirm.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/reset_password_done.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/reset_password_email_sent.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/tag_manager/tag_manager_body.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/tag_manager/tag_manager_head.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/teach/base_registering.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/teach/class.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/teach/dashboard.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/teach/invited.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/teach/onboarding_classes.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/teach/onboarding_print.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/teach/onboarding_school.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/teach/onboarding_students.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/teach/teacher_add_external_student.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/teach/teacher_added_external_student.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/teach/teacher_aimmo_dashboard.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/teach/teacher_dismiss_students.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/teach/teacher_edit_class.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/teach/teacher_edit_student.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/teach/teacher_move_all_classes.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/teach/teacher_move_students.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/teach/teacher_move_students_to_class.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/teach.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/portal/terms.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/two_factor/_base.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/two_factor/_wizard_actions.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/two_factor/_wizard_actions_enable_2fa.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/two_factor/_wizard_actions_submit.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/two_factor/_wizard_forms.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/two_factor/_wizard_forms_token.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/two_factor/backup_token.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/two_factor/core/backup_tokens.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/two_factor/core/login.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/two_factor/core/setup.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/two_factor/core/setup_complete.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/two_factor/profile/disable.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/two_factor/profile/profile.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templates/two_factor/setup_wizard_token.html +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templatetags/__init__.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templatetags/app_tags.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templatetags/banner_tags.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templatetags/benefits_tags.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templatetags/card_list_tags.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templatetags/character_list_tags.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templatetags/future.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templatetags/headline_tags.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templatetags/hero_card_tags.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/templatetags/table_tags.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/__init__.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/base_test.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/conftest.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/migrations/__init__.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/migrations/test_migration_make_portaladmin_teacher.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/migrations/test_migration_preview_user_remove.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/migrations/test_migration_preview_users.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/migrations/test_migration_remove_front_page_news.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/migrations/test_migration_remove_guardian.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/migrations/test_migration_use_common_models.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/migrations/test_migration_verify_portaladmin.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/__init__.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/__init__.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/admin/__init__.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/admin/admin_base_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/admin/admin_data_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/admin/admin_map_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/base_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/email_verification_needed_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/forbidden_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/game_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/home_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/independent_login_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/kurono_teacher_dashboard_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/password_reset_form_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/password_reset_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/play/__init__.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/play/account_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/play/dashboard_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/play/join_school_or_club_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/play/play_base_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/play_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/resources_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/signup_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/student_login_class_code.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/student_login_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/teach/__init__.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/teach/add_independent_student_to_class_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/teach/added_independent_student_to_class_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/teach/class_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/teach/dashboard_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/teach/dismiss_students_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/teach/edit_student_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/teach/move_class_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/teach/move_classes_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/teach/move_students_disambiguate_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/teach/move_students_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/teach/onboarding_classes_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/teach/onboarding_organisation_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/teach/onboarding_student_list_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/teach/onboarding_students_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/teach/teach_base_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/pageObjects/portal/teacher_login_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/selenium_test_case.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/snapshots/__init__.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/snapshots/snap_test_partials.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/test_2FA.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/test_admin.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/test_aimmo_dashboards.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/test_api.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/test_captcha_forms.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/test_class.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/test_daily_activities.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/test_emails.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/test_helper_methods.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/test_independent_student.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/test_invite_teacher.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/test_middleware.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/test_newsletter_footer.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/test_organisation.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/test_partials.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/test_ratelimit.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/test_school_student.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/test_security.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/test_teacher.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/test_teacher_student.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/utils/__init__.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/utils/aimmo_games.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/utils/classes.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/tests/utils/messages.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/views/__init__.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/views/about.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/views/admin.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/views/aimmo/__init__.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/views/aimmo/dashboard.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/views/api.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/views/cron/__init__.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/views/cron/user.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/views/dotmailer.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/views/email.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/views/legal.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/views/login/__init__.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/views/login/independent_student.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/views/login/student.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/views/login/teacher.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/views/organisation.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/views/play_landing_page.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/views/registration.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/views/student/__init__.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/views/student/edit_account_details.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/views/student/play.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/views/teach.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/views/teacher/__init__.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/views/teacher/dashboard.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/views/teacher/teach.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/views/two_factor/__init__.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/views/two_factor/core.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/views/two_factor/form.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/views/two_factor/profile.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/portal/wsgi.py +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/pyproject.toml +0 -0
- {codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/setup.cfg +0 -0
{codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/codeforlife_portal.egg-info/SOURCES.txt
RENAMED
|
@@ -120,6 +120,9 @@ portal/static/portal/img/home_learning_hero.jpg
|
|
|
120
120
|
portal/static/portal/img/home_play.png
|
|
121
121
|
portal/static/portal/img/home_play_hero.jpg
|
|
122
122
|
portal/static/portal/img/hope_logo.png
|
|
123
|
+
portal/static/portal/img/howe_dell_1.png
|
|
124
|
+
portal/static/portal/img/howe_dell_2.png
|
|
125
|
+
portal/static/portal/img/howe_dell_3.png
|
|
123
126
|
portal/static/portal/img/icl_logo.png
|
|
124
127
|
portal/static/portal/img/icon_controller.png
|
|
125
128
|
portal/static/portal/img/icon_free.png
|
|
@@ -144,6 +147,7 @@ portal/static/portal/img/logo_ocado.png
|
|
|
144
147
|
portal/static/portal/img/logo_ocado_group.png
|
|
145
148
|
portal/static/portal/img/logo_ocado_group.svg
|
|
146
149
|
portal/static/portal/img/logo_ocado_group_white.svg
|
|
150
|
+
portal/static/portal/img/long_europe_map.png
|
|
147
151
|
portal/static/portal/img/mc_saatchi_logo.png
|
|
148
152
|
portal/static/portal/img/nigel.png
|
|
149
153
|
portal/static/portal/img/ocado-swirl.svg
|
|
@@ -170,6 +174,7 @@ portal/static/portal/img/sadface.png
|
|
|
170
174
|
portal/static/portal/img/sharon_harrison.jpg
|
|
171
175
|
portal/static/portal/img/sian.png
|
|
172
176
|
portal/static/portal/img/teaching_resources_hero.jpg
|
|
177
|
+
portal/static/portal/img/ten_year_map_pin.svg
|
|
173
178
|
portal/static/portal/img/thumbnail_educate_kurono.png
|
|
174
179
|
portal/static/portal/img/thumbnail_educate_rapid_router.png
|
|
175
180
|
portal/static/portal/img/thumbnail_educate_resources.png
|
|
@@ -207,6 +212,7 @@ portal/static/portal/js/teach_browser.js
|
|
|
207
212
|
portal/static/portal/js/teach_class.js
|
|
208
213
|
portal/static/portal/js/teacherEditStudent.js
|
|
209
214
|
portal/static/portal/js/teacherLogin.js
|
|
215
|
+
portal/static/portal/js/tenYearMap.js
|
|
210
216
|
portal/static/portal/js/lib/jquery-video-lightning.js
|
|
211
217
|
portal/static/portal/js/lib/jquery.colorbox.js
|
|
212
218
|
portal/static/portal/js/lib/jquery.easy-ticker.js
|
|
@@ -349,6 +355,7 @@ portal/strings/play.py
|
|
|
349
355
|
portal/strings/student_aimmo_dashboard.py
|
|
350
356
|
portal/strings/teach.py
|
|
351
357
|
portal/strings/teacher_resources.py
|
|
358
|
+
portal/strings/ten_year_map.py
|
|
352
359
|
portal/templates/403.html
|
|
353
360
|
portal/templates/404.html
|
|
354
361
|
portal/templates/500.html
|
|
@@ -381,6 +388,7 @@ portal/templates/portal/reset_password_confirm.html
|
|
|
381
388
|
portal/templates/portal/reset_password_done.html
|
|
382
389
|
portal/templates/portal/reset_password_email_sent.html
|
|
383
390
|
portal/templates/portal/teach.html
|
|
391
|
+
portal/templates/portal/ten_year_map.html
|
|
384
392
|
portal/templates/portal/terms.html
|
|
385
393
|
portal/templates/portal/login/independent_student.html
|
|
386
394
|
portal/templates/portal/login/student.html
|
{codeforlife-portal-6.45.5 → codeforlife-portal-6.46.0}/codeforlife_portal.egg-info/requires.txt
RENAMED
|
@@ -17,9 +17,9 @@ django-classy-tags==2.0.0
|
|
|
17
17
|
libsass==0.23.0
|
|
18
18
|
phonenumbers==8.12.12
|
|
19
19
|
more-itertools==8.7.0
|
|
20
|
-
cfl-common==6.
|
|
20
|
+
cfl-common==6.46.0
|
|
21
21
|
django-ratelimit==3.0.1
|
|
22
22
|
django-preventconcurrentlogins==0.8.2
|
|
23
23
|
django-csp==3.7
|
|
24
|
-
setuptools==
|
|
24
|
+
setuptools==70.3.0
|
|
25
25
|
django-import-export
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "6.46.0"
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="40px" viewBox="0 0 24 24" width="40px" fill="#00A3E0"><path d="M0 0h24v24H0z" fill="none"/><path stroke-width="0.75px" stroke="black" d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"/></svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
let currentActivePin;
|
|
2
|
+
|
|
3
|
+
function setActivePin(city) {
|
|
4
|
+
if (currentActivePin) {
|
|
5
|
+
currentActivePin.setAttribute("fill", "#FFC709");
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
currentActivePin = document.getElementById(city + "-pin").getElementsByTagName("svg")[0]
|
|
9
|
+
currentActivePin.setAttribute("fill", "#EE0857");
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
$(document).ready(function () {
|
|
13
|
+
setActivePin("hatfield");
|
|
14
|
+
});
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
&.next,
|
|
14
14
|
&.prev {
|
|
15
15
|
display: flex;
|
|
16
|
+
flex-wrap: wrap;
|
|
16
17
|
}
|
|
17
18
|
|
|
18
19
|
> .carousel-image-wrapper {
|
|
@@ -155,3 +156,23 @@
|
|
|
155
156
|
/* shrink padding because cards have their own */
|
|
156
157
|
@include _padding(0px, 2px, 0px, 2px);
|
|
157
158
|
}
|
|
159
|
+
|
|
160
|
+
.carousel-button {
|
|
161
|
+
margin-top: 2rem;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.carousel-image {
|
|
165
|
+
margin-top: 15px;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.carousel-image--column {
|
|
169
|
+
padding-right: 20px;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.carousel-column--images {
|
|
173
|
+
margin-top: -15px;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.carousel-header {
|
|
177
|
+
margin-top: 0rem !important;
|
|
178
|
+
}
|
|
@@ -0,0 +1,474 @@
|
|
|
1
|
+
@import "base";
|
|
2
|
+
|
|
3
|
+
img {
|
|
4
|
+
max-height: 100%;
|
|
5
|
+
max-width: 100%;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.img-border {
|
|
9
|
+
border: 1px solid #4a4a4a;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.homepage-info img {
|
|
13
|
+
@include _padding(0px, 0px, 15px, 0px);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.homepage-info div[class*="col-"] {
|
|
17
|
+
@include _padding(0px, 30px, 0px, 30px);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.background {
|
|
21
|
+
padding-top: 3rem;
|
|
22
|
+
padding-bottom: 3rem;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.background--primary {
|
|
26
|
+
background-color: $color-background-tint-primary;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.bg-image {
|
|
30
|
+
margin-top: 1.5em;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.background--swirl {
|
|
34
|
+
background-image: url("../img/ocado-swirl.svg");
|
|
35
|
+
background-size: contain;
|
|
36
|
+
background-repeat: no-repeat;
|
|
37
|
+
background-position: center;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.image-row {
|
|
41
|
+
align-items: baseline;
|
|
42
|
+
display: flex;
|
|
43
|
+
justify-content: center;
|
|
44
|
+
|
|
45
|
+
div {
|
|
46
|
+
@include _padding(0px, 30px, 0px, 30px);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
div:first-child {
|
|
50
|
+
@include _padding(0px, 30px, 0px, 0px);
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
div:last-child {
|
|
54
|
+
@include _padding(0px, 0px, 0px, 30px);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
img {
|
|
58
|
+
vertical-align: bottom;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
h5 {
|
|
62
|
+
@include _margin(10px, 0px, 0px, 0px);
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.portrait {
|
|
67
|
+
display: block;
|
|
68
|
+
margin: auto;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.logo {
|
|
72
|
+
@include _padding($spacing * 3, $spacing * 14, $spacing * 3, $spacing * 3);
|
|
73
|
+
content: url("../img/logo_cfl.png");
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.map-pin {
|
|
77
|
+
position: absolute;
|
|
78
|
+
background: 0 0;
|
|
79
|
+
min-width: 0px !important;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
#map-container {
|
|
83
|
+
position: relative;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
#hatfield {
|
|
87
|
+
left: 34.5%;
|
|
88
|
+
top: 26.7%;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
#barcelona {
|
|
92
|
+
left: 38%;
|
|
93
|
+
top: 58.8%;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
#krakow {
|
|
97
|
+
left: 61.7%;
|
|
98
|
+
top: 30.3%;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
#sofia {
|
|
102
|
+
left: 68.5%;
|
|
103
|
+
top: 55.5%;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
@media only screen and (max-width: 1400px) {
|
|
107
|
+
#sofia {
|
|
108
|
+
left: 68.8%;
|
|
109
|
+
top: 55.8%;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
@media only screen and (max-width: 1200px) {
|
|
114
|
+
#hatfield {
|
|
115
|
+
left: 33.5%;
|
|
116
|
+
top: 25.1%;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
#barcelona {
|
|
120
|
+
left: 36.7%;
|
|
121
|
+
top: 56.4%;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
#krakow {
|
|
125
|
+
left: 60.7%;
|
|
126
|
+
top: 28.7%;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
#sofia {
|
|
130
|
+
left: 68%;
|
|
131
|
+
top: 53.5%;
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
@media only screen and (max-width: 992px) {
|
|
136
|
+
#hatfield {
|
|
137
|
+
left: 32.7%;
|
|
138
|
+
top: 22.8%;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
#barcelona {
|
|
142
|
+
left: 35.7%;
|
|
143
|
+
top: 54.6%;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
#krakow {
|
|
147
|
+
left: 59.7%;
|
|
148
|
+
top: 26.3%;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
#sofia {
|
|
152
|
+
left: 67%;
|
|
153
|
+
top: 50.2%;
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
@media only screen and (max-width: 767px) {
|
|
158
|
+
#barcelona {
|
|
159
|
+
left: 36.7%;
|
|
160
|
+
top: 54%;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
#sofia {
|
|
164
|
+
left: 67.5%;
|
|
165
|
+
top: 51.2%;
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
@media only screen and (max-width: 700px) {
|
|
170
|
+
#hatfield {
|
|
171
|
+
left: 32.5%;
|
|
172
|
+
top: 20.8%;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
#barcelona {
|
|
176
|
+
left: 35.4%;
|
|
177
|
+
top: 53.5%;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
#krakow {
|
|
181
|
+
left: 59.7%;
|
|
182
|
+
top: 25.3%;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
#sofia {
|
|
186
|
+
left: 67%;
|
|
187
|
+
top: 50.2%;
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
@media only screen and (max-width: 650px) {
|
|
192
|
+
#barcelona {
|
|
193
|
+
left: 35.4%;
|
|
194
|
+
top: 52.5%;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
#sofia {
|
|
198
|
+
left: 66%;
|
|
199
|
+
top:48.2%;
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
@media only screen and (max-width: 600px) {
|
|
204
|
+
#hatfield {
|
|
205
|
+
left: 31.5%;
|
|
206
|
+
top: 18.8%;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
#barcelona {
|
|
210
|
+
left: 34.4%;
|
|
211
|
+
top: 50.5%;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
#krakow {
|
|
215
|
+
left: 58.7%;
|
|
216
|
+
top: 23.3%;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
#sofia {
|
|
220
|
+
left: 66%;
|
|
221
|
+
top: 48.2%;
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
@media only screen and (max-width: 550px) {
|
|
226
|
+
#hatfield {
|
|
227
|
+
left: 30.5%;
|
|
228
|
+
top: 17.3%;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
#barcelona {
|
|
232
|
+
left: 33.4%;
|
|
233
|
+
top: 49%;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
#krakow {
|
|
237
|
+
left: 57.7%;
|
|
238
|
+
top: 21.6%;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
#sofia {
|
|
242
|
+
left: 65%;
|
|
243
|
+
top: 46%;
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
@media only screen and (max-width: 500px) {
|
|
248
|
+
#hatfield {
|
|
249
|
+
left: 29.8%;
|
|
250
|
+
top: 16.3%;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
#barcelona {
|
|
254
|
+
left: 33%;
|
|
255
|
+
top: 47%;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
#krakow {
|
|
259
|
+
left: 57%;
|
|
260
|
+
top: 20%;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
#sofia {
|
|
264
|
+
left: 64%;
|
|
265
|
+
top: 44%;
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
@media only screen and (max-width: 450px) {
|
|
270
|
+
#hatfield {
|
|
271
|
+
left: 28.7%;
|
|
272
|
+
top: 17%;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
#barcelona {
|
|
276
|
+
left: 32%;
|
|
277
|
+
top: 44.5%;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
#krakow {
|
|
281
|
+
left: 56%;
|
|
282
|
+
top: 21.5%;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
#sofia {
|
|
286
|
+
left: 63%;
|
|
287
|
+
top: 42%;
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
@media only screen and (max-width: 430px) {
|
|
292
|
+
#hatfield {
|
|
293
|
+
left: 28.5%;
|
|
294
|
+
top: 17%;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
#barcelona {
|
|
298
|
+
left: 31.5%;
|
|
299
|
+
top: 42.5%;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
#krakow {
|
|
303
|
+
left: 55%;
|
|
304
|
+
top: 19.5%;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
#sofia {
|
|
308
|
+
left: 62%;
|
|
309
|
+
top: 40.5%;
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
@media only screen and (max-width: 390px) {
|
|
314
|
+
#hatfield {
|
|
315
|
+
left: 27.8%;
|
|
316
|
+
top: 15.5%;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
#barcelona {
|
|
320
|
+
left: 31%;
|
|
321
|
+
top: 40.5%;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
#krakow {
|
|
325
|
+
left: 52.5%;
|
|
326
|
+
top: 19%;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
#sofia {
|
|
330
|
+
left: 61%;
|
|
331
|
+
top: 39%;
|
|
332
|
+
}
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
@media only screen and (max-width: 360px) {
|
|
336
|
+
#hatfield {
|
|
337
|
+
left: 27.5%;
|
|
338
|
+
top: 14.5%;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
#barcelona {
|
|
342
|
+
left: 30.5%;
|
|
343
|
+
top: 40%;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
#krakow {
|
|
347
|
+
left: 53%;
|
|
348
|
+
top: 18%;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
#sofia {
|
|
352
|
+
left: 60%;
|
|
353
|
+
top: 35.5%;
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
.glyphicon {
|
|
358
|
+
@include _font-size(30px);
|
|
359
|
+
font-weight: 500;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
.glyphicon-home {
|
|
363
|
+
@include _padding(0px, 0px, 14px, 0px);
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
.youtube img {
|
|
367
|
+
border: 1px solid $color-background-secondary;
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
.grid-benefits__image {
|
|
371
|
+
@include _padding(0px, 0px, 3 * $spacing, 0px);
|
|
372
|
+
justify-self: center;
|
|
373
|
+
align-self: center;
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
.grid-benefits__image1 {
|
|
377
|
+
grid-area: image1;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
.grid-benefits__image2 {
|
|
381
|
+
grid-area: image2;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
.grid-benefits__image3 {
|
|
385
|
+
grid-area: image3;
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
.educate-homepage {
|
|
389
|
+
content: url("../img/home_educate.png");
|
|
390
|
+
width: 70%;
|
|
391
|
+
object-fit: contain;
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
.play-homepage {
|
|
395
|
+
content: url("../img/home_play.png");
|
|
396
|
+
width: 70%;
|
|
397
|
+
object-fit: contain;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
.oval-blue {
|
|
401
|
+
content: url("../img/oval_blue.svg");
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
.oval-pink {
|
|
405
|
+
content: url("../img/oval_pink.svg");
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
.oval-yellow {
|
|
409
|
+
content: url("../img/oval_yellow.svg");
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
.polygon-blue {
|
|
413
|
+
content: url("../img/polygon_blue.svg");
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
.polygon-pink {
|
|
417
|
+
content: url("../img/polygon_pink.svg");
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.polygon-yellow {
|
|
421
|
+
content: url("../img/polygon_yellow.svg");
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
.login-shape-left {
|
|
425
|
+
@include _top(250px);
|
|
426
|
+
@include _margin(-250px, 0px, 0px, 0px);
|
|
427
|
+
position: relative;
|
|
428
|
+
left: -17vw;
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
.login-shape-right {
|
|
432
|
+
@include _top(500px);
|
|
433
|
+
@include _margin(-500px, 0px, 0px, 0px);
|
|
434
|
+
position: relative;
|
|
435
|
+
left: 17vw;
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
@media (max-width: $tablet-large-max-width) {
|
|
439
|
+
.login-shape-left {
|
|
440
|
+
@include _top(300px);
|
|
441
|
+
@include _margin(-300px, 0px, 0px, 0px);
|
|
442
|
+
position: relative;
|
|
443
|
+
left: -30vw;
|
|
444
|
+
width: 150px;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
.login-shape-right {
|
|
448
|
+
@include _top(550px);
|
|
449
|
+
@include _margin(-550px, 0px, 0px, 0px);
|
|
450
|
+
position: relative;
|
|
451
|
+
left: 30vw;
|
|
452
|
+
width: 130px;
|
|
453
|
+
}
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
@media (max-width: $mobile-max-width) {
|
|
457
|
+
.login-shape-left,
|
|
458
|
+
.login-shape-right {
|
|
459
|
+
display: none;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
.image-row {
|
|
463
|
+
align-items: center;
|
|
464
|
+
flex-direction: column;
|
|
465
|
+
|
|
466
|
+
img {
|
|
467
|
+
@include _padding(10px, 0px, 10px, 0px);
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
.error-page img {
|
|
472
|
+
display: none;
|
|
473
|
+
}
|
|
474
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
TEN_YEAR_MAP_BANNER = {
|
|
2
|
+
"title": "Celebrate",
|
|
3
|
+
"subtitle": "Join us in celebrating our 10 year anniversary",
|
|
4
|
+
"text": "",
|
|
5
|
+
"image_class": "banner--picture--educate",
|
|
6
|
+
"alt": "Female teacher helping young female student on a laptop",
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
TEN_YEAR_MAP_HEADLINE = {
|
|
10
|
+
"title": "Code for Life is turning 10!",
|
|
11
|
+
"description": "For our 10th anniversary, we're going global! Click on the pins on the map "
|
|
12
|
+
"to check out what events are being run by our amazing volunteers from around the world.",
|
|
13
|
+
}
|