mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
80 lines
3.2 KiB
Text
80 lines
3.2 KiB
Text
extends /templates/base
|
|
|
|
block content
|
|
|
|
div.contribute_class
|
|
|
|
include /templates/contribute/contribute_nav
|
|
|
|
div.class-main#scribe-main
|
|
|
|
.class_image
|
|
img.img-responsive(src="/images/pages/contribute/scribe.png", alt="")
|
|
|
|
h2
|
|
span(data-i18n="classes.scribe_title") Scribe
|
|
span
|
|
span(data-i18n="classes.scribe_title_description") (Article Editor)
|
|
p
|
|
span(data-i18n="contribute.scribe_introduction_pref")
|
|
| 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
|
|
span(data-i18n="contribute.scribe_introduction_suf")
|
|
| has built. If your idea of fun is articulating the concepts of programming in Markdown form,
|
|
| then this class might be for you.
|
|
|
|
h4(data-i18n="contribute.class_attributes")
|
|
| Class Attributes
|
|
ul
|
|
li(data-i18n="contribute.scribe_attribute_1")
|
|
| Skill in words is pretty much all you need.
|
|
| Not only grammar and spelling, but able to convey complicated ideas to others.
|
|
|
|
h4(data-i18n="contribute.how_to_join") How To Join
|
|
p
|
|
a(title='Contact', tabindex=-1, data-toggle="coco-modal", data-target="modal/contact", data-i18n="contribute.contact_us_url")
|
|
| 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!
|
|
|
|
if me.attributes.anonymous
|
|
div#sign-up.alert.alert-info
|
|
strong(data-i18n="contribute.alert_account_message_intro")
|
|
| Hey there!
|
|
span
|
|
span(data-i18n="contribute.alert_account_message_pref")
|
|
| To subscribe for class emails, you'll need to
|
|
a(data-toggle="coco-modal", data-target="modal/signup", data-i18n="contribute.alert_account_message_create_url")
|
|
| create an account
|
|
span
|
|
span(data-i18n="contribute.alert_account_message_suf")
|
|
| first.
|
|
|
|
label.checkbox(for="article_editor").well
|
|
input(type='checkbox', name="article_editor", id="article_editor")
|
|
span(data-i18n="contribute.scribe_subscribe_desc")
|
|
| Get emails about article writing announcements.
|
|
.saved-notification ✓ Saved
|
|
|
|
#Contributors
|
|
h3(data-i18n="contribute.diligent_scribes")
|
|
| Our Diligent Scribes:
|
|
ul.scribes
|
|
li Ryan Faidley
|
|
li Glen De Cauwsemaecker
|
|
li Mischa Lewis-Norelle
|
|
li Tavio
|
|
li Ronnie Cheng
|
|
li engstrom
|
|
li Dman19993
|
|
li mattinsler
|
|
|
|
|
|
div.clearfix
|