final touches before regionals
All checks were successful
ci / docker_image (push) Successful in 1m35s
ci / deploy (push) Successful in 17s

This commit is contained in:
Drake Marino 2025-02-01 01:48:06 -06:00
parent a550abba16
commit cd1fbeb3b0
6 changed files with 36 additions and 36 deletions

View File

@ -30,14 +30,14 @@
/> />
<button><span class="material-symbols-outlined">search</span></button> <button><span class="material-symbols-outlined">search</span></button>
</div> </div>
<button class="hover-bg-color mx-2 rounded py-2 pl-3 pr-2 text-sm" <!-- <button class="hover-bg-color mx-2 rounded py-2 pl-3 pr-2 text-sm"-->
>Filter<span class="material-symbols-outlined icon-20 align-middle">arrow_drop_down</span <!-- >Filter<span class="material-symbols-outlined icon-20 align-middle">arrow_drop_down</span-->
></button <!-- ></button-->
> <!-- >-->
<button class="hover-bg-color rounded py-2 pl-3 pr-2 text-sm" <!-- <button class="hover-bg-color rounded py-2 pl-3 pr-2 text-sm"-->
>Sort<span class="material-symbols-outlined icon-20 align-middle">arrow_drop_down</span <!-- >Sort<span class="material-symbols-outlined icon-20 align-middle">arrow_drop_down</span-->
></button <!-- ></button-->
> <!-- >-->
</div> </div>
</form> </form>
<div class="table"> <div class="table">

View File

@ -32,14 +32,14 @@
/> />
<button><span class="material-symbols-outlined">search</span></button> <button><span class="material-symbols-outlined">search</span></button>
</div> </div>
<button class="hover-bg-color mx-2 rounded py-2 pl-3 pr-2 text-sm" <!-- <button class="hover-bg-color mx-2 rounded py-2 pl-3 pr-2 text-sm"-->
>Filter<span class="material-symbols-outlined icon-20 align-middle">arrow_drop_down</span <!-- >Filter<span class="material-symbols-outlined icon-20 align-middle">arrow_drop_down</span-->
></button <!-- ></button-->
> <!-- >-->
<button class="hover-bg-color rounded py-2 pl-3 pr-2 text-sm" <!-- <button class="hover-bg-color rounded py-2 pl-3 pr-2 text-sm"-->
>Sort<span class="material-symbols-outlined icon-20 align-middle">arrow_drop_down</span <!-- >Sort<span class="material-symbols-outlined icon-20 align-middle">arrow_drop_down</span-->
></button <!-- ></button-->
> <!-- >-->
</div> </div>
</form> </form>
<div class="table"> <div class="table">

View File

@ -30,14 +30,14 @@
/> />
<button><span class="material-symbols-outlined">search</span></button> <button><span class="material-symbols-outlined">search</span></button>
</div> </div>
<button class="hover-bg-color mx-2 rounded py-2 pl-3 pr-2 text-sm" <!-- <button class="hover-bg-color mx-2 rounded py-2 pl-3 pr-2 text-sm"-->
>Filter<span class="material-symbols-outlined icon-20 align-middle">arrow_drop_down</span <!-- >Filter<span class="material-symbols-outlined icon-20 align-middle">arrow_drop_down</span-->
></button <!-- ></button-->
> <!-- >-->
<button class="hover-bg-color rounded py-2 pl-3 pr-2 text-sm" <!-- <button class="hover-bg-color rounded py-2 pl-3 pr-2 text-sm"-->
>Sort<span class="material-symbols-outlined icon-20 align-middle">arrow_drop_down</span <!-- >Sort<span class="material-symbols-outlined icon-20 align-middle">arrow_drop_down</span-->
></button <!-- ></button-->
> <!-- >-->
</div> </div>
</form> </form>
<div class="table"> <div class="table">

View File

@ -38,14 +38,14 @@
/> />
<button><span class="material-symbols-outlined">search</span></button> <button><span class="material-symbols-outlined">search</span></button>
</div> </div>
<button class="hover-bg-color mx-2 rounded py-2 pl-3 pr-2 text-sm" <!-- <button class="hover-bg-color mx-2 rounded py-2 pl-3 pr-2 text-sm"-->
>Filter<span class="material-symbols-outlined icon-20 align-middle">arrow_drop_down</span <!-- >Filter<span class="material-symbols-outlined icon-20 align-middle">arrow_drop_down</span-->
></button <!-- ></button-->
> <!-- >-->
<button class="hover-bg-color rounded py-2 pl-3 pr-2 text-sm" <!-- <button class="hover-bg-color rounded py-2 pl-3 pr-2 text-sm"-->
>Sort<span class="material-symbols-outlined icon-20 align-middle">arrow_drop_down</span <!-- >Sort<span class="material-symbols-outlined icon-20 align-middle">arrow_drop_down</span-->
></button <!-- ></button-->
> <!-- >-->
</div> </div>
</form> </form>
<div class="table"> <div class="table">

View File

@ -105,10 +105,10 @@
<div class="scrollbar-on-elevated details-height overflow-y-scroll"> <div class="scrollbar-on-elevated details-height overflow-y-scroll">
<h2 class="pt-2 font-semibold">Contact</h2> <h2 class="pt-2 font-semibold">Contact</h2>
<p>{details.employer?.fullName} ({details.employer?.username})</p> <p>{details.employer?.fullName} ({details.employer?.username})</p>
<a class="hover-hyperlink" href="mailto:{details.employer?.email}" <a class="hover-hyperlink block" href="mailto:{details.employer?.email}"
>{details.employer?.email}</a >{details.employer?.email}</a
> >
<a class="hover-hyperlink" href="tel:{details.employer?.phone}" <a class="hover-hyperlink block" href="tel:{details.employer?.phone}"
>{details.employer?.phone}</a >{details.employer?.phone}</a
> >
<h2 class="pt-2 font-semibold">Details</h2> <h2 class="pt-2 font-semibold">Details</h2>

View File

@ -51,10 +51,10 @@
<div class="scrollbar-on-elevated details-height overflow-y-scroll"> <div class="scrollbar-on-elevated details-height overflow-y-scroll">
<h2 class="pt-2 font-semibold">Contact</h2> <h2 class="pt-2 font-semibold">Contact</h2>
<p>{data.posting.employer?.fullName} ({data.posting.employer?.username})</p> <p>{data.posting.employer?.fullName} ({data.posting.employer?.username})</p>
<a class="hover-hyperlink" href="mailto:{data.posting.employer?.email}" <a class="hover-hyperlink block" href="mailto:{data.posting.employer?.email}"
>{data.posting.employer?.email}</a >{data.posting.employer?.email}</a
> >
<a class="hover-hyperlink" href="tel:{data.posting.employer?.phone}" <a class="hover-hyperlink block" href="tel:{data.posting.employer?.phone}"
>{data.posting.employer?.phone}</a >{data.posting.employer?.phone}</a
> >
<h2 class="pt-2 font-semibold">Details</h2> <h2 class="pt-2 font-semibold">Details</h2>