Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Create salthesnake.html
  • Loading branch information
jac18042 committed Feb 1, 2020
1 parent b2cd328 commit 10bdcfc
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions salthesnake.html
@@ -0,0 +1,45 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>

<body>
<title>Jason Cramer</title>

<div>
<ul>
<li><a href="javascript:void(0);">Jason Cramer</a></li>
</ul>
<ul class ="tool1">
<li><a href="index.html">Home</a></li>
<li><a class="active" href="portfolio.html">Portfolio</a></li>
<li><a href="about.html">About</a></li>
<li class="tool2" style="padding-left:70%;">Jason Cramer - 2020</li>
</ul>
</div>

<div>
<h1 class="text" style="font-size:180%;padding-left:25%;text-align:center;padding-top:4%;">Volleyball Stats - Java - 2019</h1>
<img width="50%" height="40%" style="padding-left:25%;margin-bottom:-1%;" src="salthesnake.PNG"></img>
<h3 class ="text" style="font-size:180%;padding-left:25%;text-align:center;margin-bottom:0%">
<a href="Sal The Snake.exe" download style="color:black;">Download</a></h3>
<h3 class ="text" style="font-size:180%;padding-left:25%;text-align:center;margin-bottom:-1%;">Synopsis</h3>
<p class="text" style="font-size:150%;text-align:justify;padding-left:25%;margin-bottom:-1%">
I played volleyball in high school, and in my senior season many players were complaining that they did not trust our
paper stat sheets. The reason being that handwriting was often bad and recording info was slow which could cause missed stats.
I made this program for the team to use to keep track of stats during games. The user simply presses the name of a player
and then the name of a stat category to register info. If a mistake is made, the user can switch between plus and minus mode.
The user can switch between different sets from the menu, including the total which combines the stats of all played sets.
<br /></p>
<h3 class ="text" style="font-size:180%;padding-left:25%;text-align:center;margin-bottom:-1%">Code</h3>
<p class="text" style="font-size:150%;text-align:justify;padding-left:25%;margin-bottom:-2%">
<a href="Runner.java.html" style="color:black;" target="_blank">Runner.java</a><br />
<a href="Menu.java.html" style="color:black;" target="_blank">Menu.java</a><br />
<a href="Menu.form.html" style="color:black;" target="_blank">Menu.form</a><br />
<a href="Interface.java.html" style="color:black;" target="_blank">Interface.java</a><br />
<a href="Interface.form.html" style="color:black;" target="_blank">Interface.form</a><br /></p>
<p><br /> <br /></p>
</div>
</div>
</body>
</html>

0 comments on commit 10bdcfc

Please sign in to comment.