Logged in profile sidebar

stable
Xavier Julián 2015-03-24 14:08:18 +01:00 committed by Juanfran
parent 948c5f3036
commit b8af0bf524
5 changed files with 43 additions and 3 deletions

BIN
app/images/quote.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 402 B

View File

@ -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

View File

@ -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"

View File

@ -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;

View File

@ -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;