Skip to content

Commit

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

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

<div>
<ul class ="tool1">
<li><a href="index.html">Home</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a class="active" href="resume.html">Resume</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:left;padding-top:4%;">Jason Cramer</h1>
<p class="text" style="font-size:150%;text-align:left;padding-left:25%;margin-bottom:-1%">76 Hartwell Road, West Hartford, CT 06117 | (860) 810-0644
<br />jason.cramer@uconn.edu<br /><b><u>OBJECTIVE</u></b><br />Seeking a programming position utilizing skills in any major object-oriented language
<br /><b><u>EDUCATION</u><br />University of Connecticut</b>, Storrs, CT, August 2019-Present<br /><i>Computer Science</i></p>
<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%">
Sal the Snake is a complete game I made sophomore year of high school with the program GameMaker: Studio. I originally
made it on Mac, and the Windows port I uploaded here is a little bit glitchy because of how old the program is. The game
twists the classic Snake with creative and interesting power ups, along with a challenging and fun campaign mode. The code
is not provided here due to the nature of GameMaker, which scatters the code about various objects/elements. However, you
can download the program and run it to experience the fun.
<br /></p>
</div>
</div>
</body>
</html>

0 comments on commit 6a47702

Please sign in to comment.