Debrand part 2: electric boogaloo (#70)

* Rebrand fully

* Rebrand part 2: electric boogaloo

* Debrand part 3: fixes
This commit is contained in:
Eliot Partridge
2019-09-02 15:05:00 -05:00
committed by GitHub
parent 9b56722bbf
commit 9f3e28824e
14 changed files with 24 additions and 24 deletions
@@ -1,6 +1,6 @@
.btn-group.d-flex(*ngIf="canInstall")
button.btn.btn-lg.btn-outline-success.text-wrap.flex-grow-1((click)="install()")
| Add #[b Pony Town] to {{isMobile ? 'home screen' : 'desktop'}}
| Add #[b pixel.horse] to {{isMobile ? 'home screen' : 'desktop'}}
button.btn.btn-lg.btn-outline-success.flex-grow-0(
(click)="dismiss()" title="Dismiss" [attr.aria-label]="'Dismiss add to ' + (isMobile ? 'home screen' : 'desktop')")
fa-icon([icon]="closeIcon")
@@ -1,8 +1,8 @@
nav.navbar.navbar-expand.justify-content-end(role="navigation")
.d-none.d-md-block
a.pixelart.logo(*ngIf="logo" routerLink="/" routerLinkActive="active" [routerLinkActiveOptions]="{ exact: true }")
img.pixelart.logo-large(revSrc="images/logo-large.png" alt="Pony Town" width="287" height="65")
img.pixelart.logo-small(revSrc="images/logo-small.png" alt="Pony Town" width="37" height="43")
img.pixelart.logo-large(revSrc="images/logo-large.png" alt="pixel.horse" width="287" height="65")
img.pixelart.logo-small(revSrc="images/logo-small.png" alt="pixel.horse" width="37" height="43")
.navbar-collapse.text-right
.navbar-nav.ml-auto
@@ -18,8 +18,8 @@
.form-group(*ngIf="isAndroidBrowser")
.alert.alert-warning(role="alert")
| Your browser is outdated and is not able to correctly run Pony Town.
| Please install different browser to be able to play the game.
| Your browser is outdated and is not able to correctly run pixel.horse.
| Please install a different browser to be able to play the game.
.form-group(*ngIf="model.missingBirthdate && !birthdateSet && requestBirthdate")
.alert.alert-warning.text-left(role="alert")
@@ -86,7 +86,7 @@
.form-group(*ngIf="isBrowserOutdated")
.alert.alert-warning(role="alert")
button.close.float-right((click)="dismissOutdatedBrowser()" aria-label="Close" style="font-size: 20px;") ×
| Your browser is outdated and is known to have issues running Pony Town.
| Your browser is outdated and is known to have issues running pixel.horse.
| Make sure you have latest version installed.
.form-group(*ngIf="invalidVersion && !offline")