Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Commit

Permalink
Updates Landing Page.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbebenita committed Sep 30, 2013
1 parent 1bd35d2 commit 34343d3
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 51 deletions.
97 changes: 46 additions & 51 deletions web/index.html
@@ -1,70 +1,65 @@
<!DOCTYPE html> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head> <head>
<meta charset='utf-8'> <title>Shumway</title>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>mozilla/shumway @ GitHub</title> <link rel="stylesheet" href="main.css">

<style type="text/css">
body {
font-size: 16px;
line-height: 22px;
color: #333;
background: #f6f6f6 url(../images/background.png);
font-family: "PT Serif", "Georgia", "Helvetica Neue", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif !important;
}
#container {
margin: 0 auto;
width: 700px;
}
h1 { font-size: 3.8em; color: #d56331; margin-bottom: 3px; }
h1 .small { font-size: 0.4em; }
h1 a { text-decoration: none }
h2 { font-size: 1.5em; color: #d56331; }
h3 { text-align: center; color: #d56331; }
a { color: #43a0d5; }
.description { font-size: 1.2em; line-height: 1.4em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
.download { float: right; }
pre { background: #000; color: #fff; padding: 15px;}
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
.footer { text-align:center; padding-top:30px; font-style: italic; }
</style>
</head> </head>

<body> <body>
<a href="http://mozilla.org"><img width="118" height="68" style="position: absolute; top: 0; left: 50; border: 0;" src="images/mozilla.png" alt="Mozilla"></a> <a href="http://mozilla.org"><img width="118" height="68" style="position: absolute; top: 0; left: 50; border: 0;" src="images/mozilla.png" alt="Mozilla"></a>
<a href="http://github.com/mozilla/shumway"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a> <a href="http://github.com/mozilla/shumway"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>

<div id="container">
<div id="container"> <div id="flashContent">

<!--[if !IE]>-->
<h1><a href="http://github.com/mozilla/shumway">Shumway</a></h1> <object type="application/x-shockwave-flash" data="main.swf" width="800" height="500">
<param name="movie" value="main.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#333333" />
<param name="play" value="true" />
<param name="loop" value="true" />
<param name="wmode" value="window" />
<param name="scale" value="showall" />
<param name="menu" value="true" />
<param name="devicefont" value="false" />
<param name="salign" value="" />
<param name="allowScriptAccess" value="sameDomain" />
<!--<![endif]-->
<a href="http://www.adobe.com/go/getflash">
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
</a>
<!--[if !IE]>-->
</object>
</div>
<div>


<div class="description"> <div class="description">
Shumway is an HTML5 technology experiment that explores building a faithful and efficient renderer for the SWF file format without native code assistance. Shumway is an HTML5 technology experiment that explores building a faithful and efficient renderer for the SWF file format without native code assistance.
</div> </div>


<h2>Try it out!</h2> <h2>Try it out!</h2>
<p>Live <a href="examples/racing/">demo</a> lives here. Firefox <a href="extension/firefox/shumway.xpi">extension</a> lives here
(read more about <a href="https://github.com/mozilla/shumway/wiki/Debugging-and-Configuring-Shumway#using-the-extension">configuring the extension</a>).</p> <p>Install the latest <a href="http://mozilla.github.io/shumway/extension/firefox/shumway.xpi">Shumway</a> extension.
<p>Other examples (via shumway inspector): (Read more about <a href="https://github.com/mozilla/shumway/wiki/Debugging-and-Configuring-Shumway#using-the-extension">configuring the extension</a>).</p>
<ul>
<li><a href="examples/inspector/inspector.html?rfile=../racing/race.swf">Racing</a> (AS2) (as in live demo) <p>Examples (via Shumway Inspector):
and <a href="examples/inspector/inspector.html?rfile=../racing/race3.swf">Racing</a> (AS3)</li> <ul>
<li><a href="examples/inspector/inspector.html?rfile=../as3_tiger/tiger.swf">Tiger</a> (AS3)</li> <li><a href="examples/inspector/inspector.html?rfile=../racing/race.swf">Racing</a> (AS2) (as in live demo)
<li><a href="examples/inspector/inspector.html?rfile=../pac/pac.swf">Pacman</a> (AS2) and <a href="examples/inspector/inspector.html?rfile=../racing/race3.swf">Racing</a> (AS3)</li>
and <a href="examples/inspector/inspector.html?rfile=../pac/pac3.swf">Pacman</a> (AS3)</li> <li><a href="examples/inspector/inspector.html?rfile=../as3_tiger/tiger.swf">Tiger</a> (AS3)</li>
<li><a href="examples/inspector/inspector.html?rfile=../Box2DFlashAS3/demo.swf">Box2D</a> (AS3)</li> <li><a href="examples/inspector/inspector.html?rfile=../pac/pac.swf">Pacman</a> (AS2)
<li><a href="examples/inspector/inspector.html?rfile=../audio/mp3_player.swf">MP3 Player</a> (AS3) (requires MP3 playback support for HTML Audio)</li> and <a href="examples/inspector/inspector.html?rfile=../pac/pac3.swf">Pacman</a> (AS3)</li>
</ul> <li><a href="examples/inspector/inspector.html?rfile=../Box2DFlashAS3/demo.swf">Box2D</a> (AS3)</li>
<li><a href="examples/inspector/inspector.html?rfile=../audio/mp3_player.swf">MP3 Player</a> (AS3) (requires MP3 playback support for HTML Audio)</li>
</ul>
</p> </p>
<h2>Want to get involved?</h2> <h2>Want to get involved?</h2>
<p>For more information about development, see <a href="http://github.com/mozilla/shumway/wiki">the developer wiki</a>, or find us on the #shumway IRC channel (irc.mozilla.org).</p> <p>For more information about development, see <a href="http://github.com/mozilla/shumway/wiki">the developer wiki</a>, or find us on the #shumway IRC channel (irc.mozilla.org).</p>
<h2>Download</h2> <h2>Download</h2>
<p>You can also clone the project with <a href="http://git-scm.com">Git</a> <p>You can also clone the project with <a href="http://git-scm.com">Git</a>
by running: by running:
<pre>$ git clone git://github.com/mozilla/shumway</pre> <pre>$ git clone git://github.com/mozilla/shumway</pre>
</p> </p>

</div> </div>
</div>
</body> </body>
</html> </html>
26 changes: 26 additions & 0 deletions web/main.css
@@ -0,0 +1,26 @@
html, body { height:100%; background-color: #333333; }

body {
margin:0;
padding:0;
font-size: 16px;
line-height: 22px;
color: #c3c3c3;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
letter-spacing: 1px;
}
#container {
margin: 0 auto;
width: 800px;
}
h1 { font-size: 3.8em; color: #d56331; margin-bottom: 3px; }
h1 .small { font-size: 0.4em; }
h1 a { text-decoration: none }
h2 { font-size: 1.5em; color: #d56331; }
h3 { text-align: center; color: #d56331; }
a { color: #43a0d5; }
.description { font-size: 1.2em; line-height: 1.4em; margin-bottom: 30px; margin-top: 30px; }
.download { float: right; }
pre { background: #000; color: #fff; padding: 15px;}
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
.footer { text-align:center; padding-top:30px; font-style: italic; }
Binary file added web/main.swf
Binary file not shown.

0 comments on commit 34343d3

Please sign in to comment.