corrected visual/layout bugs on index and 404 pages, added backtotop and 404 analytics tracking

This commit is contained in:
zach
2026-03-02 14:09:59 -05:00
parent 521ee2d2a7
commit be4104cb0b
5 changed files with 22 additions and 27 deletions

View File

@@ -13,19 +13,19 @@ import { Waitlist as WaitlistAstro } from '@clerk/astro/components'
<div class="row mb-4" slot="page">
<h1>Rigid's App Thing</h1>
<h5 class="text-secondary">(working title)</h5>
<div class="col-12 col-md-7">
<div class="col-12 col-md-6 col-xl-7 mb-2">
<h4 class="mt-3">Welcome!</h4>
<p class="mt-2">
This single-page web application is currently in a closed beta. Access to the beta will be limited, and the selection process will be highly curated. You are welcome to request access - if you do not get into the beta, don't worry, after the beta is complete, the app will be available to all users.</p>
This single-page web application is currently in a closed beta. Access to the beta will be limited, and the selection process will be highly curated. You are welcome to request access - if you do not get into the beta, don't worry! After the closed beta is complete, the app will move into a more open beta.</p>
</p>
<p class="my-2">
If you would like to join the waitlist, please enter your email address. You will receive an email with instructions on how to access the app when it becomes available.
If you would like to join the waitlist, please enter your email address. You will receive an email with instructions on how to access the app when it becomes available to you.
</p>
<p class="my-2">
If you aren't interested in joining the waitlist, that is okay too! Feel free to play "Who's that Pokémon?" with the random Pokémon generator <a href="/404">here</a>. Refresh the page to see a new Pokémon!
</p>
</div>
<div class="col-12 col-md-4 offset-md-1">
<div class="col-12 col-md-6 col-xl-4 offset-xl-1">
<WaitlistAstro />
</div>
</div>