Accesability updates
This commit is contained in:
		@@ -5,16 +5,16 @@
 | 
				
			|||||||
			<a href="https://discord.gg/wW458KYR79" target="_blank">
 | 
								<a href="https://discord.gg/wW458KYR79" target="_blank">
 | 
				
			||||||
				<i class="fa-brands fa-discord fa-2xl"></i>
 | 
									<i class="fa-brands fa-discord fa-2xl"></i>
 | 
				
			||||||
			</a>
 | 
								</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>
 | 
									<i class="fa-brands fa-facebook fa-2xl"></i>
 | 
				
			||||||
			</a>
 | 
								</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>
 | 
									<i class="fa-brands fa-instagram fa-2xl"></i>
 | 
				
			||||||
			</a>
 | 
								</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>
 | 
									<i class="fa-brands fa-tiktok fa-2xl"></i>
 | 
				
			||||||
			</a>
 | 
								</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>
 | 
									<i class="fa-brands fa-youtube fa-2xl"></i>
 | 
				
			||||||
			</a>
 | 
								</a>
 | 
				
			||||||
		</div>
 | 
							</div>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,7 +2,7 @@
 | 
				
			|||||||
	<mat-toolbar-row>
 | 
						<mat-toolbar-row>
 | 
				
			||||||
		<div>
 | 
							<div>
 | 
				
			||||||
			<a class="navbar-brand d-flex align-items-center" routerLink="/" fragment="banner" (click)="scroll('banner')">
 | 
								<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>
 | 
									<div class="px-2">LEGIO · XXX</div>
 | 
				
			||||||
			</a>
 | 
								</a>
 | 
				
			||||||
		</div>
 | 
							</div>
 | 
				
			||||||
@@ -10,7 +10,7 @@
 | 
				
			|||||||
		<div *ngIf="!hamburger">
 | 
							<div *ngIf="!hamburger">
 | 
				
			||||||
			<a *ngFor="let item of links.topLevel" [routerLink]="item.url" [fragment]="item.fragment"
 | 
								<a *ngFor="let item of links.topLevel" [routerLink]="item.url" [fragment]="item.fragment"
 | 
				
			||||||
			   (click)="item.fragment ? scroll(item.fragment) : null">
 | 
								   (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>
 | 
								</a>
 | 
				
			||||||
			<ng-container *ngFor="let group of links.other">
 | 
								<ng-container *ngFor="let group of links.other">
 | 
				
			||||||
				<ng-template [ngTemplateOutlet]="navGroup" [ngTemplateOutletContext]="{'$implicit': group}"></ng-template>
 | 
									<ng-template [ngTemplateOutlet]="navGroup" [ngTemplateOutletContext]="{'$implicit': group}"></ng-template>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user