Skip to content

Commit

Permalink
Updated Avrae logo, set the new one in home page and navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Romero authored and Kevin Romero committed Feb 15, 2024
1 parent 359664b commit 22ef831
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<img class="ddb-logo" src="../../assets/img/DDBLogo.svg" alt="D&D Beyond Logo"/>
</div>
<div>
<img class="avrae-logo" src="../../assets/img/LogoFlat.svg" alt="Avrae Logo"/>
<img class="avrae-logo" src="../../assets/img/AVRAE-FULL-LOGO-WHT.svg" alt="Avrae Logo"/>
</div>

<p class="mat-typography about-avrae">
Expand Down
4 changes: 2 additions & 2 deletions src/app/navbar/navbar.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<mat-toolbar class="navbar-header mat-elevation-z4" color="primary">
<!-- LOGO (horiz. center) -->
<a mat-button class="button" routerLink="/" aria-label="Avrae Home" [class]="mobile ? 'logo-center' : ''">
<img src="../../assets/img/LogoFlat.svg" alt="Avrae"/>
<img src="../../assets/img/AVRAE-FULL-LOGO-WHT.svg" alt="Avrae"/>
</a>

<!-- Mobile Menu hamburger -->
Expand Down Expand Up @@ -41,7 +41,7 @@
</button>

<!-- horiz center logo -->
<img src="../../assets/img/LogoFlat.svg" alt="Avrae Logo" class="logo-center"/>
<img src="../../assets/img/AVRAE-FULL-LOGO-WHT.svg" alt="Avrae Logo" class="logo-center"/>
</div>

<!-- nav links -->
Expand Down
98 changes: 98 additions & 0 deletions src/assets/img/AVRAE-FULL-LOGO-WHT.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 22ef831

Please sign in to comment.