Added a news section asking for feedback.

This commit is contained in:
dev
2011-07-21 13:45:09 +00:00
parent 7f6034a634
commit 0868aa0274

View File

@ -16,6 +16,7 @@
<nav class="clear"> <!-- The nav link semantically marks your main site navigation -->
<ul>
<li><a href="#news">News</a></li>
<li><a href="#about">About</a></li>
<li><a href="#download">Download</a></li>
<li><a href="#installation">Installation</a></li>
@ -23,6 +24,21 @@
</ul>
</nav>
</header>
<section id="articles">
<div class="line"></div>
<article id="news"> <!-- The new article tag. The id is supplied so it can be scrolled into view. -->
<h2>News</h2>
<div class="line"></div>
<div class="articleBody clear">
<p>This site launched today (21/7 -11). I'll be needing help with a few things. That's where you the early testers come in.</p>
<p>Windows testing: Does the installer produce working shortcuts? Is the layout of the itoopie window ok (XP? Vista? 7?).</p>
<p>General testing: Make it break! (I'll regret that one), report wanted features (keep in mind that this a simple application by choice) and test weird/exotic platforms (OsX/*BSD)</p>
<p> Any feedback is welcome <a href="http://forum.i2p2.de/viewtopic.php?p=34357">on the I2P forums</a>.</p>
</div>
</article>
<section id="articles">
<div class="line"></div>