Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/app/tutorial/chapters/appendixA/appendixA.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,10 @@ <h3 style="margin-top: 10px;">
&nbsp;
</p>
<div>
<a style="float: left;" href="/tutorials/chapter11" title="Previous Chapter"
<a style="float: left;" routerLink="../chapter11" title="Previous Chapter"
>Previous Chapter: Events</a
>
<a style="float: right;" href="/tutorials/appendixB" title="Appendix"
<a style="float: right;" routerLink="../appendixB" title="Appendix"
>Appendix B: Colors</a
>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/app/tutorial/chapters/appendixB/appendixB.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ <h3><a name="Gray_Colors"></a>Gray Colors</h3>
</table>
<br />
<div>
<a style="float: left;" href="/tutorials/appendixA" title="Previous Appendix">Appendix A: Samples</a>
<a style="float: right;" href="/tutorials/" title="Back To Tutorials Page">Back To Tutorials Page</a>
<a style="float: left;" routerLink = '../appendixA' title="Previous Appendix">Appendix A: Samples</a>
<a style="float: right;" routerLink = '../' title="Back To Tutorials Page">Back To Tutorials Page</a>
</div>
</div>
6 changes: 2 additions & 4 deletions src/app/tutorial/chapters/chapter1/chapter1.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,8 @@ <h3><a name="Additional_resources"></a>Additional Resources</h3>
to see the full Curriculum or check out the Tutorials page below
</p>
<div>
<a style="float:left;" href="/tutorials/" title="Tutorials">Tutorials</a>
<a style="float:right;" href="/tutorials/chapter2" title="Next Chapter"
>Next Chapter: Understanding Our First Program</a
>
<a style="float:left;" routerLink="../" title="Tutorials">Tutorials</a>
<a routerLink="../chapter2" style="float:right;" title="Next Chapter">Next Chapter: Understanding Our First Program</a>
</div>
</div>
<div class="col-xs-3 sb-main-cont-right">
Expand Down
4 changes: 2 additions & 2 deletions src/app/tutorial/chapters/chapter10/chapter10.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,10 +367,10 @@ <h3 class="BostonPostCard">
<strong>Figure 10.8 - Keeping track of boxes in the grid</strong>
</p>
<div>
<a style="float:left;" href="/tutorials/chapter9" title="Previous Chapter"
<a style="float:left;" routerLink="../chapter9" title="Previous Chapter"
>Previous Chapter: Subroutines</a
>
<a style="float:right;" href="/tutorials/chapter11" title="Next Chapter"
<a style="float:right;" routerLink= "../chapter11" title="Next Chapter"
>Next Chapter: Events</a
>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/app/tutorial/chapters/chapter11/chapter11.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,10 @@ <h3 class="BostonPostCard"><a name="A_paint_program"></a>A paint program</h3>

<p>&nbsp;</p>
<div>
<a style="float: left;" href="/tutorials/chapter10" title="Previous Chapter"
<a style="float: left;" routerLink="../chapter10" title="Previous Chapter"
>Previous Chapter: Arrays</a
>
<a style="float: right;" href="/tutorials/appendixA" title="Appendix"
<a style="float: right;" routerLink="../appendixA" title="Appendix"
>Appendix: Samples</a
>
</div>
Expand Down
6 changes: 3 additions & 3 deletions src/app/tutorial/chapters/chapter2/chapter2.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="cls_004"><span class="cls_004">Chapter 2</span></div>
<div class="cls_004"><span id='chapterTitle' class="cls_004">Chapter 2</span></div>
<div class="cls_005">
<span class="cls_005">Understanding Our First Program</span>
</div>
Expand Down Expand Up @@ -250,10 +250,10 @@
<div class="cls_011"><span class="cls_011">DarkYellow</span></div>

<div>
<a style="float: left;" href="/tutorials/chapter1" title="Previous Chapter"
<a style="float: left;" routerLink="../chapter1" title="Previous Chapter"
>Previous Chapter: Getting Started</a
>
<a style="float: right;" href="/tutorials/chapter3" title="Next Chapter"
<a style="float: right;" routerLink="../chapter3" title="Next Chapter"
>Next Chapter: Variables</a
>
</div>
4 changes: 2 additions & 2 deletions src/app/tutorial/chapters/chapter3/chapter3.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,10 @@ <h3>
</div>

