docs/_site/CONTRIBUTING.html in PlayRockPaperScissorsGame-2.4.3 vs docs/_site/CONTRIBUTING.html in PlayRockPaperScissorsGame-2.4.4

- old
+ new

@@ -5,11 +5,13 @@ <title>Contributing - 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=b9b8e81243f85ef7e306bbe53b23572f793119fb"> + <link rel="stylesheet" href="/assets/css/style.css?v=ddb92b73967ef3a920af7c36e2a3cb938bfc1f06"> + <link rel="stylesheet" href="assets/css/pace.css" /> + <script src="assets/js/pace.min.js"></script> </head> <body> <section class="page-header"> <h1 class="project-name">Play Rock Paper Scissors Game</h1> <h2 class="project-tagline">A Ruby Programmed Rock Paper Scissors Game</h2> @@ -72,9 +74,10 @@ <table> <tbody> <tr> <td><a href="./">Home</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> <td><a href="CODE_OF_CONDUCT">Code of Conduct</a></td> <td><a href="/Testing.html">How to Test</a></td> </tr>