Skip to content
Permalink
aabff16aef
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
34 lines (30 sloc) 827 Bytes
<html>
<head>
<link rel="stylesheet" type="text/css" href="barnhouse.css">
<script type="text/javascript" src="myscripts.js"></script>
<style type="text/javascript">
</style>
</head>
<body>
<title>Jason Cramer</title>
<div style="margin-bottom:-5%;">
<ul>
<li><a href="javascript:void(0);">Barnhouse Studios</a></li>
</ul>
<ul class ="tool1">
<li><a class="active" href="index.html">Home</a></li>
<li><a 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 class="wrapper">
<button class="button" type="button" onclick="removeDummy();">About</button>
</div>
//-->
<div class="wrapper">
<img class="coverimg" id="coverimg" src="jasoncramer.jpg" />
</div>
</body>
</html>