2014-07-15 10:15:21 -04:00
|
|
|
extends /templates/kinds/user
|
|
|
|
|
|
|
|
block append content
|
2014-07-21 16:02:08 -04:00
|
|
|
if user
|
2014-07-22 06:14:21 -04:00
|
|
|
.vertical-buffer
|
|
|
|
.row
|
|
|
|
.left-column
|
|
|
|
.picture-wrapper
|
|
|
|
img.picture(src="#{me.getPhotoURL(150)}" alt="")
|
|
|
|
h3.name= user.get('name')
|
|
|
|
hr
|
|
|
|
ul.list-group
|
|
|
|
li.list-group-item
|
|
|
|
i.glyphicon.glyphicon-briefcase
|
|
|
|
a(href="profile") Job Profile
|
|
|
|
li.list-group-item
|
|
|
|
i.glyphicon.glyphicon-pencil
|
|
|
|
a(href="") Code
|
|
|
|
- var emails = user.get('emails')
|
|
|
|
if emails
|
|
|
|
hr
|
|
|
|
ul.contributor-categories
|
|
|
|
//li.contributor-category
|
|
|
|
img.contributor-image(src="/images/pages/user/general.png")
|
|
|
|
h4.contributor-title CodeCombateer
|
|
|
|
if emails.adventurerNews
|
|
|
|
li.contributor-category
|
|
|
|
img.contributor-image(src="/images/pages/user/adventurer.png")
|
|
|
|
h4.contributor-title
|
|
|
|
a(href="/contribute#adventurer") Adventurer
|
|
|
|
if emails.ambassadorNews
|
|
|
|
li.contributor-category
|
|
|
|
img.contributor-image(src="/images/pages/user/ambassador.png")
|
|
|
|
h4.contributor-title
|
|
|
|
a(href="/contribute#ambassador") Ambassador
|
|
|
|
if emails.archmageNews
|
|
|
|
li.contributor-category
|
|
|
|
img.contributor-image(src="/images/pages/user/archmage.png")
|
|
|
|
h4.contributor-title
|
|
|
|
a(href="/contribute#archmage") Archmage
|
|
|
|
if emails.artisanNews
|
|
|
|
li.contributor-category
|
|
|
|
img.contributor-image(src="/images/pages/user/artisan.png")
|
|
|
|
h4.contributor-title
|
|
|
|
a(href="/contribute#artisan") Artisan
|
|
|
|
if emails.scribeNews
|
|
|
|
li.contributor-category
|
|
|
|
img.contributor-image(src="/images/pages/user/scribe.png")
|
|
|
|
h4.contributor-title
|
|
|
|
a(href="/contribute#scribe") Scribe
|
|
|
|
|
|
|
|
|
|
|
|
.right-column
|
|
|
|
.panel.panel-default
|
|
|
|
.panel-heading
|
|
|
|
h3.panel-title Achievements
|
|
|
|
.panel-body
|
|
|
|
.panel.panel-default
|
|
|
|
.panel-heading
|
|
|
|
h3.panel-title S. Levels
|
|
|
|
.panel-body
|
|
|
|
.panel.panel-default
|
|
|
|
.panel-heading
|
|
|
|
h3.panel-title M. Levels
|
|
|
|
.panel-body
|