docs/_site/about.html in PlayRockPaperScissorsGame-2.6.0 vs docs/_site/about.html in PlayRockPaperScissorsGame-2.6.1

- old
+ new

@@ -5,11 +5,11 @@ <title>About - Play Rock Paper Scissors Game</title> <meta name="description" content="A Ruby Programmed Rock Paper Scissors Game"/> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="theme-color" content="#157878"> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'> - <link rel="stylesheet" href="/assets/css/style.css?v=6569c3459830dd82e84103ba0272657c0c4d82af"> + <link rel="stylesheet" href="/assets/css/style.css?v=33b456d1e038e9f2d820f45594e51f7d7ca5d6f0"> <link rel="stylesheet" href="assets/css/pace.css" /> <script src="assets/js/pace.min.js"></script> </head> <body> @@ -40,11 +40,11 @@ <p>The RPS<sup>1</sup> game has been around for many years. In fact, it originally was from Asia. I have decided to code a Ruby-programmed RPS game that uses full CLI<sup>2</sup> (command line interface).</p> <h2 id="why-use-ruby">Why use Ruby?</h2> -<p>Ruby is a programming language that has been around for a little over 2 decades. The gem-attributed language was primarily developed by <em>Yukihiro “Matz” Matsumoto</em> in Japan. Ruby stood out to me because of it’s unique code structure design. I decided to use Ruby becuase I wanted to learn an <strong>object oriented programming language</strong>. Ruby appealed to me by its unique code structure.</p> +<p>Ruby is a programming language that has been around for a little over 2 decades. The gem-attributed language was primarily developed by <em>Yukihiro “Matz” Matsumoto</em> in Japan. Ruby stood out to me because of it’s unique code structure design. I decided to use Ruby becuase I wanted to learn an <strong>object oriented programming language<sup>3</sup></strong>. Ruby appealed to me by its unique code structure.</p> <h2 id="the-code">The Code</h2> <p>I didn’t want to make code that just yielded a bunch of <code class="highlighter-rouge">if</code>, <code class="highlighter-rouge">elsif</code>, and <code class="highlighter-rouge">else</code> statements. Instead, I strived toward a more professionally structured and modularized code. See the <a href="Comparing_Code">comparing code</a> page for more detailed information about this subject matter.</p> @@ -52,31 +52,30 @@ <blockquote> <p><strong>1.</strong> RPS = rock-paper-scissors</p> <p><strong>2.</strong> CLI means that it is executed in a command line app, such as CMD (command prompt) for Windows, or Terminal for Mac.</p> + + <p><strong>3.</strong> Object Oriented languages like Ruby, C#, etc…, follow a similar syntax format.</p> </blockquote> <hr /> -<h2 id="site-nav">Site Nav</h2> - -<table> - <tbody> - <tr> - <td><a href="./">Home</a></td> - <td><a href="Testing">How to Test</a></td> - <td><a href="Comparing_Code">Comparing Code</a></td> - <td><a href="How_to_Build">How to Build</a></td> - <td><a href="Code">Master Code</a></td> - </tr> - </tbody> -</table> - - <footer class="site-footer"> + <h2 id="site-nav">Site Nav</h2> + <table> + <tr> + <td><a href="">Home</a> + <td><a href="Testing">How to Test</a></td> + <td><a href="Comparing_Code">Comparing Code</a></td> + <td><a href="Code">Master Code</a></td> + <td><a href="How_to_Build">How to Build</a></td> + <td><a href="about">About</a></td> + </tr> + </table> + <br/> <span class="site-footer-owner"><a href="http://github.com/bag3318/RockPaperScissors">RockPaperScissors</a> is maintained by <a href="http://github.com/bag3318">bag3318</a>.</span> </footer> </section>