Employer form mostly working with persist to db

This commit is contained in:
Jason Jordan
2025-12-10 13:22:33 -05:00
parent 78ce415b94
commit 0464ba8929
68 changed files with 3071 additions and 365 deletions
+4 -3
View File
@@ -13,9 +13,9 @@
<body>
<main>
<div class="w-full h-screen flex bg-black justify-center items-center">
<div class="h-[98%] w-[calc(100%-1rem)] mt-1 mb-2 flex justify-center items-center shadow-[0_0_10px_3px_#93c5fd] rounded-xl bg-[#04153E]">
<div class="w-11/12 mt-8 px-5 flex">
<div class="w-full min-h-screen flex flex-col bg-black justify-center items-center">
<div class="min-h-full w-[calc(100%-1rem)] mt-1 mb-2 flex flex-grow justify-center items-center shadow-[0_0_10px_3px_#93c5fd] rounded-xl bg-[#04153E]">
<div class="min-h-full w-11/12 mt-8 px-5 flex flex-grow justify-center items-center">
<%= yield %>
</div>
</div>
@@ -23,3 +23,4 @@
</main>
</body>
</html>