docs/_site/about.html in PlayRockPaperScissorsGame-2.5.8 vs docs/_site/about.html in PlayRockPaperScissorsGame-2.5.9

- 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=244a9112a3673845c3cb34d9daf0788fad5c82b0"> + <link rel="stylesheet" href="/assets/css/style.css?v=7d19f566a4f87a97f887b9a0a7fc85f155a5c1b4"> <link rel="stylesheet" href="assets/css/pace.css" /> <script src="assets/js/pace.min.js"></script> </head> <body> @@ -44,10 +44,10 @@ <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> <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 information about this subject matter.</p> +<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> <hr /> <blockquote> <p><strong>1.</strong> RPS = rock-paper-scissors</p>