<div>
<a style="float: left;" href="/tutorials/chapter2" title="Previous Chapter"
<a style="float: left;" routerLink="../chapter2" title="Previous Chapter"
>Previous Chapter: Branches</a
>
<a style="float: right;" href="/tutorials/chapter4" title="Next Chapter"
<a style="float: right;" routerLink="../chapter4" title="Next Chapter"
>Next Chapter: Conditions</a
>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/app/tutorial/chapters/chapter4/chapter4.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,10 +288,10 @@ <h3><a name="Endless_execution"></a>Endless execution</h3>
</p>
</div>
<div>
<a style="float: left;" href="/tutorials/chapter3" title="Previous Chapter"
<a style="float: left;" routerLink="../chapter3" title="Previous Chapter"
>Previous Chapter: Variables</a
>
<a style="float: right;" href="/tutorials/chapter5" title="Next Chapter"
<a style="float: right;" routerLink="../chapter5" title="Next Chapter"
>Next Chapter: Loops</a
>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/app/tutorial/chapters/chapter5/chapter5.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@ <h3><a name="While_Loop"></a>While Loop</h3>
</p>
</div>
<div>
<a style="float: left;" href="/tutorials/chapter4" title="Previous Chapter"
<a style="float: left;" routerLink="../chapter4" title="Previous Chapter"
>Previous Chapter: Conditions</a
>
<a style="float: right;" href="/tutorials/chapter6" title="Next Chapter"
<a style="float: right;" routerLink="../chapter6" title="Next Chapter"
>Next Chapter: Graphics</a
>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/app/tutorial/chapters/chapter6/chapter6.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,10 +324,10 @@ <h3><a name="Drawing_and_Filling_Shapes"></a>Drawing and Filling Shapes</h3>
</div>

<div>
<a style="float: left;" href="/tutorials/chapter5" title="Previous Chapter"
<a style="float: left;" routerLink="../chapter5" title="Previous Chapter"
>Previous Chapter: Loops</a
>
<a style="float: right;" href="/tutorials/chapter7" title="Next Chapter"
<a style="float: right;" routerLink="../chapter7" title="Next Chapter"
>Next Chapter: Shapes</a
>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/app/tutorial/chapters/chapter7/chapter7.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,10 @@ <h3><a name="Fractals"></a>Fractals</h3>
</div>

<div>
<a style="float: left;" href="/tutorials/chapter6" title="Previous Chapter"
<a style="float: left;" routerLink="../chapter6" title="Previous Chapter"
>Previous Chapter: Graphics</a
>
<a style="float: right;" href="/tutorials/chapter8" title="Next Chapter"
<a style="float: right;" routerLink="../chapter8" title="Next Chapter"
>Next Chapter: Turtle</a
>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/app/tutorial/chapters/chapter8/chapter8.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,10 @@ <h3><a name="Position_Turtle"></a>Position Turtle</h3>
</p>
</div>
<div>
<a style="float: left;" href="/tutorials/chapter7" title="Previous Chapter"
<a style="float: left;" routerLink="../chapter7" title="Previous Chapter"
>Previous Chapter: Shapes</a
>
<a style="float: right;" href="/tutorials/chapter9" title="Next Chapter"
<a style="float: right;" routerLink="../chapter9" title="Next Chapter"
>Next Chapter: Subroutines</a
>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/app/tutorial/chapters/chapter9/chapter9.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -289,10 +289,10 @@ <h3>
</div>

<div>
<a style="float: left;" href="/tutorials/chapter8" title="Previous Chapter"
<a style="float: left;" routerLink= "../chapter8" title="Previous Chapter"
>Previous Chapter: Turtle</a
>
<a style="float: right;" href="/tutorials/chapter10" title="Next Chapter"
<a style="float: right;" routerLink="../chapter10" title="Next Chapter"
>Next Chapter: Arrays</a
>
</div>
Expand Down