December 17,2025 V.37
This commit is contained in:
parent
412496903f
commit
77b57d11d8
32
demo.php
32
demo.php
@ -27,7 +27,7 @@
|
|||||||
</nav>
|
</nav>
|
||||||
<div class="flex items-center gap-4">
|
<div class="flex items-center gap-4">
|
||||||
<a href="login.php" class="text-gray-600 hover:text-black">Sign In</a>
|
<a href="login.php" class="text-gray-600 hover:text-black">Sign In</a>
|
||||||
<a href="demo.php" class="bg-black text-white px-5 py-2.5 rounded-lg">Book a Demo</a>
|
<a href="demo.php" class="bg-blue-600 text-white px-5 py-2.5 rounded-lg hover:bg-blue-700">Book a Demo</a>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
@ -43,7 +43,7 @@
|
|||||||
<div class="text-gray-700">
|
<div class="text-gray-700">
|
||||||
<h2 class="text-3xl font-bold mb-4 text-blue-600">How can FinMox make your HR headaches disappear?</h2>
|
<h2 class="text-3xl font-bold mb-4 text-blue-600">How can FinMox make your HR headaches disappear?</h2>
|
||||||
<p class="mb-6 text-lg">Schedule a free demo and get your questions answered.</p>
|
<p class="mb-6 text-lg">Schedule a free demo and get your questions answered.</p>
|
||||||
<div class="bg-gray-100 p-6 rounded-lg border border-gray-200">
|
<div class="bg-gray-100 p-6 rounded-lg border-l-4 border-blue-500">
|
||||||
<p class="italic text-gray-600">"Our favorite things about FinMox are the easy-to-use Ul and its well-fit recruitment features. Their team is also always available to help whenever we are in need of support."</p>
|
<p class="italic text-gray-600">"Our favorite things about FinMox are the easy-to-use Ul and its well-fit recruitment features. Their team is also always available to help whenever we are in need of support."</p>
|
||||||
<p class="mt-4 font-bold text-right">- Tavon Giaquinta, HR Executive - AME</p>
|
<p class="mt-4 font-bold text-right">- Tavon Giaquinta, HR Executive - AME</p>
|
||||||
</div>
|
</div>
|
||||||
@ -54,20 +54,20 @@
|
|||||||
<div class="bg-white p-8 rounded-lg border border-gray-200">
|
<div class="bg-white p-8 rounded-lg border border-gray-200">
|
||||||
<form action="#" method="POST" class="space-y-4">
|
<form action="#" method="POST" class="space-y-4">
|
||||||
<div>
|
<div>
|
||||||
<label for="first-name" class="block text-sm font-medium text-gray-500">First name*</label>
|
<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-200 rounded-md shadow-sm focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm">
|
<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 focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm">
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<label for="last-name" class="block text-sm font-medium text-gray-500">Last name*</label>
|
<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-200 rounded-md shadow-sm focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm">
|
<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 focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm">
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<label for="work-email" class="block text-sm font-medium text-gray-500">Work email*</label>
|
<label for="work-email" class="block text-sm font-medium text-gray-700">Work email*</label>
|
||||||
<input type="email" name="work-email" id="work-email" class="mt-1 block w-full px-3 py-2 bg-white border border-gray-200 rounded-md shadow-sm focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm">
|
<input type="email" name="work-email" id="work-email" class="mt-1 block w-full px-3 py-2 bg-white border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm">
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<label for="company-size" class="block text-sm font-medium text-gray-500">Company size*</label>
|
<label for="company-size" class="block text-sm font-medium text-gray-700">Company size*</label>
|
||||||
<select id="company-size" name="company-size" class="mt-1 block w-full pl-3 pr-10 py-2 text-base border-gray-200 focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm rounded-md">
|
<select id="company-size" name="company-size" class="mt-1 block w-full pl-3 pr-10 py-2 text-base border border-gray-300 focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm rounded-md bg-white">
|
||||||
<option>1-50</option>
|
<option>1-50</option>
|
||||||
<option>51-200</option>
|
<option>51-200</option>
|
||||||
<option>201-500</option>
|
<option>201-500</option>
|
||||||
@ -75,12 +75,12 @@
|
|||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<label for="industry" class="block text-sm font-medium text-gray-500">Industry*</label>
|
<label for="industry" class="block text-sm font-medium text-gray-700">Industry*</label>
|
||||||
<input type="text" name="industry" id="industry" class="mt-1 block w-full px-3 py-2 bg-white border border-gray-200 rounded-md shadow-sm focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm" placeholder="Your company industry">
|
<input type="text" name="industry" id="industry" class="mt-1 block w-full px-3 py-2 bg-white border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm" placeholder="Your company industry">
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<label for="primary-challenge" class="block text-sm font-medium text-gray-500">Primary challenge which want to solve with HR software*</label>
|
<label for="primary-challenge" class="block text-sm font-medium text-gray-700">Primary challenge which want to solve with HR software*</label>
|
||||||
<select id="primary-challenge" name="primary-challenge" class="mt-1 block w-full pl-3 pr-10 py-2 text-base border-gray-200 focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm rounded-md">
|
<select id="primary-challenge" name="primary-challenge" class="mt-1 block w-full pl-3 pr-10 py-2 text-base border border-gray-300 focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm rounded-md bg-white">
|
||||||
<option>Select</option>
|
<option>Select</option>
|
||||||
<option>Recruitment</option>
|
<option>Recruitment</option>
|
||||||
<option>Onboarding</option>
|
<option>Onboarding</option>
|
||||||
@ -89,8 +89,8 @@
|
|||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<label for="rollout-date" class="block text-sm font-medium text-gray-500">When do you want to roll out an HR System</label>
|
<label for="rollout-date" class="block text-sm font-medium text-gray-700">When do you want to roll out an HR System</label>
|
||||||
<select id="rollout-date" name="rollout-date" class="mt-1 block w-full pl-3 pr-10 py-2 text-base border-gray-200 focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm rounded-md">
|
<select id="rollout-date" name="rollout-date" class="mt-1 block w-full pl-3 pr-10 py-2 text-base border border-gray-300 focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm rounded-md bg-white">
|
||||||
<option>Select</option>
|
<option>Select</option>
|
||||||
<option>ASAP</option>
|
<option>ASAP</option>
|
||||||
<option>In 1-3 months</option>
|
<option>In 1-3 months</option>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user