Skip to content

Commit

Permalink
Geemail extras
Browse files Browse the repository at this point in the history
Fantastic! You remained resolute and resourceful in an atmosphere of
extreme pessimism.
  • Loading branch information
ludoplex committed Aug 28, 2015
1 parent efa8257 commit 0bae296
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 26 deletions.
Binary file added Still Alive.ogg
Binary file not shown.
23 changes: 1 addition & 22 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,28 +104,7 @@ tbody div{
height: 25em;
line-height: 1.3em;
}
#inboxcounter {
color: yellow;
font-family: monospace;
font-size: 9pt;
line-height: 1.60em;
background-color: black;
}
#reply {
color: yellow;
font-family: monospace;
font-size: 9pt;
line-height: 1.60em;
background-color: black;
}
#delete {
color: yellow;
font-family: monospace;
font-size: 9pt;
line-height: 1.60em;
background-color: black;
}
#cake {
button {
color: yellow;
font-family: monospace;
font-size: 9pt;
Expand Down
25 changes: 21 additions & 4 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<title>Geemail</title>
<script> window.onload = function(){
var i = 0, viewMessageMenuItem = document.getElementById('menuitems'), inboxCounter = document.getElementById('inboxcounter') , cake, messageBody = document.getElementById('messagebody');
var i = 0, viewMessageMenuItem = document.getElementById('menuitems'), inboxCounter = document.getElementById('inboxcounter'), cake, messageBody = document.getElementById('messagebody'), ratMan, gladOS, forms_FORM_29827281_12;

cake = {

Expand Down Expand Up @@ -49,9 +49,18 @@
right.innerHTML = verttext;
var bottom = document.getElementById('messagebottom');
bottom.innerHTML = horiztext;
},
}
};

function lies() {
messageBody.innerHTML = "LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!</br>LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!</br>LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!</br>LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!</br>LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!</br>LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!</br>LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!</br>LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!</br>LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!</br>LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!</br>LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!</br>LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!</br>LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!</br>LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!</br>LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!</br>LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!</br>LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!</br>LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!LIES!";
forms_FORM_29827281_12 = document.createElement('audio');
forms_FORM_29827281_12.setAttribute('prebuffer', 'auto');
forms_FORM_29827281_12.setAttribute('src', 'Still Alive.ogg');
forms_FORM_29827281_12.play();

};

function displayMessage() {
messageBody.innerHTML = this.body;
};
Expand All @@ -73,7 +82,15 @@

inboxCounter.innerHTML = 'Inbox('+i+')';
}
}
};

ratMan = document.getElementById('cake');

ratMan.onclick = lies;

gladOS = document.getElementById('messagebody')

gladOS.innerHTML = "Hello and, again, welcome to the Aperture Science computer-aided enrichment center.</br>Your specimen has been processed and we are now ready to begin the test proper."

cake.init()

Expand All @@ -97,7 +114,7 @@
<div id="messagetop"></div>
<div id="messageright"></div>
<div id="messagebottom"></div>
<div id="messagetext"><button id="inboxcounter">Inbox(0)</button><button id="reply">Reply</button><button id="delete">Delete</button><button id="cake">Cake</button><p id="messagebody">Message goes here</p></div>
<div id="messagetext"><button id="inboxcounter">Inbox(0)</button><button>Reply</button><button>Delete</button><button id="cake">Cake</button><p id="messagebody">Message goes here</p></div>
</div>
<div id="picture">
<div id="pictureleft"></div>
Expand Down

0 comments on commit 0bae296

Please sign in to comment.