2014-01-06 00:56:32 -05:00
|
|
|
extends /templates/base
|
|
|
|
|
|
|
|
block content
|
|
|
|
|
|
|
|
div.contribute_class
|
|
|
|
|
2014-01-06 17:30:35 -05:00
|
|
|
include /templates/contribute/contribute_nav
|
2014-01-06 00:56:32 -05:00
|
|
|
|
|
|
|
div.class-main#scribe-main
|
|
|
|
|
|
|
|
.class_image
|
2014-01-23 21:49:29 -05:00
|
|
|
img.img-responsive(src="/images/pages/contribute/scribe.png", alt="")
|
2014-01-06 00:56:32 -05:00
|
|
|
|
2014-01-11 11:25:04 -05:00
|
|
|
h2
|
2014-01-12 05:20:07 -05:00
|
|
|
span(data-i18n="classes.scribe_title") Scribe
|
2014-01-11 11:25:04 -05:00
|
|
|
span
|
2014-01-12 05:20:07 -05:00
|
|
|
span(data-i18n="classes.scribe_title_description") (Article Editor)
|
2014-01-11 11:25:04 -05:00
|
|
|
p
|
2014-03-07 15:17:32 -05:00
|
|
|
span(data-i18n="contribute.scribe_introduction_pref")
|
2014-01-11 11:25:04 -05:00
|
|
|
| CodeCombat isn't just going to be a bunch of levels.
|
|
|
|
| It will also include a resource for knowledge, a wiki of programming concepts that levels can hook into.
|
|
|
|
| That way rather than each Artisan having to describe in detail what a comparison operator is, they
|
|
|
|
| can simply link their level to the Article describing them that is already written for the player's edification.
|
|
|
|
| Something along the lines of what the
|
|
|
|
a(href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide", data-i18n="contribute.scribe_introduction_url_mozilla")
|
|
|
|
| Mozilla Developer Network
|
2014-03-07 15:17:32 -05:00
|
|
|
span(data-i18n="contribute.scribe_introduction_suf")
|
2014-01-11 11:25:04 -05:00
|
|
|
| has built. If your idea of fun is articulating the concepts of programming in Markdown form,
|
|
|
|
| then this class might be for you.
|
2014-01-06 00:56:32 -05:00
|
|
|
|
2014-01-11 11:25:04 -05:00
|
|
|
h4(data-i18n="contribute.class_attributes")
|
|
|
|
| Class Attributes
|
2014-01-06 00:56:32 -05:00
|
|
|
ul
|
2014-01-11 11:25:04 -05:00
|
|
|
li(data-i18n="contribute.scribe_attribute_1")
|
|
|
|
| Skill in words is pretty much all you need.
|
2014-01-06 00:56:32 -05:00
|
|
|
| Not only grammar and spelling, but able to convey complicated ideas to others.
|
|
|
|
|
2014-01-11 11:25:04 -05:00
|
|
|
h4(data-i18n="contribute.how_to_join") How To Join
|
2014-01-06 00:56:32 -05:00
|
|
|
p
|
2014-07-23 10:02:45 -04:00
|
|
|
a(title='Contact', tabindex=-1, data-toggle="coco-modal", data-target="modal/ContactModal", data-i18n="contribute.contact_us_url")
|
2014-01-11 11:25:04 -05:00
|
|
|
| Contact us
|
|
|
|
span ,
|
|
|
|
span(data-i18n="contribute.scribe_join_description")
|
|
|
|
| tell us a little about yourself, your experience with programming and
|
|
|
|
| what sort of things you'd like to write about. We'll go from there!
|
2014-01-06 00:56:32 -05:00
|
|
|
|
2014-04-12 17:53:09 -04:00
|
|
|
.contributor-signup-anonymous
|
|
|
|
.contributor-signup(data-contributor-class-id="article_editor", data-contributor-class-name="scribe")
|
2014-01-06 00:56:32 -05:00
|
|
|
|
2014-04-12 17:53:09 -04:00
|
|
|
h3(data-i18n="contribute.diligent_scribes")
|
|
|
|
| Our Diligent Scribes:
|
|
|
|
|
|
|
|
#contributor-list(data-contributor-class-name="scribe")
|
2014-01-06 00:56:32 -05:00
|
|
|
|
2014-03-07 15:17:32 -05:00
|
|
|
div.clearfix
|