Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
FE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
During summer vacation, Gitlab will be restart frequently. Use it carefully.
Show more breadcrumbs
Ajou-WSD-Team6
FE
Commits
01a1afcc
Unverified
Commit
01a1afcc
authored
Dec 2, 2019
by
최지원
Committed by
GitHub
Dec 2, 2019
Browse files
Options
Downloads
Patches
Plain Diff
Update UserProfile.vue
parent
b22b887c
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/views/UserProfile.vue
+29
-111
29 additions, 111 deletions
src/views/UserProfile.vue
with
29 additions
and
111 deletions
src/views/UserProfile.vue
+
29
−
111
View file @
01a1afcc
<
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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment