11< section class ="training-main ">
2-
32 < div class ="training-body ">
4-
5- < div class ="training-top ">
6-
3+ < div class ="training-top " ng-style ='allGone '>
74 < div class ="kata-name-container ">
8-
95 < div class ="kata-name-container-top ">
106 < img src ="./assets/imgs/5_kyu_icon.png " alt ="Difficulty " id ="difficulty-icon ">
117 < h3 class ="font16-reg " id ="kata-name ">
128 Name of Kata
139 </ h3 >
1410 </ div >
15-
16-
1711 < div class ="kata-stats ">
1812 < p > Here's where stats go</ p >
1913 < p > Here's where stats go</ p >
2014 < p > Here's where stats go</ p >
2115 </ div >
22-
23- </ div > <!--End kata-name-container div-->
24-
16+ </ div >
17+ <!--End kata-name-container div-->
2518 < div class ="selection-div ">
26- < select class ="language-select-dropdown select-dropdown " ng-init ="selectedLanguage = languages[0] " ng-model ="selectedLanguage " ng-options ="x for x in languages ">
19+ < select class ="language-select-dropdown select-dropdown " ng-init ="selectedLanguage = languages[0] " ng-model ="selectedLanguage "
20+ ng-options ="x for x in languages ">
2721
2822 </ select >
29- < select class ="language-version-select-dropdown select-dropdown " ng-init ="selectedVersion = versions[0] " ng-model ="selectedVersion " ng-options ="x for x in versions ">
23+ < select class ="language-version-select-dropdown select-dropdown " ng-init ="selectedVersion = versions[0] " ng-model ="selectedVersion "
24+ ng-options ="x for x in versions ">
3025
3126 </ select >
3227 </ div >
33-
3428 < div class ="assorted-options ">
3529 < div class ="view-options "> Here's where view options go</ div >
3630 < div class ="view-options "> Here's where view options go</ div >
3731 < div class ="view-options "> Here's where view options go</ div >
3832 </ div >
39-
4033 </ div >
41-
4234 < div class ="kata ">
43-
4435 <!-- <div class="instructions">
4536 <div class="instructions-head">
4637 <button class="instructions-selector font13-reg-gray">Instructions</button>
@@ -56,39 +47,36 @@ <h2 class="font20-reg">Name of Kata</h2>
5647 </div>
5748 </div>
5849 </div> -->
59-
60- < div class ="instructions ">
61- < div class ="instructions-head ">
62- < button class ="instructions-selector font13-reg-gray " ng-click ="showInstructions() "> Instructions</ button >
63- < button class ="instructions-selector font13-reg-gray " ng-click ="showOutput() "> Output</ button >
64- </ div >
65- < hr >
66- < show-output ng-hide ="showOutputShow "> </ show-output >
67- < show-instructions ng-hide ="showInstructionsShow "> </ show-instructions >
50+ < div class ="instructions " ng-style ="instructionStyle ">
51+ < div class ="instructions-head ">
52+ < button class ="instructions-selector font13-reg-gray " ng-click ="showInstructions() "> Instructions</ button >
53+ < button class ="instructions-selector font13-reg-gray " ng-click ="showOutput() "> Output</ button >
54+ </ div >
55+ < hr >
56+ < show-output ng-hide ="showOutputShow "> </ show-output >
57+ < show-instructions ng-hide ="showInstructionsShow "> </ show-instructions >
6858 </ div >
69-
70- < div class ="kata-right ">
71- < div >
59+ < div class ="kata-right " ng-style ='kataStyle '>
7260 < div class ="solution-div font14-lit-gray ">
73- < p > Solution:</ p >
61+ < div class ="solutions-header ">
62+ < p > Solution:</ p >
63+ < button value ='small ' ng-click ="kataStyle={'width':'40vw'}; instructionStyle={'width':'60vw'} "> small</ button >
64+ < button value ='medium ' ng-click ="kataStyle={'width':'60vw'}; instructionStyle={'width':'40vw'} "> medium</ button >
65+ < button value ='large ' ng-click ="kataStyle={'width':'100vw'}; instructionStyle={'width':'0vw','margin':'0px'} "> large</ button >
66+ < button value ='full-screen ' ng-click ="kataStyle={'width':'100vw'}; instructionStyle={'width':'0vw','margin':'0px'}; allGone={'display':'none'} "> full screen</ button >
67+ </ div >
7468 < div >
75- < textarea name ="solution " id ="solution-input " ng-init ="solutionInput = 'var a = 1;' "ng-model ="solutionInput "> </ textarea >
69+ < textarea name ="solution " id ="solution-input " ng-init ="solutionInput = 'var a = 1;' " ng-model ="solutionInput "> </ textarea >
7670 </ div >
7771 </ div >
78-
7972 < div class ="example-tests-div font14-lit-gray ">
8073 < p > Example Tests:</ p >
81- < form >
82- < textarea name ="examples " id ="example-input " ng-init ="examplesInput = 'Test.assertEquals(a, 1);' " id ="example-tests-input " ng-model ="examplesInput "> </ textarea >
83- </ form >
74+ < textarea name ="examples " id ="example-input " ng-init ="examplesInput = 'Test.assertEquals(a, 1);' " id ="example-tests-input "
75+ ng-model ="examplesInput "> </ textarea >
8476 < button ng-click ="testExamples() " class ="test-examples-button font12-reg-blue "> RUN EXAMPLES</ button >
85- < button ng-click ="testSuite() " class ="test-suite-button font12-reg-black " style =""> < i class ="fa fa-caret-right fa-lg " style ="margin-right: 2px " aria-hidden ="true "> </ i > ATTEMPT</ button >
86- </ div >
77+ < button ng-click ="testSuite() " class ="test-suite-button font12-reg-black "> < i class ="fa fa-caret-right fa-lg " style ="margin-right: 2px " aria-hidden ="true "> </ i > ATTEMPT</ button >
8778 </ div >
8879 </ div >
89-
9080 </ div >
91-
9281 </ div >
93-
9482</ section >
0 commit comments