Skip to content

Instantly share code, notes, and snippets.

View aareese's full-sized avatar

Alyssa Reese aareese

View GitHub Profile
@aareese
aareese / shares.js
Created March 6, 2012 18:42
First shot JS code for assigning company shares
function CompanyShares = {
var existingFlexShares : 70,
var existingFixedShares : 30,
var existingTotalShares : existingFixedShares + existingFlexShares,
getTotalShares: function (){
return existingTotalShares;
},
getFlexShares: function (){
return existingFlexShares;
},
@aareese
aareese / gist:1355298
Created November 10, 2011 16:28
the most awesome website ever
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta name="description" content="I am a UI Designer and all around problem solver.">
<meta name="keywords" content="UI, Boulder, Technology, Apps, Design, Web Development, Front End, Information Architecture, iPhone Design, Entrepreneur">
<meta charset="UTF-8">
<meta name="copyright" content="2011">
<title>Alyssa Reese | app design in Boulder, Colorado</title>
@aareese
aareese / index_loggedin_edit.html
Created October 6, 2011 22:14
changed the images to have user pictures below them, needs to be changed in index.html as well
<section class="module700 activity-stream">
<div class= "module220 moduleGut pictures">
<img class="photoMed" src ="css/images/apples.png"></img>
</div>
<div class= "pictures module220 moduleExt">
<img class="photoMed" src ="css/images/fish.png"></img>
</div>
<div class= "pictures module220 moduleGut moduleExt">
<img class="photoMed" src ="css/images/walnuts.png"></img>
</div>