-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added GHGA logos, added swoosh, fixed footer placement
- Loading branch information
1 parent
c550ad3
commit f053129
Showing
8 changed files
with
71 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 20 additions & 16 deletions
36
src/app/portal/features/site-footer/site-footer.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 25 additions & 17 deletions
42
src/app/portal/features/site-header/site-header.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,28 @@ | ||
<mat-toolbar class="flex justify-between"> | ||
<a routerLink="/">GHGA Logo</a> | ||
<mat-toolbar class="py-2"> | ||
<mat-toolbar-row class="align-center flex justify-between"> | ||
<div class="h-3/4 basis-1/4"> | ||
<a routerLink="/" | ||
><img src="assets/images/GHGA_logo_clean.png" class="h-full" alt="GHGA Logo" | ||
/></a> | ||
</div> | ||
|
||
<mat-nav-list> | ||
<a | ||
[id]="route === '/' ? 'activePage' : ''" | ||
mat-button | ||
routerLink="/" | ||
class="homeLink mx-1" | ||
>Home</a | ||
><a | ||
[id]="route === '/browse' ? 'activePage' : ''" | ||
mat-button | ||
routerLink="/browse" | ||
class="mx-1" | ||
>Browse</a | ||
></mat-nav-list | ||
<mat-nav-list class="basis-1/2 text-center"> | ||
<a | ||
[id]="route === '/' ? 'activePage' : ''" | ||
mat-button | ||
routerLink="/" | ||
class="homeLink mx-1" | ||
>Home</a | ||
><a | ||
[id]="route === '/browse' ? 'activePage' : ''" | ||
mat-button | ||
routerLink="/browse" | ||
class="mx-1" | ||
>Browse</a | ||
></mat-nav-list | ||
> | ||
<div class="basis-1/4 text-right"> | ||
<a mat-icon-button routerLink="/"> <mat-icon>login</mat-icon></a> | ||
</div></mat-toolbar-row | ||
> | ||
<a mat-icon-button routerLink="/"> <mat-icon>login</mat-icon></a> | ||
</mat-toolbar> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.