Skip to content

Commit

Permalink
Feature/assets 16 replace logos (#43)
Browse files Browse the repository at this point in the history
* assets-16: replace the old logo and favicon with new ones

* assets-32: replace the logo with the actual one for assets
  • Loading branch information
TIL-EBP authored Mar 13, 2024
1 parent b94399a commit 1113b6b
Show file tree
Hide file tree
Showing 10 changed files with 99 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a routerLink="/">
<img class="logo" src="/assets/logo-CH.svg" alt="{{ 'logoSwissConfederation' | translate }}" />
<img class="logo" src="../../../assets/swissgeol_assets.svg" alt="{{ 'logoSwissGeol' | translate }}" />
</a>
<ng-content />
<div class="language-links" *rxLet="links$ | push; let l">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

.logo {
margin-left: 24px;
height: 56px;
}

.search-input {
Expand Down
2 changes: 1 addition & 1 deletion apps/client-asset-sg/src/app/i18n/de.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const deAppTranslations = {
logoSwissConfederation: 'Logo Schweizerische Eidgenossenschaft',
logoSwissGeol: 'Logo Swissgeol Assets',
ok: 'OK',
submit: 'Absenden',
cancel: 'Abbrechen',
Expand Down
2 changes: 1 addition & 1 deletion apps/client-asset-sg/src/app/i18n/en.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { AppTranslations } from './i18n';

export const enAppTranslations: AppTranslations = {
logoSwissConfederation: 'Logo Swiss Confederation',
logoSwissGeol: 'Logo Swissgeol Assets',
ok: 'OK',
submit: 'Submit',
cancel: 'Cancel',
Expand Down
2 changes: 1 addition & 1 deletion apps/client-asset-sg/src/app/i18n/fr.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { AppTranslations } from './i18n';

export const frAppTranslations: AppTranslations = {
logoSwissConfederation: 'Logo Confédération suisse',
logoSwissGeol: 'Logo Swissgeol Assets',
ok: 'OK',
submit: 'Envoyer',
cancel: 'Annuler',
Expand Down
2 changes: 1 addition & 1 deletion apps/client-asset-sg/src/app/i18n/it.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { AppTranslations } from './i18n';

export const itAppTranslations: AppTranslations = {
logoSwissConfederation: 'Logo Confederazione Svizzera',
logoSwissGeol: 'Logo Swissgeol Assets',
ok: 'OK',
submit: 'IT Absenden',
cancel: 'IT Abbrechen',
Expand Down
2 changes: 1 addition & 1 deletion apps/client-asset-sg/src/app/i18n/rm.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { AppTranslations } from './i18n';

export const rmAppTranslations: AppTranslations = {
logoSwissConfederation: 'Logo Confederazione Svizzera',
logoSwissGeol: 'Logo Swissgeol Assets',
ok: 'OK',
submit: 'RM Absenden',
cancel: 'RM Abbrechen',
Expand Down
1 change: 0 additions & 1 deletion apps/client-asset-sg/src/assets/logo-CH.svg

This file was deleted.

92 changes: 92 additions & 0 deletions apps/client-asset-sg/src/assets/swissgeol_assets.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/client-asset-sg/src/favicon.ico
Binary file not shown.

0 comments on commit 1113b6b

Please sign in to comment.