2015-05-28 14:29:45 -07:00
|
|
|
|
#pair-modal.modal(tabindex='-1')
|
2015-09-09 18:55:20 -07:00
|
|
|
|
.modal-dialog.animated.fadeIn.fast-animation
|
2015-05-28 14:29:45 -07:00
|
|
|
|
.modal-content
|
|
|
|
|
.modal-header.challenge-list-header Ready to pair program?
|
|
|
|
|
a.close.closing-x(href='#', data-dismiss='modal', aria-hidden='true') ×
|
|
|
|
|
.modal-body.text-center
|
2015-06-20 18:40:43 -07:00
|
|
|
|
h3 This will take you to our pair programming room where you can request a pair.
|
2015-05-28 14:29:45 -07:00
|
|
|
|
h3 You'll need  
|
2015-07-31 21:55:49 -07:00
|
|
|
|
a(href='//github.com/FreeCodeCamp/freecodecamp/wiki/How-to-install-Screenhero' target='_blank') Screenhero
|
2015-05-28 14:29:45 -07:00
|
|
|
|
| .
|
|
|
|
|
h3 Other campers may then message you about pair programming.
|
2015-08-22 23:18:10 +01:00
|
|
|
|
a.btn.btn-lg.btn-primary.btn-block.close-modal(href='https://gitter.im/FreeCodeCamp/LetsPair', target='_blank') Take me to the pair programming room
|
2015-05-28 14:29:45 -07:00
|
|
|
|
a.btn.btn-lg.btn-info.btn-block(href='#', data-dismiss='modal', aria-hidden='true') Cancel
|
|
|
|
|
|
|
|
|
|
#issue-modal.modal(tabindex='-1')
|
2015-09-09 18:55:20 -07:00
|
|
|
|
.modal-dialog.animated.fadeIn.fast-animation
|
2015-05-28 14:29:45 -07:00
|
|
|
|
.modal-content
|
|
|
|
|
.modal-header.challenge-list-header Did you find a bug?
|
|
|
|
|
a.close.closing-x(href='#', data-dismiss='modal', aria-hidden='true') ×
|
|
|
|
|
.modal-body.text-center
|
2015-09-07 08:18:44 -07:00
|
|
|
|
h3 Before you submit a new issue, read "Help I've Found a Bug" and browse other issues with this challenge.
|
|
|
|
|
a.btn.btn-lg.btn-success.btn-block#help-ive-found-a-bug-wiki-article(name='_csrf', value=_csrf) Read "Help I've Found a Bug"
|
|
|
|
|
a.btn.btn-lg.btn-success.btn-block#search-issue(name='_csrf', value=_csrf) Browse other issues with this challenge
|
2015-09-12 19:19:38 +02:00
|
|
|
|
.btn-group.btn-block
|
2015-09-12 18:51:44 -07:00
|
|
|
|
a.btn.btn-lg.btn-primary.col-sm-11.col-xs-10#report-issue(name='_csrf', value=_csrf) Create my GitHub issue
|
2015-09-12 19:19:38 +02:00
|
|
|
|
.btn.btn-lg.btn-primary.col-sm-1.col-xs-2
|
2015-09-12 18:51:44 -07:00
|
|
|
|
input(type="checkbox" title="Include My Code" checked)#include-code
|
2015-05-28 14:29:45 -07:00
|
|
|
|
a.btn.btn-lg.btn-info.btn-block(href='#', data-dismiss='modal', aria-hidden='true') Cancel
|
|
|
|
|
|
|
|
|
|
#help-modal.modal(tabindex='-1')
|
2015-09-09 18:55:20 -07:00
|
|
|
|
.modal-dialog.animated.fadeIn.fast-animation
|
2015-05-28 14:29:45 -07:00
|
|
|
|
.modal-content
|
|
|
|
|
.modal-header.challenge-list-header Need some help?
|
|
|
|
|
a.close.closing-x(href='#', data-dismiss='modal', aria-hidden='true') ×
|
|
|
|
|
.modal-body.text-center
|
|
|
|
|
h3 Remember to use  
|
2015-08-22 12:10:08 -07:00
|
|
|
|
a(href='//github.com/FreeCodeCamp/freecodecamp/wiki/How-to-get-help-when-you-get-stuck', target='_blank') Read-Search-Ask
|
2015-05-28 14:29:45 -07:00
|
|
|
|
| .
|
|
|
|
|
h3 If you've already read the errors and searched Google, you should ask for help.
|
2015-06-20 18:40:43 -07:00
|
|
|
|
h3 This will take you to our help room.
|
2015-08-22 12:10:08 -07:00
|
|
|
|
a.btn.btn-lg.btn-primary.btn-block.close-modal(href='https://gitter.im/FreeCodeCamp/help', target='_blank') Take me to the help room
|
2015-05-28 14:29:45 -07:00
|
|
|
|
a.btn.btn-lg.btn-info.btn-block(href='#', data-dismiss='modal', aria-hidden='true') Cancel
|
2015-07-31 13:37:06 -07:00
|
|
|
|
|
|
|
|
|
#reset-modal.modal(tabindex='-1')
|
|
|
|
|
.modal-dialog.animated.fadeInUp.fast-animation
|
|
|
|
|
.modal-content
|
|
|
|
|
.modal-header.challenge-list-header Clear your code?
|
|
|
|
|
a.close.closing-x(href='#', data-dismiss='modal', aria-hidden='true') ×
|
|
|
|
|
.modal-body
|
|
|
|
|
h3 This will restore your code editor to its original state.
|
|
|
|
|
a.btn.btn-lg.btn-info.btn-block#reset-button(href='#', data-dismiss='modal', aria-hidden='true') Clear my code
|
|
|
|
|
a.btn.btn-lg.btn-primary.btn-block(href='#', data-dismiss='modal', aria-hidden='true') Cancel
|
2015-09-08 21:45:53 -07:00
|
|
|
|
script.
|
2015-09-08 22:18:25 -07:00
|
|
|
|
if (typeof localStorage !== 'undefined') {
|
2015-09-08 23:47:00 -07:00
|
|
|
|
localStorage.setItem('currentDashedName', dashedName);
|
2015-09-08 22:18:25 -07:00
|
|
|
|
}
|