Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: rebranding updates #1220

Merged
merged 1 commit into from
Aug 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .env

This file was deleted.

2 changes: 1 addition & 1 deletion game/templates/game/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="banner banner--teacher row">
<div class="col-sm-4 col-sm-offset-2">
<h1 class="banner__text--primary">Rapid Router</h1>
<h4>Rapid router has been created to teach the first principles of computer programming that are covered in the National Computing curriculum.</h4>
<h4>Rapid router has been created to teach the first principles of computer programming.</h4>
</div>
<div class="col-sm-6">
<div class="banner--picture"><div class="banner--picture__inside1"><div class="banner--picture__inside2 banner--picture--play"></div></div></div>
Expand Down
4 changes: 2 additions & 2 deletions game/templates/game/level_moderation.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1 class="text-center">{% trans "Level moderation" %}</h1>
</div>
<div class="background background--primary">
<div class="container">
<div class="login-card">
<div>
<h3>{% trans "Filter levels" %}</h3>
<p>{% trans "Filter the levels by class and student, and click 'Submit' to see the student's levels." %}</p>
<div id="form" class="form">
Expand All @@ -47,7 +47,7 @@ <h3>{% trans "Filter levels" %}</h3>
{{form.students.errors}}
</div>
<div class="form-group col-md-12 text-right">
<button class="btn btn-primary" type="submit">{% trans "Submit" %}</button>
<button class="button button--primary" type="submit">{% trans "Submit" %}</button>
</div>
</form>
</div>
Expand Down
4 changes: 2 additions & 2 deletions game/templates/game/scoreboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ <h4>{% trans "Select Levels" %}</h4>
</div>
<div class="row">
<div class="col-sm-6 text-right">
<button class="button--regular button--primary--general-play" type="submit" name="export">{% trans "Export results" %}</button>
<button class="button button--primary" type="submit" name="export">{% trans "Export results" %}</button>
</div>
<div class="col-sm-6 text-left">
<button class="button--regular button--primary--general-educate" type="submit" name="view">{% trans "View results" %}</button>
<button class="button button--primary" type="submit" name="view">{% trans "View results" %}</button>
</div>
</div>
</form>
Expand Down