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#adventurer-main
|
|
|
|
|
|
|
|
.class_image
|
2014-01-23 21:49:29 -05:00
|
|
|
img.img-responsive(src="/images/pages/contribute/adventurer.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.adventurer_title") Adventurer
|
2014-01-11 11:25:04 -05:00
|
|
|
span
|
2014-01-12 05:20:07 -05:00
|
|
|
span(data-i18n="classes.adventurer_title_description") (Level Playtester)
|
2014-01-13 20:17:41 -05:00
|
|
|
p(data-i18n="contribute.adventurer_introduction")
|
2014-01-11 11:25:04 -05:00
|
|
|
| Let's be clear about your role: you are the tank. You're going to take heavy damage.
|
2014-01-06 00:56:32 -05:00
|
|
|
| We need people to try out brand-new levels and help identify how to make things better.
|
|
|
|
| The pain will be enormous; making good games is a long process and no one gets
|
|
|
|
| it right the first time.
|
|
|
|
| If you can endure and have a high constitution score, then this class might be for you.
|
|
|
|
|
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-13 20:17:41 -05:00
|
|
|
li(data-i18n="contribute.adventurer_attribute_1")
|
2014-01-11 11:25:04 -05:00
|
|
|
| A thirst for learning. You want to learn how to code and we want to teach you how to code.
|
2014-01-06 00:56:32 -05:00
|
|
|
| You'll probably be doing most of the teaching in this case, though.
|
2014-01-13 20:17:41 -05:00
|
|
|
li(data-i18n="contribute.adventurer_attribute_2")
|
2014-01-11 11:25:04 -05:00
|
|
|
| Charismatic. Be gentle but articulate about what needs improving, and offer suggestions
|
2014-01-06 00:56:32 -05:00
|
|
|
| on how to improve.
|
|
|
|
|
2014-01-11 11:25:04 -05:00
|
|
|
h4(data-i18n="contribute.how_to_join") How To Join
|
|
|
|
p
|
|
|
|
span(data-i18n="contribute.adventurer_join_pref")
|
|
|
|
| Either get together with (or recruit!) an Artisan and work with them, or
|
|
|
|
| check the box below to receive emails when there are new levels to test.
|
|
|
|
| We'll also be posting about levels to review on our networks like
|
|
|
|
span
|
|
|
|
a(href="http://discourse.codecombat.com/category/adventurer", data-i18n="contribute.adventurer_forum_url")
|
|
|
|
| our forum
|
|
|
|
span ,
|
2014-01-13 20:17:41 -05:00
|
|
|
a(href="https://www.facebook.com/codecombat")
|
2014-01-11 11:25:04 -05:00
|
|
|
| Facebook
|
|
|
|
span ,
|
2014-01-13 20:17:41 -05:00
|
|
|
a(href="https://twitter.com/CodeCombat")
|
2014-01-11 11:25:04 -05:00
|
|
|
| Twitter
|
|
|
|
span , and
|
2014-01-13 20:17:41 -05:00
|
|
|
a(href="https://plus.google.com/115285980638641924488/posts")
|
2014-01-11 11:25:04 -05:00
|
|
|
| Google+
|
|
|
|
span ,
|
|
|
|
span(data-i18n="contribute.adventurer_join_suf")
|
|
|
|
| so if you prefer to be notified those ways, sign up there!
|
2014-01-06 00:56:32 -05:00
|
|
|
|
|
|
|
if me.attributes.anonymous
|
|
|
|
div#sign-up.alert.alert-info
|
2014-01-11 11:25:04 -05:00
|
|
|
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")
|
2014-02-27 19:54:59 -05:00
|
|
|
| first.
|
2014-01-06 00:56:32 -05:00
|
|
|
|
|
|
|
label.checkbox(for="tester").well
|
|
|
|
input(type='checkbox', name="tester", id="tester")
|
2014-01-11 11:25:04 -05:00
|
|
|
span(data-i18n="contribute.adventurer_subscribe_desc")
|
|
|
|
| Get emails when there are new levels to test.
|
2014-01-06 00:56:32 -05:00
|
|
|
.saved-notification ✓ Saved
|
|
|
|
|
2014-02-01 11:22:26 -05:00
|
|
|
//#Contributors
|
|
|
|
// h3(data-i18n="contribute.brave_adventurers")
|
|
|
|
// | Our Brave Adventurers:
|
|
|
|
// ul.adventurers
|
|
|
|
// li Kieizroe
|
|
|
|
// li ... many, many more
|
2014-01-06 00:56:32 -05:00
|
|
|
|
2014-02-27 19:54:59 -05:00
|
|
|
div.clearfix
|