Skip to content

Commit

Permalink
form update
Browse files Browse the repository at this point in the history
  • Loading branch information
sakibmouin committed Mar 18, 2024
1 parent 973c2ec commit 9629b81
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions apply.html
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,21 @@ <h3 class="text-2xl">Startup Information</h3>
>Startup&#x27;s Name</label
>
</div>
<div class="relative z-0 w-full mb-8 group">
<input
id="637575779"
type="text"
name="entry.637575779"
class="block py-2.5 px-0 w-full text-sm text-gray-900 bg-transparent border-0 border-b-2 border-gray-300 appearance-none dark:text-white dark:border-gray-600 dark:focus:border-blue-500 focus:outline-none focus:ring-0 focus:border-blue-600 peer"
placeholder=" "
required
/>
<label
for="1571831884"
class="peer-focus:font-medium absolute text-sm text-gray-500 dark:text-gray-400 duration-300 transform -translate-y-6 scale-75 top-3 -z-10 origin-[0] peer-focus:start-0 rtl:peer-focus:translate-x-1/4 peer-focus:text-blue-600 peer-focus:dark:text-blue-500 peer-placeholder-shown:scale-100 peer-placeholder-shown:translate-y-0 peer-focus:scale-75 peer-focus:-translate-y-6"
>Website link (if any)</label
>
</div>
<div class="relative z-0 w-full mb-5 group">
<select
id="300278543"
Expand All @@ -444,7 +459,6 @@ <h3 class="text-2xl">Startup Information</h3>
required
>
<option value="" disabled selected>Not Selected</option>
<option value="Idea">Idea</option>
<option value="Early Stage">Early Stage</option>
<option value="Prototype">Prototype</option>
<option value="Generating Revenue">Generating Revenue</option>
Expand Down Expand Up @@ -486,21 +500,6 @@ <h3 class="text-2xl">Startup Information</h3>
followed)</label
>
</div>
<div class="relative z-0 w-full mb-8 group">
<input
id="637575779"
type="text"
name="entry.637575779"
class="block py-2.5 px-0 w-full text-sm text-gray-900 bg-transparent border-0 border-b-2 border-gray-300 appearance-none dark:text-white dark:border-gray-600 dark:focus:border-blue-500 focus:outline-none focus:ring-0 focus:border-blue-600 peer"
placeholder=" "
required
/>
<label
for="1571831884"
class="peer-focus:font-medium absolute text-sm text-gray-500 dark:text-gray-400 duration-300 transform -translate-y-6 scale-75 top-3 -z-10 origin-[0] peer-focus:start-0 rtl:peer-focus:translate-x-1/4 peer-focus:text-blue-600 peer-focus:dark:text-blue-500 peer-placeholder-shown:scale-100 peer-placeholder-shown:translate-y-0 peer-focus:scale-75 peer-focus:-translate-y-6"
>Website link (if any)</label
>
</div>
<br />
<br />
<div class="flex items-center mb-4">
Expand Down

0 comments on commit 9629b81

Please sign in to comment.