Skip to content
Snippets Groups Projects
Unverified Commit 01a1afcc authored by 최지원's avatar 최지원 Committed by GitHub
Browse files

Update UserProfile.vue

parent b22b887c
No related branches found
No related tags found
No related merge requests found
<template>
<v-container
fill-height
fluid
grid-list-xl>
<v-layout
justify-center
wrap
>
<v-flex
xs12
md8
>
<material-card
color="green"
title="Edit Profile"
text="Complete your profile"
>
<v-container fill-height fluid grid-list-xl>
<v-layout justify-center wrap>
<v-flex xs12 md8>
<material-card color="green" title="Edit Profile" text="Complete your profile">
<v-form>
<v-container py-0>
<v-layout wrap>
<v-flex
xs12
md4
>
<v-text-field
label="Company (disabled)"
disabled/>
<v-flex xs12 md4>
<v-text-field label="Company (disabled)" disabled/>
</v-flex>
<v-flex
xs12
md4
>
<v-text-field
class="purple-input"
label="User Name"
/>
<v-flex xs12 md4>
<v-text-field class="purple-input" label="User Name"/>
</v-flex>
<v-flex
xs12
md4
>
<v-text-field
label="Email Address"
class="purple-input"/>
<v-flex xs12 md4>
<v-text-field label="Email Address" class="purple-input"/>
</v-flex>
<v-flex
xs12
md6
>
<v-text-field
label="First Name"
class="purple-input"/>
<v-flex xs12 md6>
<v-text-field label="First Name" class="purple-input"/>
</v-flex>
<v-flex
xs12
md6
>
<v-text-field
label="Last Name"
class="purple-input"/>
<v-flex xs12 md6>
<v-text-field label="Last Name" class="purple-input"/>
</v-flex>
<v-flex
xs12
md12
>
<v-text-field
label="Adress"
class="purple-input"/>
<v-flex xs12 md12>
<v-text-field label="Adress" class="purple-input"/>
</v-flex>
<v-flex
xs12
md4>
<v-text-field
label="City"
class="purple-input"/>
<v-flex xs12 md4>
<v-text-field label="City" class="purple-input"/>
</v-flex>
<v-flex
xs12
md4>
<v-text-field
label="Country"
class="purple-input"/>
<v-flex xs12 md4>
<v-text-field label="Country" class="purple-input"/>
</v-flex>
<v-flex
xs12
md4>
<v-text-field
class="purple-input"
label="Postal Code"
type="number"/>
<v-flex xs12 md4>
<v-text-field class="purple-input" label="Postal Code" type="number"/>
</v-flex>
<v-flex xs12>
<v-textarea
class="purple-input"
label="About Me"
value="Lorem ipsum dolor sit amet, consectetur adipiscing elit."
/>
<v-textarea class="purple-input" label="About Me" value="Lorem ipsum dolor sit amet, consectetur adipiscing elit."/>
</v-flex>
<v-flex
xs12
text-xs-right
>
<v-btn
class="mx-0 font-weight-light"
color="success"
>
Update Profile
</v-btn>
<v-flex xs12 text-xs-right>
<v-btn class="mx-0 font-weight-light" color="success">Update Profile</v-btn>
</v-flex>
</v-layout>
</v-container>
</v-form>
</material-card>
</v-flex>
<v-flex
xs12
md4
>
<v-flex xs12 md4>
<material-card class="v-card-profile">
<v-avatar
slot="offset"
class="mx-auto d-block"
size="130"
>
<img
src="https://demos.creative-tim.com/vue-material-dashboard/img/marc.aba54d65.jpg"
>
<v-avatar slot="offset" class="mx-auto d-block" size="130">
<img src="https://demos.creative-tim.com/vue-material-dashboard/img/marc.aba54d65.jpg">
</v-avatar>
<v-card-text class="text-xs-center">
<h6 class="category text-gray font-weight-thin mb-3">CEO / CO-FOUNDER</h6>
<h4 class="card-title font-weight-light">Alec Thompson</h4>
<p class="card-description font-weight-light">Don't be scared of the truth because we need to restart the human foundation in truth And I love you like Kanye loves Kanye I love Rick Owens’ bed design but the back is...</p>
<v-btn
color="success"
round
class="font-weight-light"
>Follow</v-btn>
<v-btn color="success" round class="font-weight-light">Follow</v-btn>
</v-card-text>
</material-card>
</v-flex>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment