2014-01-03 13:32:13 -05:00
extends /templates/base
block content
2014-05-31 01:12:44 -04:00
if allowedToEditJobProfile
2014-04-09 16:14:52 -04:00
.profile-control-bar
2014-06-07 02:31:19 -04:00
if editing
.progress.profile-completion-progress
.progress-bar.progress-bar-success(style="width: #{100 * progress}%")
.progress-text
a.btn(href="/account/settings")
i.icon-cog
span(data-i18n="account_profile.settings") Settings
2014-06-01 01:09:41 -04:00
if editing
button.btn.btn-success#toggle-editing
i.icon-ok
2014-06-07 02:31:19 -04:00
span(data-i18n="account_profile.done_editing") Done Editing
2014-06-01 01:09:41 -04:00
else
button.btn#toggle-editing
i.icon-cog
2014-06-07 02:31:19 -04:00
span(data-i18n="account_profile.edit_profile") Edit Profile
2014-06-08 21:15:16 -04:00
if linkedInAuthorized && editing
2014-06-08 20:38:02 -04:00
button.btn.btn-success#importLinkedIn
i.icon-arrow-down
span Import LinkedIn
2014-06-08 21:37:33 -04:00
else if editing
2014-06-08 20:51:45 -04:00
button.btn.linked-in-button
script(type="in/Login" id="linkedInAuthButton" data-onAuth="contractCallback")
2014-06-07 19:33:14 -04:00
if profile && profile.active
2014-06-01 01:09:41 -04:00
button.btn.btn-success#toggle-job-profile-active
i.icon-eye-open
span(data-i18n="account_profile.active") Looking for interview offers now
else
button.btn#toggle-job-profile-active
i.icon-eye-close
span(data-i18n="account_profile.inactive") Not looking for offers right now
2014-06-07 19:33:14 -04:00
if profile && (profile.active || me.isAdmin())
2014-06-07 21:58:06 -04:00
if profileApproved
2014-06-07 02:31:19 -04:00
button.btn.btn-success#toggle-job-profile-approved(disabled=!me.isAdmin())
i.icon-eye-open
2014-06-10 01:17:53 -04:00
span(data-i18n='account_profile.featured') Featured
2014-06-07 02:31:19 -04:00
else if me.isAdmin()
button.btn#toggle-job-profile-approved
i.icon-eye-close
2014-06-10 01:17:53 -04:00
span(data-i18n='account_profile.not_featured') Not Featured
2014-06-01 14:45:01 -04:00
if me.isAdmin() && !myProfile
2014-06-17 18:17:19 -04:00
button.btn#enter-espionage-mode 007
if me.isAdmin()
button.btn#open-model-modal Raw
2014-06-08 21:37:33 -04:00
2014-06-01 01:09:41 -04:00
if profile && allowedToViewJobProfile
2014-05-31 01:12:44 -04:00
div(class="job-profile-container" + (editing ? " editable-profile" : ""))
2014-04-09 16:14:52 -04:00
.job-profile-row
.left-column.full-height-column
2014-04-17 14:34:55 -04:00
.sub-column
2014-06-01 19:45:19 -04:00
#profile-photo-container.editable-section(title="Click to change your photo")
2014-05-31 01:12:44 -04:00
.editable-icon.glyphicon.glyphicon-pencil
2014-04-17 14:34:55 -04:00
img.profile-photo(src=user.getPhotoURL(240, true))
.profile-caption= profile.jobTitle || 'Software Developer'
2014-06-08 21:37:33 -04:00
2014-06-01 19:45:19 -04:00
#links-container.editable-section
2014-06-01 01:09:41 -04:00
.editable-display(title="Click to add social and personal links")
2014-05-31 01:12:44 -04:00
.editable-icon.glyphicon.glyphicon-pencil
2014-06-01 14:45:01 -04:00
if profileLinks && profileLinks.length
2014-05-31 01:12:44 -04:00
ul.links.editable-thinner
each link in profileLinks
if link.link && link.name
li(title=profile.name + " on " + link.name, class=link.icon ? "has-icon" : "")
a(href=link.link)
if link.icon
img(src=link.icon.url, alt=link.icon.name)
else
button.btn.btn-large.btn-inverse.flat-button= link.name
else if editing
h3.edit-label(data-i18n="account_profile.add_links") Add some links
2014-06-07 02:31:19 -04:00
ul.links
li.has-icon
a(href='http://example.com')
img(src='/images/pages/account/profile/icon_github.png', alt='GitHub')
li.has-icon
a(href='http://example.com')
img(src='/images/pages/account/profile/icon_facebook.png', alt='Facebook')
li.has-icon
a(href='http://example.com')
img(src='/images/pages/account/profile/icon_twitter.png', alt='Twitter')
li.has-icon
a(href='http://example.com/')
img(src='/images/pages/account/profile/icon_linkedin.png', alt='LinkedIn')
button.btn.btn-large.btn-inverse.flat-button.edit-example-button(data-i18n="account_profile.example_blog") Blog
button.btn.btn-large.btn-inverse.flat-button.edit-example-button(data-i18n="account_profile.example_personal_site") Personal Site
2014-05-31 01:12:44 -04:00
form.editable-form
.editable-icon.glyphicon.glyphicon-remove
2014-06-01 19:45:19 -04:00
h3(data-i18n="account_profile.links_header") Personal Links
p.help-block(data-i18n="account_profile.links_blurb") Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog.
2014-06-01 01:09:41 -04:00
.editable-array(data-property='links')
2014-06-01 14:45:01 -04:00
for link, index in (profile.links || []).concat({})
2014-05-31 01:12:44 -04:00
.array-item.link-container.well.well-sm
.form-group
2014-06-01 19:45:19 -04:00
label.control-label(data-i18n="account_profile.links_name") Link Name
input.form-control(type='link-name', maxlength='30', data-schemaformat='link-name', name="root[links][#{index}][name]", value=link.name, data-autocomplete="commonLinkNames", data-autocomplete-min-length=0)
2014-05-31 01:12:44 -04:00
if !index
2014-06-01 19:45:19 -04:00
p.help-block
span(data-i18n="account_profile.links_name_help") What are you linking to?
| Ex.: 'Personal Website', 'GitHub'
2014-05-31 01:12:44 -04:00
.form-group
2014-06-01 19:45:19 -04:00
label.control-label(data-i18n="account_profile.links_link") Link URL
input.form-control(type='url', pattern='^(ht|f)tp(s?)://[0-9a-zA-Z]([-.w]*[0-9a-zA-Z])*(:(0-9)*)*(/?)([a-zA-Z0-9- .?,\'/\+&%$#_=]*)?$', data-schemaformat='url', name="root[links][#{index}][link]", value=link.link)
2014-05-31 01:12:44 -04:00
if !index
2014-06-01 19:45:19 -04:00
p.help-block Ex.: "https://github.com/nwinter"
2014-05-31 01:12:44 -04:00
button.btn.btn-success.btn-block.save-section(data-i18n="common.save") Save
2014-06-04 17:38:57 -04:00
.editable-section#basic-info-container
2014-06-01 01:09:41 -04:00
- var editableDefaults = editing && profile.city == jobProfileSchema.properties.city.default
div(class="editable-display" + (editableDefaults ? " edit-example-text" : ""), title="Click to edit your basic info")
2014-05-31 01:12:44 -04:00
.editable-icon.glyphicon.glyphicon-pencil
2014-06-01 01:09:41 -04:00
if editableDefaults
2014-06-01 19:45:19 -04:00
h3.edit-label(data-i18n="account_profile.basics_header") Update basic info
2014-05-31 01:12:44 -04:00
div= profile.city + ', ' + profile.country
div= profile.visa
div
span(data-i18n="account_profile.looking_for") Looking for:
| #{profile.lookingFor}
div
span(data-i18n="account_profile.last_updated") Last updated:
| #{moment(profile.updated).fromNow()}
form.editable-form
.editable-icon.glyphicon.glyphicon-remove
.form-group
2014-06-01 19:45:19 -04:00
label.control-label(data-i18n="account_profile.basics_active") Open to Offers
2014-05-31 01:12:44 -04:00
select.form-control(name='root[active]')
2014-06-01 19:45:19 -04:00
option(value='1', selected=profile.active, data-i18n="account_profile.active") Looking for interview offers now
option(value='', selected=!profile.active, data-i18n="account_profile.inactive") Not looking for offers right now
p.help-block(data-i18n="account_profile.basics_active_help") Want interview offers right now?
2014-05-31 01:12:44 -04:00
.form-group
2014-06-01 19:45:19 -04:00
label.control-label(data-i18n="account_profile.basics_job_title") Desired Job Title
2014-05-31 01:12:44 -04:00
input.form-control(type='text', maxlength='50', name='root[jobTitle]', value=profile.jobTitle)
p.help-block
2014-06-01 19:45:19 -04:00
span(data-i18n="account_profile.basics_job_title_help") What role are you looking for?
| Ex.: "Full Stack Engineer", "Front-End Developer", "iOS Developer"
2014-05-31 01:12:44 -04:00
.form-group
2014-06-01 19:45:19 -04:00
label.control-label(data-i18n="account_profile.basics_city") City
input.form-control(type='city', maxlength='100', data-schemaformat='city', name='root[city]', value=profile.city, data-autocomplete="commonCities", data-autocomplete-min-length=1)
2014-05-31 01:12:44 -04:00
p.help-block
2014-06-01 19:45:19 -04:00
span(data-i18n="account_profile.basics_city_help") City you want to work in (or live in now).
| Ex.: "San Francisco", "Lubbock, TX"
2014-05-31 01:12:44 -04:00
.form-group
2014-06-01 19:45:19 -04:00
label.control-label(data-i18n="account_profile.basics_country") Country
input.form-control(type='country', maxlength='100', data-schemaformat='country', name='root[country]', value=profile.country, data-autocomplete="commonCountries", data-autocomplete-min-length=1)
p.help-block
span(data-i18n="account_profile.basics_country_help") Country you want to work in (or live in now).
| Ex.: "USA", "France"
2014-06-01 01:09:41 -04:00
.form-group
2014-06-01 19:45:19 -04:00
label.control-label(data-i18n="account_profile.basics_visa") US Work Status
2014-06-01 01:09:41 -04:00
select.form-control(name='root[visa]')
option(value='Authorized to work in the US', selected=profile.visa == 'Authorized to work in the US') Authorized to work in the US
option(value='Need visa sponsorship', selected=profile.visa == 'Need visa sponsorship') Need visa sponsorship
2014-07-07 22:34:35 -04:00
p.help-block(data-i18n="account_profile.basics_visa_help") Are you authorized to work in the US, or do you need visa sponsorship? (If you live in Canada or Australia, mark authorized.)
2014-05-31 01:12:44 -04:00
.form-group
2014-06-01 19:45:19 -04:00
label.control-label(data-i18n="account_profile.basics_looking_for") Looking For
2014-05-31 01:12:44 -04:00
select.form-control(name='root[lookingFor]')
2014-06-01 19:45:19 -04:00
option(value='Full-time', selected=profile.lookingFor == "Full-time", data-i18n="account_profile.basics_looking_for_full_time") Full-time
option(value='Part-time', selected=profile.lookingFor == "Part-time", data-i18n="account_profile.basics_looking_for_part_time") Part-time
option(value='Remote', selected=profile.lookingFor == "Remote", data-i18n="account_profile.basics_looking_for_remote") Remote
option(value='Contracting', selected=profile.lookingFor == "Contracting", data-i18n="account_profile.basics_looking_for_contracting") Contracting
option(value='Internship', selected=profile.lookingFor == "Internship", data-i18n="account_profile.basics_looking_for_internship") Internship
p.help-block(data-i18n="account_profile.basics_looking_for_help") What kind of developer position do you want?
2014-05-31 01:12:44 -04:00
button.btn.btn-success.btn-block.save-section(data-i18n="common.save") Save
2014-06-08 21:37:33 -04:00
2014-06-07 02:31:19 -04:00
if !editing && !myProfile
2014-06-01 01:09:41 -04:00
button#contact-candidate.btn.btn-large.btn-inverse.flat-button
span(data-i18n="account_profile.contact") Contact
| #{profile.name.split(' ')[0]}
2014-06-17 16:03:08 -04:00
if me.isAdmin()
select#admin-contact.form-control
for contact in adminContacts
option(value=contact.id, selected=remark && remark.get('contact') == contact.id)= contact.name
2014-04-09 16:14:52 -04:00
2014-06-11 22:38:41 -04:00
if !editing && sessions.length
h3(data-i18n="account_profile.player_code") Player Code
ul.sessions
each session in sessions
li
2014-07-17 12:12:21 -04:00
a.session-link(data-session-id=session._id)
2014-06-11 22:38:41 -04:00
span= session.levelName
if session.team
2014-07-17 12:12:21 -04:00
span.spl - #{session.team}
2014-06-11 22:38:41 -04:00
if session.codeLanguage != 'javascript'
2014-07-17 12:12:21 -04:00
span.spl - #{{coffeescript: 'CoffeeScript', python: 'Python', lua: 'Lua', io: 'Io', clojure: 'Clojure'}[session.codeLanguage]}
2014-06-11 22:38:41 -04:00
2014-04-09 16:14:52 -04:00
.middle-column.full-height-column
2014-04-17 14:34:55 -04:00
.sub-column
2014-06-01 19:45:19 -04:00
#name-container.editable-section
2014-06-01 01:09:41 -04:00
.editable-display(title="Click to fill in your name")
.editable-icon.glyphicon.glyphicon-pencil
2014-06-01 19:45:19 -04:00
if editing && !profile.name
h3.edit-label(data-i18n="account_profile.name_header") Fill in your name
else if profile.name
2014-06-17 16:03:08 -04:00
h3= profile.name + (me.isAdmin() ? ' (' + user.get('name') + ')' : '')
2014-06-01 19:45:19 -04:00
else
2014-06-17 16:03:08 -04:00
h3
span(data-i18n="account_profile.name_anonymous") Anonymous Developer
if me.isAdmin()
span (#{user.get('name')})
2014-06-01 01:09:41 -04:00
form.editable-form
.editable-icon.glyphicon.glyphicon-remove
.form-group
2014-06-01 19:45:19 -04:00
label.control-label(data-i18n="general.name") Name
2014-06-01 01:09:41 -04:00
input.form-control(type='text', maxlength='100', name='root[name]', value=profile.name)
2014-06-01 19:45:19 -04:00
p.help-block(data-i18n="account_profile.name_help") Name you want employers to see, like 'Nick Winter'.
2014-06-01 01:09:41 -04:00
button.btn.btn-success.btn-block.save-section(data-i18n="common.save") Save
2014-06-08 21:37:33 -04:00
2014-06-01 19:45:19 -04:00
#short-description-container.editable-section
2014-06-07 02:31:19 -04:00
.editable-display(title="Click to write your tagline")
2014-06-01 01:09:41 -04:00
.editable-icon.glyphicon.glyphicon-pencil
if editing && (!profile.shortDescription || profile.shortDescription == jobProfileSchema.properties.shortDescription.default)
2014-06-01 19:45:19 -04:00
h3.edit-label(data-i18n="account_profile.short_description_header") Write a short description of yourself
2014-06-07 02:31:19 -04:00
p.edit-example-text(data-i18n="account_profile.short_description_blurb") Add a tagline to help an employer quickly learn more about you.
2014-06-08 21:37:33 -04:00
2014-06-01 01:09:41 -04:00
else if profile.shortDescription
p.editable-thinner= profile.shortDescription
form.editable-form
.editable-icon.glyphicon.glyphicon-remove
.form-group
2014-06-07 02:31:19 -04:00
label.control-label(data-i18n="account_profile.short_description") Tagline
2014-06-01 01:09:41 -04:00
textarea.form-control(rows=3, maxlength='140', name='root[shortDescription]')= profile.shortDescription
2014-06-01 19:45:19 -04:00
p.help-block(data-i18n="account_profile.short_description_help") Who are you, and what are you looking for? 140 characters max.
2014-06-01 01:09:41 -04:00
button.btn.btn-success.btn-block.save-section(data-i18n="common.save") Save
2014-06-08 21:37:33 -04:00
2014-06-01 19:45:19 -04:00
#skills-container.editable-section
2014-06-01 01:09:41 -04:00
.editable-display.editable-thinner(title="Click to tag your programming skills")
.editable-icon.glyphicon.glyphicon-pencil
2014-06-01 14:45:01 -04:00
if editing && (!profile.skills || !profile.skills.length || (profile.skills.length == 1 && profile.skills[0] == 'javascript'))
2014-06-01 01:09:41 -04:00
h3.edit-label Tag your programming skills
each skill in ["python", "coffeescript", "node", "ios", "objective-c", "javascript", "app-engine", "mongodb", "web dev", "django", "backbone"]
code.edit-example-tag= skill
2014-06-10 10:46:43 -04:00
span
2014-06-01 01:09:41 -04:00
else
each skill in profile.skills
code= skill
2014-06-10 10:46:43 -04:00
span
2014-06-08 21:37:33 -04:00
2014-06-01 01:09:41 -04:00
form.editable-form
.editable-icon.glyphicon.glyphicon-remove
2014-06-01 19:45:19 -04:00
h3(data-i18n="account_profile.skills_header") Skills
p.help-block
span(data-i18n="account_profile.skills_help") Tag relevant developer skills in order of proficiency.
| Ex.: "objective-c", "mongodb", "rails", "android", "javascript"
2014-06-01 01:09:41 -04:00
.editable-array(data-property='skills')
2014-06-01 14:45:01 -04:00
for skill, index in (profile.skills || []).concat('')
2014-06-01 01:09:41 -04:00
.array-item.skill-array-item
2014-06-01 19:45:19 -04:00
input.form-control(type='skill', maxlength='20', pattern='.{1,}', data-schemaformat='skill', name="root[skills][#{index}]", value=skill, data-autocomplete="commonSkills", data-autocomplete-min-length=1)
2014-06-01 01:09:41 -04:00
button.btn.btn-success.btn-block.save-section(data-i18n="common.save") Save
2014-06-01 19:45:19 -04:00
#long-description-container.editable-section
2014-06-01 01:09:41 -04:00
.editable-display(title="Click to start writing your longer description")
.editable-icon.glyphicon.glyphicon-pencil
2014-06-07 02:31:19 -04:00
- var modified = profile.longDescription && profile.longDescription != jobProfileSchema.properties.longDescription.default
if editing && !modified
h3.edit-label(data-i18n="account_profile.long_description_header") Describe your desired position
p.edit-example-text(data-i18n="account_profile.long_description_blurb") Tell employers how awesome you are and what role you want.
else if modified
2014-06-01 01:09:41 -04:00
div.long-description.editable-thinner!= marked(profile.longDescription)
2014-06-08 21:37:33 -04:00
2014-06-01 01:09:41 -04:00
form.editable-form
.editable-icon.glyphicon.glyphicon-remove
.form-group
2014-06-07 02:31:19 -04:00
label.control-label(data-i18n="account_profile.long_description") Self Description
2014-06-01 01:09:41 -04:00
textarea.form-control(rows=20, maxlength='600', data-schemaformat='markdown', name='root[longDescription]')= profile.longDescription
2014-06-01 19:45:19 -04:00
p.help-block(data-i18n="account_profile.long_description_help") Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max.
2014-06-01 01:09:41 -04:00
button.btn.btn-success.btn-block.save-section(data-i18n="common.save") Save
2014-06-01 19:45:19 -04:00
#work-container.editable-section
2014-06-01 01:09:41 -04:00
.editable-display(title="Click to add work experience")
.editable-icon.glyphicon.glyphicon-pencil
2014-06-01 14:45:01 -04:00
if profile.work && profile.work.length
2014-06-01 01:09:41 -04:00
h3.experience-header
img.header-icon(src="/images/pages/account/profile/work.png", alt="")
span(data-i18n="account_profile.work_experience") Work Experience
2014-06-01 19:45:19 -04:00
| - #{profile.experience}
2014-06-10 10:46:43 -04:00
|
2014-06-01 19:45:19 -04:00
span(data-i18n=profile.experience == 1 ? "units.year" : "units.years")
2014-06-01 01:09:41 -04:00
each job in profile.work
if job.role && job.employer
div.experience-entry
div.duration.pull-right= job.duration
| #{job.role} at #{job.employer}
.clearfix
if job.description
div!= marked(job.description)
else if editing
2014-06-01 19:45:19 -04:00
h3.experience-header.edit-label(data-i18n="account_profile.work_header") Chronicle your work history
2014-06-01 01:09:41 -04:00
div.experience-entry.edit-example-text
div.duration.pull-right June, 2012 - present
| UX Designer at Hooli
2014-05-31 01:12:44 -04:00
.clearfix
2014-06-01 01:09:41 -04:00
div Revolutionized CSS, refactored flattening, and designed all the things.
div.experience-entry.edit-example-text
div.duration.pull-right 1999 - 2012
| Software Engineer at Initrode
2014-05-31 01:12:44 -04:00
.clearfix
2014-06-07 02:31:19 -04:00
div Built a P2P streaming TPS report fulfillment system.
2014-06-01 01:09:41 -04:00
form.editable-form
.editable-icon.glyphicon.glyphicon-remove
2014-06-01 19:45:19 -04:00
h3(data-i18n="account_profile.work_experience") Work Experience
2014-06-01 01:09:41 -04:00
.form-group
2014-06-01 19:45:19 -04:00
label.control-label(data-i18n="account_profile.work_years") Years of Experience
2014-06-07 02:31:19 -04:00
input.form-control(type='text', name='root[experience]', value=profile.experience)
2014-06-01 19:45:19 -04:00
p.help-block(data-i18n="account_profile.work_years_help") How many years of professional experience (getting paid) developing software do you have?
p(data-i18n="account_profile.work_blurb") List your relevant work experience, most recent first.
2014-06-01 01:09:41 -04:00
.editable-array(data-property='work')
2014-06-01 14:45:01 -04:00
for job, index in (profile.work || []).concat({})
2014-06-01 01:09:41 -04:00
.array-item.well.well-sm
.form-group
2014-06-01 19:45:19 -04:00
label.control-label(data-i18n="account_profile.work_employer") Employer
input.form-control(type='text', maxlength='100', name="root[work][#{index}][employer]", value=job.employer)
p.help-block(data-i18n="account_profile.work_employer_help") Name of your employer.
2014-06-01 01:09:41 -04:00
.form-group
2014-06-01 19:45:19 -04:00
label.control-label(data-i18n="account_profile.work_role") Job Title
input.form-control(type='text', maxlength='100', name="root[work][#{index}][role]", value=job.role)
p.help-block(data-i18n="account_profile.work_role_help") What was your job title or role?
2014-06-01 01:09:41 -04:00
.form-group
2014-06-01 19:45:19 -04:00
label.control-label(data-i18n="account_profile.work_duration") Duration
input.form-control(type='text', maxlength='100', name="root[work][#{index}][duration]", value=job.duration)
2014-06-08 21:37:33 -04:00
p.help-block
2014-06-01 19:45:19 -04:00
span(data-i18n="account_profile.work_duration_help") When did you hold this gig?
| Ex.: "Feb 2013 - present".
2014-06-01 01:09:41 -04:00
.form-group
2014-06-01 19:45:19 -04:00
label.control-label(data-i18n="account_profile.work_description") Description
textarea.form-control(rows=3, maxlength='140', name="root[work][#{index}][description]")= job.description
p.help-block(data-i18n="account_profile.work_description_help") What did you do there? (140 chars; optional)
2014-06-01 01:09:41 -04:00
button.btn.btn-success.btn-block.save-section(data-i18n="common.save") Save
2014-06-01 19:45:19 -04:00
#education-container.editable-section
2014-06-01 01:09:41 -04:00
.editable-display(title="Click to add academic experience")
.editable-icon.glyphicon.glyphicon-pencil
2014-06-01 14:45:01 -04:00
if profile.education && profile.education.length
2014-06-01 01:09:41 -04:00
h3.experience-header
img.header-icon(src="/images/pages/account/profile/education.png", alt="")
span(data-i18n="account_profile.education") Education
each school in profile.education
if school.degree && school.school
div.experience-entry
div.duration.pull-right= school.duration
| #{school.degree} at #{school.school}
.clearfix
if school.description
div!= marked(school.description)
else if editing
2014-06-01 19:45:19 -04:00
h3.experience-header.edit-label(data-i18n="account_profile.education_header") Recount your academic ordeals
2014-06-01 01:09:41 -04:00
div.experience-entry.edit-example-text
div.duration.pull-right 1995 - 1997
| Ph.D. Janitorial Science at MIT
.clearfix
2014-06-07 02:31:19 -04:00
div Anonymously solved problems in algebraic graph theory. Swept floors.
2014-06-01 01:09:41 -04:00
form.editable-form
.editable-icon.glyphicon.glyphicon-remove
2014-06-01 19:45:19 -04:00
h3(data-i18n="accont_profile.education") Education
p(data-i18n="account_profile.education_blurb") List your academic ordeals.
2014-06-01 01:09:41 -04:00
.editable-array(data-property='education')
2014-06-01 14:45:01 -04:00
for school, index in (profile.education || []).concat({})
2014-06-01 01:09:41 -04:00
.array-item.well.well-sm
.form-group
2014-06-01 19:45:19 -04:00
label.control-label(data-i18n="account_profile.education_school") School
input.form-control(type='text', maxlength='100', name="root[education][#{index}][school]", value=school.school)
p.help-block(data-i18n="account_profile.education_school_help") Name of your school.
2014-06-01 01:09:41 -04:00
.form-group
2014-06-01 19:45:19 -04:00
label.control-label(data-i18n="account_profile.education_degree") Degree
input.form-control(type='text', maxlength='100', name="root[education][#{index}][degree]", value=school.degree)
2014-06-01 01:09:41 -04:00
p.help-block
2014-06-01 19:45:19 -04:00
span(data-i18n="account_profile.education_degree_help") What was your degree and field of study?
| Ex.: "Ph.D. Human-Computer Interaction (incomplete)"
2014-06-01 01:09:41 -04:00
.form-group
2014-06-01 19:45:19 -04:00
label.control-label(data-i18n="account_profile.education_duration") Dates
input.form-control(type='text', maxlength='100', name="root[education][#{index}][duration]", value=school.duration)
p.help-block
span(data-i18n="account_profile.education_duration_help") When?
| Ex.: "Aug 2004 - May 2008".
2014-06-01 01:09:41 -04:00
.form-group
2014-06-01 19:45:19 -04:00
label.control-label(data-i18n="account_profile.education_description") Description
textarea.form-control(rows=3, maxlength='140', name="root[education][#{index}][description]")= school.description
p.help-block(data-i18n="account_profile.education_description_help") Highlight anything about this educational experience. (140 chars; optional)
2014-06-01 01:09:41 -04:00
button.btn.btn-success.btn-block.save-section(data-i18n="common.save") Save
2014-06-08 21:37:33 -04:00
2014-04-17 14:34:55 -04:00
if user.get('jobProfileNotes') || me.isAdmin()
2014-05-31 01:12:44 -04:00
div(class="our-notes-section" + (editing ? " deemphasized" : ""))
2014-07-10 22:17:51 -04:00
h3.experience-header(data-i18n="account_profile.our_notes") CodeCombat's Notes
2014-05-31 01:12:44 -04:00
- var notes = user.get('jobProfileNotes') || '';
if me.isAdmin()
textarea#job-profile-notes!= notes
2014-06-01 19:45:19 -04:00
button.btn.btn-primary#save-notes-button(data-i18n="common.save") Save
2014-05-31 01:12:44 -04:00
else
div!= marked(notes)
2014-04-07 20:58:02 -04:00
2014-06-17 16:03:08 -04:00
if me.isAdmin()
h3(data-i18n="account_profile.remarks") Remarks
#remark-treema
2014-04-09 16:14:52 -04:00
.right-column.full-height-column
2014-04-17 14:34:55 -04:00
.sub-column
2014-06-01 19:45:19 -04:00
#projects-container.editable-section
2014-06-01 01:09:41 -04:00
.editable-display(title="Click to add your projects")
.editable-icon.glyphicon.glyphicon-pencil
2014-06-01 14:45:01 -04:00
if profile.projects && profile.projects.length
2014-06-01 01:09:41 -04:00
h3(data-i18n="account_profile.projects") Projects
ul.projects
each project in profile.projects
if project.name
li
if project.link && project.link.length && project.link != 'http://example.com'
a(href=project.link)
if project.picture
.project-image(style="background-image: url('/file/" + project.picture + "')")
p= project.name
div!= marked(project.description)
else if editing
2014-06-01 19:45:19 -04:00
h3.edit-label(data-i18n="account_profile.projects_header") Add 3 projects
2014-06-01 01:09:41 -04:00
ul.projects
li.edit-example-text
2014-06-07 02:31:19 -04:00
.project-image(style="background-image: url('/images/pages/account/profile/sample_project.png')")
p Cog.js
div JS microlibrary to animate fixie bike cogs on ecommerce sites that sell bike hardware.
2014-06-01 01:09:41 -04:00
li.edit-example-text
2014-06-07 02:31:19 -04:00
.project-image(style="background-image: url('/images/pages/account/profile/sample_project.png')")
p Combjoy
div Ember.js project that schedules hair stylists to ride in Ubers with you to comb your hair on your way to work.
2014-06-01 01:09:41 -04:00
li.edit-example-text
2014-06-07 02:31:19 -04:00
.project-image(style="background-image: url('/images/pages/account/profile/sample_project.png')")
p Bass Drop
div Insert a few lines of JS into your site and get a "Drop the bass!" button for your website. Plays techno.
2014-06-01 01:09:41 -04:00
form.editable-form
.editable-icon.glyphicon.glyphicon-remove
2014-06-01 19:45:19 -04:00
h3(data-i18n="account_profile.projects_header_2") Projects (Top 3)
p(data-i18n="account_profile.projects_blurb") Highlight your projects to amaze employers.
2014-06-01 01:09:41 -04:00
for index in [0, 1, 2]
2014-06-01 14:45:01 -04:00
- var project = (profile.projects || [])[index] || {};
2014-06-01 01:09:41 -04:00
.array-item.well.well-sm
.form-group
2014-06-01 19:45:19 -04:00
label.control-label(data-i18n="account_profile.projects_name") Project Name
2014-06-01 01:09:41 -04:00
input.form-control(type='text', maxlength='100', name="root[projects][#{index}][name]", value=project.name)
2014-06-01 19:45:19 -04:00
p.help-block(data-i18n="account_profile.projects_name_help") What was the project called?
2014-06-01 01:09:41 -04:00
.form-group
2014-06-01 19:45:19 -04:00
label.control-label(data-i18n="account_profile.projects_description") Description
2014-06-01 01:09:41 -04:00
textarea.form-control(rows=6, maxlength='400', data-schemaformat='markdown', name="root[projects][#{index}][description]")= project.description
2014-06-01 19:45:19 -04:00
p.help-block(data-i18n="account_profile.projects_description_help") Briefly describe the project.
2014-06-01 01:09:41 -04:00
.form-group
2014-06-01 19:45:19 -04:00
label.control-label(data-i18n="account_profile.projects_picture") Picture
2014-06-07 02:31:19 -04:00
.project-image(style="background-image: url('" + (src=project.picture ? "/file/" + project.picture : "/images/pages/account/profile/sample_project.png") + "')")
2014-06-01 01:09:41 -04:00
input(type="hidden", name="root[projects][#{index}][picture]", value=project.picture)
2014-06-01 19:45:19 -04:00
p.help-block(data-i18n="account_profile.projects_picture_help") Upload a 230x115px or larger image showing off the project.
2014-06-01 01:09:41 -04:00
.form-group
2014-06-01 19:45:19 -04:00
label.control-label(data-i18n="account_profile.projects_link") Link
2014-06-01 01:09:41 -04:00
input.form-control(type='url', pattern='^(ht|f)tp(s?)://[0-9a-zA-Z]([-.w]*[0-9a-zA-Z])*(:(0-9)*)*(/?)([a-zA-Z0-9- .?,\'/\+&%$#_=]*)?$', data-schemaformat='url', name="root[projects][#{index}][link]", value=project.link)
2014-06-01 19:45:19 -04:00
p.help-block(data-i18n="account_profile.projects_link_help") Link to the project.
2014-06-01 01:09:41 -04:00
button.btn.btn-success.btn-block.save-section(data-i18n="common.save") Save
2014-05-31 01:12:44 -04:00
2014-05-07 16:56:10 -04:00
else if allowedToViewJobProfile
.public-profile-container
2014-05-31 01:12:44 -04:00
h2(data-i18n="common.loading") Loading...
2014-06-08 21:37:33 -04:00
2014-06-07 19:33:14 -04:00
else if user
2014-04-09 19:46:44 -04:00
.public-profile-container
2014-06-08 21:37:33 -04:00
h2
2014-06-10 10:46:43 -04:00
span(data-i18n="account_profile.profile_for_prefix") Profile for
2014-06-07 02:31:19 -04:00
span= user.get('name') || "Anonymous Wizard"
2014-06-10 10:46:43 -04:00
span(data-i18n="account_profile.profile_for_suffix")
2014-06-08 21:37:33 -04:00
2014-04-09 19:46:44 -04:00
img.profile-photo(src=user.getPhotoURL(256))
2014-06-08 21:37:33 -04:00
2014-06-07 02:31:19 -04:00
p To see a private user profile, you may need to log in.
2014-06-07 19:33:14 -04:00
else
.public-profile-container
2014-06-08 21:37:33 -04:00
h2
2014-06-10 10:46:43 -04:00
span(data-i18n="account_profile.profile_for_prefix") Profile for
2014-06-07 19:33:14 -04:00
span= userID
2014-06-10 10:46:43 -04:00
span(data-i18n="account_profile.profile_for_suffix")
|
2014-06-07 19:33:14 -04:00
span(data-i18n="loading_error.not_found")