|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391 |
- <template>
- <div>
- <div class="intro-y flex items-center mt-8">
- <h2 class="text-lg font-medium mr-auto">Update Profile</h2>
- </div>
- <div class="grid grid-cols-12 gap-6">
- <!-- BEGIN: Profile Menu -->
- <div
- class="col-span-12 lg:col-span-4 xxl:col-span-3 flex lg:block flex-col-reverse"
- >
- <div class="intro-y box mt-5">
- <div class="relative flex items-center p-5">
- <div class="w-12 h-12 image-fit">
- <img
- alt=""
- class="rounded-full"
- :src="require(`@/assets/images/${$f()[0].photos[0]}`)"
- />
- </div>
- <div class="ml-4 mr-auto">
- <div class="font-medium text-base">
- {{ $f()[0].users[0].name }}
- </div>
- <div class="text-gray-600">{{ $f()[0].jobs[0] }}</div>
- </div>
- <div class="dropdown">
- <a class="dropdown-toggle w-5 h-5 block" href="javascript:;">
- <MoreHorizontalIcon
- class="w-5 h-5 text-gray-700 dark:text-gray-300"
- />
- </a>
- <div class="dropdown-box w-56">
- <div class="dropdown-box__content box dark:bg-dark-1">
- <div
- class="p-4 border-b border-gray-200 dark:border-dark-5 font-medium"
- >
- Export Options
- </div>
- <div class="p-2">
- <a
- href=""
- class="flex items-center block p-2 transition duration-300 ease-in-out bg-white dark:bg-dark-1 hover:bg-gray-200 dark:hover:bg-dark-2 rounded-md"
- >
- <ActivityIcon
- class="w-4 h-4 text-gray-700 dark:text-gray-300 mr-2"
- />
- English
- </a>
- <a
- href=""
- class="flex items-center block p-2 transition duration-300 ease-in-out bg-white dark:bg-dark-1 hover:bg-gray-200 dark:hover:bg-dark-2 rounded-md"
- >
- <BoxIcon
- class="w-4 h-4 text-gray-700 dark:text-gray-300 mr-2"
- />
- Indonesia
- <div
- class="text-xs text-white px-1 rounded-full bg-theme-6 ml-auto"
- >
- 10
- </div>
- </a>
- <a
- href=""
- class="flex items-center block p-2 transition duration-300 ease-in-out bg-white dark:bg-dark-1 hover:bg-gray-200 dark:hover:bg-dark-2 rounded-md"
- >
- <LayoutIcon
- class="w-4 h-4 text-gray-700 dark:text-gray-300 mr-2"
- />
- English
- </a>
- <a
- href=""
- class="flex items-center block p-2 transition duration-300 ease-in-out bg-white dark:bg-dark-1 hover:bg-gray-200 dark:hover:bg-dark-2 rounded-md"
- >
- <SidebarIcon
- class="w-4 h-4 text-gray-700 dark:text-gray-300 mr-2"
- />
- Indonesia
- </a>
- </div>
- <div
- class="px-3 py-3 border-t border-gray-200 dark:border-dark-5 font-medium flex"
- >
- <button
- type="button"
- class="button button--sm bg-theme-1 text-white"
- >
- Settings
- </button>
- <button
- type="button"
- class="button button--sm bg-gray-200 text-gray-600 dark:bg-dark-5 dark:text-gray-300 ml-auto"
- >
- View Profile
- </button>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="p-5 border-t border-gray-200 dark:border-dark-5">
- <a
- class="flex items-center text-theme-1 dark:text-theme-10 font-medium"
- href=""
- >
- <ActivityIcon class="w-4 h-4 mr-2" /> Personal Information
- </a>
- <a class="flex items-center mt-5" href="">
- <BoxIcon class="w-4 h-4 mr-2" /> Account Settings
- </a>
- <a class="flex items-center mt-5" href="">
- <LockIcon class="w-4 h-4 mr-2" /> Change Password
- </a>
- <a class="flex items-center mt-5" href="">
- <SettingsIcon class="w-4 h-4 mr-2" /> User Settings
- </a>
- </div>
- <div class="p-5 border-t border-gray-200 dark:border-dark-5">
- <a class="flex items-center" href="">
- <ActivityIcon class="w-4 h-4 mr-2" /> Email Settings
- </a>
- <a class="flex items-center mt-5" href="">
- <BoxIcon class="w-4 h-4 mr-2" /> Saved Credit Cards
- </a>
- <a class="flex items-center mt-5" href="">
- <LockIcon class="w-4 h-4 mr-2" /> Social Networks
- </a>
- <a class="flex items-center mt-5" href="">
- <SettingsIcon class="w-4 h-4 mr-2" /> Tax Information
- </a>
- </div>
- <div class="p-5 border-t flex dark:border-dark-5">
- <button
- type="button"
- class="button button--sm block bg-theme-1 text-white"
- >
- New Group
- </button>
- <button
- type="button"
- class="button button--sm border text-gray-700 dark:border-dark-5 dark:bg-dark-5 dark:text-gray-300 ml-auto"
- >
- New Quick Link
- </button>
- </div>
- </div>
- </div>
- <!-- END: Profile Menu -->
- <div class="col-span-12 lg:col-span-8 xxl:col-span-9">
- <!-- BEGIN: Display Information -->
- <div class="intro-y box lg:mt-5">
- <div
- class="flex items-center p-5 border-b border-gray-200 dark:border-dark-5"
- >
- <h2 class="font-medium text-base mr-auto">Display Information</h2>
- </div>
- <div class="p-5">
- <div class="grid grid-cols-12 gap-5">
- <div class="col-span-12 xl:col-span-4">
- <div
- class="border border-gray-200 dark:border-dark-5 rounded-md p-5"
- >
- <div
- class="w-40 h-40 relative image-fit cursor-pointer zoom-in mx-auto"
- >
- <img
- class="rounded-md"
- alt=""
- :src="require(`@/assets/images/${$f()[0].photos[0]}`)"
- />
- <Tippy
- tag="div"
- content="Remove this profile photo?"
- class="w-5 h-5 flex items-center justify-center absolute rounded-full text-white bg-theme-6 right-0 top-0 -mr-2 -mt-2"
- >
- <xIcon class="w-4 h-4" />
- </Tippy>
- </div>
- <div class="w-40 mx-auto cursor-pointer relative mt-5">
- <button
- type="button"
- class="button w-full bg-theme-1 text-white"
- >
- Change Photo
- </button>
- <input
- type="file"
- class="w-full h-full top-0 left-0 absolute opacity-0"
- />
- </div>
- </div>
- </div>
- <div class="col-span-12 xl:col-span-8">
- <div>
- <label>Display Name</label>
- <input
- type="text"
- class="input w-full border bg-gray-100 cursor-not-allowed mt-2"
- placeholder="Input text"
- :value="$f()[0].users[0].name"
- disabled
- />
- </div>
- <div class="mt-3">
- <label>Nearest MRT Station</label>
- <div class="mt-2">
- <TailSelect
- v-model="select"
- :options="{
- search: true,
- classNames: 'w-full'
- }"
- >
- <option value="1">Admiralty</option>
- <option value="2">Aljunied</option>
- <option value="3">Ang Mo Kio</option>
- <option value="4">Bartley</option>
- <option value="5">Beauty World</option>
- </TailSelect>
- </div>
- </div>
- <div class="mt-3">
- <label>Postal Code</label>
- <div class="mt-2">
- <TailSelect
- v-model="select"
- :options="{
- search: true,
- classNames: 'w-full'
- }"
- >
- <option value="1"
- >018906 - 1 STRAITS BOULEVARD SINGA...</option
- >
- <option value="2"
- >018910 - 5A MARINA GARDENS DRIVE...</option
- >
- <option value="3"
- >018915 - 100A CENTRAL BOULEVARD...</option
- >
- <option value="4"
- >018925 - 21 PARK STREET MARINA...</option
- >
- <option value="5"
- >018926 - 23 PARK STREET MARINA...</option
- >
- </TailSelect>
- </div>
- </div>
- <div class="mt-3">
- <label>Address</label>
- <textarea
- class="input w-full border mt-2"
- placeholder="Adress"
- >
- 10 Anson Road, International Plaza, #10-11, 079903 Singapore, Singapore</textarea
- >
- </div>
- <button
- type="button"
- class="button w-20 bg-theme-1 text-white mt-3"
- >
- Save
- </button>
- </div>
- </div>
- </div>
- </div>
- <!-- END: Display Information -->
- <!-- BEGIN: Personal Information -->
- <div class="intro-y box lg:mt-5">
- <div
- class="flex items-center p-5 border-b border-gray-200 dark:border-dark-5"
- >
- <h2 class="font-medium text-base mr-auto">Personal Information</h2>
- </div>
- <div class="p-5">
- <div class="grid grid-cols-12 gap-5">
- <div class="col-span-12 xl:col-span-6">
- <div>
- <label>Email</label>
- <input
- type="text"
- class="input w-full border bg-gray-100 cursor-not-allowed mt-2"
- placeholder="Input text"
- :value="$f()[0].users[0].email"
- disabled
- />
- </div>
- <div class="mt-3">
- <label>Name</label>
- <input
- type="text"
- class="input w-full border mt-2"
- placeholder="Input text"
- :value="$f()[0].users[0].name"
- disabled
- />
- </div>
- <div class="mt-3">
- <label>ID Type</label>
- <select class="input w-full border mt-2">
- <option>IC</option>
- <option>FIN</option>
- <option>Passport</option>
- </select>
- </div>
- <div class="mt-3">
- <label>ID Number</label>
- <input
- type="text"
- class="input w-full border mt-2"
- placeholder="Input text"
- value="357821204950001"
- />
- </div>
- </div>
- <div class="col-span-12 xl:col-span-6">
- <div>
- <label>Phone Number</label>
- <input
- type="text"
- class="input w-full border mt-2"
- placeholder="Input text"
- value="65570828"
- />
- </div>
- <div class="mt-3">
- <label>Address</label>
- <input
- type="text"
- class="input w-full border mt-2"
- placeholder="Input text"
- value="10 Anson Road, International Plaza, #10-11, 079903 Singapore, Singapore"
- />
- </div>
- <div class="mt-3">
- <label>Bank Name</label>
- <div class="mt-2">
- <TailSelect
- v-model="select"
- :options="{
- search: true,
- classNames: 'w-full'
- }"
- >
- <option value="1">SBI - STATE BANK OF INDIA</option>
- <option value="1">CITI BANK - CITI BANK</option>
- </TailSelect>
- </div>
- </div>
- <div class="mt-3">
- <label>Bank Account</label>
- <input
- type="text"
- class="input w-full border mt-2"
- placeholder="Input text"
- value="DBS Current 011-903573-0"
- />
- </div>
- </div>
- </div>
- <div class="flex justify-end mt-4">
- <a href="" class="text-theme-6 flex items-center">
- <Trash2Icon class="w-4 h-4 mr-1" /> Delete Account
- </a>
- <button
- type="button"
- class="button w-20 bg-theme-1 text-white ml-auto"
- >
- Save
- </button>
- </div>
- </div>
- </div>
- <!-- END: Personal Information -->
- </div>
- </div>
- </div>
- </template>
-
- <script>
- export default {
- data() {
- return {
- select: "1"
- };
- }
- };
- </script>
|