Add authentication #17

Manually merged
Webmaster merged 225 commits from auth into main 2025-03-08 10:37:06 +00:00
Showing only changes of commit 08a6a8a15c - Show all commits

View file

@ -6,7 +6,7 @@ const title = "IEEE Store";
---
<Layout {title}>
<main class="w-[95%] mx-auto pb-12 md:pt-[5vh] pt-[5vw] min-h-screen">
<main class="mx-auto pb-12 md:pt-[5vh] pt-[5vw] min-h-screen">
<h1 class="text-4xl font-bold mb-12">IEEE UCSD Store</h1>
<div class="grid grid-cols-1 lg:grid-cols-4 gap-8">
<!-- Left Column - User Info -->
@ -24,14 +24,18 @@ const title = "IEEE Store";
class="card-body flex flex-col items-center justify-center h-full w-full max-w-2xl mx-auto"
>
<div class="text-center w-full">
<h2 class="card-title text-3xl justify-center mb-6">
<h2
class="card-title text-3xl justify-center mb-6"
>
Store Coming Soon!
</h2>
<div class="space-y-4">
<p class="text-base-content/70 text-lg">
Our store is currently under development. Check back later
for IEEE UCSD merchandise! In the meantime, please make sure
your profile is up to date with your IEEE Member ID and
Our store is currently under
development. Check back later for IEEE
UCSD merchandise! In the meantime,
please make sure your profile is up to
date with your IEEE Member ID and
resume.
</p>
</div>
@ -70,7 +74,8 @@ const title = "IEEE Store";
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"
></path>
</svg>
<span class="lg:hidden ml-2">Search</span>
</button>