Skip to content

Commit

Permalink
add website files
Browse files Browse the repository at this point in the history
  • Loading branch information
cpjolicoeur committed Dec 31, 2009
1 parent 5b3c4c2 commit 62b6ec4
Show file tree
Hide file tree
Showing 11 changed files with 101 additions and 0 deletions.
1 change: 1 addition & 0 deletions website/960.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added website/download_button.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/echowaves_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 added website/glossy-pro-button.psd
Binary file not shown.
98 changes: 98 additions & 0 deletions website/index.html
@@ -0,0 +1,98 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Echowaves Notifier</title>
<link rel="stylesheet" href="./reset.css" type="text/css" media="screen" charset="utf-8" />
<link rel="stylesheet" href="./text.css" type="text/css" media="screen" charset="utf-8" />
<link rel="stylesheet" href="./960.css" type="text/css" media="screen" charset="utf-8" />

<style type="text/css" media="screen">
body { margin:20px 0; }
#wrapper { border:1px solid #dedede; }
#header { text-align:center; margin-bottom:20px; border-bottom:1px solid #dedede; }
#main-content h3 { border-top:1px solid #dedede; padding-top:10px; }
#sidebar { text-align:right; }
#footer { border-top:1px solid #cecece; text-align:center; padding-top:10px; }
</style>
</head>
<body>
<div class="container_12" id="wrapper">

<div class="grid_12" id="header">
<img src="./logo.png" alt="Echowaves logo" />
</div>
<div class="clear"></div>

<div class="grid_6 prefix_1" id="main-content">
<h1>Echowaves Notifier</h1>
<p>
Echowaves Notifier is a menu bar notification application for <a href="http://echowaves.com" title="Echowaves.com">Echowaves.com</a>.
</p>
<p>
The application will check your Echowaves account and notify you when conversations you are following have updates.
</p>

<h3>Usage</h3>
<p>
To use Echowaves Notifier, just enter your Echowaves API Key. You can find your personal API Key on your Echowaves.com profile page.
</p>

<h3>Screenshots</h3>
<p><img src="./statusbar_screenshot.png" alt="Statusbar screenshot" /></p>

<h3>Notes</h3>
<ul>
<lh>Future updates</lh>
<li>Growl support</li>
<li>User-customizable update check frequency</li>
<li>Sparkle support for automatic application updating</li>
</ul>

<h3>Requirements</h3>
<ul>
<li>Mac OS X 10.5</li>
<li>An <a href="http://echowaves.com" title="Echowaves.com">Echowaves.com</a> account</li>
</ul>
</div>

<div class="grid_4 suffix_1" id="sidebar">
<p>
<img src="./echowaves_icon.png" alt="Echowaves Icon" /><br />
<a href="./releases/EchowavesNotifier_1.1b.zip"><img src="./download_button.png" alt="Download Now" /></a>
</p>

<h4>Changelog</h4>
<p>
<strong>1.1b - 2009-12-31</strong><br />Added <a href="http://growl.info" title="Growl">Growl</a> support
</p>
<p>
<strong>1.0b - 2009-12-30:</strong><br />Initial beta release
</p>
</div>
<div class="clear"></div>

<div class="grid_10 prefix_1 suffix_1" id="footer">
<p>
Echowaves Notifier is developed by <a href="http://craigjolicoeur.com" title="Craig P Jolicoeur">Craig P Jolicoeur</a> and
released under the <a href="http://www.opensource.org/licenses/mit-license.php" title="MIT License">MIT License</a>.<br />
Source code <a href="http://github.com/cpjolicoeur/echowaves-notifier-osx" title="Github.com source code">publically available on GitHub.com</a>.
</p>
</div>
<div class="clear"></div>

</div><!-- #wrapper .container_12 -->

<!-- Start GoogleAnalytics tag -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-614329-4");
pageTracker._trackPageview();
</script><!-- End GoogleAnalytics tag -->

</body>
</html>
Binary file added website/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/releases/EchowavesNotifier_1.0b.zip
Binary file not shown.
Binary file added website/releases/EchowavesNotifier_1.1b.zip
Binary file not shown.
1 change: 1 addition & 0 deletions website/reset.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added website/statusbar_screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions website/text.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 62b6ec4

Please sign in to comment.