Created a website for Flash Strobe on Maemo Garage
[flashstrobe] / www / index.html
diff --git a/www/index.html b/www/index.html
new file mode 100644 (file)
index 0000000..cb3fecc
--- /dev/null
@@ -0,0 +1,103 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<head>
+    <title>Flash Strobe for N900</title>
+    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+    <meta name="description" content="Your website description goes here" />
+    <meta name="keywords" content="your,keywords,goes,here" />
+    <link rel="stylesheet" href="style.css" type="text/css" media="screen,projection" />
+</head>
+<body>
+
+<div id="container" >
+
+<div id="header">
+    <img src="img/flashstrobe.png" class="left" style="margin-left: 5px; margin-top: 20px;" alt="Flash Strobe icon"/>
+    <h1><a id="href2" href="#">Flash Strobe</a></h1>
+    <h2>Strobe Light for the Nokia N900</h2>
+</div>
+
+<div id="navigation">
+<ul>
+    <li class="selected"><a href="#">Home</a></li>
+    <li><a href="#about">About</a></li>
+    <li><a href="#download">Download</a></li>
+    <li><a href="#instructions">Instructions</a></li>
+    <li><a href="#contact">Contact</a></li>
+</ul>
+</div> <!-- navigation -->
+
+<div id="content">
+
+<!-- About -->
+
+<a href="img/screenshot.png"><img src="img/screenshot.png" class="right" height="320px" alt="Flash Strobe screenshot" /></a>
+
+<h2><a id="about">About</a></h2>
+
+<p>Use the N900's flash LEDs as a strobe light. The user can set the frequency of the strobing in beats per minute (bpm). Additionally, the user can open any audio file to play in the background. The camera shutter need to be kept open to use this program. And for best results, please close any program using the camera.</p>
+
+<p><strong>WARNING</strong>: Do not point the flash at anyone's eyes.</p>
+
+<!-- Downlaod -->
+
+<h2><a id="download">Download</a></h2>
+
+<p>Get the latest Flash Strobe release!</p>
+
+<a href="https://garage.maemo.org/frs/download.php/8650/flashstrobe_1.0-1_armel.deb"><img src="img/download.png" class="center" alt="Download Flash Strobe" /></a>
+<p style="text-align: center;"><strong>Version 1.0-1</strong></p>
+
+<!-- Instructions -->
+
+<h2><a id="instructions">Instructions</a></h2>
+
+<h3>How to Install</h3>
+
+<ol>
+<li>Make sure that your N900 is updated to the latest firmware (PR 1.2). To find out, Launch the <strong>Settings</strong> application and tap on <strong>About Product</strong>. The version should be <strong>10.2010.19-1</strong>.</li>
+<li><a href="#download">Get</a> the latest flashstrobe package. Tap on the download link above from within your N900 <strong>Web Browser</strong>.</li>
+<li>When asked what you want to do with the package, select <strong>Open with App Manager</strong>. This will start the familiar installation process in the <strong>App Manager</strong> program.</li>
+<li><strong>Alternate method</strong>: If you don't have an Internet connection on the N900, or simply want to keep a copy of the installation (.deb) package, you can either choose <strong>Save As</strong> in the N900 browser or download from another computer and later transfer to the N900. To install, simply locate the flashstrobe package in the N900 <strong>File Manager</strong> and tap on the file to begin the installation process.</li>
+</ol>
+
+<h3>How to Use</h3>
+
+<ul>
+<li>Simply launch Flash Strobe from the applications grid</li>
+<li>Make sure that the camera shutter is open to be able to strobe the flash LEDs. The strobing controls will be disabled if the shutter is closed.</li>
+<li>For best results, close any other application using the camera. For example, the N900 <strong>Camera</strong> program automatically starts every time you slide the shutter open.</li>
+<li>Turn the dial to change the strobing rate of the flash in beats per minute (bpm). The lower the bpm, the slower the strobing.</li>
+<li>How to use the <strong>Music Player</strong>:
+    <ul>
+    <li>Open the audio file you want to be played by either typing in the filename or tapping on the folder icon to locate the file.</li>
+    <li>Tap on the Play button to start playing. Tap on the button again to Pause. Tap on the rewind button to go back to the beginning of the song.</li>
+    <li>The volume is controlled using the N900 rocker at the top (used to set the system volume or zoom in/out in web pages).</li>
+    </ul>
+</li>
+</ul>
+
+<h3>How to Remove</h3>
+
+<ul>
+<li>Launch the <strong>App Manager</strong>, tap on <strong>Uninstall</strong>, locate and select Flash Strobe to uninstall it.</li>
+</ul>
+
+<!-- Contact -->
+
+<h2><a id="contact">Contact</a></h2>
+
+<p>Contacts, source code hosting, bugtracker, and mailing lists can be found at <strong><a href="https://garage.maemo.org/projects/flashstrobe/">https://garage.maemo.org/projects/flashstrobe/</a></strong>.</p>
+
+<p>This application is hosted on <a href="http://garage.maemo.org">Maemo Garage</a>.</p>
+
+</div> <!-- content -->
+
+<div id="footer">
+<p>&copy; 2010 Juan Carlos Torres</p>
+</div>
+
+</div> <!-- container -->
+
+</body>
+</html>
\ No newline at end of file