December 17th,2025 V.17.2

This commit is contained in:
Flatlogic Bot 2025-12-17 23:01:34 +00:00
parent 6aab7be89b
commit 79492dffce
2 changed files with 19 additions and 9 deletions

View File

@ -31,20 +31,30 @@
<div class="mt-10 max-w-2xl mx-auto">
<div class="bg-white shadow-lg rounded-lg p-8">
<form action="#" method="POST">
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div class="space-y-6">
<div>
<label for="first-name" class="block text-sm font-medium text-gray-700">First Name</label>
<input type="text" name="first-name" id="first-name" class="mt-1 block w-full px-3 py-2 bg-white border border-gray-300 rounded-md shadow-sm placeholder-gray-400 focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm">
<label for="full-name" class="block text-sm font-medium text-gray-700">Full Name</label>
<input type="text" name="full-name" id="full-name" class="mt-1 block w-full px-3 py-2 bg-white border border-gray-300 rounded-md shadow-sm placeholder-gray-400 focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm">
</div>
<div>
<label for="last-name" class="block text-sm font-medium text-gray-700">Last Name</label>
<input type="text" name="last-name" id="last-name" class="mt-1 block w-full px-3 py-2 bg-white border border-gray-300 rounded-md shadow-sm placeholder-gray-400 focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm">
</div>
<div class="md:col-span-2">
<label for="email" class="block text-sm font-medium text-gray-700">Email</label>
<label for="email" class="block text-sm font-medium text-gray-700">Work Email</label>
<input type="email" name="email" id="email" class="mt-1 block w-full px-3 py-2 bg-white border border-gray-300 rounded-md shadow-sm placeholder-gray-400 focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm">
</div>
<div class="md:col-span-2">
<div>
<label for="company-website" class="block text-sm font-medium text-gray-700">Company Website</label>
<input type="url" name="company-website" id="company-website" class="mt-1 block w-full px-3 py-2 bg-white border border-gray-300 rounded-md shadow-sm placeholder-gray-400 focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm">
</div>
<div class="grid grid-cols-1 gap-y-6 gap-x-4 sm:grid-cols-2">
<div>
<label for="roles-per-month" class="block text-sm font-medium text-gray-700">Roles per month</label>
<input type="number" name="roles-per-month" id="roles-per-month" min="0" class="mt-1 block w-full px-3 py-2 bg-white border border-gray-300 rounded-md shadow-sm placeholder-gray-400 focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm">
</div>
<div>
<label for="candidates-per-role" class="block text-sm font-medium text-gray-700">Candidates per role</label>
<input type="number" name="candidates-per-role" id="candidates-per-role" min="0" class="mt-1 block w-full px-3 py-2 bg-white border border-gray-300 rounded-md shadow-sm placeholder-gray-400 focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm">
</div>
</div>
<div>
<label for="hiring-process" class="block text-sm font-medium text-gray-700">Tell us about your current hiring process</label>
<textarea name="hiring-process" id="hiring-process" rows="4" class="mt-1 block w-full px-3 py-2 bg-white border border-gray-300 rounded-md shadow-sm placeholder-gray-400 focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm"></textarea>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB