Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 23 additions & 1 deletion reportstary.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,29 @@ <h1 id="title">Report any Critical stray animal to the nearest Animal Care centr
Moderate health
</label>
</div>


<div class="p-2 w-full">
<div class="relative">
<label for="comment">Pet's Photo</label>
<div class="max-w-3xl">
<label
class="flex justify-center w-full h-32 px-4 transition bg-white border-2 border-gray-300 border-dashed rounded-md appearance-none cursor-pointer hover:border-gray-400 focus:outline-none">
<span class="flex items-center space-x-2">
<svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6 text-gray-900" fill="none"
viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round"
d="M7 16a4 4 0 01-.88-7.903A5 5 0 1115.9 6L16 6a5 5 0 011 9.9M15 13l-3-3m0 0l-3 3m3-3v12" />
</svg>
<span class="font-medium text-gray-600">
Attach Photo, or
<span class="text-blue-600 underline">Browse</span>
</span>
</span>
<input type="file" name="file_upload" class="hidden" />
</label>
</div>
</div>
</div>

<div class="form-group mt-2">
<label for="comment">Would you like to share any additional information about the stray animal's
Expand Down