Added resource page, updated icons, and more
All checks were successful
Build Website / Build NPM Project (push) Successful in 2m29s
Build Website / Tag Version (push) Successful in 38s
Build Website / Build & Push Dockerfile (push) Successful in 3m46s

This commit is contained in:
2024-02-21 22:41:53 -05:00
parent c0b44530e1
commit dfa0c29098
17 changed files with 450 additions and 20 deletions

View File

@ -0,0 +1,8 @@
import {Component} from '@angular/core';
@Component({
selector: 'xxx-resources',
templateUrl: './resources.component.html',
styles: [`.extra-spacing li {margin-bottom: 1em}`]
})
export class ResourcesComponent { }