final touches before regionals
This commit is contained in:
parent
a550abba16
commit
cd1fbeb3b0
@ -30,14 +30,14 @@
|
||||
/>
|
||||
<button><span class="material-symbols-outlined">search</span></button>
|
||||
</div>
|
||||
<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
|
||||
></button
|
||||
>
|
||||
<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
|
||||
></button
|
||||
>
|
||||
<!-- <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-->
|
||||
<!-- ></button-->
|
||||
<!-- >-->
|
||||
<!-- <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-->
|
||||
<!-- ></button-->
|
||||
<!-- >-->
|
||||
</div>
|
||||
</form>
|
||||
<div class="table">
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
/>
|
||||
<button><span class="material-symbols-outlined">search</span></button>
|
||||
</div>
|
||||
<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
|
||||
></button
|
||||
>
|
||||
<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
|
||||
></button
|
||||
>
|
||||
<!-- <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-->
|
||||
<!-- ></button-->
|
||||
<!-- >-->
|
||||
<!-- <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-->
|
||||
<!-- ></button-->
|
||||
<!-- >-->
|
||||
</div>
|
||||
</form>
|
||||
<div class="table">
|
||||
|
||||
@ -30,14 +30,14 @@
|
||||
/>
|
||||
<button><span class="material-symbols-outlined">search</span></button>
|
||||
</div>
|
||||
<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
|
||||
></button
|
||||
>
|
||||
<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
|
||||
></button
|
||||
>
|
||||
<!-- <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-->
|
||||
<!-- ></button-->
|
||||
<!-- >-->
|
||||
<!-- <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-->
|
||||
<!-- ></button-->
|
||||
<!-- >-->
|
||||
</div>
|
||||
</form>
|
||||
<div class="table">
|
||||
|
||||
@ -38,14 +38,14 @@
|
||||
/>
|
||||
<button><span class="material-symbols-outlined">search</span></button>
|
||||
</div>
|
||||
<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
|
||||
></button
|
||||
>
|
||||
<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
|
||||
></button
|
||||
>
|
||||
<!-- <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-->
|
||||
<!-- ></button-->
|
||||
<!-- >-->
|
||||
<!-- <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-->
|
||||
<!-- ></button-->
|
||||
<!-- >-->
|
||||
</div>
|
||||
</form>
|
||||
<div class="table">
|
||||
|
||||
@ -105,10 +105,10 @@
|
||||
<div class="scrollbar-on-elevated details-height overflow-y-scroll">
|
||||
<h2 class="pt-2 font-semibold">Contact</h2>
|
||||
<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
|
||||
>
|
||||
<a class="hover-hyperlink" href="tel:{details.employer?.phone}"
|
||||
<a class="hover-hyperlink block" href="tel:{details.employer?.phone}"
|
||||
>{details.employer?.phone}</a
|
||||
>
|
||||
<h2 class="pt-2 font-semibold">Details</h2>
|
||||
|
||||
@ -51,10 +51,10 @@
|
||||
<div class="scrollbar-on-elevated details-height overflow-y-scroll">
|
||||
<h2 class="pt-2 font-semibold">Contact</h2>
|
||||
<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
|
||||
>
|
||||
<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
|
||||
>
|
||||
<h2 class="pt-2 font-semibold">Details</h2>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user