docs/_site/code.html in rpsg-0.3.0 vs docs/_site/code.html in rpsg-0.3.1
- old
+ new
@@ -1,15 +1,15 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8"/>
- <title>Master Code</title>
+ <title>Master Code - RPSG</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=efe05ab70afce604cc2491b938df47c643454987"/>
+ <link rel="stylesheet" href="/assets/css/style.css?v=71a557b53af5e905f0322456201237a9ff2729d1"/>
<script src="assets/js/pace.min.js"></script>
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png"/>
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png"/>
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicons/favicon-16x16.png"/>
@@ -24,11 +24,11 @@
<section class="page-header">
<h1 class="project-name">Rock Paper Scissors Game</h1>
<h2 class="project-tagline">A Ruby Programmed Rock Paper Scissors Game</h2>
<a href="http://github.com/bag3318/RPSG" class="btn" target="_blank">View on GitHub</a>
- <a href="" target="_blank" class="btn">Report a Bug</a>
+ <a href="http://github.com/bag3318/RPSG/issues" target="_blank" class="btn">Report a Bug</a>
<a href="http://github.com/bag3318/RPSG/zipball/gh-pages" class="btn">Download .zip</a>
<a href="http://github.com/bag3318/RPSG/tarball/gh-pages" class="btn">Download .tar.gz</a>
@@ -40,14 +40,16 @@
<a href="./" class="btn">Home</a>
</section>
<section class="main-content">
- <h1 id="master-code">Master Code</h1>
+ <!-- contains complete RPSG code -->
+<h1 id="master-code">Master Code</h1>
+
<blockquote>
- <p>the master code will look like this:</p>
+ <p>The master code will look like this:</p>
</blockquote>
<div class="highlighter-rouge"><pre class="highlight"><code>% rpsg
</code></pre>
</div>
@@ -209,11 +211,15 @@
<h2 id="site-nav">Site Navigation</h2>
<table>
<tr>
<td><a href="./">Home</a></td>
<td><a href="readme">README File</a></td>
+ <td><a href="install">Install</a></td>
+ <td><a href="update">Update</a></td>
+ <td><a href="uninstall">Uninstall</a></td>
<td><a href="code">Master Code</a></td>
<td><a href="simple">Simple Code</td>
+ <td><a href="bundler">Bundler</a></td>
</tr>
</table>
<br/>
<hr/>
<span class="site-footer-owner"><a href="http://github.com/bag3318/RPSG" target="_blank">RPSG</a> is maintained by <a href="http://github.com/bag3318" target="_blank">bag3318</a>.</span><span><strong><a href="http://github.com/bag3318/RPSG" target="_blank">Source Code</a></strong></span>