This commit is contained in:
2023-11-24 15:52:54 -05:00
parent 3ce0f7a418
commit 6f47657c91
25 changed files with 466 additions and 115 deletions

View File

@ -36,7 +36,7 @@
</div>
<div class="py-2 text-center">
<p class="copyright m-0">
Copyright &copy; Legio XXX 2022 | All Rights Reserved<br>
Copyright &copy; Legio XXX 2023 | All Rights Reserved<br>
Created by <a href="https://zakscode.com" target="_blank">Zak Timson</a>
</p>
</div>

View File

@ -1,3 +1,7 @@
a, a:visited {
color: rgba(255, 255, 255, 0.6);
}
ul {
list-style: none;
padding: 0;

View File

@ -1,7 +1,7 @@
<mat-toolbar class="d-print-none">
<mat-toolbar-row>
<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')" style="text-decoration: none">
<img src="assets/img/eagle.png" alt="SPQR" height="45px" width="45px">
<xxx-logo class="px-2" [expand]="true"></xxx-logo>
</a>