codecombat/app/templates/contribute/scribe.jade
Tom Steinbrecher 60c4b360d5 Added ContribueClassView, which all contribute pages are now based off of.
Moved nav in to contribute_nav.jad, allowing for easier addition of nav to contribute pages.

Fixed other small bugs.
2014-01-06 17:30:35 -05:00

54 lines
No EOL
2.1 KiB
Text

extends /templates/base
block content
div.contribute_class
include /templates/contribute/contribute_nav
div.class-main#scribe-main
.class_image
img(src="/images/pages/contribute/scribe.png", alt="")
h2 Scribe (Article Editor)
p 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") Mozilla Developer Network
| has built. If your idea of fun is articulating the concepts of programming in Markdown form,
| then this class might be for you.
h4 Class Attributes
ul
li Skill in words is pretty much all you need.
| Not only grammar and spelling, but able to convey complicated ideas to others.
h4 How To Join
p
a(title='Contact', tabindex=-1, data-toggle="coco-modal", data-target="modal/contact") Contact us
| , 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 Hey there!
| To subscribe for class emails, you'll need to
a(data-toggle="coco-modal", data-target="modal/signup") create an account
| first .
label.checkbox(for="article_editor").well
input(type='checkbox', name="article_editor", id="article_editor")
| Get emails about article writing announcements.
.saved-notification ✓ Saved
h4 Changes are saved automatically when you toggle checkboxes.
#Contributors
h3 Our Diligent Scribes:
ul.scribes
li Ryan Faidley
div.clearfix