Accesability updates
This commit is contained in:
parent
047c5ad9d0
commit
4cbe0156bb
@ -5,16 +5,16 @@
|
||||
<a href="https://discord.gg/wW458KYR79" target="_blank">
|
||||
<i class="fa-brands fa-discord fa-2xl"></i>
|
||||
</a>
|
||||
<a href="https://facebook.com" target="_blank">
|
||||
<a href="https://facebook.com" target="_blank" aria-label="Facebook">
|
||||
<i class="fa-brands fa-facebook fa-2xl"></i>
|
||||
</a>
|
||||
<a href="https://instagram.com" target="_blank">
|
||||
<a href="https://instagram.com" target="_blank" aria-label="Instagram">
|
||||
<i class="fa-brands fa-instagram fa-2xl"></i>
|
||||
</a>
|
||||
<a href="https://tiktok.com" target="_blank">
|
||||
<a href="https://tiktok.com" target="_blank" aria-label="TikTok">
|
||||
<i class="fa-brands fa-tiktok fa-2xl"></i>
|
||||
</a>
|
||||
<a href="https://youtube.com" target="_blank">
|
||||
<a href="https://youtube.com" target="_blank" aria-label="Youtube">
|
||||
<i class="fa-brands fa-youtube fa-2xl"></i>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<mat-toolbar-row>
|
||||
<div>
|
||||
<a class="navbar-brand d-flex align-items-center" routerLink="/" fragment="banner" (click)="scroll('banner')">
|
||||
<img src="assets/img/eagle.png" alt="Capricorn" height="45px" width="45px">
|
||||
<img src="assets/img/eagle.png" alt="SPQR" height="45px" width="45px">
|
||||
<div class="px-2">LEGIO · XXX</div>
|
||||
</a>
|
||||
</div>
|
||||
@ -10,7 +10,7 @@
|
||||
<div *ngIf="!hamburger">
|
||||
<a *ngFor="let item of links.topLevel" [routerLink]="item.url" [fragment]="item.fragment"
|
||||
(click)="item.fragment ? scroll(item.fragment) : null">
|
||||
<button mat-button class="navbar-button">{{item.label}}</button>
|
||||
<button mat-button class="navbar-button" aria-label="Menu">{{item.label}}</button>
|
||||
</a>
|
||||
<ng-container *ngFor="let group of links.other">
|
||||
<ng-template [ngTemplateOutlet]="navGroup" [ngTemplateOutletContext]="{'$implicit': group}"></ng-template>
|
||||
|
Loading…
Reference in New Issue
Block a user