2016-01-13 18:54:57 -05:00
extends /templates/core/modal-base
block modal-header-content
h3 Artisan Compendium
2016-01-20 18:32:21 -05:00
2016-01-13 18:54:57 -05:00
block modal-body-content
p
2016-01-13 20:45:27 -05:00
| Welcome to the Artisan Compendium. Below you will find a series of helpful guides and tutorials for getting your levels to Master Artisan quality
2016-01-27 17:47:27 -05:00
if view.hasOwnership()
2016-01-13 20:45:27 -05:00
|, as well as a way to submit your level for official Artisan review
2016-01-20 18:32:21 -05:00
|! If you have any feedback on the Level Editor, please contact us at:
a(href='mailto:artisans@codecombat.com') artisans@codecombat.com
2016-01-13 18:54:57 -05:00
div.centered-stack
div
a(href='https://github.com/codecombat/codecombat/wiki/Artisan-Home', target='_blank') Wiki Homepage
div
a(href='https://github.com/codecombat/codecombat/wiki/Artisan-How-To-Index', target='_blank') Basic How-tos
div
2016-02-09 12:37:09 -05:00
a(href='http://www.codecombat.com/community', target='_blank') Artisan Rankings
2016-01-27 17:47:27 -05:00
if view.hasOwnership()
2016-01-13 20:45:27 -05:00
h4 Level Submission
p
| Do you want your level to be added to the campaign? Please take a moment to fill out the questions below! Don’ t worry, this isn’ t a timed quiz. It is just a way for the artisans at CodeCombat HQ to get a feel for the purpose of this level. If it doesn’ t quite yet meet our standards for release we will give you feedback to help polish it further!
.form
.form-group
label.control-label(for='credit-name') How would you like to be credited?
input#credit-name.form-control(name='creditName')
.form-group
label.control-label(for='level-purpose') What is the purpose of this level?
textarea#level-purpose.form-control(name='levelPurpose', rows=4)
.form-group
label.control-label(for='level-inspiration') What was the inspiration for the level?
textarea#level-inspiration.form-control(name='levelInspiration', rows=4)
.form-group
label.control-label(for='level-location') Where in the campaign do you think this level belongs?
textarea#level-location.form-control(name='levelLocation', rows=4)
2016-01-13 18:54:57 -05:00
block modal-footer-content
div
a(href='#', data-dismiss="modal", aria-hidden="true").btn Close
2016-01-27 17:47:27 -05:00
if view.hasOwnership()
2016-01-20 18:32:21 -05:00
button.btn.btn-primary#level-submit Submit