Updated styling, added contact info, & restaurant
All checks were successful
Build Website / Build NPM Project (push) Successful in 50s
Build Website / Tag Version (push) Successful in 8s
Build Website / Build & Push Dockerfile (push) Successful in 1m7s

This commit is contained in:
2024-01-08 13:31:37 -05:00
parent f5f6c3f563
commit 9536b59c2b
8 changed files with 126 additions and 68 deletions

View File

@ -1,9 +1,7 @@
<div class="bg-white p-5" style="height: 80vh">
<div class="pt-5 mt-5">
<div class="mt-5 text-center">
<h1 class="mt-5" style="font-size: 4em">Coming Soon</h1>
<h2 class="mt-3">This page is still being built</h2>
<button class="btn btn-outline-secondary rounded-pill px-4 mt-3" (click)="back()">Back</button>
</div>
<div class="bg-white" style="height: 100vh">
<div class="text-center" style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%)">
<h1 class="mt-5" style="font-size: 4em">Coming Soon</h1>
<h2 class="mt-3">This page is still being built</h2>
<button class="btn btn-outline-secondary rounded-pill px-4 mt-3" (click)="back()">Back</button>
</div>
</div>