-
Notifications
You must be signed in to change notification settings - Fork 324
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e009c0b
commit 7ed0f9d
Showing
25 changed files
with
4,807 additions
and
231 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,15 +56,15 @@ <h2 class="text-xl font-bold text-gray-800 dark:text-gray-200"> | |
|
||
<form> | ||
<!-- Grid --> | ||
<div class="grid grid-cols-12 gap-4 sm:gap-6"> | ||
<div class="col-span-3"> | ||
<div class="grid sm:grid-cols-12 gap-2 sm:gap-6"> | ||
<div class="sm:col-span-3"> | ||
<label class="inline-block text-sm text-gray-800 mt-2.5 dark:text-gray-200"> | ||
Profile photo | ||
</label> | ||
</div> | ||
<!-- End Col --> | ||
|
||
<div class="col-span-9"> | ||
<div class="sm:col-span-9"> | ||
<div class="flex items-center gap-5"> | ||
<img class="inline-block h-16 w-16 rounded-full ring-2 ring-white dark:ring-gray-800" src="../../assets/img/160x160/img1.jpg" alt="Image Description"> | ||
<div class="flex gap-x-2"> | ||
|
@@ -82,7 +82,7 @@ <h2 class="text-xl font-bold text-gray-800 dark:text-gray-200"> | |
</div> | ||
<!-- End Col --> | ||
|
||
<div class="col-span-3"> | ||
<div class="sm:col-span-3"> | ||
<label for="af-account-full-name" class="inline-block text-sm text-gray-800 mt-2.5 dark:text-gray-200"> | ||
Full name | ||
</label> | ||
|
@@ -100,42 +100,42 @@ <h2 class="text-xl font-bold text-gray-800 dark:text-gray-200"> | |
</div> | ||
<!-- End Col --> | ||
|
||
<div class="col-span-9"> | ||
<div class="sm:col-span-9"> | ||
<div class="sm:flex"> | ||
<input id="af-account-full-name" type="text" class="py-2 px-3 pr-11 block w-full border-gray-200 shadow-sm -mt-px -ml-px first:rounded-t-lg last:rounded-b-lg sm:first:rounded-l-lg sm:mt-0 sm:first:ml-0 sm:first:rounded-tr-none sm:last:rounded-bl-none sm:last:rounded-r-lg text-sm relative focus:z-10 focus:border-blue-500 focus:ring-blue-500 dark:bg-slate-900 dark:border-gray-700 dark:text-gray-400" placeholder="Maria"> | ||
<input type="text" class="py-2 px-3 pr-11 block w-full border-gray-200 shadow-sm -mt-px -ml-px first:rounded-t-lg last:rounded-b-lg sm:first:rounded-l-lg sm:mt-0 sm:first:ml-0 sm:first:rounded-tr-none sm:last:rounded-bl-none sm:last:rounded-r-lg text-sm relative focus:z-10 focus:border-blue-500 focus:ring-blue-500 dark:bg-slate-900 dark:border-gray-700 dark:text-gray-400" placeholder="Boone"> | ||
</div> | ||
</div> | ||
<!-- End Col --> | ||
|
||
<div class="col-span-3"> | ||
<div class="sm:col-span-3"> | ||
<label for="af-account-email" class="inline-block text-sm text-gray-800 mt-2.5 dark:text-gray-200"> | ||
</label> | ||
</div> | ||
<!-- End Col --> | ||
|
||
<div class="col-span-9"> | ||
<div class="sm:col-span-9"> | ||
<input id="af-account-email" type="email" class="py-2 px-3 pr-11 block w-full border-gray-200 shadow-sm text-sm rounded-lg focus:border-blue-500 focus:ring-blue-500 dark:bg-slate-900 dark:border-gray-700 dark:text-gray-400" placeholder="[email protected]"> | ||
</div> | ||
<!-- End Col --> | ||
|
||
<div class="col-span-3"> | ||
<div class="sm:col-span-3"> | ||
<label for="af-account-password" class="inline-block text-sm text-gray-800 mt-2.5 dark:text-gray-200"> | ||
Password | ||
</label> | ||
</div> | ||
<!-- End Col --> | ||
|
||
<div class="col-span-9"> | ||
<div class="sm:col-span-9"> | ||
<div class="space-y-2"> | ||
<input id="af-account-password" type="text" class="py-2 px-3 pr-11 block w-full border-gray-200 shadow-sm rounded-lg text-sm focus:border-blue-500 focus:ring-blue-500 dark:bg-slate-900 dark:border-gray-700 dark:text-gray-400" placeholder="Enter current password"> | ||
<input type="text" class="py-2 px-3 pr-11 block w-full border-gray-200 shadow-sm rounded-lg text-sm focus:border-blue-500 focus:ring-blue-500 dark:bg-slate-900 dark:border-gray-700 dark:text-gray-400" placeholder="Enter new password"> | ||
</div> | ||
</div> | ||
<!-- End Col --> | ||
|
||
<div class="col-span-3"> | ||
<div class="sm:col-span-3"> | ||
<div class="inline-block"> | ||
<label for="af-account-phone" class="inline-block text-sm text-gray-800 mt-2.5 dark:text-gray-200"> | ||
Phone | ||
|
@@ -147,7 +147,7 @@ <h2 class="text-xl font-bold text-gray-800 dark:text-gray-200"> | |
</div> | ||
<!-- End Col --> | ||
|
||
<div class="col-span-9"> | ||
<div class="sm:col-span-9"> | ||
<div class="sm:flex"> | ||
<input id="af-account-phone" type="text" class="py-2 px-3 pr-11 block w-full border-gray-200 shadow-sm -mt-px -ml-px first:rounded-t-lg last:rounded-b-lg sm:first:rounded-l-lg sm:mt-0 sm:first:ml-0 sm:first:rounded-tr-none sm:last:rounded-bl-none sm:last:rounded-r-lg text-sm relative focus:z-10 focus:border-blue-500 focus:ring-blue-500 dark:bg-slate-900 dark:border-gray-700 dark:text-gray-400" placeholder="+x(xxx)xxx-xx-xx"> | ||
<select class="py-2 px-3 pr-9 block w-full sm:w-auto border-gray-200 shadow-sm -mt-px -ml-px first:rounded-t-lg last:rounded-b-lg sm:first:rounded-l-lg sm:mt-0 sm:first:ml-0 sm:first:rounded-tr-none sm:last:rounded-bl-none sm:last:rounded-r-lg text-sm relative focus:z-10 focus:border-blue-500 focus:ring-blue-500 dark:bg-slate-900 dark:border-gray-700 dark:text-gray-400"> | ||
|
@@ -170,14 +170,14 @@ <h2 class="text-xl font-bold text-gray-800 dark:text-gray-200"> | |
</div> | ||
<!-- End Col --> | ||
|
||
<div class="col-span-3"> | ||
<div class="sm:col-span-3"> | ||
<label for="af-account-gender-checkbox" class="inline-block text-sm text-gray-800 mt-2.5 dark:text-gray-200"> | ||
Gender | ||
</label> | ||
</div> | ||
<!-- End Col --> | ||
|
||
<div class="col-span-9"> | ||
<div class="sm:col-span-9"> | ||
<div class="sm:flex"> | ||
<label for="af-account-gender-checkbox" class="flex py-2 px-3 block w-full border border-gray-200 shadow-sm -mt-px -ml-px first:rounded-t-lg last:rounded-b-lg sm:first:rounded-l-lg sm:mt-0 sm:first:ml-0 sm:first:rounded-tr-none sm:last:rounded-bl-none sm:last:rounded-r-lg text-sm relative focus:z-10 focus:border-blue-500 focus:ring-blue-500 dark:bg-slate-900 dark:border-gray-700 dark:text-gray-400"> | ||
<input type="radio" name="af-account-gender-checkbox" class="shrink-0 mt-0.5 border-gray-200 rounded-full text-blue-600 pointer-events-none focus:ring-blue-500 dark:bg-gray-800 dark:border-gray-700 dark:checked:bg-blue-500 dark:checked:border-blue-500 dark:focus:ring-offset-gray-800" id="af-account-gender-checkbox" checked> | ||
|
@@ -197,14 +197,14 @@ <h2 class="text-xl font-bold text-gray-800 dark:text-gray-200"> | |
</div> | ||
<!-- End Col --> | ||
|
||
<div class="col-span-3"> | ||
<div class="sm:col-span-3"> | ||
<label for="af-account-bio" class="inline-block text-sm text-gray-800 mt-2.5 dark:text-gray-200"> | ||
BIO | ||
</label> | ||
</div> | ||
<!-- End Col --> | ||
|
||
<div class="col-span-9"> | ||
<div class="sm:col-span-9"> | ||
<textarea id="af-account-bio" class="py-2 px-3 block w-full border-gray-200 rounded-lg text-sm focus:border-blue-500 focus:ring-blue-500 dark:bg-slate-900 dark:border-gray-700 dark:text-gray-400" rows="6" placeholder="Type your message..."></textarea> | ||
</div> | ||
<!-- End Col --> | ||
|
Oops, something went wrong.