diff --git a/SAP1EMU.GUI/Views/Docs/_DocNav.cshtml b/SAP1EMU.GUI/Views/Docs/_DocNav.cshtml index 025ed29f..b28379ca 100644 --- a/SAP1EMU.GUI/Views/Docs/_DocNav.cshtml +++ b/SAP1EMU.GUI/Views/Docs/_DocNav.cshtml @@ -9,7 +9,7 @@

Explore the architecture and design of the SAP1 Computer.

- + Learn More
@@ -22,7 +22,7 @@

How are 8-Bit Computers similar and different from out modern computers?

- + Learn More
@@ -35,7 +35,7 @@

Find other great learning resources.

- + Learn More
@@ -48,7 +48,7 @@

Write your first program and learn about different Instruction Sets.

- + Learn More
@@ -61,7 +61,7 @@

Learn the basics of low level languages, like ARM, and how they relate to 8-Bit Computers.

- + Learn More
@@ -74,7 +74,7 @@

Learn the basics of how high level languages work and why developers prefer them over low level languages.

- + Learn More
@@ -87,7 +87,7 @@

Prefer to user our command line interface?

- + Learn More
@@ -100,7 +100,7 @@

Want to integrate your app directly to our API?

- + Learn More
@@ -113,7 +113,7 @@

Want to use our C# .Net Core Library?

- + Learn More
\ No newline at end of file diff --git a/SAP1EMU.GUI/Views/Docs/_PageNavHelper.cshtml b/SAP1EMU.GUI/Views/Docs/_PageNavHelper.cshtml index c0c37717..fcf309be 100644 --- a/SAP1EMU.GUI/Views/Docs/_PageNavHelper.cshtml +++ b/SAP1EMU.GUI/Views/Docs/_PageNavHelper.cshtml @@ -5,7 +5,7 @@ @{ if (!String.IsNullOrEmpty(Model.PreviousView)) { - + Previous - @Model.PreviousViewDisplay } } @@ -16,11 +16,11 @@ { if (Model.IsNewChapter) { - + Next - @Model.NextViewDisplay } else { - + Next - @Model.NextViewDisplay } }