Makin new logos!

Makin new logos!

If you date me these are the things you wind up getting as presents.

If you date me these are the things you wind up getting as presents.

What happens when your guy gets killed in the new game.

What happens when your guy gets killed in the new game.

Knocking out some paintings I’ve put off for forever.

Knocking out some paintings I’ve put off for forever.

Doin some print work for dataplayed. We make all the best games.

Doin some print work for dataplayed. We make all the best games.

Doing some business cards awww yeah

more game salad

more game salad

3 Column HTML Layout with CSS

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8” />
<title>Monmouth Web Design Dynamic</title>
</head>
<style>
    body {
        margin: 0px;
        padding-top:10px;
        background-color:#000000;
        font-family:Arial, Helvetica, sans-serif;
        text-align:center;
        }

    #frame{
        margin-left:auto;
        margin-right:auto;
        width:960px;
        height:800px;
        background-color:#F67E7C;
    }
    #page{
        padding:0px 10px 10px 10px;
        background-color:#09dbce;
    }
    #header{
        background-color: #cccccc;
        height:120px;
        padding:10px;
    }
    #navigation{
        background-color:#ffffff;
        height:80px;
        padding:10px;
    }
    #footer{
        background-color:#EDF6F9;
        text-align:center;
        height:20px;
        padding:10px;
        clear:both;
        border-top:20px solid #F67E7C;
    }
    .column1, .column2, .column3 {
        text-align:left;
        float:left;
        width:280px;
        height: 700px;
        background-color:#EDF6F9;
        padding:10px;
        margin-top:20px;
        height:650px;
    }
    .column1, .column2 {
        margin-right:20px;
    }
    .column1{
        margin-left:10px;
    }
    a{
        color:#08a69c;
    }

</style>

<body>
    <div id=”frame”>
        <div id=”page>
            <div id=”header”></div>
            <div id=”navigation”></div>
            <div class=”column1”>
          
            </div>
           
            <div class=”column2”>   
            </div>
           
            <div class=”column3”>
        
           
            </div>
            <div id=”footer”><font size=”2”>All Work Contained  © 2012</font></div>
         </div>
     </div>
</body>
</html>

Greased Up Alpha is out

It’s a little broken and there’s problems with the mouse but it’s out and give us your feedback.

http://arcade.gamesalad.com/g/78964

Doing more work with game salad. I’m so close to finding the cause of this bug but I had it working earlier but now it’s all messed up. Damnit!