Skip to content

Commit

Permalink
Final Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
creationix committed Aug 28, 2011
1 parent c6dd384 commit 48586b9
Show file tree
Hide file tree
Showing 9 changed files with 60 additions and 6 deletions.
Binary file removed res/solar-touchpad.png
Binary file not shown.
Binary file added www/blue.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified www/game/res/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed www/game/res/sprites.png
Binary file not shown.
27 changes: 23 additions & 4 deletions www/index.html
@@ -1,13 +1,32 @@
<!doctype html>
<html>
<head>
<title>A Well Rounded Adventure</title>
<title>The Minimason Blue Lava Demo</title>
<link href=http://fonts.googleapis.com/css?family=Goblin+One rel=stylesheet>
<link rel=stylesheet href=style.css>
<link rel=icon href=game/res/icon.png>
<script>
function loadDemo() {
window.open("/game/", "minimason", "width=1024,height=768");
return false;
}
</script>

</head>
<body>
<h1>A Well Rounded Adventure</h1>
<a onclick="window.open('game/', 'minimason', 'width=1024,height=768'); return false;" href="game/">Play Game</a>
<iframe src="http://nodeknockout.com/iframe/minimason" frameborder=0 scrolling=no allowtransparency=true width=115 height=25></iframe>
<iframe class=vote src="http://nodeknockout.com/iframe/minimason" frameborder=0 scrolling=no allowtransparency=true width=115 height=25></iframe>
<h1>The Minimason Blue Lava Demo</h1>
<p>Welcome to our team's landing page. Enjoy the webGL demo here in your browser, but if you are lucky enough to own an TouchPad, read on...</p>
<table><tr><td>
<img src=solar-touchpad.png>
</td><td>
<h2>Download for webOS</h2>
<p><a href="http://localhost:8080/ipkgs/">http://localhost:8080/ipkgs/</a></p>
<p>Install to the device via the official SDK, or the homebrew SDK, or through
helping</p>
<h2>Or You can...</h2>
<button onclick="loadDemo()">Render In your Browser</button>
</td></tr></table>
</body>
</html>

File renamed without changes
Binary file added www/solar-touchpad.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 37 additions & 2 deletions www/style.css
@@ -1,4 +1,39 @@
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:700);

body {
background-color: black;
color: white;
background: #eee;
color: black;
text-align: center;
margin-bottom: 50px;
}
h1, h2, button {
font-family: "Yanone Kaffeesatz", Impact;
}
h1 {
font-size: 100pt;
margin: 0;
}
h2 {
font-size:70pt;
}
p {
font-family: "sans serif", "ubuntubeta mono", monaco, monospace;
font-size: 30px;
}
.vote {
position: fixed;
top: 10px;
left: 10px;
}
button {
font-size: 50pt;
}
#preview {
width: 800px;
height: 800px;
border-radius: 30px;
border: 10px solid #000;
background-color: #333;
color: #332;
}

Binary file added www/webgl logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 48586b9

Please sign in to comment.