Added a rules & calendar page

This commit is contained in:
2022-10-26 21:46:25 -04:00
parent 4830b35363
commit f1b875a87e
12 changed files with 138 additions and 23 deletions

View File

@@ -1 +0,0 @@
Z^C5kgHKfYgy

View File

@@ -0,0 +1,7 @@
<div class="invert">
<div class="container py-4 px-3">
<h1 class="mb-2">Calendar</h1>
<mat-divider class="mb-4"></mat-divider>
<iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23ffffff&ctz=America%2FToronto&showCalendars=0&showTabs=0&showPrint=0&showTitle=0&src=YjQ4ZGI1NDc2YWY2YTI4ZGE2NGQzNDhhNThhYWI0MGQ1NjAwNWJmMmQ1YzA0NDI3MTdjZDllNmQ0OTA5YTFkZUBncm91cC5jYWxlbmRhci5nb29nbGUuY29t&color=%23D50000" style="border-width:0" width="100%" height="600" frameborder="0" scrolling="no"></iframe>
</div>
</div>

View File

@@ -0,0 +1,7 @@
import {Component} from '@angular/core';
@Component({
selector: 'xxx-calendar',
templateUrl: './calendar.component.html'
})
export class CalendarComponent { }