Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding chapter links to top of page #3

Merged
merged 1 commit into from
Aug 28, 2020
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: 4 additions & 0 deletions chapters/00-introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ <h1 class="site-title"><a href="/"><img src="/img/famicomparty.png" alt="famicom
<div class="wrapper">
<article>
<h1>Introduction</h1>
<p class="chapter-links">
<a href="/">&laquo; Table of Contents</a>
<a href="/chapters/01-briefhistory.html">1. A Brief History of the NES &raquo;</a>
</p>

<section>
<p>
Expand Down
4 changes: 4 additions & 0 deletions chapters/01-briefhistory.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ <h1 class="site-title"><a href="/"><img src="/img/famicomparty.png" alt="famicom
<div class="wrapper">
<article>
<h1>1. A Brief History of the NES</h1>
<p class="chapter-links">
<a href="/chapters/00-introduction.html">&laquo; Introduction</a>
<a href="/chapters/02-fundamentalconcepts.html">2. Fundamental Concepts &raquo;</a>
</p>

<section>
<p>
Expand Down
4 changes: 4 additions & 0 deletions chapters/02-fundamentalconcepts.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ <h1 class="site-title"><a href="/"><img src="/img/famicomparty.png" alt="famicom
<div class="wrapper">
<article>
<h1>2. Fundamental Concepts</h1>
<p class="chapter-links">
<a href="/chapters/01-briefhistory.html">&laquo; 1. A Brief History of the NES</a>
<a href="/chapters/03-gettingstarted.html">3. Getting Started &raquo;</a>
</p>

<section>
<p>
Expand Down
4 changes: 4 additions & 0 deletions chapters/03-gettingstarted.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ <h1 class="site-title"><a href="/"><img src="/img/famicomparty.png" alt="famicom
<div class="wrapper">
<article>
<h1>3. Getting Started</h1>
<p class="chapter-links">
<a href="/chapters/02-fundamentalconcepts.html">&laquo; 2. Fundamental Concepts</a>
<a href="/chapters/04-hardwareoverview.html">4. NES Hardware &raquo;</a>
</p>

<section>
<p>
Expand Down
4 changes: 4 additions & 0 deletions chapters/04-hardwareoverview.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ <h1 class="site-title"><a href="/"><img src="/img/famicomparty.png" alt="famicom
<div class="wrapper">
<article>
<h1>4. NES Hardware</h1>
<p class="chapter-links">
<a href="/chapters/03-gettingstarted.html">&laquo; 3. Getting Started</a>
<a href="/chapters/05-6502assembly.html">5. Introducing 6502 Assembly &raquo;</a>
</p>

<section>
<p>
Expand Down
4 changes: 4 additions & 0 deletions chapters/05-6502assembly.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ <h1 class="site-title"><a href="/"><img src="/img/famicomparty.png" alt="famicom
<div class="wrapper">
<article>
<h1>5. Introducing 6502 Assembly</h1>
<p class="chapter-links">
<a href="/chapters/04-hardwareoverview.html">&laquo; 4. NES Hardware</a>
<a href="/chapters/06-headersinterruptvectors.html">6. Headers and Interrupt Vectors &raquo;</a>
</p>

<section>
<p>
Expand Down
4 changes: 4 additions & 0 deletions chapters/06-headersinterruptvectors.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ <h1 class="site-title"><a href="/"><img src="/img/famicomparty.png" alt="famicom
<div class="wrapper">
<article>
<h1>6. Headers and Interrupt Vectors</h1>
<p class="chapter-links">
<a href="/chapters/05-6502assembly.html">&laquo; 5. Introducing 6502 Assembly</a>
<a href="/chapters/07-whydothis.html">7. Why Would Anyone Do This? &raquo;</a>
</p>

<section>
<p>
Expand Down
4 changes: 4 additions & 0 deletions chapters/07-whydothis.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ <h1 class="site-title"><a href="/"><img src="/img/famicomparty.png" alt="famicom
<div class="wrapper">
<article>
<h1>7. Why Would Anyone Do This?</h1>
<p class="chapter-links">
<a href="/chapters/06-headersinterruptvectors.html">&laquo; 6. Headers and Interrupt Vectors</a>
<a href="/chapters/08-refactoring.html">8. Refactoring &raquo;</a>
</p>

<section>
<p>
Expand Down
4 changes: 4 additions & 0 deletions chapters/08-refactoring.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ <h1 class="site-title"><a href="/"><img src="/img/famicomparty.png" alt="famicom
<div class="wrapper">
<article>
<h1>8. Refactoring</h1>
<p class="chapter-links">
<a href="/chapters/07-whydothis.html">&laquo; 7. Why Would Anyone Do This?</a>
<a href="/chapters/09-theppu.html">9. The Picture Processing Unit (PPU) &raquo;</a>
</p>

<section>
<p>
Expand Down
4 changes: 4 additions & 0 deletions chapters/09-theppu.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ <h1 class="site-title"><a href="/"><img src="/img/famicomparty.png" alt="famicom
<div class="wrapper">
<article>
<h1>9. The Picture Processing Unit (PPU)</h1>
<p class="chapter-links">
<a href="/chapters/08-refactoring.html">&laquo; 8. Refactoring</a>
<a href="/chapters/10-spritegraphics.html">10. Sprite Graphics &raquo;</a>
</p>

<section>
<p>
Expand Down
4 changes: 4 additions & 0 deletions chapters/10-spritegraphics.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ <h1 class="site-title"><a href="/"><img src="/img/famicomparty.png" alt="famicom
<div class="wrapper">
<article>
<h1>10. Sprite Graphics</h1>
<p class="chapter-links">
<a href="/chapters/09-theppu.html">&laquo; 9. The PPU</a>
<a href="/chapters/11-branchingandloops.html">11. More Assembly: Branching and Loops &raquo;</a>
</p>

<section>
<p>
Expand Down
4 changes: 4 additions & 0 deletions chapters/11-branchingandloops.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ <h1 class="site-title"><a href="/"><img src="/img/famicomparty.png" alt="famicom
<div class="wrapper">
<article>
<h1>11. More Assembly: Branching and Loops</h1>
<p class="chapter-links">
<a href="/chapters/10-spritegraphics.html">&laquo; 10. Sprite Graphics</a>
<a href="/chapters/12-practicalloops.html">12. Practical Loops &raquo;</a>
</p>

<section>
<p>
Expand Down
4 changes: 4 additions & 0 deletions chapters/12-practicalloops.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ <h1 class="site-title"><a href="/"><img src="/img/famicomparty.png" alt="famicom
<div class="wrapper">
<article>
<h1>12. Practical Loops</h1>
<p class="chapter-links">
<a href="/chapters/11-branchingandloops.html">&laquo; 11. More Assembly: Branching and Loops</a>
<!-- <a href="/chapters/10-.html">10. &raquo;</a> -->
</p>

<section>
<p>
Expand Down