Logged in profile sidebar
parent
948c5f3036
commit
b8af0bf524
Binary file not shown.
After Width: | Height: | Size: 402 B |
|
@ -1,6 +1,6 @@
|
||||||
include ../includes/components/beta
|
include ../includes/components/beta
|
||||||
div.profile.centered
|
div.profile.centered
|
||||||
div.profile-bar User bar
|
include ../includes/modules/profile/profile-bar
|
||||||
div.main
|
div.main
|
||||||
div.hero
|
div.hero
|
||||||
div.content-wrapper
|
div.content-wrapper
|
||||||
|
|
|
@ -0,0 +1,38 @@
|
||||||
|
div.profile-bar
|
||||||
|
img.profile-img(src="http://i.imgur.com/gPiHzHN.jpg", alt="{{ user.nickname }}")
|
||||||
|
a.button-green
|
||||||
|
span Follow
|
||||||
|
h1 Silvia Rodríguez
|
||||||
|
// If user has no defined role in its profile use all its project defined roles followed by an &
|
||||||
|
h2 Backend Developer & Stackeholder
|
||||||
|
div.location
|
||||||
|
// span.icon.icon-location
|
||||||
|
span Madrid
|
||||||
|
// These values in profile stats are not defined yet in UX. Please ask
|
||||||
|
div.profile-stats
|
||||||
|
div.stat
|
||||||
|
span.stat-number 3
|
||||||
|
span.stat-name projects
|
||||||
|
div.stat
|
||||||
|
span.stat-number 67
|
||||||
|
span.stat-name us done
|
||||||
|
div.stat
|
||||||
|
span.stat-number 34
|
||||||
|
span.stat-name contacts
|
||||||
|
// These badges are not defined yet in UX. Please ask
|
||||||
|
div.profile-badges
|
||||||
|
div.badge
|
||||||
|
div.badge
|
||||||
|
div.badge
|
||||||
|
div.badge
|
||||||
|
|
||||||
|
div.profile-organizations
|
||||||
|
h3 Organizations
|
||||||
|
div.profile-organizations-wrapper
|
||||||
|
div.organization
|
||||||
|
div.organization
|
||||||
|
div.organization
|
||||||
|
div.organization
|
||||||
|
|
||||||
|
div.profile-quote
|
||||||
|
span "Small minds talk about people, average minds discuss events, great minds discuss ideas"
|
|
@ -5,8 +5,10 @@
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: 0;
|
border: 0;
|
||||||
color: $white;
|
color: $white;
|
||||||
|
cursor: pointer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: .4rem 2.5rem;
|
padding: .4rem 2.5rem;
|
||||||
|
text-align: center;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
transition: all .3s linear;
|
transition: all .3s linear;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
padding: 2rem 0;
|
padding: 2rem 0;
|
||||||
.profile-bar {
|
.profile-bar {
|
||||||
background: #f0f;
|
margin-right: 1rem;
|
||||||
flex: 1;
|
width: 200px;
|
||||||
}
|
}
|
||||||
.main {
|
.main {
|
||||||
background: #00f;
|
background: #00f;
|
||||||
|
|
Loading…
Reference in New Issue